@aws-sdk/client-ec2 3.295.0 → 3.297.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 (831) hide show
  1. package/dist-cjs/commands/CreateReplaceRootVolumeTaskCommand.js +2 -1
  2. package/dist-cjs/commands/CreateReservedInstancesListingCommand.js +3 -3
  3. package/dist-cjs/commands/CreateRestoreImageTaskCommand.js +3 -3
  4. package/dist-cjs/commands/CreateRouteCommand.js +3 -3
  5. package/dist-cjs/commands/CreateRouteTableCommand.js +1 -2
  6. package/dist-cjs/commands/DeleteSubnetCidrReservationCommand.js +3 -3
  7. package/dist-cjs/commands/DeleteSubnetCommand.js +2 -2
  8. package/dist-cjs/commands/DeleteTagsCommand.js +2 -2
  9. package/dist-cjs/commands/DeleteTrafficMirrorFilterCommand.js +3 -3
  10. package/dist-cjs/commands/DeleteTrafficMirrorFilterRuleCommand.js +3 -3
  11. package/dist-cjs/commands/DeleteTrafficMirrorSessionCommand.js +1 -2
  12. package/dist-cjs/commands/DescribeVolumeStatusCommand.js +1 -2
  13. package/dist-cjs/commands/DescribeVolumesCommand.js +2 -1
  14. package/dist-cjs/commands/DescribeVolumesModificationsCommand.js +3 -3
  15. package/dist-cjs/commands/ImportVolumeCommand.js +3 -3
  16. package/dist-cjs/commands/ListImagesInRecycleBinCommand.js +3 -3
  17. package/dist-cjs/commands/ListSnapshotsInRecycleBinCommand.js +3 -3
  18. package/dist-cjs/commands/ModifyAddressAttributeCommand.js +1 -2
  19. package/dist-cjs/commands/StartNetworkInsightsAnalysisCommand.js +2 -1
  20. package/dist-cjs/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.js +3 -3
  21. package/dist-cjs/commands/StopInstancesCommand.js +3 -3
  22. package/dist-cjs/commands/TerminateClientVpnConnectionsCommand.js +3 -3
  23. package/dist-cjs/commands/TerminateInstancesCommand.js +1 -2
  24. package/dist-cjs/models/models_0.js +25 -27
  25. package/dist-cjs/models/models_1.js +44 -42
  26. package/dist-cjs/models/models_2.js +41 -41
  27. package/dist-cjs/models/models_3.js +42 -47
  28. package/dist-cjs/models/models_4.js +47 -45
  29. package/dist-cjs/models/models_5.js +48 -42
  30. package/dist-cjs/models/models_6.js +44 -42
  31. package/dist-cjs/models/models_7.js +37 -1
  32. package/dist-cjs/protocols/Aws_ec2.js +1334 -5817
  33. package/dist-es/commands/CreateReplaceRootVolumeTaskCommand.js +2 -1
  34. package/dist-es/commands/CreateReservedInstancesListingCommand.js +1 -1
  35. package/dist-es/commands/CreateRestoreImageTaskCommand.js +1 -1
  36. package/dist-es/commands/CreateRouteCommand.js +1 -1
  37. package/dist-es/commands/CreateRouteTableCommand.js +1 -2
  38. package/dist-es/commands/DeleteSubnetCidrReservationCommand.js +1 -1
  39. package/dist-es/commands/DeleteSubnetCommand.js +1 -1
  40. package/dist-es/commands/DeleteTagsCommand.js +1 -1
  41. package/dist-es/commands/DeleteTrafficMirrorFilterCommand.js +1 -1
  42. package/dist-es/commands/DeleteTrafficMirrorFilterRuleCommand.js +1 -1
  43. package/dist-es/commands/DeleteTrafficMirrorSessionCommand.js +1 -2
  44. package/dist-es/commands/DescribeVolumeStatusCommand.js +1 -2
  45. package/dist-es/commands/DescribeVolumesCommand.js +2 -1
  46. package/dist-es/commands/DescribeVolumesModificationsCommand.js +1 -1
  47. package/dist-es/commands/ImportVolumeCommand.js +1 -1
  48. package/dist-es/commands/ListImagesInRecycleBinCommand.js +1 -1
  49. package/dist-es/commands/ListSnapshotsInRecycleBinCommand.js +1 -1
  50. package/dist-es/commands/ModifyAddressAttributeCommand.js +1 -2
  51. package/dist-es/commands/StartNetworkInsightsAnalysisCommand.js +2 -1
  52. package/dist-es/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.js +1 -1
  53. package/dist-es/commands/StopInstancesCommand.js +1 -1
  54. package/dist-es/commands/TerminateClientVpnConnectionsCommand.js +1 -1
  55. package/dist-es/commands/TerminateInstancesCommand.js +1 -2
  56. package/dist-es/models/models_0.js +15 -18
  57. package/dist-es/models/models_1.js +30 -27
  58. package/dist-es/models/models_2.js +27 -27
  59. package/dist-es/models/models_3.js +27 -33
  60. package/dist-es/models/models_4.js +33 -31
  61. package/dist-es/models/models_5.js +34 -27
  62. package/dist-es/models/models_6.js +29 -27
  63. package/dist-es/models/models_7.js +27 -0
  64. package/dist-es/protocols/Aws_ec2.js +1334 -5817
  65. package/dist-types/EC2.d.ts +604 -6
  66. package/dist-types/EC2Client.d.ts +24 -4
  67. package/dist-types/commands/AcceptAddressTransferCommand.d.ts +16 -0
  68. package/dist-types/commands/AcceptReservedInstancesExchangeQuoteCommand.d.ts +16 -0
  69. package/dist-types/commands/AcceptTransitGatewayMulticastDomainAssociationsCommand.d.ts +16 -0
  70. package/dist-types/commands/AcceptTransitGatewayPeeringAttachmentCommand.d.ts +16 -0
  71. package/dist-types/commands/AcceptTransitGatewayVpcAttachmentCommand.d.ts +16 -0
  72. package/dist-types/commands/AcceptVpcEndpointConnectionsCommand.d.ts +16 -0
  73. package/dist-types/commands/AcceptVpcPeeringConnectionCommand.d.ts +16 -0
  74. package/dist-types/commands/AdvertiseByoipCidrCommand.d.ts +16 -0
  75. package/dist-types/commands/AllocateAddressCommand.d.ts +16 -0
  76. package/dist-types/commands/AllocateHostsCommand.d.ts +16 -0
  77. package/dist-types/commands/AllocateIpamPoolCidrCommand.d.ts +20 -2
  78. package/dist-types/commands/ApplySecurityGroupsToClientVpnTargetNetworkCommand.d.ts +16 -0
  79. package/dist-types/commands/AssignIpv6AddressesCommand.d.ts +16 -0
  80. package/dist-types/commands/AssignPrivateIpAddressesCommand.d.ts +16 -0
  81. package/dist-types/commands/AssignPrivateNatGatewayAddressCommand.d.ts +16 -0
  82. package/dist-types/commands/AssociateAddressCommand.d.ts +16 -0
  83. package/dist-types/commands/AssociateClientVpnTargetNetworkCommand.d.ts +16 -0
  84. package/dist-types/commands/AssociateDhcpOptionsCommand.d.ts +16 -0
  85. package/dist-types/commands/AssociateEnclaveCertificateIamRoleCommand.d.ts +16 -0
  86. package/dist-types/commands/AssociateIamInstanceProfileCommand.d.ts +16 -0
  87. package/dist-types/commands/AssociateInstanceEventWindowCommand.d.ts +16 -0
  88. package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +16 -0
  89. package/dist-types/commands/AssociateNatGatewayAddressCommand.d.ts +16 -0
  90. package/dist-types/commands/AssociateRouteTableCommand.d.ts +16 -0
  91. package/dist-types/commands/AssociateSubnetCidrBlockCommand.d.ts +16 -0
  92. package/dist-types/commands/AssociateTransitGatewayMulticastDomainCommand.d.ts +16 -0
  93. package/dist-types/commands/AssociateTransitGatewayPolicyTableCommand.d.ts +16 -0
  94. package/dist-types/commands/AssociateTransitGatewayRouteTableCommand.d.ts +16 -0
  95. package/dist-types/commands/AssociateTrunkInterfaceCommand.d.ts +16 -0
  96. package/dist-types/commands/AssociateVpcCidrBlockCommand.d.ts +16 -0
  97. package/dist-types/commands/AttachClassicLinkVpcCommand.d.ts +16 -0
  98. package/dist-types/commands/AttachInternetGatewayCommand.d.ts +16 -0
  99. package/dist-types/commands/AttachNetworkInterfaceCommand.d.ts +16 -0
  100. package/dist-types/commands/AttachVerifiedAccessTrustProviderCommand.d.ts +16 -0
  101. package/dist-types/commands/AttachVolumeCommand.d.ts +16 -0
  102. package/dist-types/commands/AttachVpnGatewayCommand.d.ts +16 -0
  103. package/dist-types/commands/AuthorizeClientVpnIngressCommand.d.ts +16 -0
  104. package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +16 -0
  105. package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +16 -0
  106. package/dist-types/commands/BundleInstanceCommand.d.ts +16 -0
  107. package/dist-types/commands/CancelBundleTaskCommand.d.ts +16 -0
  108. package/dist-types/commands/CancelCapacityReservationCommand.d.ts +16 -0
  109. package/dist-types/commands/CancelCapacityReservationFleetsCommand.d.ts +16 -0
  110. package/dist-types/commands/CancelConversionTaskCommand.d.ts +16 -0
  111. package/dist-types/commands/CancelExportTaskCommand.d.ts +16 -0
  112. package/dist-types/commands/CancelImageLaunchPermissionCommand.d.ts +16 -0
  113. package/dist-types/commands/CancelImportTaskCommand.d.ts +16 -0
  114. package/dist-types/commands/CancelReservedInstancesListingCommand.d.ts +16 -0
  115. package/dist-types/commands/CancelSpotFleetRequestsCommand.d.ts +16 -0
  116. package/dist-types/commands/CancelSpotInstanceRequestsCommand.d.ts +16 -0
  117. package/dist-types/commands/ConfirmProductInstanceCommand.d.ts +16 -0
  118. package/dist-types/commands/CopyFpgaImageCommand.d.ts +16 -0
  119. package/dist-types/commands/CopyImageCommand.d.ts +16 -0
  120. package/dist-types/commands/CopySnapshotCommand.d.ts +16 -0
  121. package/dist-types/commands/CreateCapacityReservationCommand.d.ts +16 -0
  122. package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +16 -0
  123. package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +16 -0
  124. package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +16 -0
  125. package/dist-types/commands/CreateClientVpnRouteCommand.d.ts +16 -0
  126. package/dist-types/commands/CreateCoipCidrCommand.d.ts +16 -0
  127. package/dist-types/commands/CreateCoipPoolCommand.d.ts +16 -0
  128. package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +16 -0
  129. package/dist-types/commands/CreateDefaultSubnetCommand.d.ts +16 -0
  130. package/dist-types/commands/CreateDefaultVpcCommand.d.ts +16 -0
  131. package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +16 -0
  132. package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +16 -0
  133. package/dist-types/commands/CreateFleetCommand.d.ts +16 -0
  134. package/dist-types/commands/CreateFlowLogsCommand.d.ts +16 -0
  135. package/dist-types/commands/CreateFpgaImageCommand.d.ts +16 -0
  136. package/dist-types/commands/CreateImageCommand.d.ts +16 -0
  137. package/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +16 -0
  138. package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +16 -0
  139. package/dist-types/commands/CreateInternetGatewayCommand.d.ts +16 -0
  140. package/dist-types/commands/CreateIpamCommand.d.ts +16 -0
  141. package/dist-types/commands/CreateIpamPoolCommand.d.ts +16 -0
  142. package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +16 -0
  143. package/dist-types/commands/CreateIpamScopeCommand.d.ts +16 -0
  144. package/dist-types/commands/CreateKeyPairCommand.d.ts +16 -0
  145. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +16 -0
  146. package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +16 -0
  147. package/dist-types/commands/CreateLocalGatewayRouteCommand.d.ts +16 -0
  148. package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +16 -0
  149. package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +16 -0
  150. package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +16 -0
  151. package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +16 -0
  152. package/dist-types/commands/CreateNatGatewayCommand.d.ts +16 -0
  153. package/dist-types/commands/CreateNetworkAclCommand.d.ts +16 -0
  154. package/dist-types/commands/CreateNetworkAclEntryCommand.d.ts +16 -0
  155. package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +16 -0
  156. package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +18 -2
  157. package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +16 -0
  158. package/dist-types/commands/CreateNetworkInterfacePermissionCommand.d.ts +16 -0
  159. package/dist-types/commands/CreatePlacementGroupCommand.d.ts +16 -0
  160. package/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +16 -0
  161. package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +18 -1
  162. package/dist-types/commands/CreateReservedInstancesListingCommand.d.ts +17 -1
  163. package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +17 -1
  164. package/dist-types/commands/CreateRouteCommand.d.ts +17 -1
  165. package/dist-types/commands/CreateRouteTableCommand.d.ts +17 -2
  166. package/dist-types/commands/CreateSecurityGroupCommand.d.ts +16 -0
  167. package/dist-types/commands/CreateSnapshotCommand.d.ts +18 -2
  168. package/dist-types/commands/CreateSnapshotsCommand.d.ts +16 -0
  169. package/dist-types/commands/CreateSpotDatafeedSubscriptionCommand.d.ts +16 -0
  170. package/dist-types/commands/CreateStoreImageTaskCommand.d.ts +16 -0
  171. package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +16 -0
  172. package/dist-types/commands/CreateSubnetCommand.d.ts +16 -0
  173. package/dist-types/commands/CreateTagsCommand.d.ts +16 -0
  174. package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +16 -0
  175. package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +16 -0
  176. package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +16 -0
  177. package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +16 -0
  178. package/dist-types/commands/CreateTransitGatewayCommand.d.ts +16 -0
  179. package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +16 -0
  180. package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +16 -0
  181. package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +16 -0
  182. package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +16 -0
  183. package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +16 -0
  184. package/dist-types/commands/CreateTransitGatewayPrefixListReferenceCommand.d.ts +16 -0
  185. package/dist-types/commands/CreateTransitGatewayRouteCommand.d.ts +16 -0
  186. package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +16 -0
  187. package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +16 -0
  188. package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +16 -0
  189. package/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +16 -0
  190. package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +16 -0
  191. package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +16 -0
  192. package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +16 -0
  193. package/dist-types/commands/CreateVolumeCommand.d.ts +16 -0
  194. package/dist-types/commands/CreateVpcCommand.d.ts +16 -0
  195. package/dist-types/commands/CreateVpcEndpointCommand.d.ts +16 -0
  196. package/dist-types/commands/CreateVpcEndpointConnectionNotificationCommand.d.ts +16 -0
  197. package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +16 -0
  198. package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +16 -0
  199. package/dist-types/commands/CreateVpnConnectionCommand.d.ts +16 -0
  200. package/dist-types/commands/CreateVpnConnectionRouteCommand.d.ts +16 -0
  201. package/dist-types/commands/CreateVpnGatewayCommand.d.ts +16 -0
  202. package/dist-types/commands/DeleteCarrierGatewayCommand.d.ts +16 -0
  203. package/dist-types/commands/DeleteClientVpnEndpointCommand.d.ts +16 -0
  204. package/dist-types/commands/DeleteClientVpnRouteCommand.d.ts +16 -0
  205. package/dist-types/commands/DeleteCoipCidrCommand.d.ts +16 -0
  206. package/dist-types/commands/DeleteCoipPoolCommand.d.ts +16 -0
  207. package/dist-types/commands/DeleteCustomerGatewayCommand.d.ts +16 -0
  208. package/dist-types/commands/DeleteDhcpOptionsCommand.d.ts +16 -0
  209. package/dist-types/commands/DeleteEgressOnlyInternetGatewayCommand.d.ts +16 -0
  210. package/dist-types/commands/DeleteFleetsCommand.d.ts +16 -0
  211. package/dist-types/commands/DeleteFlowLogsCommand.d.ts +16 -0
  212. package/dist-types/commands/DeleteFpgaImageCommand.d.ts +16 -0
  213. package/dist-types/commands/DeleteInstanceEventWindowCommand.d.ts +16 -0
  214. package/dist-types/commands/DeleteInternetGatewayCommand.d.ts +16 -0
  215. package/dist-types/commands/DeleteIpamCommand.d.ts +16 -0
  216. package/dist-types/commands/DeleteIpamPoolCommand.d.ts +16 -0
  217. package/dist-types/commands/DeleteIpamResourceDiscoveryCommand.d.ts +16 -0
  218. package/dist-types/commands/DeleteIpamScopeCommand.d.ts +16 -0
  219. package/dist-types/commands/DeleteKeyPairCommand.d.ts +16 -0
  220. package/dist-types/commands/DeleteLaunchTemplateCommand.d.ts +16 -0
  221. package/dist-types/commands/DeleteLaunchTemplateVersionsCommand.d.ts +16 -0
  222. package/dist-types/commands/DeleteLocalGatewayRouteCommand.d.ts +16 -0
  223. package/dist-types/commands/DeleteLocalGatewayRouteTableCommand.d.ts +16 -0
  224. package/dist-types/commands/DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +16 -0
  225. package/dist-types/commands/DeleteLocalGatewayRouteTableVpcAssociationCommand.d.ts +16 -0
  226. package/dist-types/commands/DeleteManagedPrefixListCommand.d.ts +16 -0
  227. package/dist-types/commands/DeleteNatGatewayCommand.d.ts +16 -0
  228. package/dist-types/commands/DeleteNetworkAclCommand.d.ts +16 -0
  229. package/dist-types/commands/DeleteNetworkAclEntryCommand.d.ts +16 -0
  230. package/dist-types/commands/DeleteNetworkInsightsAccessScopeAnalysisCommand.d.ts +16 -0
  231. package/dist-types/commands/DeleteNetworkInsightsAccessScopeCommand.d.ts +16 -0
  232. package/dist-types/commands/DeleteNetworkInsightsAnalysisCommand.d.ts +16 -0
  233. package/dist-types/commands/DeleteNetworkInsightsPathCommand.d.ts +16 -0
  234. package/dist-types/commands/DeleteNetworkInterfaceCommand.d.ts +16 -0
  235. package/dist-types/commands/DeleteNetworkInterfacePermissionCommand.d.ts +16 -0
  236. package/dist-types/commands/DeletePlacementGroupCommand.d.ts +16 -0
  237. package/dist-types/commands/DeletePublicIpv4PoolCommand.d.ts +16 -0
  238. package/dist-types/commands/DeleteQueuedReservedInstancesCommand.d.ts +16 -0
  239. package/dist-types/commands/DeleteRouteCommand.d.ts +16 -0
  240. package/dist-types/commands/DeleteRouteTableCommand.d.ts +16 -0
  241. package/dist-types/commands/DeleteSecurityGroupCommand.d.ts +16 -0
  242. package/dist-types/commands/DeleteSnapshotCommand.d.ts +16 -0
  243. package/dist-types/commands/DeleteSpotDatafeedSubscriptionCommand.d.ts +16 -0
  244. package/dist-types/commands/DeleteSubnetCidrReservationCommand.d.ts +17 -1
  245. package/dist-types/commands/DeleteSubnetCommand.d.ts +17 -1
  246. package/dist-types/commands/DeleteTagsCommand.d.ts +17 -1
  247. package/dist-types/commands/DeleteTrafficMirrorFilterCommand.d.ts +17 -1
  248. package/dist-types/commands/DeleteTrafficMirrorFilterRuleCommand.d.ts +17 -1
  249. package/dist-types/commands/DeleteTrafficMirrorSessionCommand.d.ts +17 -2
  250. package/dist-types/commands/DeleteTrafficMirrorTargetCommand.d.ts +16 -0
  251. package/dist-types/commands/DeleteTransitGatewayCommand.d.ts +16 -0
  252. package/dist-types/commands/DeleteTransitGatewayConnectCommand.d.ts +16 -0
  253. package/dist-types/commands/DeleteTransitGatewayConnectPeerCommand.d.ts +16 -0
  254. package/dist-types/commands/DeleteTransitGatewayMulticastDomainCommand.d.ts +16 -0
  255. package/dist-types/commands/DeleteTransitGatewayPeeringAttachmentCommand.d.ts +16 -0
  256. package/dist-types/commands/DeleteTransitGatewayPolicyTableCommand.d.ts +16 -0
  257. package/dist-types/commands/DeleteTransitGatewayPrefixListReferenceCommand.d.ts +16 -0
  258. package/dist-types/commands/DeleteTransitGatewayRouteCommand.d.ts +16 -0
  259. package/dist-types/commands/DeleteTransitGatewayRouteTableAnnouncementCommand.d.ts +16 -0
  260. package/dist-types/commands/DeleteTransitGatewayRouteTableCommand.d.ts +16 -0
  261. package/dist-types/commands/DeleteTransitGatewayVpcAttachmentCommand.d.ts +16 -0
  262. package/dist-types/commands/DeleteVerifiedAccessEndpointCommand.d.ts +16 -0
  263. package/dist-types/commands/DeleteVerifiedAccessGroupCommand.d.ts +16 -0
  264. package/dist-types/commands/DeleteVerifiedAccessInstanceCommand.d.ts +16 -0
  265. package/dist-types/commands/DeleteVerifiedAccessTrustProviderCommand.d.ts +16 -0
  266. package/dist-types/commands/DeleteVolumeCommand.d.ts +16 -0
  267. package/dist-types/commands/DeleteVpcCommand.d.ts +16 -0
  268. package/dist-types/commands/DeleteVpcEndpointConnectionNotificationsCommand.d.ts +16 -0
  269. package/dist-types/commands/DeleteVpcEndpointServiceConfigurationsCommand.d.ts +16 -0
  270. package/dist-types/commands/DeleteVpcEndpointsCommand.d.ts +16 -0
  271. package/dist-types/commands/DeleteVpcPeeringConnectionCommand.d.ts +16 -0
  272. package/dist-types/commands/DeleteVpnConnectionCommand.d.ts +16 -0
  273. package/dist-types/commands/DeleteVpnConnectionRouteCommand.d.ts +16 -0
  274. package/dist-types/commands/DeleteVpnGatewayCommand.d.ts +16 -0
  275. package/dist-types/commands/DeprovisionByoipCidrCommand.d.ts +16 -0
  276. package/dist-types/commands/DeprovisionIpamPoolCidrCommand.d.ts +16 -0
  277. package/dist-types/commands/DeprovisionPublicIpv4PoolCidrCommand.d.ts +16 -0
  278. package/dist-types/commands/DeregisterImageCommand.d.ts +16 -0
  279. package/dist-types/commands/DeregisterInstanceEventNotificationAttributesCommand.d.ts +16 -0
  280. package/dist-types/commands/DeregisterTransitGatewayMulticastGroupMembersCommand.d.ts +16 -0
  281. package/dist-types/commands/DeregisterTransitGatewayMulticastGroupSourcesCommand.d.ts +16 -0
  282. package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +16 -0
  283. package/dist-types/commands/DescribeAddressTransfersCommand.d.ts +16 -0
  284. package/dist-types/commands/DescribeAddressesAttributeCommand.d.ts +16 -0
  285. package/dist-types/commands/DescribeAddressesCommand.d.ts +16 -0
  286. package/dist-types/commands/DescribeAggregateIdFormatCommand.d.ts +16 -0
  287. package/dist-types/commands/DescribeAvailabilityZonesCommand.d.ts +16 -0
  288. package/dist-types/commands/DescribeAwsNetworkPerformanceMetricSubscriptionsCommand.d.ts +16 -0
  289. package/dist-types/commands/DescribeBundleTasksCommand.d.ts +16 -0
  290. package/dist-types/commands/DescribeByoipCidrsCommand.d.ts +16 -0
  291. package/dist-types/commands/DescribeCapacityReservationFleetsCommand.d.ts +16 -0
  292. package/dist-types/commands/DescribeCapacityReservationsCommand.d.ts +16 -0
  293. package/dist-types/commands/DescribeCarrierGatewaysCommand.d.ts +16 -0
  294. package/dist-types/commands/DescribeClassicLinkInstancesCommand.d.ts +16 -0
  295. package/dist-types/commands/DescribeClientVpnAuthorizationRulesCommand.d.ts +16 -0
  296. package/dist-types/commands/DescribeClientVpnConnectionsCommand.d.ts +16 -0
  297. package/dist-types/commands/DescribeClientVpnEndpointsCommand.d.ts +16 -0
  298. package/dist-types/commands/DescribeClientVpnRoutesCommand.d.ts +16 -0
  299. package/dist-types/commands/DescribeClientVpnTargetNetworksCommand.d.ts +16 -0
  300. package/dist-types/commands/DescribeCoipPoolsCommand.d.ts +16 -0
  301. package/dist-types/commands/DescribeConversionTasksCommand.d.ts +16 -0
  302. package/dist-types/commands/DescribeCustomerGatewaysCommand.d.ts +16 -0
  303. package/dist-types/commands/DescribeDhcpOptionsCommand.d.ts +16 -0
  304. package/dist-types/commands/DescribeEgressOnlyInternetGatewaysCommand.d.ts +16 -0
  305. package/dist-types/commands/DescribeElasticGpusCommand.d.ts +16 -0
  306. package/dist-types/commands/DescribeExportImageTasksCommand.d.ts +16 -0
  307. package/dist-types/commands/DescribeExportTasksCommand.d.ts +16 -0
  308. package/dist-types/commands/DescribeFastLaunchImagesCommand.d.ts +16 -0
  309. package/dist-types/commands/DescribeFastSnapshotRestoresCommand.d.ts +16 -0
  310. package/dist-types/commands/DescribeFleetHistoryCommand.d.ts +16 -0
  311. package/dist-types/commands/DescribeFleetInstancesCommand.d.ts +16 -0
  312. package/dist-types/commands/DescribeFleetsCommand.d.ts +16 -0
  313. package/dist-types/commands/DescribeFlowLogsCommand.d.ts +16 -0
  314. package/dist-types/commands/DescribeFpgaImageAttributeCommand.d.ts +16 -0
  315. package/dist-types/commands/DescribeFpgaImagesCommand.d.ts +16 -0
  316. package/dist-types/commands/DescribeHostReservationOfferingsCommand.d.ts +16 -0
  317. package/dist-types/commands/DescribeHostReservationsCommand.d.ts +16 -0
  318. package/dist-types/commands/DescribeHostsCommand.d.ts +16 -0
  319. package/dist-types/commands/DescribeIamInstanceProfileAssociationsCommand.d.ts +16 -0
  320. package/dist-types/commands/DescribeIdFormatCommand.d.ts +16 -0
  321. package/dist-types/commands/DescribeIdentityIdFormatCommand.d.ts +16 -0
  322. package/dist-types/commands/DescribeImageAttributeCommand.d.ts +16 -0
  323. package/dist-types/commands/DescribeImagesCommand.d.ts +16 -0
  324. package/dist-types/commands/DescribeImportImageTasksCommand.d.ts +16 -0
  325. package/dist-types/commands/DescribeImportSnapshotTasksCommand.d.ts +16 -0
  326. package/dist-types/commands/DescribeInstanceAttributeCommand.d.ts +16 -0
  327. package/dist-types/commands/DescribeInstanceCreditSpecificationsCommand.d.ts +16 -0
  328. package/dist-types/commands/DescribeInstanceEventNotificationAttributesCommand.d.ts +16 -0
  329. package/dist-types/commands/DescribeInstanceEventWindowsCommand.d.ts +16 -0
  330. package/dist-types/commands/DescribeInstanceStatusCommand.d.ts +16 -0
  331. package/dist-types/commands/DescribeInstanceTypeOfferingsCommand.d.ts +16 -0
  332. package/dist-types/commands/DescribeInstanceTypesCommand.d.ts +16 -0
  333. package/dist-types/commands/DescribeInstancesCommand.d.ts +16 -0
  334. package/dist-types/commands/DescribeInternetGatewaysCommand.d.ts +16 -0
  335. package/dist-types/commands/DescribeIpamPoolsCommand.d.ts +16 -0
  336. package/dist-types/commands/DescribeIpamResourceDiscoveriesCommand.d.ts +16 -0
  337. package/dist-types/commands/DescribeIpamResourceDiscoveryAssociationsCommand.d.ts +16 -0
  338. package/dist-types/commands/DescribeIpamScopesCommand.d.ts +16 -0
  339. package/dist-types/commands/DescribeIpamsCommand.d.ts +16 -0
  340. package/dist-types/commands/DescribeIpv6PoolsCommand.d.ts +16 -0
  341. package/dist-types/commands/DescribeKeyPairsCommand.d.ts +16 -0
  342. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +16 -0
  343. package/dist-types/commands/DescribeLaunchTemplatesCommand.d.ts +16 -0
  344. package/dist-types/commands/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand.d.ts +16 -0
  345. package/dist-types/commands/DescribeLocalGatewayRouteTableVpcAssociationsCommand.d.ts +16 -0
  346. package/dist-types/commands/DescribeLocalGatewayRouteTablesCommand.d.ts +16 -0
  347. package/dist-types/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.d.ts +16 -0
  348. package/dist-types/commands/DescribeLocalGatewayVirtualInterfacesCommand.d.ts +16 -0
  349. package/dist-types/commands/DescribeLocalGatewaysCommand.d.ts +16 -0
  350. package/dist-types/commands/DescribeManagedPrefixListsCommand.d.ts +16 -0
  351. package/dist-types/commands/DescribeMovingAddressesCommand.d.ts +16 -0
  352. package/dist-types/commands/DescribeNatGatewaysCommand.d.ts +16 -0
  353. package/dist-types/commands/DescribeNetworkAclsCommand.d.ts +16 -0
  354. package/dist-types/commands/DescribeNetworkInsightsAccessScopeAnalysesCommand.d.ts +16 -0
  355. package/dist-types/commands/DescribeNetworkInsightsAccessScopesCommand.d.ts +16 -0
  356. package/dist-types/commands/DescribeNetworkInsightsAnalysesCommand.d.ts +16 -0
  357. package/dist-types/commands/DescribeNetworkInsightsPathsCommand.d.ts +16 -0
  358. package/dist-types/commands/DescribeNetworkInterfaceAttributeCommand.d.ts +16 -0
  359. package/dist-types/commands/DescribeNetworkInterfacePermissionsCommand.d.ts +16 -0
  360. package/dist-types/commands/DescribeNetworkInterfacesCommand.d.ts +16 -0
  361. package/dist-types/commands/DescribePlacementGroupsCommand.d.ts +16 -0
  362. package/dist-types/commands/DescribePrefixListsCommand.d.ts +16 -0
  363. package/dist-types/commands/DescribePrincipalIdFormatCommand.d.ts +16 -0
  364. package/dist-types/commands/DescribePublicIpv4PoolsCommand.d.ts +16 -0
  365. package/dist-types/commands/DescribeRegionsCommand.d.ts +16 -0
  366. package/dist-types/commands/DescribeReplaceRootVolumeTasksCommand.d.ts +16 -0
  367. package/dist-types/commands/DescribeReservedInstancesCommand.d.ts +16 -0
  368. package/dist-types/commands/DescribeReservedInstancesListingsCommand.d.ts +16 -0
  369. package/dist-types/commands/DescribeReservedInstancesModificationsCommand.d.ts +16 -0
  370. package/dist-types/commands/DescribeReservedInstancesOfferingsCommand.d.ts +16 -0
  371. package/dist-types/commands/DescribeRouteTablesCommand.d.ts +16 -0
  372. package/dist-types/commands/DescribeScheduledInstanceAvailabilityCommand.d.ts +16 -0
  373. package/dist-types/commands/DescribeScheduledInstancesCommand.d.ts +16 -0
  374. package/dist-types/commands/DescribeSecurityGroupReferencesCommand.d.ts +16 -0
  375. package/dist-types/commands/DescribeSecurityGroupRulesCommand.d.ts +16 -0
  376. package/dist-types/commands/DescribeSecurityGroupsCommand.d.ts +16 -0
  377. package/dist-types/commands/DescribeSnapshotAttributeCommand.d.ts +16 -0
  378. package/dist-types/commands/DescribeSnapshotTierStatusCommand.d.ts +16 -0
  379. package/dist-types/commands/DescribeSnapshotsCommand.d.ts +16 -0
  380. package/dist-types/commands/DescribeSpotDatafeedSubscriptionCommand.d.ts +16 -0
  381. package/dist-types/commands/DescribeSpotFleetInstancesCommand.d.ts +16 -0
  382. package/dist-types/commands/DescribeSpotFleetRequestHistoryCommand.d.ts +16 -0
  383. package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +16 -0
  384. package/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +16 -0
  385. package/dist-types/commands/DescribeSpotPriceHistoryCommand.d.ts +16 -0
  386. package/dist-types/commands/DescribeStaleSecurityGroupsCommand.d.ts +16 -0
  387. package/dist-types/commands/DescribeStoreImageTasksCommand.d.ts +16 -0
  388. package/dist-types/commands/DescribeSubnetsCommand.d.ts +16 -0
  389. package/dist-types/commands/DescribeTagsCommand.d.ts +16 -0
  390. package/dist-types/commands/DescribeTrafficMirrorFiltersCommand.d.ts +16 -0
  391. package/dist-types/commands/DescribeTrafficMirrorSessionsCommand.d.ts +16 -0
  392. package/dist-types/commands/DescribeTrafficMirrorTargetsCommand.d.ts +16 -0
  393. package/dist-types/commands/DescribeTransitGatewayAttachmentsCommand.d.ts +16 -0
  394. package/dist-types/commands/DescribeTransitGatewayConnectPeersCommand.d.ts +16 -0
  395. package/dist-types/commands/DescribeTransitGatewayConnectsCommand.d.ts +16 -0
  396. package/dist-types/commands/DescribeTransitGatewayMulticastDomainsCommand.d.ts +16 -0
  397. package/dist-types/commands/DescribeTransitGatewayPeeringAttachmentsCommand.d.ts +16 -0
  398. package/dist-types/commands/DescribeTransitGatewayPolicyTablesCommand.d.ts +16 -0
  399. package/dist-types/commands/DescribeTransitGatewayRouteTableAnnouncementsCommand.d.ts +16 -0
  400. package/dist-types/commands/DescribeTransitGatewayRouteTablesCommand.d.ts +16 -0
  401. package/dist-types/commands/DescribeTransitGatewayVpcAttachmentsCommand.d.ts +16 -0
  402. package/dist-types/commands/DescribeTransitGatewaysCommand.d.ts +16 -0
  403. package/dist-types/commands/DescribeTrunkInterfaceAssociationsCommand.d.ts +16 -0
  404. package/dist-types/commands/DescribeVerifiedAccessEndpointsCommand.d.ts +16 -0
  405. package/dist-types/commands/DescribeVerifiedAccessGroupsCommand.d.ts +16 -0
  406. package/dist-types/commands/DescribeVerifiedAccessInstanceLoggingConfigurationsCommand.d.ts +16 -0
  407. package/dist-types/commands/DescribeVerifiedAccessInstancesCommand.d.ts +16 -0
  408. package/dist-types/commands/DescribeVerifiedAccessTrustProvidersCommand.d.ts +16 -0
  409. package/dist-types/commands/DescribeVolumeAttributeCommand.d.ts +16 -0
  410. package/dist-types/commands/DescribeVolumeStatusCommand.d.ts +17 -2
  411. package/dist-types/commands/DescribeVolumesCommand.d.ts +18 -1
  412. package/dist-types/commands/DescribeVolumesModificationsCommand.d.ts +17 -1
  413. package/dist-types/commands/DescribeVpcAttributeCommand.d.ts +16 -0
  414. package/dist-types/commands/DescribeVpcClassicLinkCommand.d.ts +16 -0
  415. package/dist-types/commands/DescribeVpcClassicLinkDnsSupportCommand.d.ts +16 -0
  416. package/dist-types/commands/DescribeVpcEndpointConnectionNotificationsCommand.d.ts +16 -0
  417. package/dist-types/commands/DescribeVpcEndpointConnectionsCommand.d.ts +16 -0
  418. package/dist-types/commands/DescribeVpcEndpointServiceConfigurationsCommand.d.ts +16 -0
  419. package/dist-types/commands/DescribeVpcEndpointServicePermissionsCommand.d.ts +16 -0
  420. package/dist-types/commands/DescribeVpcEndpointServicesCommand.d.ts +16 -0
  421. package/dist-types/commands/DescribeVpcEndpointsCommand.d.ts +16 -0
  422. package/dist-types/commands/DescribeVpcPeeringConnectionsCommand.d.ts +16 -0
  423. package/dist-types/commands/DescribeVpcsCommand.d.ts +16 -0
  424. package/dist-types/commands/DescribeVpnConnectionsCommand.d.ts +16 -0
  425. package/dist-types/commands/DescribeVpnGatewaysCommand.d.ts +16 -0
  426. package/dist-types/commands/DetachClassicLinkVpcCommand.d.ts +16 -0
  427. package/dist-types/commands/DetachInternetGatewayCommand.d.ts +16 -0
  428. package/dist-types/commands/DetachNetworkInterfaceCommand.d.ts +16 -0
  429. package/dist-types/commands/DetachVerifiedAccessTrustProviderCommand.d.ts +16 -0
  430. package/dist-types/commands/DetachVolumeCommand.d.ts +16 -0
  431. package/dist-types/commands/DetachVpnGatewayCommand.d.ts +16 -0
  432. package/dist-types/commands/DisableAddressTransferCommand.d.ts +16 -0
  433. package/dist-types/commands/DisableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +16 -0
  434. package/dist-types/commands/DisableEbsEncryptionByDefaultCommand.d.ts +16 -0
  435. package/dist-types/commands/DisableFastLaunchCommand.d.ts +16 -0
  436. package/dist-types/commands/DisableFastSnapshotRestoresCommand.d.ts +16 -0
  437. package/dist-types/commands/DisableImageDeprecationCommand.d.ts +16 -0
  438. package/dist-types/commands/DisableIpamOrganizationAdminAccountCommand.d.ts +16 -0
  439. package/dist-types/commands/DisableSerialConsoleAccessCommand.d.ts +16 -0
  440. package/dist-types/commands/DisableTransitGatewayRouteTablePropagationCommand.d.ts +16 -0
  441. package/dist-types/commands/DisableVgwRoutePropagationCommand.d.ts +16 -0
  442. package/dist-types/commands/DisableVpcClassicLinkCommand.d.ts +16 -0
  443. package/dist-types/commands/DisableVpcClassicLinkDnsSupportCommand.d.ts +16 -0
  444. package/dist-types/commands/DisassociateAddressCommand.d.ts +16 -0
  445. package/dist-types/commands/DisassociateClientVpnTargetNetworkCommand.d.ts +16 -0
  446. package/dist-types/commands/DisassociateEnclaveCertificateIamRoleCommand.d.ts +16 -0
  447. package/dist-types/commands/DisassociateIamInstanceProfileCommand.d.ts +16 -0
  448. package/dist-types/commands/DisassociateInstanceEventWindowCommand.d.ts +16 -0
  449. package/dist-types/commands/DisassociateIpamResourceDiscoveryCommand.d.ts +16 -0
  450. package/dist-types/commands/DisassociateNatGatewayAddressCommand.d.ts +16 -0
  451. package/dist-types/commands/DisassociateRouteTableCommand.d.ts +16 -0
  452. package/dist-types/commands/DisassociateSubnetCidrBlockCommand.d.ts +16 -0
  453. package/dist-types/commands/DisassociateTransitGatewayMulticastDomainCommand.d.ts +16 -0
  454. package/dist-types/commands/DisassociateTransitGatewayPolicyTableCommand.d.ts +16 -0
  455. package/dist-types/commands/DisassociateTransitGatewayRouteTableCommand.d.ts +16 -0
  456. package/dist-types/commands/DisassociateTrunkInterfaceCommand.d.ts +16 -0
  457. package/dist-types/commands/DisassociateVpcCidrBlockCommand.d.ts +16 -0
  458. package/dist-types/commands/EnableAddressTransferCommand.d.ts +16 -0
  459. package/dist-types/commands/EnableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +16 -0
  460. package/dist-types/commands/EnableEbsEncryptionByDefaultCommand.d.ts +16 -0
  461. package/dist-types/commands/EnableFastLaunchCommand.d.ts +16 -0
  462. package/dist-types/commands/EnableFastSnapshotRestoresCommand.d.ts +16 -0
  463. package/dist-types/commands/EnableImageDeprecationCommand.d.ts +16 -0
  464. package/dist-types/commands/EnableIpamOrganizationAdminAccountCommand.d.ts +16 -0
  465. package/dist-types/commands/EnableReachabilityAnalyzerOrganizationSharingCommand.d.ts +16 -0
  466. package/dist-types/commands/EnableSerialConsoleAccessCommand.d.ts +16 -0
  467. package/dist-types/commands/EnableTransitGatewayRouteTablePropagationCommand.d.ts +16 -0
  468. package/dist-types/commands/EnableVgwRoutePropagationCommand.d.ts +16 -0
  469. package/dist-types/commands/EnableVolumeIOCommand.d.ts +16 -0
  470. package/dist-types/commands/EnableVpcClassicLinkCommand.d.ts +16 -0
  471. package/dist-types/commands/EnableVpcClassicLinkDnsSupportCommand.d.ts +16 -0
  472. package/dist-types/commands/ExportClientVpnClientCertificateRevocationListCommand.d.ts +16 -0
  473. package/dist-types/commands/ExportClientVpnClientConfigurationCommand.d.ts +16 -0
  474. package/dist-types/commands/ExportImageCommand.d.ts +16 -0
  475. package/dist-types/commands/ExportTransitGatewayRoutesCommand.d.ts +16 -0
  476. package/dist-types/commands/GetAssociatedEnclaveCertificateIamRolesCommand.d.ts +16 -0
  477. package/dist-types/commands/GetAssociatedIpv6PoolCidrsCommand.d.ts +16 -0
  478. package/dist-types/commands/GetAwsNetworkPerformanceDataCommand.d.ts +16 -0
  479. package/dist-types/commands/GetCapacityReservationUsageCommand.d.ts +16 -0
  480. package/dist-types/commands/GetCoipPoolUsageCommand.d.ts +16 -0
  481. package/dist-types/commands/GetConsoleOutputCommand.d.ts +16 -0
  482. package/dist-types/commands/GetConsoleScreenshotCommand.d.ts +16 -0
  483. package/dist-types/commands/GetDefaultCreditSpecificationCommand.d.ts +16 -0
  484. package/dist-types/commands/GetEbsDefaultKmsKeyIdCommand.d.ts +16 -0
  485. package/dist-types/commands/GetEbsEncryptionByDefaultCommand.d.ts +16 -0
  486. package/dist-types/commands/GetFlowLogsIntegrationTemplateCommand.d.ts +16 -0
  487. package/dist-types/commands/GetGroupsForCapacityReservationCommand.d.ts +16 -0
  488. package/dist-types/commands/GetHostReservationPurchasePreviewCommand.d.ts +16 -0
  489. package/dist-types/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +16 -0
  490. package/dist-types/commands/GetInstanceUefiDataCommand.d.ts +16 -0
  491. package/dist-types/commands/GetIpamAddressHistoryCommand.d.ts +16 -0
  492. package/dist-types/commands/GetIpamDiscoveredAccountsCommand.d.ts +16 -0
  493. package/dist-types/commands/GetIpamDiscoveredResourceCidrsCommand.d.ts +16 -0
  494. package/dist-types/commands/GetIpamPoolAllocationsCommand.d.ts +19 -0
  495. package/dist-types/commands/GetIpamPoolCidrsCommand.d.ts +16 -0
  496. package/dist-types/commands/GetIpamResourceCidrsCommand.d.ts +16 -0
  497. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +16 -0
  498. package/dist-types/commands/GetManagedPrefixListAssociationsCommand.d.ts +16 -0
  499. package/dist-types/commands/GetManagedPrefixListEntriesCommand.d.ts +16 -0
  500. package/dist-types/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.d.ts +16 -0
  501. package/dist-types/commands/GetNetworkInsightsAccessScopeContentCommand.d.ts +16 -0
  502. package/dist-types/commands/GetPasswordDataCommand.d.ts +16 -0
  503. package/dist-types/commands/GetReservedInstancesExchangeQuoteCommand.d.ts +16 -0
  504. package/dist-types/commands/GetSerialConsoleAccessStatusCommand.d.ts +16 -0
  505. package/dist-types/commands/GetSpotPlacementScoresCommand.d.ts +16 -0
  506. package/dist-types/commands/GetSubnetCidrReservationsCommand.d.ts +16 -0
  507. package/dist-types/commands/GetTransitGatewayAttachmentPropagationsCommand.d.ts +16 -0
  508. package/dist-types/commands/GetTransitGatewayMulticastDomainAssociationsCommand.d.ts +16 -0
  509. package/dist-types/commands/GetTransitGatewayPolicyTableAssociationsCommand.d.ts +16 -0
  510. package/dist-types/commands/GetTransitGatewayPolicyTableEntriesCommand.d.ts +16 -0
  511. package/dist-types/commands/GetTransitGatewayPrefixListReferencesCommand.d.ts +16 -0
  512. package/dist-types/commands/GetTransitGatewayRouteTableAssociationsCommand.d.ts +16 -0
  513. package/dist-types/commands/GetTransitGatewayRouteTablePropagationsCommand.d.ts +16 -0
  514. package/dist-types/commands/GetVerifiedAccessEndpointPolicyCommand.d.ts +16 -0
  515. package/dist-types/commands/GetVerifiedAccessGroupPolicyCommand.d.ts +16 -0
  516. package/dist-types/commands/GetVpnConnectionDeviceSampleConfigurationCommand.d.ts +16 -0
  517. package/dist-types/commands/GetVpnConnectionDeviceTypesCommand.d.ts +16 -0
  518. package/dist-types/commands/ImportClientVpnClientCertificateRevocationListCommand.d.ts +16 -0
  519. package/dist-types/commands/ImportImageCommand.d.ts +16 -0
  520. package/dist-types/commands/ImportInstanceCommand.d.ts +16 -0
  521. package/dist-types/commands/ImportKeyPairCommand.d.ts +16 -0
  522. package/dist-types/commands/ImportSnapshotCommand.d.ts +16 -0
  523. package/dist-types/commands/ImportVolumeCommand.d.ts +17 -1
  524. package/dist-types/commands/ListImagesInRecycleBinCommand.d.ts +17 -1
  525. package/dist-types/commands/ListSnapshotsInRecycleBinCommand.d.ts +17 -1
  526. package/dist-types/commands/ModifyAddressAttributeCommand.d.ts +17 -2
  527. package/dist-types/commands/ModifyAvailabilityZoneGroupCommand.d.ts +16 -0
  528. package/dist-types/commands/ModifyCapacityReservationCommand.d.ts +16 -0
  529. package/dist-types/commands/ModifyCapacityReservationFleetCommand.d.ts +16 -0
  530. package/dist-types/commands/ModifyClientVpnEndpointCommand.d.ts +16 -0
  531. package/dist-types/commands/ModifyDefaultCreditSpecificationCommand.d.ts +16 -0
  532. package/dist-types/commands/ModifyEbsDefaultKmsKeyIdCommand.d.ts +16 -0
  533. package/dist-types/commands/ModifyFleetCommand.d.ts +16 -0
  534. package/dist-types/commands/ModifyFpgaImageAttributeCommand.d.ts +16 -0
  535. package/dist-types/commands/ModifyHostsCommand.d.ts +16 -0
  536. package/dist-types/commands/ModifyIdFormatCommand.d.ts +16 -0
  537. package/dist-types/commands/ModifyIdentityIdFormatCommand.d.ts +16 -0
  538. package/dist-types/commands/ModifyImageAttributeCommand.d.ts +16 -0
  539. package/dist-types/commands/ModifyInstanceAttributeCommand.d.ts +16 -0
  540. package/dist-types/commands/ModifyInstanceCapacityReservationAttributesCommand.d.ts +16 -0
  541. package/dist-types/commands/ModifyInstanceCreditSpecificationCommand.d.ts +16 -0
  542. package/dist-types/commands/ModifyInstanceEventStartTimeCommand.d.ts +16 -0
  543. package/dist-types/commands/ModifyInstanceEventWindowCommand.d.ts +16 -0
  544. package/dist-types/commands/ModifyInstanceMaintenanceOptionsCommand.d.ts +16 -0
  545. package/dist-types/commands/ModifyInstanceMetadataOptionsCommand.d.ts +16 -0
  546. package/dist-types/commands/ModifyInstancePlacementCommand.d.ts +16 -0
  547. package/dist-types/commands/ModifyIpamCommand.d.ts +16 -0
  548. package/dist-types/commands/ModifyIpamPoolCommand.d.ts +16 -0
  549. package/dist-types/commands/ModifyIpamResourceCidrCommand.d.ts +16 -0
  550. package/dist-types/commands/ModifyIpamResourceDiscoveryCommand.d.ts +16 -0
  551. package/dist-types/commands/ModifyIpamScopeCommand.d.ts +16 -0
  552. package/dist-types/commands/ModifyLaunchTemplateCommand.d.ts +16 -0
  553. package/dist-types/commands/ModifyLocalGatewayRouteCommand.d.ts +16 -0
  554. package/dist-types/commands/ModifyManagedPrefixListCommand.d.ts +16 -0
  555. package/dist-types/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +16 -0
  556. package/dist-types/commands/ModifyPrivateDnsNameOptionsCommand.d.ts +16 -0
  557. package/dist-types/commands/ModifyReservedInstancesCommand.d.ts +16 -0
  558. package/dist-types/commands/ModifySecurityGroupRulesCommand.d.ts +16 -0
  559. package/dist-types/commands/ModifySnapshotAttributeCommand.d.ts +16 -0
  560. package/dist-types/commands/ModifySnapshotTierCommand.d.ts +16 -0
  561. package/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +16 -0
  562. package/dist-types/commands/ModifySubnetAttributeCommand.d.ts +16 -0
  563. package/dist-types/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.d.ts +16 -0
  564. package/dist-types/commands/ModifyTrafficMirrorFilterRuleCommand.d.ts +16 -0
  565. package/dist-types/commands/ModifyTrafficMirrorSessionCommand.d.ts +16 -0
  566. package/dist-types/commands/ModifyTransitGatewayCommand.d.ts +16 -0
  567. package/dist-types/commands/ModifyTransitGatewayPrefixListReferenceCommand.d.ts +16 -0
  568. package/dist-types/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +16 -0
  569. package/dist-types/commands/ModifyVerifiedAccessEndpointCommand.d.ts +16 -0
  570. package/dist-types/commands/ModifyVerifiedAccessEndpointPolicyCommand.d.ts +16 -0
  571. package/dist-types/commands/ModifyVerifiedAccessGroupCommand.d.ts +16 -0
  572. package/dist-types/commands/ModifyVerifiedAccessGroupPolicyCommand.d.ts +16 -0
  573. package/dist-types/commands/ModifyVerifiedAccessInstanceCommand.d.ts +16 -0
  574. package/dist-types/commands/ModifyVerifiedAccessInstanceLoggingConfigurationCommand.d.ts +16 -0
  575. package/dist-types/commands/ModifyVerifiedAccessTrustProviderCommand.d.ts +16 -0
  576. package/dist-types/commands/ModifyVolumeAttributeCommand.d.ts +16 -0
  577. package/dist-types/commands/ModifyVolumeCommand.d.ts +16 -0
  578. package/dist-types/commands/ModifyVpcAttributeCommand.d.ts +16 -0
  579. package/dist-types/commands/ModifyVpcEndpointCommand.d.ts +16 -0
  580. package/dist-types/commands/ModifyVpcEndpointConnectionNotificationCommand.d.ts +16 -0
  581. package/dist-types/commands/ModifyVpcEndpointServiceConfigurationCommand.d.ts +16 -0
  582. package/dist-types/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.d.ts +16 -0
  583. package/dist-types/commands/ModifyVpcEndpointServicePermissionsCommand.d.ts +16 -0
  584. package/dist-types/commands/ModifyVpcPeeringConnectionOptionsCommand.d.ts +16 -0
  585. package/dist-types/commands/ModifyVpcTenancyCommand.d.ts +16 -0
  586. package/dist-types/commands/ModifyVpnConnectionCommand.d.ts +16 -0
  587. package/dist-types/commands/ModifyVpnConnectionOptionsCommand.d.ts +16 -0
  588. package/dist-types/commands/ModifyVpnTunnelCertificateCommand.d.ts +16 -0
  589. package/dist-types/commands/ModifyVpnTunnelOptionsCommand.d.ts +16 -0
  590. package/dist-types/commands/MonitorInstancesCommand.d.ts +16 -0
  591. package/dist-types/commands/MoveAddressToVpcCommand.d.ts +16 -0
  592. package/dist-types/commands/MoveByoipCidrToIpamCommand.d.ts +16 -0
  593. package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +16 -0
  594. package/dist-types/commands/ProvisionIpamPoolCidrCommand.d.ts +16 -0
  595. package/dist-types/commands/ProvisionPublicIpv4PoolCidrCommand.d.ts +16 -0
  596. package/dist-types/commands/PurchaseHostReservationCommand.d.ts +16 -0
  597. package/dist-types/commands/PurchaseReservedInstancesOfferingCommand.d.ts +16 -0
  598. package/dist-types/commands/PurchaseScheduledInstancesCommand.d.ts +16 -0
  599. package/dist-types/commands/RebootInstancesCommand.d.ts +16 -0
  600. package/dist-types/commands/RegisterImageCommand.d.ts +16 -0
  601. package/dist-types/commands/RegisterInstanceEventNotificationAttributesCommand.d.ts +16 -0
  602. package/dist-types/commands/RegisterTransitGatewayMulticastGroupMembersCommand.d.ts +16 -0
  603. package/dist-types/commands/RegisterTransitGatewayMulticastGroupSourcesCommand.d.ts +16 -0
  604. package/dist-types/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.d.ts +16 -0
  605. package/dist-types/commands/RejectTransitGatewayPeeringAttachmentCommand.d.ts +16 -0
  606. package/dist-types/commands/RejectTransitGatewayVpcAttachmentCommand.d.ts +16 -0
  607. package/dist-types/commands/RejectVpcEndpointConnectionsCommand.d.ts +16 -0
  608. package/dist-types/commands/RejectVpcPeeringConnectionCommand.d.ts +16 -0
  609. package/dist-types/commands/ReleaseAddressCommand.d.ts +16 -0
  610. package/dist-types/commands/ReleaseHostsCommand.d.ts +16 -0
  611. package/dist-types/commands/ReleaseIpamPoolAllocationCommand.d.ts +19 -0
  612. package/dist-types/commands/ReplaceIamInstanceProfileAssociationCommand.d.ts +16 -0
  613. package/dist-types/commands/ReplaceNetworkAclAssociationCommand.d.ts +16 -0
  614. package/dist-types/commands/ReplaceNetworkAclEntryCommand.d.ts +16 -0
  615. package/dist-types/commands/ReplaceRouteCommand.d.ts +16 -0
  616. package/dist-types/commands/ReplaceRouteTableAssociationCommand.d.ts +16 -0
  617. package/dist-types/commands/ReplaceTransitGatewayRouteCommand.d.ts +16 -0
  618. package/dist-types/commands/ReportInstanceStatusCommand.d.ts +16 -0
  619. package/dist-types/commands/RequestSpotFleetCommand.d.ts +16 -0
  620. package/dist-types/commands/RequestSpotInstancesCommand.d.ts +16 -0
  621. package/dist-types/commands/ResetAddressAttributeCommand.d.ts +16 -0
  622. package/dist-types/commands/ResetEbsDefaultKmsKeyIdCommand.d.ts +16 -0
  623. package/dist-types/commands/ResetFpgaImageAttributeCommand.d.ts +16 -0
  624. package/dist-types/commands/ResetImageAttributeCommand.d.ts +16 -0
  625. package/dist-types/commands/ResetInstanceAttributeCommand.d.ts +16 -0
  626. package/dist-types/commands/ResetNetworkInterfaceAttributeCommand.d.ts +16 -0
  627. package/dist-types/commands/ResetSnapshotAttributeCommand.d.ts +16 -0
  628. package/dist-types/commands/RestoreAddressToClassicCommand.d.ts +16 -0
  629. package/dist-types/commands/RestoreImageFromRecycleBinCommand.d.ts +16 -0
  630. package/dist-types/commands/RestoreManagedPrefixListVersionCommand.d.ts +16 -0
  631. package/dist-types/commands/RestoreSnapshotFromRecycleBinCommand.d.ts +16 -0
  632. package/dist-types/commands/RestoreSnapshotTierCommand.d.ts +16 -0
  633. package/dist-types/commands/RevokeClientVpnIngressCommand.d.ts +16 -0
  634. package/dist-types/commands/RevokeSecurityGroupEgressCommand.d.ts +16 -0
  635. package/dist-types/commands/RevokeSecurityGroupIngressCommand.d.ts +16 -0
  636. package/dist-types/commands/RunInstancesCommand.d.ts +16 -0
  637. package/dist-types/commands/RunScheduledInstancesCommand.d.ts +16 -0
  638. package/dist-types/commands/SearchLocalGatewayRoutesCommand.d.ts +16 -0
  639. package/dist-types/commands/SearchTransitGatewayMulticastGroupsCommand.d.ts +16 -0
  640. package/dist-types/commands/SearchTransitGatewayRoutesCommand.d.ts +16 -0
  641. package/dist-types/commands/SendDiagnosticInterruptCommand.d.ts +16 -0
  642. package/dist-types/commands/StartInstancesCommand.d.ts +16 -0
  643. package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +16 -0
  644. package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +18 -1
  645. package/dist-types/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.d.ts +17 -1
  646. package/dist-types/commands/StopInstancesCommand.d.ts +17 -1
  647. package/dist-types/commands/TerminateClientVpnConnectionsCommand.d.ts +17 -1
  648. package/dist-types/commands/TerminateInstancesCommand.d.ts +17 -2
  649. package/dist-types/commands/UnassignIpv6AddressesCommand.d.ts +16 -0
  650. package/dist-types/commands/UnassignPrivateIpAddressesCommand.d.ts +16 -0
  651. package/dist-types/commands/UnassignPrivateNatGatewayAddressCommand.d.ts +16 -0
  652. package/dist-types/commands/UnmonitorInstancesCommand.d.ts +16 -0
  653. package/dist-types/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.d.ts +16 -0
  654. package/dist-types/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.d.ts +16 -0
  655. package/dist-types/commands/WithdrawByoipCidrCommand.d.ts +16 -0
  656. package/dist-types/models/EC2ServiceException.d.ts +2 -0
  657. package/dist-types/models/models_0.d.ts +807 -100
  658. package/dist-types/models/models_1.d.ts +786 -233
  659. package/dist-types/models/models_2.d.ts +912 -143
  660. package/dist-types/models/models_3.d.ts +825 -229
  661. package/dist-types/models/models_4.d.ts +897 -358
  662. package/dist-types/models/models_5.d.ts +1099 -200
  663. package/dist-types/models/models_6.d.ts +940 -163
  664. package/dist-types/models/models_7.d.ts +228 -0
  665. package/dist-types/pagination/DescribeAddressTransfersPaginator.d.ts +3 -0
  666. package/dist-types/pagination/DescribeAddressesAttributePaginator.d.ts +3 -0
  667. package/dist-types/pagination/DescribeAwsNetworkPerformanceMetricSubscriptionsPaginator.d.ts +3 -0
  668. package/dist-types/pagination/DescribeByoipCidrsPaginator.d.ts +3 -0
  669. package/dist-types/pagination/DescribeCapacityReservationFleetsPaginator.d.ts +3 -0
  670. package/dist-types/pagination/DescribeCapacityReservationsPaginator.d.ts +3 -0
  671. package/dist-types/pagination/DescribeCarrierGatewaysPaginator.d.ts +3 -0
  672. package/dist-types/pagination/DescribeClassicLinkInstancesPaginator.d.ts +3 -0
  673. package/dist-types/pagination/DescribeClientVpnAuthorizationRulesPaginator.d.ts +3 -0
  674. package/dist-types/pagination/DescribeClientVpnConnectionsPaginator.d.ts +3 -0
  675. package/dist-types/pagination/DescribeClientVpnEndpointsPaginator.d.ts +3 -0
  676. package/dist-types/pagination/DescribeClientVpnRoutesPaginator.d.ts +3 -0
  677. package/dist-types/pagination/DescribeClientVpnTargetNetworksPaginator.d.ts +3 -0
  678. package/dist-types/pagination/DescribeCoipPoolsPaginator.d.ts +3 -0
  679. package/dist-types/pagination/DescribeDhcpOptionsPaginator.d.ts +3 -0
  680. package/dist-types/pagination/DescribeEgressOnlyInternetGatewaysPaginator.d.ts +3 -0
  681. package/dist-types/pagination/DescribeExportImageTasksPaginator.d.ts +3 -0
  682. package/dist-types/pagination/DescribeFastLaunchImagesPaginator.d.ts +3 -0
  683. package/dist-types/pagination/DescribeFastSnapshotRestoresPaginator.d.ts +3 -0
  684. package/dist-types/pagination/DescribeFleetsPaginator.d.ts +3 -0
  685. package/dist-types/pagination/DescribeFlowLogsPaginator.d.ts +3 -0
  686. package/dist-types/pagination/DescribeFpgaImagesPaginator.d.ts +3 -0
  687. package/dist-types/pagination/DescribeHostReservationOfferingsPaginator.d.ts +3 -0
  688. package/dist-types/pagination/DescribeHostReservationsPaginator.d.ts +3 -0
  689. package/dist-types/pagination/DescribeHostsPaginator.d.ts +3 -0
  690. package/dist-types/pagination/DescribeIamInstanceProfileAssociationsPaginator.d.ts +3 -0
  691. package/dist-types/pagination/DescribeImagesPaginator.d.ts +3 -0
  692. package/dist-types/pagination/DescribeImportImageTasksPaginator.d.ts +3 -0
  693. package/dist-types/pagination/DescribeImportSnapshotTasksPaginator.d.ts +3 -0
  694. package/dist-types/pagination/DescribeInstanceCreditSpecificationsPaginator.d.ts +3 -0
  695. package/dist-types/pagination/DescribeInstanceEventWindowsPaginator.d.ts +3 -0
  696. package/dist-types/pagination/DescribeInstanceStatusPaginator.d.ts +3 -0
  697. package/dist-types/pagination/DescribeInstanceTypeOfferingsPaginator.d.ts +3 -0
  698. package/dist-types/pagination/DescribeInstanceTypesPaginator.d.ts +3 -0
  699. package/dist-types/pagination/DescribeInstancesPaginator.d.ts +3 -0
  700. package/dist-types/pagination/DescribeInternetGatewaysPaginator.d.ts +3 -0
  701. package/dist-types/pagination/DescribeIpamPoolsPaginator.d.ts +3 -0
  702. package/dist-types/pagination/DescribeIpamResourceDiscoveriesPaginator.d.ts +3 -0
  703. package/dist-types/pagination/DescribeIpamResourceDiscoveryAssociationsPaginator.d.ts +3 -0
  704. package/dist-types/pagination/DescribeIpamScopesPaginator.d.ts +3 -0
  705. package/dist-types/pagination/DescribeIpamsPaginator.d.ts +3 -0
  706. package/dist-types/pagination/DescribeIpv6PoolsPaginator.d.ts +3 -0
  707. package/dist-types/pagination/DescribeLaunchTemplateVersionsPaginator.d.ts +3 -0
  708. package/dist-types/pagination/DescribeLaunchTemplatesPaginator.d.ts +3 -0
  709. package/dist-types/pagination/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsPaginator.d.ts +3 -0
  710. package/dist-types/pagination/DescribeLocalGatewayRouteTableVpcAssociationsPaginator.d.ts +3 -0
  711. package/dist-types/pagination/DescribeLocalGatewayRouteTablesPaginator.d.ts +3 -0
  712. package/dist-types/pagination/DescribeLocalGatewayVirtualInterfaceGroupsPaginator.d.ts +3 -0
  713. package/dist-types/pagination/DescribeLocalGatewayVirtualInterfacesPaginator.d.ts +3 -0
  714. package/dist-types/pagination/DescribeLocalGatewaysPaginator.d.ts +3 -0
  715. package/dist-types/pagination/DescribeManagedPrefixListsPaginator.d.ts +3 -0
  716. package/dist-types/pagination/DescribeMovingAddressesPaginator.d.ts +3 -0
  717. package/dist-types/pagination/DescribeNatGatewaysPaginator.d.ts +3 -0
  718. package/dist-types/pagination/DescribeNetworkAclsPaginator.d.ts +3 -0
  719. package/dist-types/pagination/DescribeNetworkInsightsAccessScopeAnalysesPaginator.d.ts +3 -0
  720. package/dist-types/pagination/DescribeNetworkInsightsAccessScopesPaginator.d.ts +3 -0
  721. package/dist-types/pagination/DescribeNetworkInsightsAnalysesPaginator.d.ts +3 -0
  722. package/dist-types/pagination/DescribeNetworkInsightsPathsPaginator.d.ts +3 -0
  723. package/dist-types/pagination/DescribeNetworkInterfacePermissionsPaginator.d.ts +3 -0
  724. package/dist-types/pagination/DescribeNetworkInterfacesPaginator.d.ts +3 -0
  725. package/dist-types/pagination/DescribePrefixListsPaginator.d.ts +3 -0
  726. package/dist-types/pagination/DescribePrincipalIdFormatPaginator.d.ts +3 -0
  727. package/dist-types/pagination/DescribePublicIpv4PoolsPaginator.d.ts +3 -0
  728. package/dist-types/pagination/DescribeReplaceRootVolumeTasksPaginator.d.ts +3 -0
  729. package/dist-types/pagination/DescribeReservedInstancesModificationsPaginator.d.ts +3 -0
  730. package/dist-types/pagination/DescribeReservedInstancesOfferingsPaginator.d.ts +3 -0
  731. package/dist-types/pagination/DescribeRouteTablesPaginator.d.ts +3 -0
  732. package/dist-types/pagination/DescribeScheduledInstanceAvailabilityPaginator.d.ts +3 -0
  733. package/dist-types/pagination/DescribeScheduledInstancesPaginator.d.ts +3 -0
  734. package/dist-types/pagination/DescribeSecurityGroupRulesPaginator.d.ts +3 -0
  735. package/dist-types/pagination/DescribeSecurityGroupsPaginator.d.ts +3 -0
  736. package/dist-types/pagination/DescribeSnapshotTierStatusPaginator.d.ts +3 -0
  737. package/dist-types/pagination/DescribeSnapshotsPaginator.d.ts +3 -0
  738. package/dist-types/pagination/DescribeSpotFleetRequestsPaginator.d.ts +3 -0
  739. package/dist-types/pagination/DescribeSpotInstanceRequestsPaginator.d.ts +3 -0
  740. package/dist-types/pagination/DescribeSpotPriceHistoryPaginator.d.ts +3 -0
  741. package/dist-types/pagination/DescribeStaleSecurityGroupsPaginator.d.ts +3 -0
  742. package/dist-types/pagination/DescribeStoreImageTasksPaginator.d.ts +3 -0
  743. package/dist-types/pagination/DescribeSubnetsPaginator.d.ts +3 -0
  744. package/dist-types/pagination/DescribeTagsPaginator.d.ts +3 -0
  745. package/dist-types/pagination/DescribeTrafficMirrorFiltersPaginator.d.ts +3 -0
  746. package/dist-types/pagination/DescribeTrafficMirrorSessionsPaginator.d.ts +3 -0
  747. package/dist-types/pagination/DescribeTrafficMirrorTargetsPaginator.d.ts +3 -0
  748. package/dist-types/pagination/DescribeTransitGatewayAttachmentsPaginator.d.ts +3 -0
  749. package/dist-types/pagination/DescribeTransitGatewayConnectPeersPaginator.d.ts +3 -0
  750. package/dist-types/pagination/DescribeTransitGatewayConnectsPaginator.d.ts +3 -0
  751. package/dist-types/pagination/DescribeTransitGatewayMulticastDomainsPaginator.d.ts +3 -0
  752. package/dist-types/pagination/DescribeTransitGatewayPeeringAttachmentsPaginator.d.ts +3 -0
  753. package/dist-types/pagination/DescribeTransitGatewayPolicyTablesPaginator.d.ts +3 -0
  754. package/dist-types/pagination/DescribeTransitGatewayRouteTableAnnouncementsPaginator.d.ts +3 -0
  755. package/dist-types/pagination/DescribeTransitGatewayRouteTablesPaginator.d.ts +3 -0
  756. package/dist-types/pagination/DescribeTransitGatewayVpcAttachmentsPaginator.d.ts +3 -0
  757. package/dist-types/pagination/DescribeTransitGatewaysPaginator.d.ts +3 -0
  758. package/dist-types/pagination/DescribeTrunkInterfaceAssociationsPaginator.d.ts +3 -0
  759. package/dist-types/pagination/DescribeVerifiedAccessEndpointsPaginator.d.ts +3 -0
  760. package/dist-types/pagination/DescribeVerifiedAccessGroupsPaginator.d.ts +3 -0
  761. package/dist-types/pagination/DescribeVerifiedAccessInstanceLoggingConfigurationsPaginator.d.ts +3 -0
  762. package/dist-types/pagination/DescribeVerifiedAccessInstancesPaginator.d.ts +3 -0
  763. package/dist-types/pagination/DescribeVerifiedAccessTrustProvidersPaginator.d.ts +3 -0
  764. package/dist-types/pagination/DescribeVolumeStatusPaginator.d.ts +3 -0
  765. package/dist-types/pagination/DescribeVolumesModificationsPaginator.d.ts +3 -0
  766. package/dist-types/pagination/DescribeVolumesPaginator.d.ts +3 -0
  767. package/dist-types/pagination/DescribeVpcClassicLinkDnsSupportPaginator.d.ts +3 -0
  768. package/dist-types/pagination/DescribeVpcEndpointConnectionNotificationsPaginator.d.ts +3 -0
  769. package/dist-types/pagination/DescribeVpcEndpointConnectionsPaginator.d.ts +3 -0
  770. package/dist-types/pagination/DescribeVpcEndpointServiceConfigurationsPaginator.d.ts +3 -0
  771. package/dist-types/pagination/DescribeVpcEndpointServicePermissionsPaginator.d.ts +3 -0
  772. package/dist-types/pagination/DescribeVpcEndpointsPaginator.d.ts +3 -0
  773. package/dist-types/pagination/DescribeVpcPeeringConnectionsPaginator.d.ts +3 -0
  774. package/dist-types/pagination/DescribeVpcsPaginator.d.ts +3 -0
  775. package/dist-types/pagination/GetAssociatedIpv6PoolCidrsPaginator.d.ts +3 -0
  776. package/dist-types/pagination/GetAwsNetworkPerformanceDataPaginator.d.ts +3 -0
  777. package/dist-types/pagination/GetGroupsForCapacityReservationPaginator.d.ts +3 -0
  778. package/dist-types/pagination/GetInstanceTypesFromInstanceRequirementsPaginator.d.ts +3 -0
  779. package/dist-types/pagination/GetIpamAddressHistoryPaginator.d.ts +3 -0
  780. package/dist-types/pagination/GetIpamDiscoveredAccountsPaginator.d.ts +3 -0
  781. package/dist-types/pagination/GetIpamDiscoveredResourceCidrsPaginator.d.ts +3 -0
  782. package/dist-types/pagination/GetIpamPoolAllocationsPaginator.d.ts +3 -0
  783. package/dist-types/pagination/GetIpamPoolCidrsPaginator.d.ts +3 -0
  784. package/dist-types/pagination/GetIpamResourceCidrsPaginator.d.ts +3 -0
  785. package/dist-types/pagination/GetManagedPrefixListAssociationsPaginator.d.ts +3 -0
  786. package/dist-types/pagination/GetManagedPrefixListEntriesPaginator.d.ts +3 -0
  787. package/dist-types/pagination/GetSpotPlacementScoresPaginator.d.ts +3 -0
  788. package/dist-types/pagination/GetTransitGatewayAttachmentPropagationsPaginator.d.ts +3 -0
  789. package/dist-types/pagination/GetTransitGatewayMulticastDomainAssociationsPaginator.d.ts +3 -0
  790. package/dist-types/pagination/GetTransitGatewayPolicyTableAssociationsPaginator.d.ts +3 -0
  791. package/dist-types/pagination/GetTransitGatewayPrefixListReferencesPaginator.d.ts +3 -0
  792. package/dist-types/pagination/GetTransitGatewayRouteTableAssociationsPaginator.d.ts +3 -0
  793. package/dist-types/pagination/GetTransitGatewayRouteTablePropagationsPaginator.d.ts +3 -0
  794. package/dist-types/pagination/GetVpnConnectionDeviceTypesPaginator.d.ts +3 -0
  795. package/dist-types/pagination/Interfaces.d.ts +3 -0
  796. package/dist-types/pagination/ListImagesInRecycleBinPaginator.d.ts +3 -0
  797. package/dist-types/pagination/ListSnapshotsInRecycleBinPaginator.d.ts +3 -0
  798. package/dist-types/pagination/SearchLocalGatewayRoutesPaginator.d.ts +3 -0
  799. package/dist-types/pagination/SearchTransitGatewayMulticastGroupsPaginator.d.ts +3 -0
  800. package/dist-types/ts3.4/commands/CreateReplaceRootVolumeTaskCommand.d.ts +2 -4
  801. package/dist-types/ts3.4/commands/CreateReservedInstancesListingCommand.d.ts +1 -1
  802. package/dist-types/ts3.4/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
  803. package/dist-types/ts3.4/commands/CreateRouteCommand.d.ts +1 -1
  804. package/dist-types/ts3.4/commands/CreateRouteTableCommand.d.ts +4 -2
  805. package/dist-types/ts3.4/commands/DeleteSubnetCidrReservationCommand.d.ts +1 -1
  806. package/dist-types/ts3.4/commands/DeleteSubnetCommand.d.ts +1 -1
  807. package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +1 -1
  808. package/dist-types/ts3.4/commands/DeleteTrafficMirrorFilterCommand.d.ts +1 -1
  809. package/dist-types/ts3.4/commands/DeleteTrafficMirrorFilterRuleCommand.d.ts +1 -1
  810. package/dist-types/ts3.4/commands/DeleteTrafficMirrorSessionCommand.d.ts +4 -2
  811. package/dist-types/ts3.4/commands/DescribeVolumeStatusCommand.d.ts +4 -2
  812. package/dist-types/ts3.4/commands/DescribeVolumesCommand.d.ts +2 -4
  813. package/dist-types/ts3.4/commands/DescribeVolumesModificationsCommand.d.ts +1 -1
  814. package/dist-types/ts3.4/commands/ImportVolumeCommand.d.ts +1 -1
  815. package/dist-types/ts3.4/commands/ListImagesInRecycleBinCommand.d.ts +1 -1
  816. package/dist-types/ts3.4/commands/ListSnapshotsInRecycleBinCommand.d.ts +1 -1
  817. package/dist-types/ts3.4/commands/ModifyAddressAttributeCommand.d.ts +4 -2
  818. package/dist-types/ts3.4/commands/StartNetworkInsightsAnalysisCommand.d.ts +2 -4
  819. package/dist-types/ts3.4/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.d.ts +1 -1
  820. package/dist-types/ts3.4/commands/StopInstancesCommand.d.ts +1 -1
  821. package/dist-types/ts3.4/commands/TerminateClientVpnConnectionsCommand.d.ts +1 -1
  822. package/dist-types/ts3.4/commands/TerminateInstancesCommand.d.ts +4 -2
  823. package/dist-types/ts3.4/models/models_0.d.ts +59 -36
  824. package/dist-types/ts3.4/models/models_1.d.ts +74 -87
  825. package/dist-types/ts3.4/models/models_2.d.ts +83 -61
  826. package/dist-types/ts3.4/models/models_3.d.ts +63 -89
  827. package/dist-types/ts3.4/models/models_4.d.ts +89 -94
  828. package/dist-types/ts3.4/models/models_5.d.ts +91 -83
  829. package/dist-types/ts3.4/models/models_6.d.ts +84 -73
  830. package/dist-types/ts3.4/models/models_7.d.ts +68 -0
  831. package/package.json +31 -31
@@ -1,8 +1,230 @@
1
- import { _InstanceType, ActiveInstance, ActivityStatus, AllocationStrategy, AlternatePathHint, BatchState, CurrencyCodeValues, Explanation, IamInstanceProfile, IamInstanceProfileSpecification, IpamResourceDiscoveryAssociation, IpPermission, PathComponent, ReservedInstancesListing, ResourceType, SecurityGroupRule, Tag, TagSpecification, TransitGatewayAssociationState, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, TrunkInterfaceAssociation, UserIdGroupPair, VerifiedAccessInstance, VerifiedAccessTrustProvider } from "./models_0";
2
- import { AttributeValue, BlockDeviceMapping, FleetLaunchTemplateSpecification, FleetType, GroupIdentifier, InstanceInterruptionBehavior, InstanceIpv6Address, InstanceRequirements, InternetGateway, Ipam, IpamPool, IpamResourceDiscovery, IpamScope, Ipv4PrefixSpecificationRequest, Ipv6PrefixSpecificationRequest, KeyType, LaunchTemplate, LaunchTemplateVersion, LocalGatewayRouteTable, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, ManagedPrefixList, NatGateway, NetworkAcl, NetworkInsightsAccessScope, NetworkInsightsPath, NetworkInterface, NetworkInterfaceAttachment, NetworkInterfacePermission, Placement, PlacementGroup, PlatformValues, PrivateIpAddressSpecification, ReplaceRootVolumeTask, SpotInstanceType, StateReason, Subnet, TargetCapacityUnitType, Tenancy, VolumeType } from "./models_1";
3
- import { RouteTable, Snapshot, SnapshotState, SpotDatafeedSubscription, SpotInstanceStateFault, StorageTier, TrafficMirrorFilter, TrafficMirrorSession, TrafficMirrorTarget, TransitGateway, TransitGatewayConnect, TransitGatewayConnectPeer, TransitGatewayMulticastDomain, TransitGatewayPolicyTable, TransitGatewayRouteTable, TransitGatewayRouteTableAnnouncement, VerifiedAccessEndpoint, VerifiedAccessGroup, Volume } from "./models_2";
4
- import { ArchitectureValues, AttributeBooleanValue, BootModeValues, CapacityReservationSpecificationResponse, CpuOptions, DeviceType, ElasticGpuAssociation, ElasticInferenceAcceleratorAssociation, EnclaveOptions, EventInformation, Filter, HibernationOptions, HypervisorType, IdFormat, InstanceBlockDeviceMapping, InstanceBootModeValues, InstanceLifecycleType, InstanceMaintenanceOptions, InstanceMetadataOptionsResponse, InstanceNetworkInterface, InstanceStateName, LicenseConfiguration, Monitoring, PermissionGroup, PrivateDnsNameOptionsResponse, ProductCode, VirtualizationType } from "./models_3";
1
+ import { _InstanceType, ActiveInstance, ActivityStatus, AllocationStrategy, AlternatePathHint, AttachmentStatus, BatchState, CurrencyCodeValues, Explanation, IamInstanceProfile, IamInstanceProfileSpecification, IpamResourceDiscoveryAssociation, IpPermission, PathComponent, ReservedInstancesListing, ResourceType, SecurityGroupRule, Tag, TagSpecification, TransitGatewayAssociationState, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, TrunkInterfaceAssociation, UserIdGroupPair, VerifiedAccessInstance, VerifiedAccessTrustProvider } from "./models_0";
2
+ import { AttributeValue, BlockDeviceMapping, FleetLaunchTemplateSpecification, FleetType, GroupIdentifier, HostnameType, InstanceInterruptionBehavior, InstanceIpv6Address, InstanceRequirements, InternetGateway, Ipam, IpamPool, IpamResourceDiscovery, IpamScope, Ipv4PrefixSpecificationRequest, Ipv6PrefixSpecificationRequest, KeyType, LaunchTemplate, LaunchTemplateVersion, LocalGatewayRouteTable, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, ManagedPrefixList, NatGateway, NetworkAcl, NetworkInsightsAccessScope, NetworkInsightsPath, NetworkInterface, NetworkInterfaceAttachment, NetworkInterfacePermission, NetworkInterfaceStatus, Placement, PlacementGroup, PlatformValues, PrivateIpAddressSpecification, ReplaceRootVolumeTask, SpotInstanceType, StateReason, Subnet, TargetCapacityUnitType, Tenancy } from "./models_1";
3
+ import { RouteTable, Snapshot, SnapshotState, SpotDatafeedSubscription, SpotInstanceStateFault, StorageTier, TrafficMirrorFilter, TrafficMirrorSession, TrafficMirrorTarget, TransitGateway, TransitGatewayConnect, TransitGatewayConnectPeer, TransitGatewayMulticastDomain, TransitGatewayPolicyTable, TransitGatewayRouteTable, TransitGatewayRouteTableAnnouncement, VerifiedAccessEndpoint, VerifiedAccessGroup } from "./models_2";
4
+ import { ArchitectureValues, AttributeBooleanValue, BootModeValues, CapacityReservationSpecificationResponse, CpuOptions, DeviceType, ElasticGpuAssociation, ElasticInferenceAcceleratorAssociation, EnclaveOptions, EventInformation, Filter, HibernationOptions, HypervisorType, IdFormat, InstanceBlockDeviceMapping, InstanceBootModeValues, InstanceLifecycleType, InstanceMaintenanceOptions, InstanceMetadataOptionsResponse, LicenseConfiguration, MonitoringState, PermissionGroup, ProductCode, VirtualizationType } from "./models_3";
5
5
  /**
6
+ * @public
7
+ * <p>Describes the monitoring of an instance.</p>
8
+ */
9
+ export interface Monitoring {
10
+ /**
11
+ * <p>Indicates whether detailed monitoring is enabled. Otherwise, basic monitoring is
12
+ * enabled.</p>
13
+ */
14
+ State?: MonitoringState | string;
15
+ }
16
+ /**
17
+ * @public
18
+ * <p>Describes association information for an Elastic IP address (IPv4).</p>
19
+ */
20
+ export interface InstanceNetworkInterfaceAssociation {
21
+ /**
22
+ * <p>The carrier IP address associated with the network interface.</p>
23
+ */
24
+ CarrierIp?: string;
25
+ /**
26
+ * <p>The customer-owned IP address associated with the network interface.</p>
27
+ */
28
+ CustomerOwnedIp?: string;
29
+ /**
30
+ * <p>The ID of the owner of the Elastic IP address.</p>
31
+ */
32
+ IpOwnerId?: string;
33
+ /**
34
+ * <p>The public DNS name.</p>
35
+ */
36
+ PublicDnsName?: string;
37
+ /**
38
+ * <p>The public IP address or Elastic IP address bound to the network interface.</p>
39
+ */
40
+ PublicIp?: string;
41
+ }
42
+ /**
43
+ * @public
44
+ * <p>Describes a network interface attachment.</p>
45
+ */
46
+ export interface InstanceNetworkInterfaceAttachment {
47
+ /**
48
+ * <p>The time stamp when the attachment initiated.</p>
49
+ */
50
+ AttachTime?: Date;
51
+ /**
52
+ * <p>The ID of the network interface attachment.</p>
53
+ */
54
+ AttachmentId?: string;
55
+ /**
56
+ * <p>Indicates whether the network interface is deleted when the instance is terminated.</p>
57
+ */
58
+ DeleteOnTermination?: boolean;
59
+ /**
60
+ * <p>The index of the device on the instance for the network interface attachment.</p>
61
+ */
62
+ DeviceIndex?: number;
63
+ /**
64
+ * <p>The attachment state.</p>
65
+ */
66
+ Status?: AttachmentStatus | string;
67
+ /**
68
+ * <p>The index of the network card.</p>
69
+ */
70
+ NetworkCardIndex?: number;
71
+ }
72
+ /**
73
+ * @public
74
+ * <p>Information about an IPv4 prefix.</p>
75
+ */
76
+ export interface InstanceIpv4Prefix {
77
+ /**
78
+ * <p>One or more IPv4 prefixes assigned to the network interface.</p>
79
+ */
80
+ Ipv4Prefix?: string;
81
+ }
82
+ /**
83
+ * @public
84
+ * <p>Information about an IPv6 prefix.</p>
85
+ */
86
+ export interface InstanceIpv6Prefix {
87
+ /**
88
+ * <p>One or more IPv6 prefixes assigned to the network interface.</p>
89
+ */
90
+ Ipv6Prefix?: string;
91
+ }
92
+ /**
93
+ * @public
94
+ * <p>Describes a private IPv4 address.</p>
95
+ */
96
+ export interface InstancePrivateIpAddress {
97
+ /**
98
+ * <p>The association information for an Elastic IP address for the network interface.</p>
99
+ */
100
+ Association?: InstanceNetworkInterfaceAssociation;
101
+ /**
102
+ * <p>Indicates whether this IPv4 address is the primary private IP address of the network interface.</p>
103
+ */
104
+ Primary?: boolean;
105
+ /**
106
+ * <p>The private IPv4 DNS name.</p>
107
+ */
108
+ PrivateDnsName?: string;
109
+ /**
110
+ * <p>The private IPv4 address of the network interface.</p>
111
+ */
112
+ PrivateIpAddress?: string;
113
+ }
114
+ /**
115
+ * @public
116
+ * <p>Describes a network interface.</p>
117
+ */
118
+ export interface InstanceNetworkInterface {
119
+ /**
120
+ * <p>The association information for an Elastic IPv4 associated with the network
121
+ * interface.</p>
122
+ */
123
+ Association?: InstanceNetworkInterfaceAssociation;
124
+ /**
125
+ * <p>The network interface attachment.</p>
126
+ */
127
+ Attachment?: InstanceNetworkInterfaceAttachment;
128
+ /**
129
+ * <p>The description.</p>
130
+ */
131
+ Description?: string;
132
+ /**
133
+ * <p>The security groups.</p>
134
+ */
135
+ Groups?: GroupIdentifier[];
136
+ /**
137
+ * <p>The IPv6 addresses associated with the network interface.</p>
138
+ */
139
+ Ipv6Addresses?: InstanceIpv6Address[];
140
+ /**
141
+ * <p>The MAC address.</p>
142
+ */
143
+ MacAddress?: string;
144
+ /**
145
+ * <p>The ID of the network interface.</p>
146
+ */
147
+ NetworkInterfaceId?: string;
148
+ /**
149
+ * <p>The ID of the Amazon Web Services account that created the network interface.</p>
150
+ */
151
+ OwnerId?: string;
152
+ /**
153
+ * <p>The private DNS name.</p>
154
+ */
155
+ PrivateDnsName?: string;
156
+ /**
157
+ * <p>The IPv4 address of the network interface within the subnet.</p>
158
+ */
159
+ PrivateIpAddress?: string;
160
+ /**
161
+ * <p>The private IPv4 addresses associated with the network interface.</p>
162
+ */
163
+ PrivateIpAddresses?: InstancePrivateIpAddress[];
164
+ /**
165
+ * <p>Indicates whether source/destination checking is enabled.</p>
166
+ */
167
+ SourceDestCheck?: boolean;
168
+ /**
169
+ * <p>The status of the network interface.</p>
170
+ */
171
+ Status?: NetworkInterfaceStatus | string;
172
+ /**
173
+ * <p>The ID of the subnet.</p>
174
+ */
175
+ SubnetId?: string;
176
+ /**
177
+ * <p>The ID of the VPC.</p>
178
+ */
179
+ VpcId?: string;
180
+ /**
181
+ * <p>The type of network interface.</p>
182
+ * <p>Valid values: <code>interface</code> | <code>efa</code> | <code>trunk</code>
183
+ * </p>
184
+ */
185
+ InterfaceType?: string;
186
+ /**
187
+ * <p>The IPv4 delegated prefixes that are assigned to the network interface.</p>
188
+ */
189
+ Ipv4Prefixes?: InstanceIpv4Prefix[];
190
+ /**
191
+ * <p>The IPv6 delegated prefixes that are assigned to the network interface.</p>
192
+ */
193
+ Ipv6Prefixes?: InstanceIpv6Prefix[];
194
+ }
195
+ /**
196
+ * @public
197
+ * <p>Describes the options for instance hostnames.</p>
198
+ */
199
+ export interface PrivateDnsNameOptionsResponse {
200
+ /**
201
+ * <p>The type of hostname to assign to an instance.</p>
202
+ */
203
+ HostnameType?: HostnameType | string;
204
+ /**
205
+ * <p>Indicates whether to respond to DNS queries for instance hostnames with DNS A
206
+ * records.</p>
207
+ */
208
+ EnableResourceNameDnsARecord?: boolean;
209
+ /**
210
+ * <p>Indicates whether to respond to DNS queries for instance hostnames with DNS AAAA
211
+ * records.</p>
212
+ */
213
+ EnableResourceNameDnsAAAARecord?: boolean;
214
+ }
215
+ /**
216
+ * @public
217
+ */
218
+ export declare enum InstanceStateName {
219
+ pending = "pending",
220
+ running = "running",
221
+ shutting_down = "shutting-down",
222
+ stopped = "stopped",
223
+ stopping = "stopping",
224
+ terminated = "terminated"
225
+ }
226
+ /**
227
+ * @public
6
228
  * <p>Describes the current state of an instance.</p>
7
229
  */
8
230
  export interface InstanceState {
@@ -57,6 +279,7 @@ export interface InstanceState {
57
279
  Name?: InstanceStateName | string;
58
280
  }
59
281
  /**
282
+ * @public
60
283
  * <p>Describes an instance.</p>
61
284
  */
62
285
  export interface Instance {
@@ -327,6 +550,7 @@ export interface Instance {
327
550
  CurrentInstanceBootMode?: InstanceBootModeValues | string;
328
551
  }
329
552
  /**
553
+ * @public
330
554
  * <p>Describes a launch request for one or more instances, and includes owner, requester,
331
555
  * and security group information that applies to all instances in the launch
332
556
  * request.</p>
@@ -354,6 +578,9 @@ export interface Reservation {
354
578
  */
355
579
  ReservationId?: string;
356
580
  }
581
+ /**
582
+ * @public
583
+ */
357
584
  export interface DescribeInstancesResult {
358
585
  /**
359
586
  * <p>Information about the reservations.</p>
@@ -365,6 +592,9 @@ export interface DescribeInstancesResult {
365
592
  */
366
593
  NextToken?: string;
367
594
  }
595
+ /**
596
+ * @public
597
+ */
368
598
  export interface DescribeInstanceStatusRequest {
369
599
  /**
370
600
  * <p>The filters.</p>
@@ -477,6 +707,9 @@ export interface DescribeInstanceStatusRequest {
477
707
  */
478
708
  IncludeAllInstances?: boolean;
479
709
  }
710
+ /**
711
+ * @public
712
+ */
480
713
  export declare enum EventCode {
481
714
  instance_reboot = "instance-reboot",
482
715
  instance_retirement = "instance-retirement",
@@ -485,6 +718,7 @@ export declare enum EventCode {
485
718
  system_reboot = "system-reboot"
486
719
  }
487
720
  /**
721
+ * @public
488
722
  * <p>Describes a scheduled event for an instance.</p>
489
723
  */
490
724
  export interface InstanceStatusEvent {
@@ -516,9 +750,15 @@ export interface InstanceStatusEvent {
516
750
  */
517
751
  NotBeforeDeadline?: Date;
518
752
  }
753
+ /**
754
+ * @public
755
+ */
519
756
  export declare enum StatusName {
520
757
  reachability = "reachability"
521
758
  }
759
+ /**
760
+ * @public
761
+ */
522
762
  export declare enum StatusType {
523
763
  failed = "failed",
524
764
  initializing = "initializing",
@@ -526,6 +766,7 @@ export declare enum StatusType {
526
766
  passed = "passed"
527
767
  }
528
768
  /**
769
+ * @public
529
770
  * <p>Describes the instance status.</p>
530
771
  */
531
772
  export interface InstanceStatusDetails {
@@ -543,6 +784,9 @@ export interface InstanceStatusDetails {
543
784
  */
544
785
  Status?: StatusType | string;
545
786
  }
787
+ /**
788
+ * @public
789
+ */
546
790
  export declare enum SummaryStatus {
547
791
  impaired = "impaired",
548
792
  initializing = "initializing",
@@ -551,6 +795,7 @@ export declare enum SummaryStatus {
551
795
  ok = "ok"
552
796
  }
553
797
  /**
798
+ * @public
554
799
  * <p>Describes the status of an instance.</p>
555
800
  */
556
801
  export interface InstanceStatusSummary {
@@ -564,6 +809,7 @@ export interface InstanceStatusSummary {
564
809
  Status?: SummaryStatus | string;
565
810
  }
566
811
  /**
812
+ * @public
567
813
  * <p>Describes the status of an instance.</p>
568
814
  */
569
815
  export interface InstanceStatus {
@@ -599,6 +845,9 @@ export interface InstanceStatus {
599
845
  */
600
846
  SystemStatus?: InstanceStatusSummary;
601
847
  }
848
+ /**
849
+ * @public
850
+ */
602
851
  export interface DescribeInstanceStatusResult {
603
852
  /**
604
853
  * <p>Information about the status of the instances.</p>
@@ -610,11 +859,17 @@ export interface DescribeInstanceStatusResult {
610
859
  */
611
860
  NextToken?: string;
612
861
  }
862
+ /**
863
+ * @public
864
+ */
613
865
  export declare enum LocationType {
614
866
  availability_zone = "availability-zone",
615
867
  availability_zone_id = "availability-zone-id",
616
868
  region = "region"
617
869
  }
870
+ /**
871
+ * @public
872
+ */
618
873
  export interface DescribeInstanceTypeOfferingsRequest {
619
874
  /**
620
875
  * <p>Checks whether you have the required permissions for the action, without actually making the request,
@@ -654,6 +909,7 @@ export interface DescribeInstanceTypeOfferingsRequest {
654
909
  NextToken?: string;
655
910
  }
656
911
  /**
912
+ * @public
657
913
  * <p>The instance types offered.</p>
658
914
  */
659
915
  export interface InstanceTypeOffering {
@@ -671,6 +927,9 @@ export interface InstanceTypeOffering {
671
927
  */
672
928
  Location?: string;
673
929
  }
930
+ /**
931
+ * @public
932
+ */
674
933
  export interface DescribeInstanceTypeOfferingsResult {
675
934
  /**
676
935
  * <p>The instance types offered.</p>
@@ -682,6 +941,9 @@ export interface DescribeInstanceTypeOfferingsResult {
682
941
  */
683
942
  NextToken?: string;
684
943
  }
944
+ /**
945
+ * @public
946
+ */
685
947
  export interface DescribeInstanceTypesRequest {
686
948
  /**
687
949
  * <p>Checks whether you have the required permissions for the action, without actually making the request,
@@ -932,6 +1194,7 @@ export interface DescribeInstanceTypesRequest {
932
1194
  NextToken?: string;
933
1195
  }
934
1196
  /**
1197
+ * @public
935
1198
  * <p>Describes the optimized EBS performance for supported instance types.</p>
936
1199
  */
937
1200
  export interface EbsOptimizedInfo {
@@ -960,21 +1223,31 @@ export interface EbsOptimizedInfo {
960
1223
  */
961
1224
  MaximumIops?: number;
962
1225
  }
1226
+ /**
1227
+ * @public
1228
+ */
963
1229
  export declare enum EbsOptimizedSupport {
964
1230
  default = "default",
965
1231
  supported = "supported",
966
1232
  unsupported = "unsupported"
967
1233
  }
1234
+ /**
1235
+ * @public
1236
+ */
968
1237
  export declare enum EbsEncryptionSupport {
969
1238
  supported = "supported",
970
1239
  unsupported = "unsupported"
971
1240
  }
1241
+ /**
1242
+ * @public
1243
+ */
972
1244
  export declare enum EbsNvmeSupport {
973
1245
  REQUIRED = "required",
974
1246
  SUPPORTED = "supported",
975
1247
  UNSUPPORTED = "unsupported"
976
1248
  }
977
1249
  /**
1250
+ * @public
978
1251
  * <p>Describes the Amazon EBS features supported by the instance type.</p>
979
1252
  */
980
1253
  export interface EbsInfo {
@@ -997,6 +1270,7 @@ export interface EbsInfo {
997
1270
  NvmeSupport?: EbsNvmeSupport | string;
998
1271
  }
999
1272
  /**
1273
+ * @public
1000
1274
  * <p>Describes the memory for the FPGA accelerator for the instance type.</p>
1001
1275
  */
1002
1276
  export interface FpgaDeviceMemoryInfo {
@@ -1006,6 +1280,7 @@ export interface FpgaDeviceMemoryInfo {
1006
1280
  SizeInMiB?: number;
1007
1281
  }
1008
1282
  /**
1283
+ * @public
1009
1284
  * <p>Describes the FPGA accelerator for the instance type.</p>
1010
1285
  */
1011
1286
  export interface FpgaDeviceInfo {
@@ -1027,6 +1302,7 @@ export interface FpgaDeviceInfo {
1027
1302
  MemoryInfo?: FpgaDeviceMemoryInfo;
1028
1303
  }
1029
1304
  /**
1305
+ * @public
1030
1306
  * <p>Describes the FPGAs for the instance type.</p>
1031
1307
  */
1032
1308
  export interface FpgaInfo {
@@ -1040,6 +1316,7 @@ export interface FpgaInfo {
1040
1316
  TotalFpgaMemoryInMiB?: number;
1041
1317
  }
1042
1318
  /**
1319
+ * @public
1043
1320
  * <p>Describes the memory available to the GPU accelerator.</p>
1044
1321
  */
1045
1322
  export interface GpuDeviceMemoryInfo {
@@ -1049,6 +1326,7 @@ export interface GpuDeviceMemoryInfo {
1049
1326
  SizeInMiB?: number;
1050
1327
  }
1051
1328
  /**
1329
+ * @public
1052
1330
  * <p>Describes the GPU accelerators for the instance type.</p>
1053
1331
  */
1054
1332
  export interface GpuDeviceInfo {
@@ -1070,6 +1348,7 @@ export interface GpuDeviceInfo {
1070
1348
  MemoryInfo?: GpuDeviceMemoryInfo;
1071
1349
  }
1072
1350
  /**
1351
+ * @public
1073
1352
  * <p>Describes the GPU accelerators for the instance type.</p>
1074
1353
  */
1075
1354
  export interface GpuInfo {
@@ -1082,11 +1361,15 @@ export interface GpuInfo {
1082
1361
  */
1083
1362
  TotalGpuMemoryInMiB?: number;
1084
1363
  }
1364
+ /**
1365
+ * @public
1366
+ */
1085
1367
  export declare enum InstanceTypeHypervisor {
1086
1368
  NITRO = "nitro",
1087
1369
  XEN = "xen"
1088
1370
  }
1089
1371
  /**
1372
+ * @public
1090
1373
  * <p>Describes the Inference accelerators for the instance type.</p>
1091
1374
  */
1092
1375
  export interface InferenceDeviceInfo {
@@ -1104,6 +1387,7 @@ export interface InferenceDeviceInfo {
1104
1387
  Manufacturer?: string;
1105
1388
  }
1106
1389
  /**
1390
+ * @public
1107
1391
  * <p>Describes the Inference accelerators for the instance type.</p>
1108
1392
  */
1109
1393
  export interface InferenceAcceleratorInfo {
@@ -1112,11 +1396,15 @@ export interface InferenceAcceleratorInfo {
1112
1396
  */
1113
1397
  Accelerators?: InferenceDeviceInfo[];
1114
1398
  }
1399
+ /**
1400
+ * @public
1401
+ */
1115
1402
  export declare enum DiskType {
1116
1403
  hdd = "hdd",
1117
1404
  ssd = "ssd"
1118
1405
  }
1119
1406
  /**
1407
+ * @public
1120
1408
  * <p>Describes a disk.</p>
1121
1409
  */
1122
1410
  export interface DiskInfo {
@@ -1133,16 +1421,23 @@ export interface DiskInfo {
1133
1421
  */
1134
1422
  Type?: DiskType | string;
1135
1423
  }
1424
+ /**
1425
+ * @public
1426
+ */
1136
1427
  export declare enum InstanceStorageEncryptionSupport {
1137
1428
  required = "required",
1138
1429
  unsupported = "unsupported"
1139
1430
  }
1431
+ /**
1432
+ * @public
1433
+ */
1140
1434
  export declare enum EphemeralNvmeSupport {
1141
1435
  REQUIRED = "required",
1142
1436
  SUPPORTED = "supported",
1143
1437
  UNSUPPORTED = "unsupported"
1144
1438
  }
1145
1439
  /**
1440
+ * @public
1146
1441
  * <p>Describes the instance store features that are supported by the instance type.</p>
1147
1442
  */
1148
1443
  export interface InstanceStorageInfo {
@@ -1164,6 +1459,7 @@ export interface InstanceStorageInfo {
1164
1459
  EncryptionSupport?: InstanceStorageEncryptionSupport | string;
1165
1460
  }
1166
1461
  /**
1462
+ * @public
1167
1463
  * <p>Describes the memory for the instance type.</p>
1168
1464
  */
1169
1465
  export interface MemoryInfo {
@@ -1173,6 +1469,7 @@ export interface MemoryInfo {
1173
1469
  SizeInMiB?: number;
1174
1470
  }
1175
1471
  /**
1472
+ * @public
1176
1473
  * <p>Describes the Elastic Fabric Adapters for the instance type.</p>
1177
1474
  */
1178
1475
  export interface EfaInfo {
@@ -1181,12 +1478,16 @@ export interface EfaInfo {
1181
1478
  */
1182
1479
  MaximumEfaInterfaces?: number;
1183
1480
  }
1481
+ /**
1482
+ * @public
1483
+ */
1184
1484
  export declare enum EnaSupport {
1185
1485
  required = "required",
1186
1486
  supported = "supported",
1187
1487
  unsupported = "unsupported"
1188
1488
  }
1189
1489
  /**
1490
+ * @public
1190
1491
  * <p>Describes the network card support of the instance type.</p>
1191
1492
  */
1192
1493
  export interface NetworkCardInfo {
@@ -1204,6 +1505,7 @@ export interface NetworkCardInfo {
1204
1505
  MaximumNetworkInterfaces?: number;
1205
1506
  }
1206
1507
  /**
1508
+ * @public
1207
1509
  * <p>Describes the networking features of the instance type.</p>
1208
1510
  */
1209
1511
  export interface NetworkInfo {
@@ -1262,12 +1564,16 @@ export interface NetworkInfo {
1262
1564
  */
1263
1565
  EnaSrdSupported?: boolean;
1264
1566
  }
1567
+ /**
1568
+ * @public
1569
+ */
1265
1570
  export declare enum PlacementGroupStrategy {
1266
1571
  cluster = "cluster",
1267
1572
  partition = "partition",
1268
1573
  spread = "spread"
1269
1574
  }
1270
1575
  /**
1576
+ * @public
1271
1577
  * <p>Describes the placement group support of the instance type.</p>
1272
1578
  */
1273
1579
  export interface PlacementGroupInfo {
@@ -1276,6 +1582,9 @@ export interface PlacementGroupInfo {
1276
1582
  */
1277
1583
  SupportedStrategies?: (PlacementGroupStrategy | string)[];
1278
1584
  }
1585
+ /**
1586
+ * @public
1587
+ */
1279
1588
  export declare enum ArchitectureType {
1280
1589
  arm64 = "arm64",
1281
1590
  arm64_mac = "arm64_mac",
@@ -1284,6 +1593,7 @@ export declare enum ArchitectureType {
1284
1593
  x86_64_mac = "x86_64_mac"
1285
1594
  }
1286
1595
  /**
1596
+ * @public
1287
1597
  * <p>Describes the processor used by the instance type.</p>
1288
1598
  */
1289
1599
  export interface ProcessorInfo {
@@ -1296,19 +1606,29 @@ export interface ProcessorInfo {
1296
1606
  */
1297
1607
  SustainedClockSpeedInGhz?: number;
1298
1608
  }
1609
+ /**
1610
+ * @public
1611
+ */
1299
1612
  export declare enum BootModeType {
1300
1613
  legacy_bios = "legacy-bios",
1301
1614
  uefi = "uefi"
1302
1615
  }
1616
+ /**
1617
+ * @public
1618
+ */
1303
1619
  export declare enum RootDeviceType {
1304
1620
  ebs = "ebs",
1305
1621
  instance_store = "instance-store"
1306
1622
  }
1623
+ /**
1624
+ * @public
1625
+ */
1307
1626
  export declare enum UsageClassType {
1308
1627
  on_demand = "on-demand",
1309
1628
  spot = "spot"
1310
1629
  }
1311
1630
  /**
1631
+ * @public
1312
1632
  * <p>Describes the vCPU configurations for the instance type.</p>
1313
1633
  */
1314
1634
  export interface VCpuInfo {
@@ -1334,6 +1654,7 @@ export interface VCpuInfo {
1334
1654
  ValidThreadsPerCore?: number[];
1335
1655
  }
1336
1656
  /**
1657
+ * @public
1337
1658
  * <p>Describes the instance type.</p>
1338
1659
  */
1339
1660
  export interface InstanceTypeInfo {
@@ -1435,6 +1756,9 @@ export interface InstanceTypeInfo {
1435
1756
  */
1436
1757
  SupportedBootModes?: (BootModeType | string)[];
1437
1758
  }
1759
+ /**
1760
+ * @public
1761
+ */
1438
1762
  export interface DescribeInstanceTypesResult {
1439
1763
  /**
1440
1764
  * <p>The instance type. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html">Instance types</a> in the <i>Amazon EC2 User Guide</i>.</p>
@@ -1446,6 +1770,9 @@ export interface DescribeInstanceTypesResult {
1446
1770
  */
1447
1771
  NextToken?: string;
1448
1772
  }
1773
+ /**
1774
+ * @public
1775
+ */
1449
1776
  export interface DescribeInternetGatewaysRequest {
1450
1777
  /**
1451
1778
  * <p>One or more filters.</p>
@@ -1501,6 +1828,9 @@ export interface DescribeInternetGatewaysRequest {
1501
1828
  */
1502
1829
  MaxResults?: number;
1503
1830
  }
1831
+ /**
1832
+ * @public
1833
+ */
1504
1834
  export interface DescribeInternetGatewaysResult {
1505
1835
  /**
1506
1836
  * <p>Information about one or more internet gateways.</p>
@@ -1511,6 +1841,9 @@ export interface DescribeInternetGatewaysResult {
1511
1841
  */
1512
1842
  NextToken?: string;
1513
1843
  }
1844
+ /**
1845
+ * @public
1846
+ */
1514
1847
  export interface DescribeIpamPoolsRequest {
1515
1848
  /**
1516
1849
  * <p>A check for whether you have the required permissions for the action without actually making the request
@@ -1535,6 +1868,9 @@ export interface DescribeIpamPoolsRequest {
1535
1868
  */
1536
1869
  IpamPoolIds?: string[];
1537
1870
  }
1871
+ /**
1872
+ * @public
1873
+ */
1538
1874
  export interface DescribeIpamPoolsResult {
1539
1875
  /**
1540
1876
  * <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
@@ -1545,6 +1881,9 @@ export interface DescribeIpamPoolsResult {
1545
1881
  */
1546
1882
  IpamPools?: IpamPool[];
1547
1883
  }
1884
+ /**
1885
+ * @public
1886
+ */
1548
1887
  export interface DescribeIpamResourceDiscoveriesRequest {
1549
1888
  /**
1550
1889
  * <p>A check for whether you have the required permissions for the action without actually making the request
@@ -1569,6 +1908,9 @@ export interface DescribeIpamResourceDiscoveriesRequest {
1569
1908
  */
1570
1909
  Filters?: Filter[];
1571
1910
  }
1911
+ /**
1912
+ * @public
1913
+ */
1572
1914
  export interface DescribeIpamResourceDiscoveriesResult {
1573
1915
  /**
1574
1916
  * <p>The resource discoveries.</p>
@@ -1579,6 +1921,9 @@ export interface DescribeIpamResourceDiscoveriesResult {
1579
1921
  */
1580
1922
  NextToken?: string;
1581
1923
  }
1924
+ /**
1925
+ * @public
1926
+ */
1582
1927
  export interface DescribeIpamResourceDiscoveryAssociationsRequest {
1583
1928
  /**
1584
1929
  * <p>A check for whether you have the required permissions for the action without actually making the request
@@ -1603,6 +1948,9 @@ export interface DescribeIpamResourceDiscoveryAssociationsRequest {
1603
1948
  */
1604
1949
  Filters?: Filter[];
1605
1950
  }
1951
+ /**
1952
+ * @public
1953
+ */
1606
1954
  export interface DescribeIpamResourceDiscoveryAssociationsResult {
1607
1955
  /**
1608
1956
  * <p>The resource discovery associations.</p>
@@ -1613,6 +1961,9 @@ export interface DescribeIpamResourceDiscoveryAssociationsResult {
1613
1961
  */
1614
1962
  NextToken?: string;
1615
1963
  }
1964
+ /**
1965
+ * @public
1966
+ */
1616
1967
  export interface DescribeIpamsRequest {
1617
1968
  /**
1618
1969
  * <p>A check for whether you have the required permissions for the action without actually making the request
@@ -1637,6 +1988,9 @@ export interface DescribeIpamsRequest {
1637
1988
  */
1638
1989
  IpamIds?: string[];
1639
1990
  }
1991
+ /**
1992
+ * @public
1993
+ */
1640
1994
  export interface DescribeIpamsResult {
1641
1995
  /**
1642
1996
  * <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
@@ -1647,6 +2001,9 @@ export interface DescribeIpamsResult {
1647
2001
  */
1648
2002
  Ipams?: Ipam[];
1649
2003
  }
2004
+ /**
2005
+ * @public
2006
+ */
1650
2007
  export interface DescribeIpamScopesRequest {
1651
2008
  /**
1652
2009
  * <p>A check for whether you have the required permissions for the action without actually making the request
@@ -1671,6 +2028,9 @@ export interface DescribeIpamScopesRequest {
1671
2028
  */
1672
2029
  IpamScopeIds?: string[];
1673
2030
  }
2031
+ /**
2032
+ * @public
2033
+ */
1674
2034
  export interface DescribeIpamScopesResult {
1675
2035
  /**
1676
2036
  * <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
@@ -1681,6 +2041,9 @@ export interface DescribeIpamScopesResult {
1681
2041
  */
1682
2042
  IpamScopes?: IpamScope[];
1683
2043
  }
2044
+ /**
2045
+ * @public
2046
+ */
1684
2047
  export interface DescribeIpv6PoolsRequest {
1685
2048
  /**
1686
2049
  * <p>The IDs of the IPv6 address pools.</p>
@@ -1718,6 +2081,7 @@ export interface DescribeIpv6PoolsRequest {
1718
2081
  Filters?: Filter[];
1719
2082
  }
1720
2083
  /**
2084
+ * @public
1721
2085
  * <p>Describes a CIDR block for an address pool.</p>
1722
2086
  */
1723
2087
  export interface PoolCidrBlock {
@@ -1727,6 +2091,7 @@ export interface PoolCidrBlock {
1727
2091
  Cidr?: string;
1728
2092
  }
1729
2093
  /**
2094
+ * @public
1730
2095
  * <p>Describes an IPv6 address pool.</p>
1731
2096
  */
1732
2097
  export interface Ipv6Pool {
@@ -1747,6 +2112,9 @@ export interface Ipv6Pool {
1747
2112
  */
1748
2113
  Tags?: Tag[];
1749
2114
  }
2115
+ /**
2116
+ * @public
2117
+ */
1750
2118
  export interface DescribeIpv6PoolsResult {
1751
2119
  /**
1752
2120
  * <p>Information about the IPv6 address pools.</p>
@@ -1757,6 +2125,9 @@ export interface DescribeIpv6PoolsResult {
1757
2125
  */
1758
2126
  NextToken?: string;
1759
2127
  }
2128
+ /**
2129
+ * @public
2130
+ */
1760
2131
  export interface DescribeKeyPairsRequest {
1761
2132
  /**
1762
2133
  * <p>The filters.</p>
@@ -1808,6 +2179,7 @@ export interface DescribeKeyPairsRequest {
1808
2179
  IncludePublicKey?: boolean;
1809
2180
  }
1810
2181
  /**
2182
+ * @public
1811
2183
  * <p>Describes a key pair.</p>
1812
2184
  */
1813
2185
  export interface KeyPairInfo {
@@ -1864,12 +2236,18 @@ export interface KeyPairInfo {
1864
2236
  */
1865
2237
  CreateTime?: Date;
1866
2238
  }
2239
+ /**
2240
+ * @public
2241
+ */
1867
2242
  export interface DescribeKeyPairsResult {
1868
2243
  /**
1869
2244
  * <p>Information about the key pairs.</p>
1870
2245
  */
1871
2246
  KeyPairs?: KeyPairInfo[];
1872
2247
  }
2248
+ /**
2249
+ * @public
2250
+ */
1873
2251
  export interface DescribeLaunchTemplatesRequest {
1874
2252
  /**
1875
2253
  * <p>Checks whether you have the required permissions for the action, without actually
@@ -1920,6 +2298,9 @@ export interface DescribeLaunchTemplatesRequest {
1920
2298
  */
1921
2299
  MaxResults?: number;
1922
2300
  }
2301
+ /**
2302
+ * @public
2303
+ */
1923
2304
  export interface DescribeLaunchTemplatesResult {
1924
2305
  /**
1925
2306
  * <p>Information about the launch templates.</p>
@@ -1931,6 +2312,9 @@ export interface DescribeLaunchTemplatesResult {
1931
2312
  */
1932
2313
  NextToken?: string;
1933
2314
  }
2315
+ /**
2316
+ * @public
2317
+ */
1934
2318
  export interface DescribeLaunchTemplateVersionsRequest {
1935
2319
  /**
1936
2320
  * <p>Checks whether you have the required permissions for the action, without actually
@@ -2072,6 +2456,9 @@ export interface DescribeLaunchTemplateVersionsRequest {
2072
2456
  */
2073
2457
  ResolveAlias?: boolean;
2074
2458
  }
2459
+ /**
2460
+ * @public
2461
+ */
2075
2462
  export interface DescribeLaunchTemplateVersionsResult {
2076
2463
  /**
2077
2464
  * <p>Information about the launch template versions.</p>
@@ -2083,6 +2470,9 @@ export interface DescribeLaunchTemplateVersionsResult {
2083
2470
  */
2084
2471
  NextToken?: string;
2085
2472
  }
2473
+ /**
2474
+ * @public
2475
+ */
2086
2476
  export interface DescribeLocalGatewayRouteTablesRequest {
2087
2477
  /**
2088
2478
  * <p>The IDs of the local gateway route tables.</p>
@@ -2135,6 +2525,9 @@ export interface DescribeLocalGatewayRouteTablesRequest {
2135
2525
  */
2136
2526
  DryRun?: boolean;
2137
2527
  }
2528
+ /**
2529
+ * @public
2530
+ */
2138
2531
  export interface DescribeLocalGatewayRouteTablesResult {
2139
2532
  /**
2140
2533
  * <p>Information about the local gateway route tables.</p>
@@ -2145,6 +2538,9 @@ export interface DescribeLocalGatewayRouteTablesResult {
2145
2538
  */
2146
2539
  NextToken?: string;
2147
2540
  }
2541
+ /**
2542
+ * @public
2543
+ */
2148
2544
  export interface DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest {
2149
2545
  /**
2150
2546
  * <p>The IDs of the associations.</p>
@@ -2202,6 +2598,9 @@ export interface DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociations
2202
2598
  */
2203
2599
  DryRun?: boolean;
2204
2600
  }
2601
+ /**
2602
+ * @public
2603
+ */
2205
2604
  export interface DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsResult {
2206
2605
  /**
2207
2606
  * <p>Information about the associations.</p>
@@ -2212,6 +2611,9 @@ export interface DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociations
2212
2611
  */
2213
2612
  NextToken?: string;
2214
2613
  }
2614
+ /**
2615
+ * @public
2616
+ */
2215
2617
  export interface DescribeLocalGatewayRouteTableVpcAssociationsRequest {
2216
2618
  /**
2217
2619
  * <p>The IDs of the associations.</p>
@@ -2269,6 +2671,9 @@ export interface DescribeLocalGatewayRouteTableVpcAssociationsRequest {
2269
2671
  */
2270
2672
  DryRun?: boolean;
2271
2673
  }
2674
+ /**
2675
+ * @public
2676
+ */
2272
2677
  export interface DescribeLocalGatewayRouteTableVpcAssociationsResult {
2273
2678
  /**
2274
2679
  * <p>Information about the associations.</p>
@@ -2279,6 +2684,9 @@ export interface DescribeLocalGatewayRouteTableVpcAssociationsResult {
2279
2684
  */
2280
2685
  NextToken?: string;
2281
2686
  }
2687
+ /**
2688
+ * @public
2689
+ */
2282
2690
  export interface DescribeLocalGatewaysRequest {
2283
2691
  /**
2284
2692
  * <p>The IDs of the local gateways.</p>
@@ -2323,6 +2731,7 @@ export interface DescribeLocalGatewaysRequest {
2323
2731
  DryRun?: boolean;
2324
2732
  }
2325
2733
  /**
2734
+ * @public
2326
2735
  * <p>Describes a local gateway.</p>
2327
2736
  */
2328
2737
  export interface LocalGateway {
@@ -2347,6 +2756,9 @@ export interface LocalGateway {
2347
2756
  */
2348
2757
  Tags?: Tag[];
2349
2758
  }
2759
+ /**
2760
+ * @public
2761
+ */
2350
2762
  export interface DescribeLocalGatewaysResult {
2351
2763
  /**
2352
2764
  * <p>Information about the local gateways.</p>
@@ -2357,6 +2769,9 @@ export interface DescribeLocalGatewaysResult {
2357
2769
  */
2358
2770
  NextToken?: string;
2359
2771
  }
2772
+ /**
2773
+ * @public
2774
+ */
2360
2775
  export interface DescribeLocalGatewayVirtualInterfaceGroupsRequest {
2361
2776
  /**
2362
2777
  * <p>The IDs of the virtual interface groups.</p>
@@ -2401,6 +2816,7 @@ export interface DescribeLocalGatewayVirtualInterfaceGroupsRequest {
2401
2816
  DryRun?: boolean;
2402
2817
  }
2403
2818
  /**
2819
+ * @public
2404
2820
  * <p>Describes a local gateway virtual interface group.</p>
2405
2821
  */
2406
2822
  export interface LocalGatewayVirtualInterfaceGroup {
@@ -2425,6 +2841,9 @@ export interface LocalGatewayVirtualInterfaceGroup {
2425
2841
  */
2426
2842
  Tags?: Tag[];
2427
2843
  }
2844
+ /**
2845
+ * @public
2846
+ */
2428
2847
  export interface DescribeLocalGatewayVirtualInterfaceGroupsResult {
2429
2848
  /**
2430
2849
  * <p>The virtual interface groups.</p>
@@ -2435,6 +2854,9 @@ export interface DescribeLocalGatewayVirtualInterfaceGroupsResult {
2435
2854
  */
2436
2855
  NextToken?: string;
2437
2856
  }
2857
+ /**
2858
+ * @public
2859
+ */
2438
2860
  export interface DescribeLocalGatewayVirtualInterfacesRequest {
2439
2861
  /**
2440
2862
  * <p>The IDs of the virtual interfaces.</p>
@@ -2496,6 +2918,7 @@ export interface DescribeLocalGatewayVirtualInterfacesRequest {
2496
2918
  DryRun?: boolean;
2497
2919
  }
2498
2920
  /**
2921
+ * @public
2499
2922
  * <p>Describes a local gateway virtual interface.</p>
2500
2923
  */
2501
2924
  export interface LocalGatewayVirtualInterface {
@@ -2536,6 +2959,9 @@ export interface LocalGatewayVirtualInterface {
2536
2959
  */
2537
2960
  Tags?: Tag[];
2538
2961
  }
2962
+ /**
2963
+ * @public
2964
+ */
2539
2965
  export interface DescribeLocalGatewayVirtualInterfacesResult {
2540
2966
  /**
2541
2967
  * <p>Information about the virtual interfaces.</p>
@@ -2546,6 +2972,9 @@ export interface DescribeLocalGatewayVirtualInterfacesResult {
2546
2972
  */
2547
2973
  NextToken?: string;
2548
2974
  }
2975
+ /**
2976
+ * @public
2977
+ */
2549
2978
  export interface DescribeManagedPrefixListsRequest {
2550
2979
  /**
2551
2980
  * <p>Checks whether you have the required permissions for the action, without actually making the request,
@@ -2585,6 +3014,9 @@ export interface DescribeManagedPrefixListsRequest {
2585
3014
  */
2586
3015
  PrefixListIds?: string[];
2587
3016
  }
3017
+ /**
3018
+ * @public
3019
+ */
2588
3020
  export interface DescribeManagedPrefixListsResult {
2589
3021
  /**
2590
3022
  * <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
@@ -2595,6 +3027,9 @@ export interface DescribeManagedPrefixListsResult {
2595
3027
  */
2596
3028
  PrefixLists?: ManagedPrefixList[];
2597
3029
  }
3030
+ /**
3031
+ * @public
3032
+ */
2598
3033
  export interface DescribeMovingAddressesRequest {
2599
3034
  /**
2600
3035
  * <p>One or more filters.</p>
@@ -2630,11 +3065,15 @@ export interface DescribeMovingAddressesRequest {
2630
3065
  */
2631
3066
  PublicIps?: string[];
2632
3067
  }
3068
+ /**
3069
+ * @public
3070
+ */
2633
3071
  export declare enum MoveStatus {
2634
3072
  movingToVpc = "movingToVpc",
2635
3073
  restoringToClassic = "restoringToClassic"
2636
3074
  }
2637
3075
  /**
3076
+ * @public
2638
3077
  * <p>Describes the status of a moving Elastic IP address.</p>
2639
3078
  * <note>
2640
3079
  * <p>We are retiring EC2-Classic. We recommend that you migrate from EC2-Classic to a VPC. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-migrate.html">Migrate from EC2-Classic to a VPC</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
@@ -2650,6 +3089,9 @@ export interface MovingAddressStatus {
2650
3089
  */
2651
3090
  PublicIp?: string;
2652
3091
  }
3092
+ /**
3093
+ * @public
3094
+ */
2653
3095
  export interface DescribeMovingAddressesResult {
2654
3096
  /**
2655
3097
  * <p>The status for each Elastic IP address.</p>
@@ -2660,6 +3102,9 @@ export interface DescribeMovingAddressesResult {
2660
3102
  */
2661
3103
  NextToken?: string;
2662
3104
  }
3105
+ /**
3106
+ * @public
3107
+ */
2663
3108
  export interface DescribeNatGatewaysRequest {
2664
3109
  /**
2665
3110
  * <p>Checks whether you have the required permissions for the action, without actually making the request,
@@ -2714,6 +3159,9 @@ export interface DescribeNatGatewaysRequest {
2714
3159
  */
2715
3160
  NextToken?: string;
2716
3161
  }
3162
+ /**
3163
+ * @public
3164
+ */
2717
3165
  export interface DescribeNatGatewaysResult {
2718
3166
  /**
2719
3167
  * <p>Information about the NAT gateways.</p>
@@ -2724,6 +3172,9 @@ export interface DescribeNatGatewaysResult {
2724
3172
  */
2725
3173
  NextToken?: string;
2726
3174
  }
3175
+ /**
3176
+ * @public
3177
+ */
2727
3178
  export interface DescribeNetworkAclsRequest {
2728
3179
  /**
2729
3180
  * <p>One or more filters.</p>
@@ -2832,6 +3283,9 @@ export interface DescribeNetworkAclsRequest {
2832
3283
  */
2833
3284
  MaxResults?: number;
2834
3285
  }
3286
+ /**
3287
+ * @public
3288
+ */
2835
3289
  export interface DescribeNetworkAclsResult {
2836
3290
  /**
2837
3291
  * <p>Information about one or more network ACLs.</p>
@@ -2842,6 +3296,9 @@ export interface DescribeNetworkAclsResult {
2842
3296
  */
2843
3297
  NextToken?: string;
2844
3298
  }
3299
+ /**
3300
+ * @public
3301
+ */
2845
3302
  export interface DescribeNetworkInsightsAccessScopeAnalysesRequest {
2846
3303
  /**
2847
3304
  * <p>The IDs of the Network Access Scope analyses.</p>
@@ -2879,17 +3336,24 @@ export interface DescribeNetworkInsightsAccessScopeAnalysesRequest {
2879
3336
  */
2880
3337
  NextToken?: string;
2881
3338
  }
3339
+ /**
3340
+ * @public
3341
+ */
2882
3342
  export declare enum FindingsFound {
2883
3343
  false = "false",
2884
3344
  true = "true",
2885
3345
  unknown = "unknown"
2886
3346
  }
3347
+ /**
3348
+ * @public
3349
+ */
2887
3350
  export declare enum AnalysisStatus {
2888
3351
  failed = "failed",
2889
3352
  running = "running",
2890
3353
  succeeded = "succeeded"
2891
3354
  }
2892
3355
  /**
3356
+ * @public
2893
3357
  * <p>Describes a Network Access Scope analysis.</p>
2894
3358
  */
2895
3359
  export interface NetworkInsightsAccessScopeAnalysis {
@@ -2938,6 +3402,9 @@ export interface NetworkInsightsAccessScopeAnalysis {
2938
3402
  */
2939
3403
  Tags?: Tag[];
2940
3404
  }
3405
+ /**
3406
+ * @public
3407
+ */
2941
3408
  export interface DescribeNetworkInsightsAccessScopeAnalysesResult {
2942
3409
  /**
2943
3410
  * <p>The Network Access Scope analyses.</p>
@@ -2948,6 +3415,9 @@ export interface DescribeNetworkInsightsAccessScopeAnalysesResult {
2948
3415
  */
2949
3416
  NextToken?: string;
2950
3417
  }
3418
+ /**
3419
+ * @public
3420
+ */
2951
3421
  export interface DescribeNetworkInsightsAccessScopesRequest {
2952
3422
  /**
2953
3423
  * <p>The IDs of the Network Access Scopes.</p>
@@ -2973,6 +3443,9 @@ export interface DescribeNetworkInsightsAccessScopesRequest {
2973
3443
  */
2974
3444
  NextToken?: string;
2975
3445
  }
3446
+ /**
3447
+ * @public
3448
+ */
2976
3449
  export interface DescribeNetworkInsightsAccessScopesResult {
2977
3450
  /**
2978
3451
  * <p>The Network Access Scopes.</p>
@@ -2983,6 +3456,9 @@ export interface DescribeNetworkInsightsAccessScopesResult {
2983
3456
  */
2984
3457
  NextToken?: string;
2985
3458
  }
3459
+ /**
3460
+ * @public
3461
+ */
2986
3462
  export interface DescribeNetworkInsightsAnalysesRequest {
2987
3463
  /**
2988
3464
  * <p>The ID of the network insights analyses. You must specify either analysis IDs or a path ID.</p>
@@ -3029,6 +3505,7 @@ export interface DescribeNetworkInsightsAnalysesRequest {
3029
3505
  NextToken?: string;
3030
3506
  }
3031
3507
  /**
3508
+ * @public
3032
3509
  * <p>Describes a network insights analysis.</p>
3033
3510
  */
3034
3511
  export interface NetworkInsightsAnalysis {
@@ -3049,7 +3526,7 @@ export interface NetworkInsightsAnalysis {
3049
3526
  */
3050
3527
  AdditionalAccounts?: string[];
3051
3528
  /**
3052
- * <p>The Amazon Resource Names (ARN) of the Amazon Web Services resources that the path must traverse.</p>
3529
+ * <p>The Amazon Resource Names (ARN) of the resources that the path must traverse.</p>
3053
3530
  */
3054
3531
  FilterInArns?: string[];
3055
3532
  /**
@@ -3097,6 +3574,9 @@ export interface NetworkInsightsAnalysis {
3097
3574
  */
3098
3575
  Tags?: Tag[];
3099
3576
  }
3577
+ /**
3578
+ * @public
3579
+ */
3100
3580
  export interface DescribeNetworkInsightsAnalysesResult {
3101
3581
  /**
3102
3582
  * <p>Information about the network insights analyses.</p>
@@ -3107,6 +3587,9 @@ export interface DescribeNetworkInsightsAnalysesResult {
3107
3587
  */
3108
3588
  NextToken?: string;
3109
3589
  }
3590
+ /**
3591
+ * @public
3592
+ */
3110
3593
  export interface DescribeNetworkInsightsPathsRequest {
3111
3594
  /**
3112
3595
  * <p>The IDs of the paths.</p>
@@ -3119,7 +3602,28 @@ export interface DescribeNetworkInsightsPathsRequest {
3119
3602
  * <p>destination - The ID of the resource.</p>
3120
3603
  * </li>
3121
3604
  * <li>
3122
- * <p>destination-port - The destination port.</p>
3605
+ * <p>filter-at-source.source-address - The source IPv4 address at the source.</p>
3606
+ * </li>
3607
+ * <li>
3608
+ * <p>filter-at-source.source-port-range - The source port range at the source.</p>
3609
+ * </li>
3610
+ * <li>
3611
+ * <p>filter-at-source.destination-address - The destination IPv4 address at the source.</p>
3612
+ * </li>
3613
+ * <li>
3614
+ * <p>filter-at-source.destination-port-range - The destination port range at the source.</p>
3615
+ * </li>
3616
+ * <li>
3617
+ * <p>filter-at-destination.source-address - The source IPv4 address at the destination.</p>
3618
+ * </li>
3619
+ * <li>
3620
+ * <p>filter-at-destination.source-port-range - The source port range at the destination.</p>
3621
+ * </li>
3622
+ * <li>
3623
+ * <p>filter-at-destination.destination-address - The destination IPv4 address at the destination.</p>
3624
+ * </li>
3625
+ * <li>
3626
+ * <p>filter-at-destination.destination-port-range - The destination port range at the destination.</p>
3123
3627
  * </li>
3124
3628
  * <li>
3125
3629
  * <p>protocol - The protocol.</p>
@@ -3146,6 +3650,9 @@ export interface DescribeNetworkInsightsPathsRequest {
3146
3650
  */
3147
3651
  NextToken?: string;
3148
3652
  }
3653
+ /**
3654
+ * @public
3655
+ */
3149
3656
  export interface DescribeNetworkInsightsPathsResult {
3150
3657
  /**
3151
3658
  * <p>Information about the paths.</p>
@@ -3156,6 +3663,9 @@ export interface DescribeNetworkInsightsPathsResult {
3156
3663
  */
3157
3664
  NextToken?: string;
3158
3665
  }
3666
+ /**
3667
+ * @public
3668
+ */
3159
3669
  export declare enum NetworkInterfaceAttribute {
3160
3670
  attachment = "attachment",
3161
3671
  description = "description",
@@ -3163,6 +3673,7 @@ export declare enum NetworkInterfaceAttribute {
3163
3673
  sourceDestCheck = "sourceDestCheck"
3164
3674
  }
3165
3675
  /**
3676
+ * @public
3166
3677
  * <p>Contains the parameters for DescribeNetworkInterfaceAttribute.</p>
3167
3678
  */
3168
3679
  export interface DescribeNetworkInterfaceAttributeRequest {
@@ -3182,6 +3693,7 @@ export interface DescribeNetworkInterfaceAttributeRequest {
3182
3693
  NetworkInterfaceId: string | undefined;
3183
3694
  }
3184
3695
  /**
3696
+ * @public
3185
3697
  * <p>Contains the output of DescribeNetworkInterfaceAttribute.</p>
3186
3698
  */
3187
3699
  export interface DescribeNetworkInterfaceAttributeResult {
@@ -3207,6 +3719,7 @@ export interface DescribeNetworkInterfaceAttributeResult {
3207
3719
  SourceDestCheck?: AttributeBooleanValue;
3208
3720
  }
3209
3721
  /**
3722
+ * @public
3210
3723
  * <p>Contains the parameters for DescribeNetworkInterfacePermissions.</p>
3211
3724
  */
3212
3725
  export interface DescribeNetworkInterfacePermissionsRequest {
@@ -3258,6 +3771,7 @@ export interface DescribeNetworkInterfacePermissionsRequest {
3258
3771
  MaxResults?: number;
3259
3772
  }
3260
3773
  /**
3774
+ * @public
3261
3775
  * <p>Contains the output for DescribeNetworkInterfacePermissions.</p>
3262
3776
  */
3263
3777
  export interface DescribeNetworkInterfacePermissionsResult {
@@ -3272,6 +3786,7 @@ export interface DescribeNetworkInterfacePermissionsResult {
3272
3786
  NextToken?: string;
3273
3787
  }
3274
3788
  /**
3789
+ * @public
3275
3790
  * <p>Contains the parameters for DescribeNetworkInterfaces.</p>
3276
3791
  */
3277
3792
  export interface DescribeNetworkInterfacesRequest {
@@ -3466,6 +3981,9 @@ export interface DescribeNetworkInterfacesRequest {
3466
3981
  */
3467
3982
  MaxResults?: number;
3468
3983
  }
3984
+ /**
3985
+ * @public
3986
+ */
3469
3987
  export interface DescribeNetworkInterfacesResult {
3470
3988
  /**
3471
3989
  * <p>Information about one or more network interfaces.</p>
@@ -3477,6 +3995,9 @@ export interface DescribeNetworkInterfacesResult {
3477
3995
  */
3478
3996
  NextToken?: string;
3479
3997
  }
3998
+ /**
3999
+ * @public
4000
+ */
3480
4001
  export interface DescribePlacementGroupsRequest {
3481
4002
  /**
3482
4003
  * <p>The filters.</p>
@@ -3536,12 +4057,18 @@ export interface DescribePlacementGroupsRequest {
3536
4057
  */
3537
4058
  GroupIds?: string[];
3538
4059
  }
4060
+ /**
4061
+ * @public
4062
+ */
3539
4063
  export interface DescribePlacementGroupsResult {
3540
4064
  /**
3541
4065
  * <p>Information about the placement groups.</p>
3542
4066
  */
3543
4067
  PlacementGroups?: PlacementGroup[];
3544
4068
  }
4069
+ /**
4070
+ * @public
4071
+ */
3545
4072
  export interface DescribePrefixListsRequest {
3546
4073
  /**
3547
4074
  * <p>Checks whether you have the required permissions for the action, without actually making the request,
@@ -3578,6 +4105,7 @@ export interface DescribePrefixListsRequest {
3578
4105
  PrefixListIds?: string[];
3579
4106
  }
3580
4107
  /**
4108
+ * @public
3581
4109
  * <p>Describes prefixes for Amazon Web Services services.</p>
3582
4110
  */
3583
4111
  export interface PrefixList {
@@ -3594,6 +4122,9 @@ export interface PrefixList {
3594
4122
  */
3595
4123
  PrefixListName?: string;
3596
4124
  }
4125
+ /**
4126
+ * @public
4127
+ */
3597
4128
  export interface DescribePrefixListsResult {
3598
4129
  /**
3599
4130
  * <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
@@ -3604,6 +4135,9 @@ export interface DescribePrefixListsResult {
3604
4135
  */
3605
4136
  PrefixLists?: PrefixList[];
3606
4137
  }
4138
+ /**
4139
+ * @public
4140
+ */
3607
4141
  export interface DescribePrincipalIdFormatRequest {
3608
4142
  /**
3609
4143
  * <p>Checks whether you have the required permissions for the action, without actually making the request,
@@ -3639,6 +4173,7 @@ export interface DescribePrincipalIdFormatRequest {
3639
4173
  NextToken?: string;
3640
4174
  }
3641
4175
  /**
4176
+ * @public
3642
4177
  * <p>PrincipalIdFormat description</p>
3643
4178
  */
3644
4179
  export interface PrincipalIdFormat {
@@ -3651,6 +4186,9 @@ export interface PrincipalIdFormat {
3651
4186
  */
3652
4187
  Statuses?: IdFormat[];
3653
4188
  }
4189
+ /**
4190
+ * @public
4191
+ */
3654
4192
  export interface DescribePrincipalIdFormatResult {
3655
4193
  /**
3656
4194
  * <p>Information about the ID format settings for the ARN.</p>
@@ -3661,6 +4199,9 @@ export interface DescribePrincipalIdFormatResult {
3661
4199
  */
3662
4200
  NextToken?: string;
3663
4201
  }
4202
+ /**
4203
+ * @public
4204
+ */
3664
4205
  export interface DescribePublicIpv4PoolsRequest {
3665
4206
  /**
3666
4207
  * <p>The IDs of the address pools.</p>
@@ -3692,6 +4233,7 @@ export interface DescribePublicIpv4PoolsRequest {
3692
4233
  Filters?: Filter[];
3693
4234
  }
3694
4235
  /**
4236
+ * @public
3695
4237
  * <p>Describes an address range of an IPv4 address pool.</p>
3696
4238
  */
3697
4239
  export interface PublicIpv4PoolRange {
@@ -3713,6 +4255,7 @@ export interface PublicIpv4PoolRange {
3713
4255
  AvailableAddressCount?: number;
3714
4256
  }
3715
4257
  /**
4258
+ * @public
3716
4259
  * <p>Describes an IPv4 address pool.</p>
3717
4260
  */
3718
4261
  export interface PublicIpv4Pool {
@@ -3747,6 +4290,9 @@ export interface PublicIpv4Pool {
3747
4290
  */
3748
4291
  Tags?: Tag[];
3749
4292
  }
4293
+ /**
4294
+ * @public
4295
+ */
3750
4296
  export interface DescribePublicIpv4PoolsResult {
3751
4297
  /**
3752
4298
  * <p>Information about the address pools.</p>
@@ -3757,6 +4303,9 @@ export interface DescribePublicIpv4PoolsResult {
3757
4303
  */
3758
4304
  NextToken?: string;
3759
4305
  }
4306
+ /**
4307
+ * @public
4308
+ */
3760
4309
  export interface DescribeRegionsRequest {
3761
4310
  /**
3762
4311
  * <p>The filters.</p>
@@ -3793,6 +4342,7 @@ export interface DescribeRegionsRequest {
3793
4342
  AllRegions?: boolean;
3794
4343
  }
3795
4344
  /**
4345
+ * @public
3796
4346
  * <p>Describes a Region.</p>
3797
4347
  */
3798
4348
  export interface Region {
@@ -3810,12 +4360,18 @@ export interface Region {
3810
4360
  */
3811
4361
  OptInStatus?: string;
3812
4362
  }
4363
+ /**
4364
+ * @public
4365
+ */
3813
4366
  export interface DescribeRegionsResult {
3814
4367
  /**
3815
4368
  * <p>Information about the Regions.</p>
3816
4369
  */
3817
4370
  Regions?: Region[];
3818
4371
  }
4372
+ /**
4373
+ * @public
4374
+ */
3819
4375
  export interface DescribeReplaceRootVolumeTasksRequest {
3820
4376
  /**
3821
4377
  * <p>The ID of the root volume replacement task to view.</p>
@@ -3849,6 +4405,9 @@ export interface DescribeReplaceRootVolumeTasksRequest {
3849
4405
  */
3850
4406
  DryRun?: boolean;
3851
4407
  }
4408
+ /**
4409
+ * @public
4410
+ */
3852
4411
  export interface DescribeReplaceRootVolumeTasksResult {
3853
4412
  /**
3854
4413
  * <p>Information about the root volume replacement task.</p>
@@ -3860,10 +4419,16 @@ export interface DescribeReplaceRootVolumeTasksResult {
3860
4419
  */
3861
4420
  NextToken?: string;
3862
4421
  }
4422
+ /**
4423
+ * @public
4424
+ */
3863
4425
  export declare enum OfferingClassType {
3864
4426
  CONVERTIBLE = "convertible",
3865
4427
  STANDARD = "standard"
3866
4428
  }
4429
+ /**
4430
+ * @public
4431
+ */
3867
4432
  export declare enum OfferingTypeValues {
3868
4433
  All_Upfront = "All Upfront",
3869
4434
  Heavy_Utilization = "Heavy Utilization",
@@ -3873,6 +4438,7 @@ export declare enum OfferingTypeValues {
3873
4438
  Partial_Upfront = "Partial Upfront"
3874
4439
  }
3875
4440
  /**
4441
+ * @public
3876
4442
  * <p>Contains the parameters for DescribeReservedInstances.</p>
3877
4443
  */
3878
4444
  export interface DescribeReservedInstancesRequest {
@@ -3968,16 +4534,23 @@ export interface DescribeReservedInstancesRequest {
3968
4534
  */
3969
4535
  OfferingType?: OfferingTypeValues | string;
3970
4536
  }
4537
+ /**
4538
+ * @public
4539
+ */
3971
4540
  export declare enum RIProductDescription {
3972
4541
  Linux_UNIX = "Linux/UNIX",
3973
4542
  Linux_UNIX_Amazon_VPC_ = "Linux/UNIX (Amazon VPC)",
3974
4543
  Windows = "Windows",
3975
4544
  Windows_Amazon_VPC_ = "Windows (Amazon VPC)"
3976
4545
  }
4546
+ /**
4547
+ * @public
4548
+ */
3977
4549
  export declare enum RecurringChargeFrequency {
3978
4550
  Hourly = "Hourly"
3979
4551
  }
3980
4552
  /**
4553
+ * @public
3981
4554
  * <p>Describes a recurring charge.</p>
3982
4555
  */
3983
4556
  export interface RecurringCharge {
@@ -3990,10 +4563,16 @@ export interface RecurringCharge {
3990
4563
  */
3991
4564
  Frequency?: RecurringChargeFrequency | string;
3992
4565
  }
4566
+ /**
4567
+ * @public
4568
+ */
3993
4569
  export declare enum Scope {
3994
4570
  AVAILABILITY_ZONE = "Availability Zone",
3995
4571
  REGIONAL = "Region"
3996
4572
  }
4573
+ /**
4574
+ * @public
4575
+ */
3997
4576
  export declare enum ReservedInstanceState {
3998
4577
  active = "active",
3999
4578
  payment_failed = "payment-failed",
@@ -4003,6 +4582,7 @@ export declare enum ReservedInstanceState {
4003
4582
  retired = "retired"
4004
4583
  }
4005
4584
  /**
4585
+ * @public
4006
4586
  * <p>Describes a Reserved Instance.</p>
4007
4587
  */
4008
4588
  export interface ReservedInstances {
@@ -4081,6 +4661,7 @@ export interface ReservedInstances {
4081
4661
  Tags?: Tag[];
4082
4662
  }
4083
4663
  /**
4664
+ * @public
4084
4665
  * <p>Contains the output for DescribeReservedInstances.</p>
4085
4666
  */
4086
4667
  export interface DescribeReservedInstancesResult {
@@ -4090,6 +4671,7 @@ export interface DescribeReservedInstancesResult {
4090
4671
  ReservedInstances?: ReservedInstances[];
4091
4672
  }
4092
4673
  /**
4674
+ * @public
4093
4675
  * <p>Contains the parameters for DescribeReservedInstancesListings.</p>
4094
4676
  */
4095
4677
  export interface DescribeReservedInstancesListingsRequest {
@@ -4126,6 +4708,7 @@ export interface DescribeReservedInstancesListingsRequest {
4126
4708
  ReservedInstancesListingId?: string;
4127
4709
  }
4128
4710
  /**
4711
+ * @public
4129
4712
  * <p>Contains the output of DescribeReservedInstancesListings.</p>
4130
4713
  */
4131
4714
  export interface DescribeReservedInstancesListingsResult {
@@ -4135,6 +4718,7 @@ export interface DescribeReservedInstancesListingsResult {
4135
4718
  ReservedInstancesListings?: ReservedInstancesListing[];
4136
4719
  }
4137
4720
  /**
4721
+ * @public
4138
4722
  * <p>Contains the parameters for DescribeReservedInstancesModifications.</p>
4139
4723
  */
4140
4724
  export interface DescribeReservedInstancesModificationsRequest {
@@ -4207,6 +4791,7 @@ export interface DescribeReservedInstancesModificationsRequest {
4207
4791
  NextToken?: string;
4208
4792
  }
4209
4793
  /**
4794
+ * @public
4210
4795
  * <p>Describes the configuration settings for the modified Reserved Instances.</p>
4211
4796
  */
4212
4797
  export interface ReservedInstancesConfiguration {
@@ -4235,6 +4820,7 @@ export interface ReservedInstancesConfiguration {
4235
4820
  Scope?: Scope | string;
4236
4821
  }
4237
4822
  /**
4823
+ * @public
4238
4824
  * <p>Describes the modification request/s.</p>
4239
4825
  */
4240
4826
  export interface ReservedInstancesModificationResult {
@@ -4248,6 +4834,7 @@ export interface ReservedInstancesModificationResult {
4248
4834
  TargetConfiguration?: ReservedInstancesConfiguration;
4249
4835
  }
4250
4836
  /**
4837
+ * @public
4251
4838
  * <p>Describes the ID of a Reserved Instance.</p>
4252
4839
  */
4253
4840
  export interface ReservedInstancesId {
@@ -4257,6 +4844,7 @@ export interface ReservedInstancesId {
4257
4844
  ReservedInstancesId?: string;
4258
4845
  }
4259
4846
  /**
4847
+ * @public
4260
4848
  * <p>Describes a Reserved Instance modification.</p>
4261
4849
  */
4262
4850
  export interface ReservedInstancesModification {
@@ -4300,6 +4888,7 @@ export interface ReservedInstancesModification {
4300
4888
  UpdateDate?: Date;
4301
4889
  }
4302
4890
  /**
4891
+ * @public
4303
4892
  * <p>Contains the output of DescribeReservedInstancesModifications.</p>
4304
4893
  */
4305
4894
  export interface DescribeReservedInstancesModificationsResult {
@@ -4314,6 +4903,7 @@ export interface DescribeReservedInstancesModificationsResult {
4314
4903
  ReservedInstancesModifications?: ReservedInstancesModification[];
4315
4904
  }
4316
4905
  /**
4906
+ * @public
4317
4907
  * <p>Contains the parameters for DescribeReservedInstancesOfferings.</p>
4318
4908
  */
4319
4909
  export interface DescribeReservedInstancesOfferingsRequest {
@@ -4455,6 +5045,7 @@ export interface DescribeReservedInstancesOfferingsRequest {
4455
5045
  OfferingType?: OfferingTypeValues | string;
4456
5046
  }
4457
5047
  /**
5048
+ * @public
4458
5049
  * <p>Describes a Reserved Instance offering.</p>
4459
5050
  */
4460
5051
  export interface PricingDetail {
@@ -4468,6 +5059,7 @@ export interface PricingDetail {
4468
5059
  Price?: number;
4469
5060
  }
4470
5061
  /**
5062
+ * @public
4471
5063
  * <p>Describes a Reserved Instance offering.</p>
4472
5064
  */
4473
5065
  export interface ReservedInstancesOffering {
@@ -4539,6 +5131,7 @@ export interface ReservedInstancesOffering {
4539
5131
  Scope?: Scope | string;
4540
5132
  }
4541
5133
  /**
5134
+ * @public
4542
5135
  * <p>Contains the output of DescribeReservedInstancesOfferings.</p>
4543
5136
  */
4544
5137
  export interface DescribeReservedInstancesOfferingsResult {
@@ -4552,6 +5145,9 @@ export interface DescribeReservedInstancesOfferingsResult {
4552
5145
  */
4553
5146
  NextToken?: string;
4554
5147
  }
5148
+ /**
5149
+ * @public
5150
+ */
4555
5151
  export interface DescribeRouteTablesRequest {
4556
5152
  /**
4557
5153
  * <p>One or more filters.</p>
@@ -4681,6 +5277,7 @@ export interface DescribeRouteTablesRequest {
4681
5277
  MaxResults?: number;
4682
5278
  }
4683
5279
  /**
5280
+ * @public
4684
5281
  * <p>Contains the output of DescribeRouteTables.</p>
4685
5282
  */
4686
5283
  export interface DescribeRouteTablesResult {
@@ -4694,6 +5291,7 @@ export interface DescribeRouteTablesResult {
4694
5291
  NextToken?: string;
4695
5292
  }
4696
5293
  /**
5294
+ * @public
4697
5295
  * <p>Describes the time period for a Scheduled Instance to start its first schedule. The time period must span less than one day.</p>
4698
5296
  */
4699
5297
  export interface SlotDateTimeRangeRequest {
@@ -4707,6 +5305,7 @@ export interface SlotDateTimeRangeRequest {
4707
5305
  LatestTime: Date | undefined;
4708
5306
  }
4709
5307
  /**
5308
+ * @public
4710
5309
  * <p>Describes the recurring schedule for a Scheduled Instance.</p>
4711
5310
  */
4712
5311
  export interface ScheduledInstanceRecurrenceRequest {
@@ -4736,6 +5335,7 @@ export interface ScheduledInstanceRecurrenceRequest {
4736
5335
  OccurrenceUnit?: string;
4737
5336
  }
4738
5337
  /**
5338
+ * @public
4739
5339
  * <p>Contains the parameters for DescribeScheduledInstanceAvailability.</p>
4740
5340
  */
4741
5341
  export interface DescribeScheduledInstanceAvailabilityRequest {
@@ -4797,6 +5397,7 @@ export interface DescribeScheduledInstanceAvailabilityRequest {
4797
5397
  Recurrence: ScheduledInstanceRecurrenceRequest | undefined;
4798
5398
  }
4799
5399
  /**
5400
+ * @public
4800
5401
  * <p>Describes the recurring schedule for a Scheduled Instance.</p>
4801
5402
  */
4802
5403
  export interface ScheduledInstanceRecurrence {
@@ -4823,6 +5424,7 @@ export interface ScheduledInstanceRecurrence {
4823
5424
  OccurrenceUnit?: string;
4824
5425
  }
4825
5426
  /**
5427
+ * @public
4826
5428
  * <p>Describes a schedule that is available for your Scheduled Instances.</p>
4827
5429
  */
4828
5430
  export interface ScheduledInstanceAvailability {
@@ -4880,6 +5482,7 @@ export interface ScheduledInstanceAvailability {
4880
5482
  TotalScheduledInstanceHours?: number;
4881
5483
  }
4882
5484
  /**
5485
+ * @public
4883
5486
  * <p>Contains the output of DescribeScheduledInstanceAvailability.</p>
4884
5487
  */
4885
5488
  export interface DescribeScheduledInstanceAvailabilityResult {
@@ -4893,6 +5496,7 @@ export interface DescribeScheduledInstanceAvailabilityResult {
4893
5496
  ScheduledInstanceAvailabilitySet?: ScheduledInstanceAvailability[];
4894
5497
  }
4895
5498
  /**
5499
+ * @public
4896
5500
  * <p>Describes the time period for a Scheduled Instance to start its first schedule.</p>
4897
5501
  */
4898
5502
  export interface SlotStartTimeRangeRequest {
@@ -4906,6 +5510,7 @@ export interface SlotStartTimeRangeRequest {
4906
5510
  LatestTime?: Date;
4907
5511
  }
4908
5512
  /**
5513
+ * @public
4909
5514
  * <p>Contains the parameters for DescribeScheduledInstances.</p>
4910
5515
  */
4911
5516
  export interface DescribeScheduledInstancesRequest {
@@ -4958,6 +5563,7 @@ export interface DescribeScheduledInstancesRequest {
4958
5563
  SlotStartTimeRange?: SlotStartTimeRangeRequest;
4959
5564
  }
4960
5565
  /**
5566
+ * @public
4961
5567
  * <p>Describes a Scheduled Instance.</p>
4962
5568
  */
4963
5569
  export interface ScheduledInstance {
@@ -5023,6 +5629,7 @@ export interface ScheduledInstance {
5023
5629
  TotalScheduledInstanceHours?: number;
5024
5630
  }
5025
5631
  /**
5632
+ * @public
5026
5633
  * <p>Contains the output of DescribeScheduledInstances.</p>
5027
5634
  */
5028
5635
  export interface DescribeScheduledInstancesResult {
@@ -5035,6 +5642,9 @@ export interface DescribeScheduledInstancesResult {
5035
5642
  */
5036
5643
  ScheduledInstanceSet?: ScheduledInstance[];
5037
5644
  }
5645
+ /**
5646
+ * @public
5647
+ */
5038
5648
  export interface DescribeSecurityGroupReferencesRequest {
5039
5649
  /**
5040
5650
  * <p>Checks whether you have the required permissions for the action, without actually making the request,
@@ -5048,6 +5658,7 @@ export interface DescribeSecurityGroupReferencesRequest {
5048
5658
  GroupId: string[] | undefined;
5049
5659
  }
5050
5660
  /**
5661
+ * @public
5051
5662
  * <p>Describes a VPC with a security group that references your security group.</p>
5052
5663
  */
5053
5664
  export interface SecurityGroupReference {
@@ -5064,12 +5675,18 @@ export interface SecurityGroupReference {
5064
5675
  */
5065
5676
  VpcPeeringConnectionId?: string;
5066
5677
  }
5678
+ /**
5679
+ * @public
5680
+ */
5067
5681
  export interface DescribeSecurityGroupReferencesResult {
5068
5682
  /**
5069
5683
  * <p>Information about the VPCs with the referencing security groups.</p>
5070
5684
  */
5071
5685
  SecurityGroupReferenceSet?: SecurityGroupReference[];
5072
5686
  }
5687
+ /**
5688
+ * @public
5689
+ */
5073
5690
  export interface DescribeSecurityGroupRulesRequest {
5074
5691
  /**
5075
5692
  * <p>One or more filters.</p>
@@ -5113,6 +5730,9 @@ export interface DescribeSecurityGroupRulesRequest {
5113
5730
  */
5114
5731
  MaxResults?: number;
5115
5732
  }
5733
+ /**
5734
+ * @public
5735
+ */
5116
5736
  export interface DescribeSecurityGroupRulesResult {
5117
5737
  /**
5118
5738
  * <p>Information about security group rules.</p>
@@ -5124,6 +5744,9 @@ export interface DescribeSecurityGroupRulesResult {
5124
5744
  */
5125
5745
  NextToken?: string;
5126
5746
  }
5747
+ /**
5748
+ * @public
5749
+ */
5127
5750
  export interface DescribeSecurityGroupsRequest {
5128
5751
  /**
5129
5752
  * <p>The filters. If using multiple filters for rules, the results include security groups for which any combination of rules - not necessarily a single rule - match all filters.</p>
@@ -5283,6 +5906,7 @@ export interface DescribeSecurityGroupsRequest {
5283
5906
  MaxResults?: number;
5284
5907
  }
5285
5908
  /**
5909
+ * @public
5286
5910
  * <p>Describes a security group.</p>
5287
5911
  */
5288
5912
  export interface SecurityGroup {
@@ -5319,6 +5943,9 @@ export interface SecurityGroup {
5319
5943
  */
5320
5944
  VpcId?: string;
5321
5945
  }
5946
+ /**
5947
+ * @public
5948
+ */
5322
5949
  export interface DescribeSecurityGroupsResult {
5323
5950
  /**
5324
5951
  * <p>Information about the security groups.</p>
@@ -5330,10 +5957,16 @@ export interface DescribeSecurityGroupsResult {
5330
5957
  */
5331
5958
  NextToken?: string;
5332
5959
  }
5960
+ /**
5961
+ * @public
5962
+ */
5333
5963
  export declare enum SnapshotAttributeName {
5334
5964
  createVolumePermission = "createVolumePermission",
5335
5965
  productCodes = "productCodes"
5336
5966
  }
5967
+ /**
5968
+ * @public
5969
+ */
5337
5970
  export interface DescribeSnapshotAttributeRequest {
5338
5971
  /**
5339
5972
  * <p>The snapshot attribute you would like to view.</p>
@@ -5351,6 +5984,7 @@ export interface DescribeSnapshotAttributeRequest {
5351
5984
  DryRun?: boolean;
5352
5985
  }
5353
5986
  /**
5987
+ * @public
5354
5988
  * <p>Describes the user or group to be added or removed from the list of create volume
5355
5989
  * permissions for a volume.</p>
5356
5990
  */
@@ -5364,6 +5998,9 @@ export interface CreateVolumePermission {
5364
5998
  */
5365
5999
  UserId?: string;
5366
6000
  }
6001
+ /**
6002
+ * @public
6003
+ */
5367
6004
  export interface DescribeSnapshotAttributeResult {
5368
6005
  /**
5369
6006
  * <p>The users and groups that have the permissions for creating volumes from the
@@ -5379,6 +6016,9 @@ export interface DescribeSnapshotAttributeResult {
5379
6016
  */
5380
6017
  SnapshotId?: string;
5381
6018
  }
6019
+ /**
6020
+ * @public
6021
+ */
5382
6022
  export interface DescribeSnapshotsRequest {
5383
6023
  /**
5384
6024
  * <p>The filters.</p>
@@ -5481,6 +6121,9 @@ export interface DescribeSnapshotsRequest {
5481
6121
  */
5482
6122
  DryRun?: boolean;
5483
6123
  }
6124
+ /**
6125
+ * @public
6126
+ */
5484
6127
  export interface DescribeSnapshotsResult {
5485
6128
  /**
5486
6129
  * <p>Information about the snapshots.</p>
@@ -5492,6 +6135,9 @@ export interface DescribeSnapshotsResult {
5492
6135
  */
5493
6136
  NextToken?: string;
5494
6137
  }
6138
+ /**
6139
+ * @public
6140
+ */
5495
6141
  export interface DescribeSnapshotTierStatusRequest {
5496
6142
  /**
5497
6143
  * <p>The filters.</p>
@@ -5531,6 +6177,9 @@ export interface DescribeSnapshotTierStatusRequest {
5531
6177
  */
5532
6178
  MaxResults?: number;
5533
6179
  }
6180
+ /**
6181
+ * @public
6182
+ */
5534
6183
  export declare enum TieringOperationStatus {
5535
6184
  archival_completed = "archival-completed",
5536
6185
  archival_failed = "archival-failed",
@@ -5543,6 +6192,7 @@ export declare enum TieringOperationStatus {
5543
6192
  temporary_restore_in_progress = "temporary-restore-in-progress"
5544
6193
  }
5545
6194
  /**
6195
+ * @public
5546
6196
  * <p>Provides information about a snapshot's storage tier.</p>
5547
6197
  */
5548
6198
  export interface SnapshotTierStatus {
@@ -5599,6 +6249,9 @@ export interface SnapshotTierStatus {
5599
6249
  */
5600
6250
  RestoreExpiryTime?: Date;
5601
6251
  }
6252
+ /**
6253
+ * @public
6254
+ */
5602
6255
  export interface DescribeSnapshotTierStatusResult {
5603
6256
  /**
5604
6257
  * <p>Information about the snapshot's storage tier.</p>
@@ -5611,6 +6264,7 @@ export interface DescribeSnapshotTierStatusResult {
5611
6264
  NextToken?: string;
5612
6265
  }
5613
6266
  /**
6267
+ * @public
5614
6268
  * <p>Contains the parameters for DescribeSpotDatafeedSubscription.</p>
5615
6269
  */
5616
6270
  export interface DescribeSpotDatafeedSubscriptionRequest {
@@ -5623,6 +6277,7 @@ export interface DescribeSpotDatafeedSubscriptionRequest {
5623
6277
  DryRun?: boolean;
5624
6278
  }
5625
6279
  /**
6280
+ * @public
5626
6281
  * <p>Contains the output of DescribeSpotDatafeedSubscription.</p>
5627
6282
  */
5628
6283
  export interface DescribeSpotDatafeedSubscriptionResult {
@@ -5632,6 +6287,7 @@ export interface DescribeSpotDatafeedSubscriptionResult {
5632
6287
  SpotDatafeedSubscription?: SpotDatafeedSubscription;
5633
6288
  }
5634
6289
  /**
6290
+ * @public
5635
6291
  * <p>Contains the parameters for DescribeSpotFleetInstances.</p>
5636
6292
  */
5637
6293
  export interface DescribeSpotFleetInstancesRequest {
@@ -5659,6 +6315,7 @@ export interface DescribeSpotFleetInstancesRequest {
5659
6315
  SpotFleetRequestId: string | undefined;
5660
6316
  }
5661
6317
  /**
6318
+ * @public
5662
6319
  * <p>Contains the output of DescribeSpotFleetInstances.</p>
5663
6320
  */
5664
6321
  export interface DescribeSpotFleetInstancesResponse {
@@ -5677,6 +6334,9 @@ export interface DescribeSpotFleetInstancesResponse {
5677
6334
  */
5678
6335
  SpotFleetRequestId?: string;
5679
6336
  }
6337
+ /**
6338
+ * @public
6339
+ */
5680
6340
  export declare enum EventType {
5681
6341
  BATCH_CHANGE = "fleetRequestChange",
5682
6342
  ERROR = "error",
@@ -5684,6 +6344,7 @@ export declare enum EventType {
5684
6344
  INSTANCE_CHANGE = "instanceChange"
5685
6345
  }
5686
6346
  /**
6347
+ * @public
5687
6348
  * <p>Contains the parameters for DescribeSpotFleetRequestHistory.</p>
5688
6349
  */
5689
6350
  export interface DescribeSpotFleetRequestHistoryRequest {
@@ -5720,6 +6381,7 @@ export interface DescribeSpotFleetRequestHistoryRequest {
5720
6381
  StartTime: Date | undefined;
5721
6382
  }
5722
6383
  /**
6384
+ * @public
5723
6385
  * <p>Describes an event in the history of the Spot Fleet request.</p>
5724
6386
  */
5725
6387
  export interface HistoryRecord {
@@ -5757,6 +6419,7 @@ export interface HistoryRecord {
5757
6419
  Timestamp?: Date;
5758
6420
  }
5759
6421
  /**
6422
+ * @public
5760
6423
  * <p>Contains the output of DescribeSpotFleetRequestHistory.</p>
5761
6424
  */
5762
6425
  export interface DescribeSpotFleetRequestHistoryResponse {
@@ -5788,6 +6451,7 @@ export interface DescribeSpotFleetRequestHistoryResponse {
5788
6451
  StartTime?: Date;
5789
6452
  }
5790
6453
  /**
6454
+ * @public
5791
6455
  * <p>Contains the parameters for DescribeSpotFleetRequests.</p>
5792
6456
  */
5793
6457
  export interface DescribeSpotFleetRequestsRequest {
@@ -5814,11 +6478,15 @@ export interface DescribeSpotFleetRequestsRequest {
5814
6478
  */
5815
6479
  SpotFleetRequestIds?: string[];
5816
6480
  }
6481
+ /**
6482
+ * @public
6483
+ */
5817
6484
  export declare enum ExcessCapacityTerminationPolicy {
5818
6485
  DEFAULT = "default",
5819
6486
  NO_TERMINATION = "noTermination"
5820
6487
  }
5821
6488
  /**
6489
+ * @public
5822
6490
  * <p>Describes whether monitoring is enabled.</p>
5823
6491
  */
5824
6492
  export interface SpotFleetMonitoring {
@@ -5830,6 +6498,7 @@ export interface SpotFleetMonitoring {
5830
6498
  Enabled?: boolean;
5831
6499
  }
5832
6500
  /**
6501
+ * @public
5833
6502
  * <p>Describes a network interface.</p>
5834
6503
  */
5835
6504
  export interface InstanceNetworkInterfaceSpecification {
@@ -5944,6 +6613,7 @@ export interface InstanceNetworkInterfaceSpecification {
5944
6613
  Ipv6PrefixCount?: number;
5945
6614
  }
5946
6615
  /**
6616
+ * @public
5947
6617
  * <p>Describes Spot Instance placement.</p>
5948
6618
  */
5949
6619
  export interface SpotPlacement {
@@ -5965,6 +6635,7 @@ export interface SpotPlacement {
5965
6635
  Tenancy?: Tenancy | string;
5966
6636
  }
5967
6637
  /**
6638
+ * @public
5968
6639
  * <p>The tags for a Spot Fleet resource.</p>
5969
6640
  */
5970
6641
  export interface SpotFleetTagSpecification {
@@ -5982,6 +6653,7 @@ export interface SpotFleetTagSpecification {
5982
6653
  Tags?: Tag[];
5983
6654
  }
5984
6655
  /**
6656
+ * @public
5985
6657
  * <p>Describes the launch specification for one or more Spot Instances. If you include
5986
6658
  * On-Demand capacity in your fleet request or want to specify an EFA network device, you
5987
6659
  * can't use <code>SpotFleetLaunchSpecification</code>; you must use <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_LaunchTemplateConfig.html">LaunchTemplateConfig</a>.</p>
@@ -6088,6 +6760,7 @@ export interface SpotFleetLaunchSpecification {
6088
6760
  InstanceRequirements?: InstanceRequirements;
6089
6761
  }
6090
6762
  /**
6763
+ * @public
6091
6764
  * <p>Describes overrides for a launch template.</p>
6092
6765
  */
6093
6766
  export interface LaunchTemplateOverrides {
@@ -6143,6 +6816,7 @@ export interface LaunchTemplateOverrides {
6143
6816
  InstanceRequirements?: InstanceRequirements;
6144
6817
  }
6145
6818
  /**
6819
+ * @public
6146
6820
  * <p>Describes a launch template and overrides.</p>
6147
6821
  */
6148
6822
  export interface LaunchTemplateConfig {
@@ -6157,6 +6831,7 @@ export interface LaunchTemplateConfig {
6157
6831
  Overrides?: LaunchTemplateOverrides[];
6158
6832
  }
6159
6833
  /**
6834
+ * @public
6160
6835
  * <p>Describes a Classic Load Balancer.</p>
6161
6836
  */
6162
6837
  export interface ClassicLoadBalancer {
@@ -6166,6 +6841,7 @@ export interface ClassicLoadBalancer {
6166
6841
  Name?: string;
6167
6842
  }
6168
6843
  /**
6844
+ * @public
6169
6845
  * <p>Describes the Classic Load Balancers to attach to a Spot Fleet. Spot Fleet registers
6170
6846
  * the running Spot Instances with these Classic Load Balancers.</p>
6171
6847
  */
@@ -6176,6 +6852,7 @@ export interface ClassicLoadBalancersConfig {
6176
6852
  ClassicLoadBalancers?: ClassicLoadBalancer[];
6177
6853
  }
6178
6854
  /**
6855
+ * @public
6179
6856
  * <p>Describes a load balancer target group.</p>
6180
6857
  */
6181
6858
  export interface TargetGroup {
@@ -6185,6 +6862,7 @@ export interface TargetGroup {
6185
6862
  Arn?: string;
6186
6863
  }
6187
6864
  /**
6865
+ * @public
6188
6866
  * <p>Describes the target groups to attach to a Spot Fleet. Spot Fleet registers the
6189
6867
  * running Spot Instances with these target groups.</p>
6190
6868
  */
@@ -6195,6 +6873,7 @@ export interface TargetGroupsConfig {
6195
6873
  TargetGroups?: TargetGroup[];
6196
6874
  }
6197
6875
  /**
6876
+ * @public
6198
6877
  * <p>Describes the Classic Load Balancers and target groups to attach to a Spot Fleet
6199
6878
  * request.</p>
6200
6879
  */
@@ -6208,15 +6887,22 @@ export interface LoadBalancersConfig {
6208
6887
  */
6209
6888
  TargetGroupsConfig?: TargetGroupsConfig;
6210
6889
  }
6890
+ /**
6891
+ * @public
6892
+ */
6211
6893
  export declare enum OnDemandAllocationStrategy {
6212
6894
  LOWEST_PRICE = "lowestPrice",
6213
6895
  PRIORITIZED = "prioritized"
6214
6896
  }
6897
+ /**
6898
+ * @public
6899
+ */
6215
6900
  export declare enum ReplacementStrategy {
6216
6901
  LAUNCH = "launch",
6217
6902
  LAUNCH_BEFORE_TERMINATE = "launch-before-terminate"
6218
6903
  }
6219
6904
  /**
6905
+ * @public
6220
6906
  * <p>The Spot Instance replacement strategy to use when Amazon EC2 emits a signal that your
6221
6907
  * Spot Instance is at an elevated risk of being interrupted. For more information, see
6222
6908
  * <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-fleet-capacity-rebalance.html">Capacity rebalancing</a> in the <i>Amazon EC2 User Guide for Linux Instances</i>.</p>
@@ -6248,6 +6934,7 @@ export interface SpotCapacityRebalance {
6248
6934
  TerminationDelay?: number;
6249
6935
  }
6250
6936
  /**
6937
+ * @public
6251
6938
  * <p>The strategies for managing your Spot Instances that are at an elevated risk of being
6252
6939
  * interrupted.</p>
6253
6940
  */
@@ -6260,6 +6947,7 @@ export interface SpotMaintenanceStrategies {
6260
6947
  CapacityRebalance?: SpotCapacityRebalance;
6261
6948
  }
6262
6949
  /**
6950
+ * @public
6263
6951
  * <p>Describes the configuration of a Spot Fleet request.</p>
6264
6952
  */
6265
6953
  export interface SpotFleetRequestConfigData {
@@ -6499,6 +7187,7 @@ export interface SpotFleetRequestConfigData {
6499
7187
  TagSpecifications?: TagSpecification[];
6500
7188
  }
6501
7189
  /**
7190
+ * @public
6502
7191
  * <p>Describes a Spot Fleet request.</p>
6503
7192
  */
6504
7193
  export interface SpotFleetRequestConfig {
@@ -6533,6 +7222,7 @@ export interface SpotFleetRequestConfig {
6533
7222
  Tags?: Tag[];
6534
7223
  }
6535
7224
  /**
7225
+ * @public
6536
7226
  * <p>Contains the output of DescribeSpotFleetRequests.</p>
6537
7227
  */
6538
7228
  export interface DescribeSpotFleetRequestsResponse {
@@ -6547,6 +7237,7 @@ export interface DescribeSpotFleetRequestsResponse {
6547
7237
  SpotFleetRequestConfigs?: SpotFleetRequestConfig[];
6548
7238
  }
6549
7239
  /**
7240
+ * @public
6550
7241
  * <p>Contains the parameters for DescribeSpotInstanceRequests.</p>
6551
7242
  */
6552
7243
  export interface DescribeSpotInstanceRequestsRequest {
@@ -6770,6 +7461,7 @@ export interface DescribeSpotInstanceRequestsRequest {
6770
7461
  MaxResults?: number;
6771
7462
  }
6772
7463
  /**
7464
+ * @public
6773
7465
  * <p>Describes the monitoring of an instance.</p>
6774
7466
  */
6775
7467
  export interface RunInstancesMonitoringEnabled {
@@ -6780,6 +7472,7 @@ export interface RunInstancesMonitoringEnabled {
6780
7472
  Enabled: boolean | undefined;
6781
7473
  }
6782
7474
  /**
7475
+ * @public
6783
7476
  * <p>Describes the launch specification for an instance.</p>
6784
7477
  */
6785
7478
  export interface LaunchSpecification {
@@ -6847,6 +7540,9 @@ export interface LaunchSpecification {
6847
7540
  */
6848
7541
  Monitoring?: RunInstancesMonitoringEnabled;
6849
7542
  }
7543
+ /**
7544
+ * @public
7545
+ */
6850
7546
  export declare enum SpotInstanceState {
6851
7547
  active = "active",
6852
7548
  cancelled = "cancelled",
@@ -6855,6 +7551,7 @@ export declare enum SpotInstanceState {
6855
7551
  open = "open"
6856
7552
  }
6857
7553
  /**
7554
+ * @public
6858
7555
  * <p>Describes the status of a Spot Instance request.</p>
6859
7556
  */
6860
7557
  export interface SpotInstanceStatus {
@@ -6873,6 +7570,7 @@ export interface SpotInstanceStatus {
6873
7570
  UpdateTime?: Date;
6874
7571
  }
6875
7572
  /**
7573
+ * @public
6876
7574
  * <p>Describes a Spot Instance request.</p>
6877
7575
  */
6878
7576
  export interface SpotInstanceRequest {
@@ -6975,6 +7673,7 @@ export interface SpotInstanceRequest {
6975
7673
  InstanceInterruptionBehavior?: InstanceInterruptionBehavior | string;
6976
7674
  }
6977
7675
  /**
7676
+ * @public
6978
7677
  * <p>Contains the output of DescribeSpotInstanceRequests.</p>
6979
7678
  */
6980
7679
  export interface DescribeSpotInstanceRequestsResult {
@@ -6989,6 +7688,7 @@ export interface DescribeSpotInstanceRequestsResult {
6989
7688
  NextToken?: string;
6990
7689
  }
6991
7690
  /**
7691
+ * @public
6992
7692
  * <p>Contains the parameters for DescribeSpotPriceHistory.</p>
6993
7693
  */
6994
7694
  export interface DescribeSpotPriceHistoryRequest {
@@ -7073,6 +7773,7 @@ export interface DescribeSpotPriceHistoryRequest {
7073
7773
  StartTime?: Date;
7074
7774
  }
7075
7775
  /**
7776
+ * @public
7076
7777
  * <p>The maximum price per unit hour that you are willing to pay for a Spot Instance. We do not recommend
7077
7778
  * using this parameter because it can lead to increased interruptions. If you do not specify this parameter, you will pay the current Spot price.</p>
7078
7779
  * <important>
@@ -7107,6 +7808,7 @@ export interface SpotPrice {
7107
7808
  Timestamp?: Date;
7108
7809
  }
7109
7810
  /**
7811
+ * @public
7110
7812
  * <p>Contains the output of DescribeSpotPriceHistory.</p>
7111
7813
  */
7112
7814
  export interface DescribeSpotPriceHistoryResult {
@@ -7120,6 +7822,9 @@ export interface DescribeSpotPriceHistoryResult {
7120
7822
  */
7121
7823
  SpotPriceHistory?: SpotPrice[];
7122
7824
  }
7825
+ /**
7826
+ * @public
7827
+ */
7123
7828
  export interface DescribeStaleSecurityGroupsRequest {
7124
7829
  /**
7125
7830
  * <p>Checks whether you have the required permissions for the action, without actually making the request,
@@ -7144,6 +7849,7 @@ export interface DescribeStaleSecurityGroupsRequest {
7144
7849
  VpcId: string | undefined;
7145
7850
  }
7146
7851
  /**
7852
+ * @public
7147
7853
  * <p>Describes a stale rule in a security group.</p>
7148
7854
  */
7149
7855
  export interface StaleIpPermission {
@@ -7175,6 +7881,7 @@ export interface StaleIpPermission {
7175
7881
  UserIdGroupPairs?: UserIdGroupPair[];
7176
7882
  }
7177
7883
  /**
7884
+ * @public
7178
7885
  * <p>Describes a stale security group (a security group that contains stale rules).</p>
7179
7886
  */
7180
7887
  export interface StaleSecurityGroup {
@@ -7203,6 +7910,9 @@ export interface StaleSecurityGroup {
7203
7910
  */
7204
7911
  VpcId?: string;
7205
7912
  }
7913
+ /**
7914
+ * @public
7915
+ */
7206
7916
  export interface DescribeStaleSecurityGroupsResult {
7207
7917
  /**
7208
7918
  * <p>The token to include in another request to get the next page of items.
@@ -7214,6 +7924,9 @@ export interface DescribeStaleSecurityGroupsResult {
7214
7924
  */
7215
7925
  StaleSecurityGroupSet?: StaleSecurityGroup[];
7216
7926
  }
7927
+ /**
7928
+ * @public
7929
+ */
7217
7930
  export interface DescribeStoreImageTasksRequest {
7218
7931
  /**
7219
7932
  * <p>The AMI IDs for which to show progress. Up to 20 AMI IDs can be included in a request.</p>
@@ -7255,6 +7968,7 @@ export interface DescribeStoreImageTasksRequest {
7255
7968
  MaxResults?: number;
7256
7969
  }
7257
7970
  /**
7971
+ * @public
7258
7972
  * <p>The information about the AMI store task, including the progress of the task.</p>
7259
7973
  */
7260
7974
  export interface StoreImageTaskResult {
@@ -7289,6 +8003,9 @@ export interface StoreImageTaskResult {
7289
8003
  */
7290
8004
  StoreTaskFailureReason?: string;
7291
8005
  }
8006
+ /**
8007
+ * @public
8008
+ */
7292
8009
  export interface DescribeStoreImageTasksResult {
7293
8010
  /**
7294
8011
  * <p>The information about the AMI store tasks.</p>
@@ -7300,6 +8017,9 @@ export interface DescribeStoreImageTasksResult {
7300
8017
  */
7301
8018
  NextToken?: string;
7302
8019
  }
8020
+ /**
8021
+ * @public
8022
+ */
7303
8023
  export interface DescribeSubnetsRequest {
7304
8024
  /**
7305
8025
  * <p>One or more filters.</p>
@@ -7460,6 +8180,9 @@ export interface DescribeSubnetsRequest {
7460
8180
  */
7461
8181
  MaxResults?: number;
7462
8182
  }
8183
+ /**
8184
+ * @public
8185
+ */
7463
8186
  export interface DescribeSubnetsResult {
7464
8187
  /**
7465
8188
  * <p>Information about one or more subnets.</p>
@@ -7470,6 +8193,9 @@ export interface DescribeSubnetsResult {
7470
8193
  */
7471
8194
  NextToken?: string;
7472
8195
  }
8196
+ /**
8197
+ * @public
8198
+ */
7473
8199
  export interface DescribeTagsRequest {
7474
8200
  /**
7475
8201
  * <p>Checks whether you have the required permissions for the action, without actually making the request,
@@ -7518,6 +8244,7 @@ export interface DescribeTagsRequest {
7518
8244
  NextToken?: string;
7519
8245
  }
7520
8246
  /**
8247
+ * @public
7521
8248
  * <p>Describes a tag.</p>
7522
8249
  */
7523
8250
  export interface TagDescription {
@@ -7538,6 +8265,9 @@ export interface TagDescription {
7538
8265
  */
7539
8266
  Value?: string;
7540
8267
  }
8268
+ /**
8269
+ * @public
8270
+ */
7541
8271
  export interface DescribeTagsResult {
7542
8272
  /**
7543
8273
  * <p>The token to include in another request to get the next page of items.
@@ -7549,6 +8279,9 @@ export interface DescribeTagsResult {
7549
8279
  */
7550
8280
  Tags?: TagDescription[];
7551
8281
  }
8282
+ /**
8283
+ * @public
8284
+ */
7552
8285
  export interface DescribeTrafficMirrorFiltersRequest {
7553
8286
  /**
7554
8287
  * <p>The ID of the Traffic Mirror filter.</p>
@@ -7584,6 +8317,9 @@ export interface DescribeTrafficMirrorFiltersRequest {
7584
8317
  */
7585
8318
  NextToken?: string;
7586
8319
  }
8320
+ /**
8321
+ * @public
8322
+ */
7587
8323
  export interface DescribeTrafficMirrorFiltersResult {
7588
8324
  /**
7589
8325
  * <p>Information about one or more Traffic Mirror filters.</p>
@@ -7594,6 +8330,9 @@ export interface DescribeTrafficMirrorFiltersResult {
7594
8330
  */
7595
8331
  NextToken?: string;
7596
8332
  }
8333
+ /**
8334
+ * @public
8335
+ */
7597
8336
  export interface DescribeTrafficMirrorSessionsRequest {
7598
8337
  /**
7599
8338
  * <p>The ID of the Traffic Mirror session.</p>
@@ -7657,6 +8396,9 @@ export interface DescribeTrafficMirrorSessionsRequest {
7657
8396
  */
7658
8397
  NextToken?: string;
7659
8398
  }
8399
+ /**
8400
+ * @public
8401
+ */
7660
8402
  export interface DescribeTrafficMirrorSessionsResult {
7661
8403
  /**
7662
8404
  * <p>Describes one or more Traffic Mirror sessions. By default, all Traffic Mirror sessions are described. Alternatively, you can filter the results.</p>
@@ -7667,6 +8409,9 @@ export interface DescribeTrafficMirrorSessionsResult {
7667
8409
  */
7668
8410
  NextToken?: string;
7669
8411
  }
8412
+ /**
8413
+ * @public
8414
+ */
7670
8415
  export interface DescribeTrafficMirrorTargetsRequest {
7671
8416
  /**
7672
8417
  * <p>The ID of the Traffic Mirror targets.</p>
@@ -7714,6 +8459,9 @@ export interface DescribeTrafficMirrorTargetsRequest {
7714
8459
  */
7715
8460
  NextToken?: string;
7716
8461
  }
8462
+ /**
8463
+ * @public
8464
+ */
7717
8465
  export interface DescribeTrafficMirrorTargetsResult {
7718
8466
  /**
7719
8467
  * <p>Information about one or more Traffic Mirror targets.</p>
@@ -7724,6 +8472,9 @@ export interface DescribeTrafficMirrorTargetsResult {
7724
8472
  */
7725
8473
  NextToken?: string;
7726
8474
  }
8475
+ /**
8476
+ * @public
8477
+ */
7727
8478
  export interface DescribeTransitGatewayAttachmentsRequest {
7728
8479
  /**
7729
8480
  * <p>The IDs of the attachments.</p>
@@ -7791,6 +8542,7 @@ export interface DescribeTransitGatewayAttachmentsRequest {
7791
8542
  DryRun?: boolean;
7792
8543
  }
7793
8544
  /**
8545
+ * @public
7794
8546
  * <p>Describes an association.</p>
7795
8547
  */
7796
8548
  export interface TransitGatewayAttachmentAssociation {
@@ -7804,6 +8556,7 @@ export interface TransitGatewayAttachmentAssociation {
7804
8556
  State?: TransitGatewayAssociationState | string;
7805
8557
  }
7806
8558
  /**
8559
+ * @public
7807
8560
  * <p>Describes an attachment between a resource and a transit gateway.</p>
7808
8561
  */
7809
8562
  export interface TransitGatewayAttachment {
@@ -7848,6 +8601,9 @@ export interface TransitGatewayAttachment {
7848
8601
  */
7849
8602
  Tags?: Tag[];
7850
8603
  }
8604
+ /**
8605
+ * @public
8606
+ */
7851
8607
  export interface DescribeTransitGatewayAttachmentsResult {
7852
8608
  /**
7853
8609
  * <p>Information about the attachments.</p>
@@ -7858,6 +8614,9 @@ export interface DescribeTransitGatewayAttachmentsResult {
7858
8614
  */
7859
8615
  NextToken?: string;
7860
8616
  }
8617
+ /**
8618
+ * @public
8619
+ */
7861
8620
  export interface DescribeTransitGatewayConnectPeersRequest {
7862
8621
  /**
7863
8622
  * <p>The IDs of the Connect peers.</p>
@@ -7899,6 +8658,9 @@ export interface DescribeTransitGatewayConnectPeersRequest {
7899
8658
  */
7900
8659
  DryRun?: boolean;
7901
8660
  }
8661
+ /**
8662
+ * @public
8663
+ */
7902
8664
  export interface DescribeTransitGatewayConnectPeersResult {
7903
8665
  /**
7904
8666
  * <p>Information about the Connect peers.</p>
@@ -7909,6 +8671,9 @@ export interface DescribeTransitGatewayConnectPeersResult {
7909
8671
  */
7910
8672
  NextToken?: string;
7911
8673
  }
8674
+ /**
8675
+ * @public
8676
+ */
7912
8677
  export interface DescribeTransitGatewayConnectsRequest {
7913
8678
  /**
7914
8679
  * <p>The IDs of the attachments.</p>
@@ -7962,6 +8727,9 @@ export interface DescribeTransitGatewayConnectsRequest {
7962
8727
  */
7963
8728
  DryRun?: boolean;
7964
8729
  }
8730
+ /**
8731
+ * @public
8732
+ */
7965
8733
  export interface DescribeTransitGatewayConnectsResult {
7966
8734
  /**
7967
8735
  * <p>Information about the Connect attachments.</p>
@@ -7972,6 +8740,9 @@ export interface DescribeTransitGatewayConnectsResult {
7972
8740
  */
7973
8741
  NextToken?: string;
7974
8742
  }
8743
+ /**
8744
+ * @public
8745
+ */
7975
8746
  export interface DescribeTransitGatewayMulticastDomainsRequest {
7976
8747
  /**
7977
8748
  * <p>The ID of the transit gateway multicast domain.</p>
@@ -8011,6 +8782,9 @@ export interface DescribeTransitGatewayMulticastDomainsRequest {
8011
8782
  */
8012
8783
  DryRun?: boolean;
8013
8784
  }
8785
+ /**
8786
+ * @public
8787
+ */
8014
8788
  export interface DescribeTransitGatewayMulticastDomainsResult {
8015
8789
  /**
8016
8790
  * <p>Information about the transit gateway multicast domains.</p>
@@ -8021,6 +8795,9 @@ export interface DescribeTransitGatewayMulticastDomainsResult {
8021
8795
  */
8022
8796
  NextToken?: string;
8023
8797
  }
8798
+ /**
8799
+ * @public
8800
+ */
8024
8801
  export interface DescribeTransitGatewayPeeringAttachmentsRequest {
8025
8802
  /**
8026
8803
  * <p>One or more IDs of the transit gateway peering attachments.</p>
@@ -8077,6 +8854,9 @@ export interface DescribeTransitGatewayPeeringAttachmentsRequest {
8077
8854
  */
8078
8855
  DryRun?: boolean;
8079
8856
  }
8857
+ /**
8858
+ * @public
8859
+ */
8080
8860
  export interface DescribeTransitGatewayPeeringAttachmentsResult {
8081
8861
  /**
8082
8862
  * <p>The transit gateway peering attachments.</p>
@@ -8087,6 +8867,9 @@ export interface DescribeTransitGatewayPeeringAttachmentsResult {
8087
8867
  */
8088
8868
  NextToken?: string;
8089
8869
  }
8870
+ /**
8871
+ * @public
8872
+ */
8090
8873
  export interface DescribeTransitGatewayPolicyTablesRequest {
8091
8874
  /**
8092
8875
  * <p>The IDs of the transit gateway policy tables.</p>
@@ -8112,6 +8895,9 @@ export interface DescribeTransitGatewayPolicyTablesRequest {
8112
8895
  */
8113
8896
  DryRun?: boolean;
8114
8897
  }
8898
+ /**
8899
+ * @public
8900
+ */
8115
8901
  export interface DescribeTransitGatewayPolicyTablesResult {
8116
8902
  /**
8117
8903
  * <p>Describes the transit gateway policy tables.</p>
@@ -8122,6 +8908,9 @@ export interface DescribeTransitGatewayPolicyTablesResult {
8122
8908
  */
8123
8909
  NextToken?: string;
8124
8910
  }
8911
+ /**
8912
+ * @public
8913
+ */
8125
8914
  export interface DescribeTransitGatewayRouteTableAnnouncementsRequest {
8126
8915
  /**
8127
8916
  * <p>The IDs of the transit gateway route tables that are being advertised.</p>
@@ -8147,6 +8936,9 @@ export interface DescribeTransitGatewayRouteTableAnnouncementsRequest {
8147
8936
  */
8148
8937
  DryRun?: boolean;
8149
8938
  }
8939
+ /**
8940
+ * @public
8941
+ */
8150
8942
  export interface DescribeTransitGatewayRouteTableAnnouncementsResult {
8151
8943
  /**
8152
8944
  * <p>Describes the transit gateway route table announcement.</p>
@@ -8157,6 +8949,9 @@ export interface DescribeTransitGatewayRouteTableAnnouncementsResult {
8157
8949
  */
8158
8950
  NextToken?: string;
8159
8951
  }
8952
+ /**
8953
+ * @public
8954
+ */
8160
8955
  export interface DescribeTransitGatewayRouteTablesRequest {
8161
8956
  /**
8162
8957
  * <p>The IDs of the transit gateway route tables.</p>
@@ -8206,6 +9001,9 @@ export interface DescribeTransitGatewayRouteTablesRequest {
8206
9001
  */
8207
9002
  DryRun?: boolean;
8208
9003
  }
9004
+ /**
9005
+ * @public
9006
+ */
8209
9007
  export interface DescribeTransitGatewayRouteTablesResult {
8210
9008
  /**
8211
9009
  * <p>Information about the transit gateway route tables.</p>
@@ -8216,6 +9014,9 @@ export interface DescribeTransitGatewayRouteTablesResult {
8216
9014
  */
8217
9015
  NextToken?: string;
8218
9016
  }
9017
+ /**
9018
+ * @public
9019
+ */
8219
9020
  export interface DescribeTransitGatewaysRequest {
8220
9021
  /**
8221
9022
  * <p>The IDs of the transit gateways.</p>
@@ -8289,6 +9090,9 @@ export interface DescribeTransitGatewaysRequest {
8289
9090
  */
8290
9091
  DryRun?: boolean;
8291
9092
  }
9093
+ /**
9094
+ * @public
9095
+ */
8292
9096
  export interface DescribeTransitGatewaysResult {
8293
9097
  /**
8294
9098
  * <p>Information about the transit gateways.</p>
@@ -8299,6 +9103,9 @@ export interface DescribeTransitGatewaysResult {
8299
9103
  */
8300
9104
  NextToken?: string;
8301
9105
  }
9106
+ /**
9107
+ * @public
9108
+ */
8302
9109
  export interface DescribeTransitGatewayVpcAttachmentsRequest {
8303
9110
  /**
8304
9111
  * <p>The IDs of the attachments.</p>
@@ -8342,6 +9149,9 @@ export interface DescribeTransitGatewayVpcAttachmentsRequest {
8342
9149
  */
8343
9150
  DryRun?: boolean;
8344
9151
  }
9152
+ /**
9153
+ * @public
9154
+ */
8345
9155
  export interface DescribeTransitGatewayVpcAttachmentsResult {
8346
9156
  /**
8347
9157
  * <p>Information about the VPC attachments.</p>
@@ -8352,6 +9162,9 @@ export interface DescribeTransitGatewayVpcAttachmentsResult {
8352
9162
  */
8353
9163
  NextToken?: string;
8354
9164
  }
9165
+ /**
9166
+ * @public
9167
+ */
8355
9168
  export interface DescribeTrunkInterfaceAssociationsRequest {
8356
9169
  /**
8357
9170
  * <p>The IDs of the associations.</p>
@@ -8387,6 +9200,9 @@ export interface DescribeTrunkInterfaceAssociationsRequest {
8387
9200
  */
8388
9201
  MaxResults?: number;
8389
9202
  }
9203
+ /**
9204
+ * @public
9205
+ */
8390
9206
  export interface DescribeTrunkInterfaceAssociationsResult {
8391
9207
  /**
8392
9208
  * <p>Information about the trunk associations.</p>
@@ -8397,6 +9213,9 @@ export interface DescribeTrunkInterfaceAssociationsResult {
8397
9213
  */
8398
9214
  NextToken?: string;
8399
9215
  }
9216
+ /**
9217
+ * @public
9218
+ */
8400
9219
  export interface DescribeVerifiedAccessEndpointsRequest {
8401
9220
  /**
8402
9221
  * <p>The ID of the Amazon Web Services Verified Access endpoint.</p>
@@ -8430,6 +9249,9 @@ export interface DescribeVerifiedAccessEndpointsRequest {
8430
9249
  */
8431
9250
  DryRun?: boolean;
8432
9251
  }
9252
+ /**
9253
+ * @public
9254
+ */
8433
9255
  export interface DescribeVerifiedAccessEndpointsResult {
8434
9256
  /**
8435
9257
  * <p>The ID of the Amazon Web Services Verified Access endpoint.</p>
@@ -8440,6 +9262,9 @@ export interface DescribeVerifiedAccessEndpointsResult {
8440
9262
  */
8441
9263
  NextToken?: string;
8442
9264
  }
9265
+ /**
9266
+ * @public
9267
+ */
8443
9268
  export interface DescribeVerifiedAccessGroupsRequest {
8444
9269
  /**
8445
9270
  * <p>The ID of the Amazon Web Services Verified Access groups.</p>
@@ -8469,6 +9294,9 @@ export interface DescribeVerifiedAccessGroupsRequest {
8469
9294
  */
8470
9295
  DryRun?: boolean;
8471
9296
  }
9297
+ /**
9298
+ * @public
9299
+ */
8472
9300
  export interface DescribeVerifiedAccessGroupsResult {
8473
9301
  /**
8474
9302
  * <p>The ID of the Verified Access group.</p>
@@ -8479,6 +9307,9 @@ export interface DescribeVerifiedAccessGroupsResult {
8479
9307
  */
8480
9308
  NextToken?: string;
8481
9309
  }
9310
+ /**
9311
+ * @public
9312
+ */
8482
9313
  export interface DescribeVerifiedAccessInstanceLoggingConfigurationsRequest {
8483
9314
  /**
8484
9315
  * <p>The IDs of the Amazon Web Services Verified Access instances.</p>
@@ -8504,11 +9335,15 @@ export interface DescribeVerifiedAccessInstanceLoggingConfigurationsRequest {
8504
9335
  */
8505
9336
  DryRun?: boolean;
8506
9337
  }
9338
+ /**
9339
+ * @public
9340
+ */
8507
9341
  export declare enum VerifiedAccessLogDeliveryStatusCode {
8508
9342
  FAILED = "failed",
8509
9343
  SUCCESS = "success"
8510
9344
  }
8511
9345
  /**
9346
+ * @public
8512
9347
  * <p>Describes a log delivery status.</p>
8513
9348
  */
8514
9349
  export interface VerifiedAccessLogDeliveryStatus {
@@ -8522,6 +9357,7 @@ export interface VerifiedAccessLogDeliveryStatus {
8522
9357
  Message?: string;
8523
9358
  }
8524
9359
  /**
9360
+ * @public
8525
9361
  * <p>Options for CloudWatch Logs as a logging destination.</p>
8526
9362
  */
8527
9363
  export interface VerifiedAccessLogCloudWatchLogsDestination {
@@ -8539,6 +9375,7 @@ export interface VerifiedAccessLogCloudWatchLogsDestination {
8539
9375
  LogGroup?: string;
8540
9376
  }
8541
9377
  /**
9378
+ * @public
8542
9379
  * <p>Options for Kinesis as a logging destination.</p>
8543
9380
  */
8544
9381
  export interface VerifiedAccessLogKinesisDataFirehoseDestination {
@@ -8556,6 +9393,7 @@ export interface VerifiedAccessLogKinesisDataFirehoseDestination {
8556
9393
  DeliveryStream?: string;
8557
9394
  }
8558
9395
  /**
9396
+ * @public
8559
9397
  * <p>Options for Amazon S3 as a logging destination.</p>
8560
9398
  */
8561
9399
  export interface VerifiedAccessLogS3Destination {
@@ -8581,6 +9419,7 @@ export interface VerifiedAccessLogS3Destination {
8581
9419
  BucketOwner?: string;
8582
9420
  }
8583
9421
  /**
9422
+ * @public
8584
9423
  * <p>Describes the destinations for Verified Access logs.</p>
8585
9424
  */
8586
9425
  export interface VerifiedAccessLogs {
@@ -8598,6 +9437,7 @@ export interface VerifiedAccessLogs {
8598
9437
  KinesisDataFirehose?: VerifiedAccessLogKinesisDataFirehoseDestination;
8599
9438
  }
8600
9439
  /**
9440
+ * @public
8601
9441
  * <p>Describes logging options for an Amazon Web Services Verified Access instance.</p>
8602
9442
  */
8603
9443
  export interface VerifiedAccessInstanceLoggingConfiguration {
@@ -8610,6 +9450,9 @@ export interface VerifiedAccessInstanceLoggingConfiguration {
8610
9450
  */
8611
9451
  AccessLogs?: VerifiedAccessLogs;
8612
9452
  }
9453
+ /**
9454
+ * @public
9455
+ */
8613
9456
  export interface DescribeVerifiedAccessInstanceLoggingConfigurationsResult {
8614
9457
  /**
8615
9458
  * <p>The current logging configuration for the Amazon Web Services Verified Access instances.</p>
@@ -8620,6 +9463,9 @@ export interface DescribeVerifiedAccessInstanceLoggingConfigurationsResult {
8620
9463
  */
8621
9464
  NextToken?: string;
8622
9465
  }
9466
+ /**
9467
+ * @public
9468
+ */
8623
9469
  export interface DescribeVerifiedAccessInstancesRequest {
8624
9470
  /**
8625
9471
  * <p>The IDs of the Amazon Web Services Verified Access instances.</p>
@@ -8645,6 +9491,9 @@ export interface DescribeVerifiedAccessInstancesRequest {
8645
9491
  */
8646
9492
  DryRun?: boolean;
8647
9493
  }
9494
+ /**
9495
+ * @public
9496
+ */
8648
9497
  export interface DescribeVerifiedAccessInstancesResult {
8649
9498
  /**
8650
9499
  * <p>The IDs of the Amazon Web Services Verified Access instances.</p>
@@ -8655,6 +9504,9 @@ export interface DescribeVerifiedAccessInstancesResult {
8655
9504
  */
8656
9505
  NextToken?: string;
8657
9506
  }
9507
+ /**
9508
+ * @public
9509
+ */
8658
9510
  export interface DescribeVerifiedAccessTrustProvidersRequest {
8659
9511
  /**
8660
9512
  * <p>The IDs of the Amazon Web Services Verified Access trust providers.</p>
@@ -8680,6 +9532,9 @@ export interface DescribeVerifiedAccessTrustProvidersRequest {
8680
9532
  */
8681
9533
  DryRun?: boolean;
8682
9534
  }
9535
+ /**
9536
+ * @public
9537
+ */
8683
9538
  export interface DescribeVerifiedAccessTrustProvidersResult {
8684
9539
  /**
8685
9540
  * <p>The IDs of the Amazon Web Services Verified Access trust providers.</p>
@@ -8690,10 +9545,16 @@ export interface DescribeVerifiedAccessTrustProvidersResult {
8690
9545
  */
8691
9546
  NextToken?: string;
8692
9547
  }
9548
+ /**
9549
+ * @public
9550
+ */
8693
9551
  export declare enum VolumeAttributeName {
8694
9552
  autoEnableIO = "autoEnableIO",
8695
9553
  productCodes = "productCodes"
8696
9554
  }
9555
+ /**
9556
+ * @public
9557
+ */
8697
9558
  export interface DescribeVolumeAttributeRequest {
8698
9559
  /**
8699
9560
  * <p>The attribute of the volume. This parameter is required.</p>
@@ -8710,6 +9571,9 @@ export interface DescribeVolumeAttributeRequest {
8710
9571
  */
8711
9572
  DryRun?: boolean;
8712
9573
  }
9574
+ /**
9575
+ * @public
9576
+ */
8713
9577
  export interface DescribeVolumeAttributeResult {
8714
9578
  /**
8715
9579
  * <p>The state of <code>autoEnableIO</code> attribute.</p>
@@ -8724,6 +9588,9 @@ export interface DescribeVolumeAttributeResult {
8724
9588
  */
8725
9589
  VolumeId?: string;
8726
9590
  }
9591
+ /**
9592
+ * @public
9593
+ */
8727
9594
  export interface DescribeVolumesRequest {
8728
9595
  /**
8729
9596
  * <p>The filters.</p>
@@ -8836,334 +9703,38 @@ export interface DescribeVolumesRequest {
8836
9703
  */
8837
9704
  NextToken?: string;
8838
9705
  }
8839
- export interface DescribeVolumesResult {
8840
- /**
8841
- * <p>Information about the volumes.</p>
8842
- */
8843
- Volumes?: Volume[];
8844
- /**
8845
- * <p>The token to include in another request to get the next page of items.
8846
- * This value is <code>null</code> when there are no more items to return.</p>
8847
- */
8848
- NextToken?: string;
8849
- }
8850
- export interface DescribeVolumesModificationsRequest {
8851
- /**
8852
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
8853
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
8854
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
8855
- */
8856
- DryRun?: boolean;
8857
- /**
8858
- * <p>The IDs of the volumes.</p>
8859
- */
8860
- VolumeIds?: string[];
8861
- /**
8862
- * <p>The filters.</p>
8863
- * <ul>
8864
- * <li>
8865
- * <p>
8866
- * <code>modification-state</code> - The current modification state (modifying |
8867
- * optimizing | completed | failed).</p>
8868
- * </li>
8869
- * <li>
8870
- * <p>
8871
- * <code>original-iops</code> - The original IOPS rate of the volume.</p>
8872
- * </li>
8873
- * <li>
8874
- * <p>
8875
- * <code>original-size</code> - The original size of the volume, in GiB.</p>
8876
- * </li>
8877
- * <li>
8878
- * <p>
8879
- * <code>original-volume-type</code> - The original volume type of the volume (standard |
8880
- * io1 | io2 | gp2 | sc1 | st1).</p>
8881
- * </li>
8882
- * <li>
8883
- * <p>
8884
- * <code>originalMultiAttachEnabled</code> - Indicates whether Multi-Attach support was enabled (true | false).</p>
8885
- * </li>
8886
- * <li>
8887
- * <p>
8888
- * <code>start-time</code> - The modification start time.</p>
8889
- * </li>
8890
- * <li>
8891
- * <p>
8892
- * <code>target-iops</code> - The target IOPS rate of the volume.</p>
8893
- * </li>
8894
- * <li>
8895
- * <p>
8896
- * <code>target-size</code> - The target size of the volume, in GiB.</p>
8897
- * </li>
8898
- * <li>
8899
- * <p>
8900
- * <code>target-volume-type</code> - The target volume type of the volume (standard |
8901
- * io1 | io2 | gp2 | sc1 | st1).</p>
8902
- * </li>
8903
- * <li>
8904
- * <p>
8905
- * <code>targetMultiAttachEnabled</code> - Indicates whether Multi-Attach support is to be enabled (true | false).</p>
8906
- * </li>
8907
- * <li>
8908
- * <p>
8909
- * <code>volume-id</code> - The ID of the volume.</p>
8910
- * </li>
8911
- * </ul>
8912
- */
8913
- Filters?: Filter[];
8914
- /**
8915
- * <p>The token returned by a previous paginated request.
8916
- * Pagination continues from the end of the items returned by the previous request.</p>
8917
- */
8918
- NextToken?: string;
8919
- /**
8920
- * <p>The maximum number of results (up to a limit of 500) to be returned in a paginated
8921
- * request. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
8922
- */
8923
- MaxResults?: number;
8924
- }
8925
- export declare enum VolumeModificationState {
8926
- completed = "completed",
8927
- failed = "failed",
8928
- modifying = "modifying",
8929
- optimizing = "optimizing"
8930
- }
8931
9706
  /**
8932
- * <p>Describes the modification status of an EBS volume.</p>
8933
- * <p>If the volume has never been modified, some element values will be null.</p>
9707
+ * @internal
8934
9708
  */
8935
- export interface VolumeModification {
8936
- /**
8937
- * <p>The ID of the volume.</p>
8938
- */
8939
- VolumeId?: string;
8940
- /**
8941
- * <p>The current modification state. The modification state is null for unmodified
8942
- * volumes.</p>
8943
- */
8944
- ModificationState?: VolumeModificationState | string;
8945
- /**
8946
- * <p>A status message about the modification progress or failure.</p>
8947
- */
8948
- StatusMessage?: string;
8949
- /**
8950
- * <p>The target size of the volume, in GiB.</p>
8951
- */
8952
- TargetSize?: number;
8953
- /**
8954
- * <p>The target IOPS rate of the volume.</p>
8955
- */
8956
- TargetIops?: number;
8957
- /**
8958
- * <p>The target EBS volume type of the volume.</p>
8959
- */
8960
- TargetVolumeType?: VolumeType | string;
8961
- /**
8962
- * <p>The target throughput of the volume, in MiB/s.</p>
8963
- */
8964
- TargetThroughput?: number;
8965
- /**
8966
- * <p>The target setting for Amazon EBS Multi-Attach.</p>
8967
- */
8968
- TargetMultiAttachEnabled?: boolean;
8969
- /**
8970
- * <p>The original size of the volume, in GiB.</p>
8971
- */
8972
- OriginalSize?: number;
8973
- /**
8974
- * <p>The original IOPS rate of the volume.</p>
8975
- */
8976
- OriginalIops?: number;
8977
- /**
8978
- * <p>The original EBS volume type of the volume.</p>
8979
- */
8980
- OriginalVolumeType?: VolumeType | string;
8981
- /**
8982
- * <p>The original throughput of the volume, in MiB/s.</p>
8983
- */
8984
- OriginalThroughput?: number;
8985
- /**
8986
- * <p>The original setting for Amazon EBS Multi-Attach.</p>
8987
- */
8988
- OriginalMultiAttachEnabled?: boolean;
8989
- /**
8990
- * <p>The modification progress, from 0 to 100 percent complete.</p>
8991
- */
8992
- Progress?: number;
8993
- /**
8994
- * <p>The modification start time.</p>
8995
- */
8996
- StartTime?: Date;
8997
- /**
8998
- * <p>The modification completion or failure time.</p>
8999
- */
9000
- EndTime?: Date;
9001
- }
9002
- export interface DescribeVolumesModificationsResult {
9003
- /**
9004
- * <p>Information about the volume modifications.</p>
9005
- */
9006
- VolumesModifications?: VolumeModification[];
9007
- /**
9008
- * <p>The token to include in another request to get the next page of items.
9009
- * This value is <code>null</code> if there are no more items to return.</p>
9010
- */
9011
- NextToken?: string;
9012
- }
9013
- export interface DescribeVolumeStatusRequest {
9014
- /**
9015
- * <p>The filters.</p>
9016
- * <ul>
9017
- * <li>
9018
- * <p>
9019
- * <code>action.code</code> - The action code for the event (for example,
9020
- * <code>enable-volume-io</code>).</p>
9021
- * </li>
9022
- * <li>
9023
- * <p>
9024
- * <code>action.description</code> - A description of the action.</p>
9025
- * </li>
9026
- * <li>
9027
- * <p>
9028
- * <code>action.event-id</code> - The event ID associated with the action.</p>
9029
- * </li>
9030
- * <li>
9031
- * <p>
9032
- * <code>availability-zone</code> - The Availability Zone of the instance.</p>
9033
- * </li>
9034
- * <li>
9035
- * <p>
9036
- * <code>event.description</code> - A description of the event.</p>
9037
- * </li>
9038
- * <li>
9039
- * <p>
9040
- * <code>event.event-id</code> - The event ID.</p>
9041
- * </li>
9042
- * <li>
9043
- * <p>
9044
- * <code>event.event-type</code> - The event type (for <code>io-enabled</code>:
9045
- * <code>passed</code> | <code>failed</code>; for <code>io-performance</code>:
9046
- * <code>io-performance:degraded</code> | <code>io-performance:severely-degraded</code> |
9047
- * <code>io-performance:stalled</code>).</p>
9048
- * </li>
9049
- * <li>
9050
- * <p>
9051
- * <code>event.not-after</code> - The latest end time for the event.</p>
9052
- * </li>
9053
- * <li>
9054
- * <p>
9055
- * <code>event.not-before</code> - The earliest start time for the event.</p>
9056
- * </li>
9057
- * <li>
9058
- * <p>
9059
- * <code>volume-status.details-name</code> - The cause for
9060
- * <code>volume-status.status</code> (<code>io-enabled</code> |
9061
- * <code>io-performance</code>).</p>
9062
- * </li>
9063
- * <li>
9064
- * <p>
9065
- * <code>volume-status.details-status</code> - The status of
9066
- * <code>volume-status.details-name</code> (for <code>io-enabled</code>:
9067
- * <code>passed</code> | <code>failed</code>; for <code>io-performance</code>:
9068
- * <code>normal</code> | <code>degraded</code> | <code>severely-degraded</code> |
9069
- * <code>stalled</code>).</p>
9070
- * </li>
9071
- * <li>
9072
- * <p>
9073
- * <code>volume-status.status</code> - The status of the volume (<code>ok</code> |
9074
- * <code>impaired</code> | <code>warning</code> | <code>insufficient-data</code>).</p>
9075
- * </li>
9076
- * </ul>
9077
- */
9078
- Filters?: Filter[];
9079
- /**
9080
- * <p>The maximum number of items to return for this request. To get the next page of items,
9081
- * make another request with the token returned in the output. This value can be between 5 and 1,000;
9082
- * if the value is larger than 1,000, only 1,000 results are returned. If this parameter is not used,
9083
- * then all items are returned. You cannot specify this parameter and the volume IDs parameter in the
9084
- * same request. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
9085
- */
9086
- MaxResults?: number;
9087
- /**
9088
- * <p>The token returned from a previous paginated request.
9089
- * Pagination continues from the end of the items returned by the previous request.</p>
9090
- */
9091
- NextToken?: string;
9092
- /**
9093
- * <p>The IDs of the volumes.</p>
9094
- * <p>Default: Describes all your volumes.</p>
9095
- */
9096
- VolumeIds?: string[];
9097
- /**
9098
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
9099
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
9100
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
9101
- */
9102
- DryRun?: boolean;
9103
- }
9709
+ export declare const MonitoringFilterSensitiveLog: (obj: Monitoring) => any;
9104
9710
  /**
9105
- * <p>Describes a volume status operation code.</p>
9711
+ * @internal
9106
9712
  */
9107
- export interface VolumeStatusAction {
9108
- /**
9109
- * <p>The code identifying the operation, for example, <code>enable-volume-io</code>.</p>
9110
- */
9111
- Code?: string;
9112
- /**
9113
- * <p>A description of the operation.</p>
9114
- */
9115
- Description?: string;
9116
- /**
9117
- * <p>The ID of the event associated with this operation.</p>
9118
- */
9119
- EventId?: string;
9120
- /**
9121
- * <p>The event type associated with this operation.</p>
9122
- */
9123
- EventType?: string;
9124
- }
9713
+ export declare const InstanceNetworkInterfaceAssociationFilterSensitiveLog: (obj: InstanceNetworkInterfaceAssociation) => any;
9125
9714
  /**
9126
- * <p>Information about the instances to which the volume is attached.</p>
9715
+ * @internal
9127
9716
  */
9128
- export interface VolumeStatusAttachmentStatus {
9129
- /**
9130
- * <p>The maximum IOPS supported by the attached instance.</p>
9131
- */
9132
- IoPerformance?: string;
9133
- /**
9134
- * <p>The ID of the attached instance.</p>
9135
- */
9136
- InstanceId?: string;
9137
- }
9717
+ export declare const InstanceNetworkInterfaceAttachmentFilterSensitiveLog: (obj: InstanceNetworkInterfaceAttachment) => any;
9138
9718
  /**
9139
- * <p>Describes a volume status event.</p>
9719
+ * @internal
9140
9720
  */
9141
- export interface VolumeStatusEvent {
9142
- /**
9143
- * <p>A description of the event.</p>
9144
- */
9145
- Description?: string;
9146
- /**
9147
- * <p>The ID of this event.</p>
9148
- */
9149
- EventId?: string;
9150
- /**
9151
- * <p>The type of this event.</p>
9152
- */
9153
- EventType?: string;
9154
- /**
9155
- * <p>The latest end time of the event.</p>
9156
- */
9157
- NotAfter?: Date;
9158
- /**
9159
- * <p>The earliest start time of the event.</p>
9160
- */
9161
- NotBefore?: Date;
9162
- /**
9163
- * <p>The ID of the instance associated with the event.</p>
9164
- */
9165
- InstanceId?: string;
9166
- }
9721
+ export declare const InstanceIpv4PrefixFilterSensitiveLog: (obj: InstanceIpv4Prefix) => any;
9722
+ /**
9723
+ * @internal
9724
+ */
9725
+ export declare const InstanceIpv6PrefixFilterSensitiveLog: (obj: InstanceIpv6Prefix) => any;
9726
+ /**
9727
+ * @internal
9728
+ */
9729
+ export declare const InstancePrivateIpAddressFilterSensitiveLog: (obj: InstancePrivateIpAddress) => any;
9730
+ /**
9731
+ * @internal
9732
+ */
9733
+ export declare const InstanceNetworkInterfaceFilterSensitiveLog: (obj: InstanceNetworkInterface) => any;
9734
+ /**
9735
+ * @internal
9736
+ */
9737
+ export declare const PrivateDnsNameOptionsResponseFilterSensitiveLog: (obj: PrivateDnsNameOptionsResponse) => any;
9167
9738
  /**
9168
9739
  * @internal
9169
9740
  */
@@ -10180,35 +10751,3 @@ export declare const DescribeVolumeAttributeResultFilterSensitiveLog: (obj: Desc
10180
10751
  * @internal
10181
10752
  */
10182
10753
  export declare const DescribeVolumesRequestFilterSensitiveLog: (obj: DescribeVolumesRequest) => any;
10183
- /**
10184
- * @internal
10185
- */
10186
- export declare const DescribeVolumesResultFilterSensitiveLog: (obj: DescribeVolumesResult) => any;
10187
- /**
10188
- * @internal
10189
- */
10190
- export declare const DescribeVolumesModificationsRequestFilterSensitiveLog: (obj: DescribeVolumesModificationsRequest) => any;
10191
- /**
10192
- * @internal
10193
- */
10194
- export declare const VolumeModificationFilterSensitiveLog: (obj: VolumeModification) => any;
10195
- /**
10196
- * @internal
10197
- */
10198
- export declare const DescribeVolumesModificationsResultFilterSensitiveLog: (obj: DescribeVolumesModificationsResult) => any;
10199
- /**
10200
- * @internal
10201
- */
10202
- export declare const DescribeVolumeStatusRequestFilterSensitiveLog: (obj: DescribeVolumeStatusRequest) => any;
10203
- /**
10204
- * @internal
10205
- */
10206
- export declare const VolumeStatusActionFilterSensitiveLog: (obj: VolumeStatusAction) => any;
10207
- /**
10208
- * @internal
10209
- */
10210
- export declare const VolumeStatusAttachmentStatusFilterSensitiveLog: (obj: VolumeStatusAttachmentStatus) => any;
10211
- /**
10212
- * @internal
10213
- */
10214
- export declare const VolumeStatusEventFilterSensitiveLog: (obj: VolumeStatusEvent) => any;