@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,12 +1,106 @@
1
- import { _InstanceType, AcceleratorCount, AcceleratorCountRequest, AcceleratorManufacturer, AcceleratorName, AcceleratorTotalMemoryMiB, AcceleratorTotalMemoryMiBRequest, AcceleratorType, AccessScopePath, AccessScopePathRequest, AddIpamOperatingRegion, AddPrefixListEntry, AddressFamily, AttachmentStatus, ClientConnectOptions, ClientLoginBannerOptions, ClientVpnAuthenticationRequest, ConnectionLogOptions, CurrencyCodeValues, InstanceEventWindow, Ipv4PrefixSpecification, NatGatewayAddress, PortRange, Protocol, ReservedInstancesListing, ResourceType, SubnetIpv6CidrBlockAssociation, Tag, TagSpecification, UnsuccessfulItem, VpcCidrBlockAssociation, VpcIpv6CidrBlockAssociation, WeekDay } from "./models_0";
1
+ import { _InstanceType, AcceleratorCount, AcceleratorCountRequest, AcceleratorManufacturer, AcceleratorName, AcceleratorTotalMemoryMiB, AcceleratorTotalMemoryMiBRequest, AcceleratorType, AccessScopePath, AccessScopePathRequest, AddIpamOperatingRegion, AddPrefixListEntry, AddressFamily, AttachmentStatus, CertificateAuthenticationRequest, DirectoryServiceAuthenticationRequest, FederatedAuthenticationRequest, InstanceEventWindow, Ipv4PrefixSpecification, NatGatewayAddress, PortRange, Protocol, ResourceType, SubnetIpv6CidrBlockAssociation, Tag, TagSpecification, UnsuccessfulItem, VpcCidrBlockAssociation, VpcIpv6CidrBlockAssociation, WeekDay } from "./models_0";
2
+ /**
3
+ * @public
4
+ */
5
+ export declare enum ClientVpnAuthenticationType {
6
+ certificate_authentication = "certificate-authentication",
7
+ directory_service_authentication = "directory-service-authentication",
8
+ federated_authentication = "federated-authentication"
9
+ }
10
+ /**
11
+ * @public
12
+ * <p>Describes the authentication method to be used by a Client VPN endpoint. For more information, see <a href="https://docs.aws.amazon.com/vpn/latest/clientvpn-admin/authentication-authrization.html#client-authentication">Authentication</a>
13
+ * in the <i>Client VPN Administrator Guide</i>.</p>
14
+ */
15
+ export interface ClientVpnAuthenticationRequest {
16
+ /**
17
+ * <p>The type of client authentication to be used.</p>
18
+ */
19
+ Type?: ClientVpnAuthenticationType | string;
20
+ /**
21
+ * <p>Information about the Active Directory to be used, if applicable. You must provide this information if <b>Type</b> is <code>directory-service-authentication</code>.</p>
22
+ */
23
+ ActiveDirectory?: DirectoryServiceAuthenticationRequest;
24
+ /**
25
+ * <p>Information about the authentication certificates to be used, if applicable. You must provide this information if <b>Type</b> is <code>certificate-authentication</code>.</p>
26
+ */
27
+ MutualAuthentication?: CertificateAuthenticationRequest;
28
+ /**
29
+ * <p>Information about the IAM SAML identity provider to be used, if applicable. You must provide this information if <b>Type</b> is <code>federated-authentication</code>.</p>
30
+ */
31
+ FederatedAuthentication?: FederatedAuthenticationRequest;
32
+ }
33
+ /**
34
+ * @public
35
+ * <p>The options for managing connection authorization for new client connections.</p>
36
+ */
37
+ export interface ClientConnectOptions {
38
+ /**
39
+ * <p>Indicates whether client connect options are enabled. The default is <code>false</code> (not enabled).</p>
40
+ */
41
+ Enabled?: boolean;
42
+ /**
43
+ * <p>The Amazon Resource Name (ARN) of the Lambda function used for connection authorization.</p>
44
+ */
45
+ LambdaFunctionArn?: string;
46
+ }
47
+ /**
48
+ * @public
49
+ * <p>Options for enabling a customizable text banner that will be displayed on
50
+ * Amazon Web Services provided clients when a VPN session is established.</p>
51
+ */
52
+ export interface ClientLoginBannerOptions {
53
+ /**
54
+ * <p>Enable or disable a customizable text banner that will be displayed on
55
+ * Amazon Web Services provided clients when a VPN session is established.</p>
56
+ * <p>Valid values: <code>true | false</code>
57
+ * </p>
58
+ * <p>Default value: <code>false</code>
59
+ * </p>
60
+ */
61
+ Enabled?: boolean;
62
+ /**
63
+ * <p>Customizable text that will be displayed in a banner on Amazon Web Services provided
64
+ * clients when a VPN session is established. UTF-8 encoded characters only. Maximum of
65
+ * 1400 characters.</p>
66
+ */
67
+ BannerText?: string;
68
+ }
69
+ /**
70
+ * @public
71
+ * <p>Describes the client connection logging options for the Client VPN endpoint.</p>
72
+ */
73
+ export interface ConnectionLogOptions {
74
+ /**
75
+ * <p>Indicates whether connection logging is enabled.</p>
76
+ */
77
+ Enabled?: boolean;
78
+ /**
79
+ * <p>The name of the CloudWatch Logs log group. Required if connection logging is enabled.</p>
80
+ */
81
+ CloudwatchLogGroup?: string;
82
+ /**
83
+ * <p>The name of the CloudWatch Logs log stream to which the connection data is published.</p>
84
+ */
85
+ CloudwatchLogStream?: string;
86
+ }
87
+ /**
88
+ * @public
89
+ */
2
90
  export declare enum SelfServicePortal {
3
91
  disabled = "disabled",
4
92
  enabled = "enabled"
5
93
  }
94
+ /**
95
+ * @public
96
+ */
6
97
  export declare enum TransportProtocol {
7
98
  tcp = "tcp",
8
99
  udp = "udp"
9
100
  }
101
+ /**
102
+ * @public
103
+ */
10
104
  export interface CreateClientVpnEndpointRequest {
11
105
  /**
12
106
  * <p>The IPv4 address range, in CIDR notation, from which to assign client IP addresses. The address range cannot overlap with the local CIDR of the VPC in which the associated subnet is located, or the routes that you add manually. The address range cannot be changed after the Client VPN endpoint has been created. Client CIDR range must have a size of at least /22 and must not be greater than /12.</p>
@@ -115,6 +209,9 @@ export interface CreateClientVpnEndpointRequest {
115
209
  */
116
210
  ClientLoginBannerOptions?: ClientLoginBannerOptions;
117
211
  }
212
+ /**
213
+ * @public
214
+ */
118
215
  export declare enum ClientVpnEndpointStatusCode {
119
216
  available = "available",
120
217
  deleted = "deleted",
@@ -122,6 +219,7 @@ export declare enum ClientVpnEndpointStatusCode {
122
219
  pending_associate = "pending-associate"
123
220
  }
124
221
  /**
222
+ * @public
125
223
  * <p>Describes the state of a Client VPN endpoint.</p>
126
224
  */
127
225
  export interface ClientVpnEndpointStatus {
@@ -156,6 +254,9 @@ export interface ClientVpnEndpointStatus {
156
254
  */
157
255
  Message?: string;
158
256
  }
257
+ /**
258
+ * @public
259
+ */
159
260
  export interface CreateClientVpnEndpointResult {
160
261
  /**
161
262
  * <p>The ID of the Client VPN endpoint.</p>
@@ -170,6 +271,9 @@ export interface CreateClientVpnEndpointResult {
170
271
  */
171
272
  DnsName?: string;
172
273
  }
274
+ /**
275
+ * @public
276
+ */
173
277
  export interface CreateClientVpnRouteRequest {
174
278
  /**
175
279
  * <p>The ID of the Client VPN endpoint to which to add the route.</p>
@@ -213,6 +317,9 @@ export interface CreateClientVpnRouteRequest {
213
317
  */
214
318
  DryRun?: boolean;
215
319
  }
320
+ /**
321
+ * @public
322
+ */
216
323
  export declare enum ClientVpnRouteStatusCode {
217
324
  active = "active",
218
325
  creating = "creating",
@@ -220,6 +327,7 @@ export declare enum ClientVpnRouteStatusCode {
220
327
  failed = "failed"
221
328
  }
222
329
  /**
330
+ * @public
223
331
  * <p>Describes the state of a Client VPN endpoint route.</p>
224
332
  */
225
333
  export interface ClientVpnRouteStatus {
@@ -232,12 +340,18 @@ export interface ClientVpnRouteStatus {
232
340
  */
233
341
  Message?: string;
234
342
  }
343
+ /**
344
+ * @public
345
+ */
235
346
  export interface CreateClientVpnRouteResult {
236
347
  /**
237
348
  * <p>The current state of the route.</p>
238
349
  */
239
350
  Status?: ClientVpnRouteStatus;
240
351
  }
352
+ /**
353
+ * @public
354
+ */
241
355
  export interface CreateCoipCidrRequest {
242
356
  /**
243
357
  * <p>
@@ -259,6 +373,7 @@ export interface CreateCoipCidrRequest {
259
373
  DryRun?: boolean;
260
374
  }
261
375
  /**
376
+ * @public
262
377
  * <p>
263
378
  * Information about a customer-owned IP address range.
264
379
  * </p>
@@ -283,6 +398,9 @@ export interface CoipCidr {
283
398
  */
284
399
  LocalGatewayRouteTableId?: string;
285
400
  }
401
+ /**
402
+ * @public
403
+ */
286
404
  export interface CreateCoipCidrResult {
287
405
  /**
288
406
  * <p>
@@ -291,6 +409,9 @@ export interface CreateCoipCidrResult {
291
409
  */
292
410
  CoipCidr?: CoipCidr;
293
411
  }
412
+ /**
413
+ * @public
414
+ */
294
415
  export interface CreateCoipPoolRequest {
295
416
  /**
296
417
  * <p>
@@ -312,6 +433,7 @@ export interface CreateCoipPoolRequest {
312
433
  DryRun?: boolean;
313
434
  }
314
435
  /**
436
+ * @public
315
437
  * <p>Describes a customer-owned address pool.</p>
316
438
  */
317
439
  export interface CoipPool {
@@ -336,16 +458,23 @@ export interface CoipPool {
336
458
  */
337
459
  PoolArn?: string;
338
460
  }
461
+ /**
462
+ * @public
463
+ */
339
464
  export interface CreateCoipPoolResult {
340
465
  /**
341
466
  * <p>Information about the CoIP address pool.</p>
342
467
  */
343
468
  CoipPool?: CoipPool;
344
469
  }
470
+ /**
471
+ * @public
472
+ */
345
473
  export declare enum GatewayType {
346
474
  ipsec_1 = "ipsec.1"
347
475
  }
348
476
  /**
477
+ * @public
349
478
  * <p>Contains the parameters for CreateCustomerGateway.</p>
350
479
  */
351
480
  export interface CreateCustomerGatewayRequest {
@@ -393,6 +522,7 @@ export interface CreateCustomerGatewayRequest {
393
522
  DryRun?: boolean;
394
523
  }
395
524
  /**
525
+ * @public
396
526
  * <p>Describes a customer gateway.</p>
397
527
  */
398
528
  export interface CustomerGateway {
@@ -433,6 +563,7 @@ export interface CustomerGateway {
433
563
  Tags?: Tag[];
434
564
  }
435
565
  /**
566
+ * @public
436
567
  * <p>Contains the output of CreateCustomerGateway.</p>
437
568
  */
438
569
  export interface CreateCustomerGatewayResult {
@@ -441,6 +572,9 @@ export interface CreateCustomerGatewayResult {
441
572
  */
442
573
  CustomerGateway?: CustomerGateway;
443
574
  }
575
+ /**
576
+ * @public
577
+ */
444
578
  export interface CreateDefaultSubnetRequest {
445
579
  /**
446
580
  * <p>The Availability Zone in which to create the default subnet.</p>
@@ -458,11 +592,15 @@ export interface CreateDefaultSubnetRequest {
458
592
  */
459
593
  Ipv6Native?: boolean;
460
594
  }
595
+ /**
596
+ * @public
597
+ */
461
598
  export declare enum HostnameType {
462
599
  ip_name = "ip-name",
463
600
  resource_name = "resource-name"
464
601
  }
465
602
  /**
603
+ * @public
466
604
  * <p>Describes the options for instance hostnames.</p>
467
605
  */
468
606
  export interface PrivateDnsNameOptionsOnLaunch {
@@ -484,11 +622,15 @@ export interface PrivateDnsNameOptionsOnLaunch {
484
622
  */
485
623
  EnableResourceNameDnsAAAARecord?: boolean;
486
624
  }
625
+ /**
626
+ * @public
627
+ */
487
628
  export declare enum SubnetState {
488
629
  available = "available",
489
630
  pending = "pending"
490
631
  }
491
632
  /**
633
+ * @public
492
634
  * <p>Describes a subnet.</p>
493
635
  */
494
636
  export interface Subnet {
@@ -586,12 +728,18 @@ export interface Subnet {
586
728
  */
587
729
  PrivateDnsNameOptionsOnLaunch?: PrivateDnsNameOptionsOnLaunch;
588
730
  }
731
+ /**
732
+ * @public
733
+ */
589
734
  export interface CreateDefaultSubnetResult {
590
735
  /**
591
736
  * <p>Information about the subnet.</p>
592
737
  */
593
738
  Subnet?: Subnet;
594
739
  }
740
+ /**
741
+ * @public
742
+ */
595
743
  export interface CreateDefaultVpcRequest {
596
744
  /**
597
745
  * <p>Checks whether you have the required permissions for the action, without actually making the request,
@@ -600,16 +748,23 @@ export interface CreateDefaultVpcRequest {
600
748
  */
601
749
  DryRun?: boolean;
602
750
  }
751
+ /**
752
+ * @public
753
+ */
603
754
  export declare enum Tenancy {
604
755
  dedicated = "dedicated",
605
756
  default = "default",
606
757
  host = "host"
607
758
  }
759
+ /**
760
+ * @public
761
+ */
608
762
  export declare enum VpcState {
609
763
  available = "available",
610
764
  pending = "pending"
611
765
  }
612
766
  /**
767
+ * @public
613
768
  * <p>Describes a VPC.</p>
614
769
  */
615
770
  export interface Vpc {
@@ -654,6 +809,9 @@ export interface Vpc {
654
809
  */
655
810
  Tags?: Tag[];
656
811
  }
812
+ /**
813
+ * @public
814
+ */
657
815
  export interface CreateDefaultVpcResult {
658
816
  /**
659
817
  * <p>Information about the VPC.</p>
@@ -661,6 +819,7 @@ export interface CreateDefaultVpcResult {
661
819
  Vpc?: Vpc;
662
820
  }
663
821
  /**
822
+ * @public
664
823
  * <p>Describes a DHCP configuration option.</p>
665
824
  */
666
825
  export interface NewDhcpConfiguration {
@@ -673,6 +832,9 @@ export interface NewDhcpConfiguration {
673
832
  */
674
833
  Values?: string[];
675
834
  }
835
+ /**
836
+ * @public
837
+ */
676
838
  export interface CreateDhcpOptionsRequest {
677
839
  /**
678
840
  * <p>A DHCP configuration option.</p>
@@ -690,6 +852,7 @@ export interface CreateDhcpOptionsRequest {
690
852
  DryRun?: boolean;
691
853
  }
692
854
  /**
855
+ * @public
693
856
  * <p>Describes a value for a resource attribute that is a String.</p>
694
857
  */
695
858
  export interface AttributeValue {
@@ -699,6 +862,7 @@ export interface AttributeValue {
699
862
  Value?: string;
700
863
  }
701
864
  /**
865
+ * @public
702
866
  * <p>Describes a DHCP configuration option.</p>
703
867
  */
704
868
  export interface DhcpConfiguration {
@@ -712,6 +876,7 @@ export interface DhcpConfiguration {
712
876
  Values?: AttributeValue[];
713
877
  }
714
878
  /**
879
+ * @public
715
880
  * <p>Describes a set of DHCP options.</p>
716
881
  */
717
882
  export interface DhcpOptions {
@@ -732,12 +897,18 @@ export interface DhcpOptions {
732
897
  */
733
898
  Tags?: Tag[];
734
899
  }
900
+ /**
901
+ * @public
902
+ */
735
903
  export interface CreateDhcpOptionsResult {
736
904
  /**
737
905
  * <p>A set of DHCP options.</p>
738
906
  */
739
907
  DhcpOptions?: DhcpOptions;
740
908
  }
909
+ /**
910
+ * @public
911
+ */
741
912
  export interface CreateEgressOnlyInternetGatewayRequest {
742
913
  /**
743
914
  * <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the
@@ -761,6 +932,7 @@ export interface CreateEgressOnlyInternetGatewayRequest {
761
932
  TagSpecifications?: TagSpecification[];
762
933
  }
763
934
  /**
935
+ * @public
764
936
  * <p>Describes the attachment of a VPC to an internet gateway or an egress-only internet
765
937
  * gateway.</p>
766
938
  */
@@ -777,6 +949,7 @@ export interface InternetGatewayAttachment {
777
949
  VpcId?: string;
778
950
  }
779
951
  /**
952
+ * @public
780
953
  * <p>Describes an egress-only internet gateway.</p>
781
954
  */
782
955
  export interface EgressOnlyInternetGateway {
@@ -793,6 +966,9 @@ export interface EgressOnlyInternetGateway {
793
966
  */
794
967
  Tags?: Tag[];
795
968
  }
969
+ /**
970
+ * @public
971
+ */
796
972
  export interface CreateEgressOnlyInternetGatewayResult {
797
973
  /**
798
974
  * <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the
@@ -804,11 +980,15 @@ export interface CreateEgressOnlyInternetGatewayResult {
804
980
  */
805
981
  EgressOnlyInternetGateway?: EgressOnlyInternetGateway;
806
982
  }
983
+ /**
984
+ * @public
985
+ */
807
986
  export declare enum FleetExcessCapacityTerminationPolicy {
808
987
  NO_TERMINATION = "no-termination",
809
988
  TERMINATION = "termination"
810
989
  }
811
990
  /**
991
+ * @public
812
992
  * <p>The Amazon EC2 launch template that can be used by
813
993
  * an EC2 Fleet to configure Amazon EC2 instances. You must specify either the ID or name of the launch template in the request, but not both.</p>
814
994
  * <p>For information about launch templates, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-launch-templates.html">Launch
@@ -833,12 +1013,16 @@ export interface FleetLaunchTemplateSpecificationRequest {
833
1013
  */
834
1014
  Version?: string;
835
1015
  }
1016
+ /**
1017
+ * @public
1018
+ */
836
1019
  export declare enum BareMetal {
837
1020
  EXCLUDED = "excluded",
838
1021
  INCLUDED = "included",
839
1022
  REQUIRED = "required"
840
1023
  }
841
1024
  /**
1025
+ * @public
842
1026
  * <p>The minimum and maximum baseline bandwidth to Amazon EBS, in Mbps. For more information, see
843
1027
  * <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-optimized.html">Amazon
844
1028
  * EBS–optimized instances</a> in the <i>Amazon EC2 User Guide</i>.</p>
@@ -855,30 +1039,46 @@ export interface BaselineEbsBandwidthMbpsRequest {
855
1039
  */
856
1040
  Max?: number;
857
1041
  }
1042
+ /**
1043
+ * @public
1044
+ */
858
1045
  export declare enum BurstablePerformance {
859
1046
  EXCLUDED = "excluded",
860
1047
  INCLUDED = "included",
861
1048
  REQUIRED = "required"
862
1049
  }
1050
+ /**
1051
+ * @public
1052
+ */
863
1053
  export declare enum CpuManufacturer {
864
1054
  AMAZON_WEB_SERVICES = "amazon-web-services",
865
1055
  AMD = "amd",
866
1056
  INTEL = "intel"
867
1057
  }
1058
+ /**
1059
+ * @public
1060
+ */
868
1061
  export declare enum InstanceGeneration {
869
1062
  CURRENT = "current",
870
1063
  PREVIOUS = "previous"
871
1064
  }
1065
+ /**
1066
+ * @public
1067
+ */
872
1068
  export declare enum LocalStorage {
873
1069
  EXCLUDED = "excluded",
874
1070
  INCLUDED = "included",
875
1071
  REQUIRED = "required"
876
1072
  }
1073
+ /**
1074
+ * @public
1075
+ */
877
1076
  export declare enum LocalStorageType {
878
1077
  HDD = "hdd",
879
1078
  SSD = "ssd"
880
1079
  }
881
1080
  /**
1081
+ * @public
882
1082
  * <p>The minimum and maximum amount of memory per vCPU, in GiB.</p>
883
1083
  */
884
1084
  export interface MemoryGiBPerVCpuRequest {
@@ -894,6 +1094,7 @@ export interface MemoryGiBPerVCpuRequest {
894
1094
  Max?: number;
895
1095
  }
896
1096
  /**
1097
+ * @public
897
1098
  * <p>The minimum and maximum amount of memory, in MiB.</p>
898
1099
  */
899
1100
  export interface MemoryMiBRequest {
@@ -909,6 +1110,7 @@ export interface MemoryMiBRequest {
909
1110
  Max?: number;
910
1111
  }
911
1112
  /**
1113
+ * @public
912
1114
  * <p>The minimum and maximum amount of network bandwidth, in gigabits per second (Gbps).</p>
913
1115
  * <note>
914
1116
  * <p>Setting the minimum bandwidth does not guarantee that your instance will achieve the
@@ -931,6 +1133,7 @@ export interface NetworkBandwidthGbpsRequest {
931
1133
  Max?: number;
932
1134
  }
933
1135
  /**
1136
+ * @public
934
1137
  * <p>The minimum and maximum number of network interfaces.</p>
935
1138
  */
936
1139
  export interface NetworkInterfaceCountRequest {
@@ -946,6 +1149,7 @@ export interface NetworkInterfaceCountRequest {
946
1149
  Max?: number;
947
1150
  }
948
1151
  /**
1152
+ * @public
949
1153
  * <p>The minimum and maximum amount of total local storage, in GB.</p>
950
1154
  */
951
1155
  export interface TotalLocalStorageGBRequest {
@@ -961,6 +1165,7 @@ export interface TotalLocalStorageGBRequest {
961
1165
  Max?: number;
962
1166
  }
963
1167
  /**
1168
+ * @public
964
1169
  * <p>The minimum and maximum number of vCPUs.</p>
965
1170
  */
966
1171
  export interface VCpuCountRangeRequest {
@@ -974,6 +1179,7 @@ export interface VCpuCountRangeRequest {
974
1179
  Max?: number;
975
1180
  }
976
1181
  /**
1182
+ * @public
977
1183
  * <p>The attributes for the instance types. When you specify instance attributes, Amazon EC2 will
978
1184
  * identify instance types with these attributes.</p>
979
1185
  * <p>When you specify multiple attributes, you get instance types that satisfy all of the
@@ -1297,6 +1503,7 @@ export interface InstanceRequirementsRequest {
1297
1503
  AllowedInstanceTypes?: string[];
1298
1504
  }
1299
1505
  /**
1506
+ * @public
1300
1507
  * <p>Describes the placement of an instance.</p>
1301
1508
  */
1302
1509
  export interface Placement {
@@ -1354,6 +1561,7 @@ export interface Placement {
1354
1561
  GroupId?: string;
1355
1562
  }
1356
1563
  /**
1564
+ * @public
1357
1565
  * <p>Describes overrides for a launch template.</p>
1358
1566
  */
1359
1567
  export interface FleetLaunchTemplateOverridesRequest {
@@ -1421,6 +1629,7 @@ export interface FleetLaunchTemplateOverridesRequest {
1421
1629
  ImageId?: string;
1422
1630
  }
1423
1631
  /**
1632
+ * @public
1424
1633
  * <p>Describes a launch template and overrides.</p>
1425
1634
  */
1426
1635
  export interface FleetLaunchTemplateConfigRequest {
@@ -1437,14 +1646,21 @@ export interface FleetLaunchTemplateConfigRequest {
1437
1646
  */
1438
1647
  Overrides?: FleetLaunchTemplateOverridesRequest[];
1439
1648
  }
1649
+ /**
1650
+ * @public
1651
+ */
1440
1652
  export declare enum FleetOnDemandAllocationStrategy {
1441
1653
  LOWEST_PRICE = "lowest-price",
1442
1654
  PRIORITIZED = "prioritized"
1443
1655
  }
1656
+ /**
1657
+ * @public
1658
+ */
1444
1659
  export declare enum FleetCapacityReservationUsageStrategy {
1445
1660
  USE_CAPACITY_RESERVATIONS_FIRST = "use-capacity-reservations-first"
1446
1661
  }
1447
1662
  /**
1663
+ * @public
1448
1664
  * <p>Describes the strategy for using unused Capacity Reservations for fulfilling On-Demand
1449
1665
  * capacity.</p>
1450
1666
  * <note>
@@ -1471,6 +1687,7 @@ export interface CapacityReservationOptionsRequest {
1471
1687
  UsageStrategy?: FleetCapacityReservationUsageStrategy | string;
1472
1688
  }
1473
1689
  /**
1690
+ * @public
1474
1691
  * <p>Describes the configuration of On-Demand Instances in an EC2 Fleet.</p>
1475
1692
  */
1476
1693
  export interface OnDemandOptionsRequest {
@@ -1518,6 +1735,9 @@ export interface OnDemandOptionsRequest {
1518
1735
  */
1519
1736
  MaxTotalPrice?: string;
1520
1737
  }
1738
+ /**
1739
+ * @public
1740
+ */
1521
1741
  export declare enum SpotAllocationStrategy {
1522
1742
  CAPACITY_OPTIMIZED = "capacity-optimized",
1523
1743
  CAPACITY_OPTIMIZED_PRIORITIZED = "capacity-optimized-prioritized",
@@ -1525,16 +1745,23 @@ export declare enum SpotAllocationStrategy {
1525
1745
  LOWEST_PRICE = "lowest-price",
1526
1746
  PRICE_CAPACITY_OPTIMIZED = "price-capacity-optimized"
1527
1747
  }
1748
+ /**
1749
+ * @public
1750
+ */
1528
1751
  export declare enum SpotInstanceInterruptionBehavior {
1529
1752
  hibernate = "hibernate",
1530
1753
  stop = "stop",
1531
1754
  terminate = "terminate"
1532
1755
  }
1756
+ /**
1757
+ * @public
1758
+ */
1533
1759
  export declare enum FleetReplacementStrategy {
1534
1760
  LAUNCH = "launch",
1535
1761
  LAUNCH_BEFORE_TERMINATE = "launch-before-terminate"
1536
1762
  }
1537
1763
  /**
1764
+ * @public
1538
1765
  * <p>The Spot Instance replacement strategy to use when Amazon EC2 emits a rebalance
1539
1766
  * notification signal that your Spot Instance is at an elevated risk of being interrupted.
1540
1767
  * For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-fleet-capacity-rebalance.html">Capacity rebalancing</a> in the <i>Amazon EC2 User Guide</i>.</p>
@@ -1566,6 +1793,7 @@ export interface FleetSpotCapacityRebalanceRequest {
1566
1793
  TerminationDelay?: number;
1567
1794
  }
1568
1795
  /**
1796
+ * @public
1569
1797
  * <p>The strategies for managing your Spot Instances that are at an elevated risk of being interrupted.</p>
1570
1798
  */
1571
1799
  export interface FleetSpotMaintenanceStrategiesRequest {
@@ -1576,6 +1804,7 @@ export interface FleetSpotMaintenanceStrategiesRequest {
1576
1804
  CapacityRebalance?: FleetSpotCapacityRebalanceRequest;
1577
1805
  }
1578
1806
  /**
1807
+ * @public
1579
1808
  * <p>Describes the configuration of Spot Instances in an EC2 Fleet request.</p>
1580
1809
  */
1581
1810
  export interface SpotOptionsRequest {
@@ -1682,16 +1911,23 @@ export interface SpotOptionsRequest {
1682
1911
  */
1683
1912
  MaxTotalPrice?: string;
1684
1913
  }
1914
+ /**
1915
+ * @public
1916
+ */
1685
1917
  export declare enum DefaultTargetCapacityType {
1686
1918
  ON_DEMAND = "on-demand",
1687
1919
  SPOT = "spot"
1688
1920
  }
1921
+ /**
1922
+ * @public
1923
+ */
1689
1924
  export declare enum TargetCapacityUnitType {
1690
1925
  MEMORY_MIB = "memory-mib",
1691
1926
  UNITS = "units",
1692
1927
  VCPU = "vcpu"
1693
1928
  }
1694
1929
  /**
1930
+ * @public
1695
1931
  * <p>The number of units to request. You can choose to set the target capacity as the number of
1696
1932
  * instances. Or you can set the target capacity to a performance characteristic that is important to your application workload,
1697
1933
  * such as vCPUs, memory, or I/O. If the request type is <code>maintain</code>, you can
@@ -1730,11 +1966,17 @@ export interface TargetCapacitySpecificationRequest {
1730
1966
  */
1731
1967
  TargetCapacityUnitType?: TargetCapacityUnitType | string;
1732
1968
  }
1969
+ /**
1970
+ * @public
1971
+ */
1733
1972
  export declare enum FleetType {
1734
1973
  INSTANT = "instant",
1735
1974
  MAINTAIN = "maintain",
1736
1975
  REQUEST = "request"
1737
1976
  }
1977
+ /**
1978
+ * @public
1979
+ */
1738
1980
  export interface CreateFleetRequest {
1739
1981
  /**
1740
1982
  * <p>Checks whether you have the required permissions for the action, without actually making the request,
@@ -1835,6 +2077,7 @@ export interface CreateFleetRequest {
1835
2077
  Context?: string;
1836
2078
  }
1837
2079
  /**
2080
+ * @public
1838
2081
  * <p>The Amazon EC2 launch template that can be used by
1839
2082
  * a Spot Fleet to configure Amazon EC2 instances. You must specify either the ID or name of the launch template in the request, but not both.</p>
1840
2083
  * <p>For information about launch templates,
@@ -1863,6 +2106,7 @@ export interface FleetLaunchTemplateSpecification {
1863
2106
  Version?: string;
1864
2107
  }
1865
2108
  /**
2109
+ * @public
1866
2110
  * <p>The minimum and maximum baseline bandwidth to Amazon EBS, in Mbps. For more information, see
1867
2111
  * <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-optimized.html">Amazon
1868
2112
  * EBS–optimized instances</a> in the <i>Amazon EC2 User Guide</i>.</p>
@@ -1880,6 +2124,7 @@ export interface BaselineEbsBandwidthMbps {
1880
2124
  Max?: number;
1881
2125
  }
1882
2126
  /**
2127
+ * @public
1883
2128
  * <p>The minimum and maximum amount of memory per vCPU, in GiB.</p>
1884
2129
  * <p></p>
1885
2130
  */
@@ -1896,6 +2141,7 @@ export interface MemoryGiBPerVCpu {
1896
2141
  Max?: number;
1897
2142
  }
1898
2143
  /**
2144
+ * @public
1899
2145
  * <p>The minimum and maximum amount of memory, in MiB.</p>
1900
2146
  */
1901
2147
  export interface MemoryMiB {
@@ -1911,6 +2157,7 @@ export interface MemoryMiB {
1911
2157
  Max?: number;
1912
2158
  }
1913
2159
  /**
2160
+ * @public
1914
2161
  * <p>The minimum and maximum amount of network bandwidth, in gigabits per second (Gbps).</p>
1915
2162
  * <note>
1916
2163
  * <p>Setting the minimum bandwidth does not guarantee that your instance will achieve the
@@ -1933,6 +2180,7 @@ export interface NetworkBandwidthGbps {
1933
2180
  Max?: number;
1934
2181
  }
1935
2182
  /**
2183
+ * @public
1936
2184
  * <p>The minimum and maximum number of network interfaces.</p>
1937
2185
  */
1938
2186
  export interface NetworkInterfaceCount {
@@ -1948,6 +2196,7 @@ export interface NetworkInterfaceCount {
1948
2196
  Max?: number;
1949
2197
  }
1950
2198
  /**
2199
+ * @public
1951
2200
  * <p>The minimum and maximum amount of total local storage, in GB.</p>
1952
2201
  */
1953
2202
  export interface TotalLocalStorageGB {
@@ -1963,6 +2212,7 @@ export interface TotalLocalStorageGB {
1963
2212
  Max?: number;
1964
2213
  }
1965
2214
  /**
2215
+ * @public
1966
2216
  * <p>The minimum and maximum number of vCPUs.</p>
1967
2217
  */
1968
2218
  export interface VCpuCountRange {
@@ -1978,6 +2228,7 @@ export interface VCpuCountRange {
1978
2228
  Max?: number;
1979
2229
  }
1980
2230
  /**
2231
+ * @public
1981
2232
  * <p>The attributes for the instance types. When you specify instance attributes, Amazon EC2 will
1982
2233
  * identify instance types with these attributes.</p>
1983
2234
  * <p>When you specify multiple attributes, you get instance types that satisfy all of the
@@ -2302,6 +2553,7 @@ export interface InstanceRequirements {
2302
2553
  AllowedInstanceTypes?: string[];
2303
2554
  }
2304
2555
  /**
2556
+ * @public
2305
2557
  * <p>Describes the placement of an instance.</p>
2306
2558
  */
2307
2559
  export interface PlacementResponse {
@@ -2311,6 +2563,7 @@ export interface PlacementResponse {
2311
2563
  GroupName?: string;
2312
2564
  }
2313
2565
  /**
2566
+ * @public
2314
2567
  * <p>Describes overrides for a launch template.</p>
2315
2568
  */
2316
2569
  export interface FleetLaunchTemplateOverrides {
@@ -2378,6 +2631,7 @@ export interface FleetLaunchTemplateOverrides {
2378
2631
  ImageId?: string;
2379
2632
  }
2380
2633
  /**
2634
+ * @public
2381
2635
  * <p>Describes a launch template and overrides.</p>
2382
2636
  */
2383
2637
  export interface LaunchTemplateAndOverridesResponse {
@@ -2391,11 +2645,15 @@ export interface LaunchTemplateAndOverridesResponse {
2391
2645
  */
2392
2646
  Overrides?: FleetLaunchTemplateOverrides;
2393
2647
  }
2648
+ /**
2649
+ * @public
2650
+ */
2394
2651
  export declare enum InstanceLifecycle {
2395
2652
  ON_DEMAND = "on-demand",
2396
2653
  SPOT = "spot"
2397
2654
  }
2398
2655
  /**
2656
+ * @public
2399
2657
  * <p>Describes the instances that could not be launched by the fleet.</p>
2400
2658
  */
2401
2659
  export interface CreateFleetError {
@@ -2419,10 +2677,14 @@ export interface CreateFleetError {
2419
2677
  */
2420
2678
  ErrorMessage?: string;
2421
2679
  }
2680
+ /**
2681
+ * @public
2682
+ */
2422
2683
  export declare enum PlatformValues {
2423
2684
  Windows = "Windows"
2424
2685
  }
2425
2686
  /**
2687
+ * @public
2426
2688
  * <p>Describes the instances that were launched by the fleet.</p>
2427
2689
  */
2428
2690
  export interface CreateFleetInstance {
@@ -2449,6 +2711,9 @@ export interface CreateFleetInstance {
2449
2711
  */
2450
2712
  Platform?: PlatformValues | string;
2451
2713
  }
2714
+ /**
2715
+ * @public
2716
+ */
2452
2717
  export interface CreateFleetResult {
2453
2718
  /**
2454
2719
  * <p>The ID of the EC2 Fleet.</p>
@@ -2465,11 +2730,15 @@ export interface CreateFleetResult {
2465
2730
  */
2466
2731
  Instances?: CreateFleetInstance[];
2467
2732
  }
2733
+ /**
2734
+ * @public
2735
+ */
2468
2736
  export declare enum DestinationFileFormat {
2469
2737
  parquet = "parquet",
2470
2738
  plain_text = "plain-text"
2471
2739
  }
2472
2740
  /**
2741
+ * @public
2473
2742
  * <p>Describes the destination options for a flow log.</p>
2474
2743
  */
2475
2744
  export interface DestinationOptionsRequest {
@@ -2488,11 +2757,17 @@ export interface DestinationOptionsRequest {
2488
2757
  */
2489
2758
  PerHourPartition?: boolean;
2490
2759
  }
2760
+ /**
2761
+ * @public
2762
+ */
2491
2763
  export declare enum LogDestinationType {
2492
2764
  cloud_watch_logs = "cloud-watch-logs",
2493
2765
  kinesis_data_firehose = "kinesis-data-firehose",
2494
2766
  s3 = "s3"
2495
2767
  }
2768
+ /**
2769
+ * @public
2770
+ */
2496
2771
  export declare enum FlowLogsResourceType {
2497
2772
  NetworkInterface = "NetworkInterface",
2498
2773
  Subnet = "Subnet",
@@ -2500,11 +2775,17 @@ export declare enum FlowLogsResourceType {
2500
2775
  TransitGatewayAttachment = "TransitGatewayAttachment",
2501
2776
  VPC = "VPC"
2502
2777
  }
2778
+ /**
2779
+ * @public
2780
+ */
2503
2781
  export declare enum TrafficType {
2504
2782
  ACCEPT = "ACCEPT",
2505
2783
  ALL = "ALL",
2506
2784
  REJECT = "REJECT"
2507
2785
  }
2786
+ /**
2787
+ * @public
2788
+ */
2508
2789
  export interface CreateFlowLogsRequest {
2509
2790
  /**
2510
2791
  * <p>Checks whether you have the required permissions for the action, without actually making the request,
@@ -2586,7 +2867,7 @@ export interface CreateFlowLogsRequest {
2586
2867
  * field. For more information about the available fields, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/flow-logs.html#flow-log-records">Flow log
2587
2868
  * records</a> in the <i>Amazon VPC User Guide</i> or <a href="https://docs.aws.amazon.com/vpc/latest/tgw/tgw-flow-logs.html#flow-log-records">Transit Gateway Flow Log
2588
2869
  * records</a> in the <i>Amazon Web Services Transit Gateway Guide</i>.</p>
2589
- * <p>Specify the fields using the <code>${field-id}</code> format, separated by spaces. For
2870
+ * <p>Specify the fields using the <code>$\{field-id\}</code> format, separated by spaces. For
2590
2871
  * the CLI, surround this parameter value with single quotes on Linux or
2591
2872
  * double quotes on Windows.</p>
2592
2873
  */
@@ -2610,6 +2891,9 @@ export interface CreateFlowLogsRequest {
2610
2891
  */
2611
2892
  DestinationOptions?: DestinationOptionsRequest;
2612
2893
  }
2894
+ /**
2895
+ * @public
2896
+ */
2613
2897
  export interface CreateFlowLogsResult {
2614
2898
  /**
2615
2899
  * <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the
@@ -2626,6 +2910,7 @@ export interface CreateFlowLogsResult {
2626
2910
  Unsuccessful?: UnsuccessfulItem[];
2627
2911
  }
2628
2912
  /**
2913
+ * @public
2629
2914
  * <p>Describes a storage location in Amazon S3.</p>
2630
2915
  */
2631
2916
  export interface StorageLocation {
@@ -2638,6 +2923,9 @@ export interface StorageLocation {
2638
2923
  */
2639
2924
  Key?: string;
2640
2925
  }
2926
+ /**
2927
+ * @public
2928
+ */
2641
2929
  export interface CreateFpgaImageRequest {
2642
2930
  /**
2643
2931
  * <p>Checks whether you have the required permissions for the action, without actually making the request,
@@ -2671,6 +2959,9 @@ export interface CreateFpgaImageRequest {
2671
2959
  */
2672
2960
  TagSpecifications?: TagSpecification[];
2673
2961
  }
2962
+ /**
2963
+ * @public
2964
+ */
2674
2965
  export interface CreateFpgaImageResult {
2675
2966
  /**
2676
2967
  * <p>The FPGA image identifier (AFI ID).</p>
@@ -2681,6 +2972,9 @@ export interface CreateFpgaImageResult {
2681
2972
  */
2682
2973
  FpgaImageGlobalId?: string;
2683
2974
  }
2975
+ /**
2976
+ * @public
2977
+ */
2684
2978
  export declare enum VolumeType {
2685
2979
  gp2 = "gp2",
2686
2980
  gp3 = "gp3",
@@ -2691,6 +2985,7 @@ export declare enum VolumeType {
2691
2985
  standard = "standard"
2692
2986
  }
2693
2987
  /**
2988
+ * @public
2694
2989
  * <p>Describes a block device for an EBS volume.</p>
2695
2990
  */
2696
2991
  export interface EbsBlockDevice {
@@ -2827,6 +3122,7 @@ export interface EbsBlockDevice {
2827
3122
  Encrypted?: boolean;
2828
3123
  }
2829
3124
  /**
3125
+ * @public
2830
3126
  * <p>Describes a block device mapping, which defines the EBS volumes and instance store
2831
3127
  * volumes to attach to an instance at launch.</p>
2832
3128
  */
@@ -2860,6 +3156,9 @@ export interface BlockDeviceMapping {
2860
3156
  */
2861
3157
  NoDevice?: string;
2862
3158
  }
3159
+ /**
3160
+ * @public
3161
+ */
2863
3162
  export interface CreateImageRequest {
2864
3163
  /**
2865
3164
  * <p>The block device mappings. This parameter cannot be used to modify the encryption
@@ -2920,6 +3219,9 @@ export interface CreateImageRequest {
2920
3219
  */
2921
3220
  TagSpecifications?: TagSpecification[];
2922
3221
  }
3222
+ /**
3223
+ * @public
3224
+ */
2923
3225
  export interface CreateImageResult {
2924
3226
  /**
2925
3227
  * <p>The ID of the new AMI.</p>
@@ -2927,6 +3229,7 @@ export interface CreateImageResult {
2927
3229
  ImageId?: string;
2928
3230
  }
2929
3231
  /**
3232
+ * @public
2930
3233
  * <p>The start day and time and the end day and time of the time range, in UTC.</p>
2931
3234
  */
2932
3235
  export interface InstanceEventWindowTimeRangeRequest {
@@ -2947,6 +3250,9 @@ export interface InstanceEventWindowTimeRangeRequest {
2947
3250
  */
2948
3251
  EndHour?: number;
2949
3252
  }
3253
+ /**
3254
+ * @public
3255
+ */
2950
3256
  export interface CreateInstanceEventWindowRequest {
2951
3257
  /**
2952
3258
  * <p>Checks whether you have the required permissions for the action, without actually making the request,
@@ -3001,21 +3307,31 @@ export interface CreateInstanceEventWindowRequest {
3001
3307
  */
3002
3308
  TagSpecifications?: TagSpecification[];
3003
3309
  }
3310
+ /**
3311
+ * @public
3312
+ */
3004
3313
  export interface CreateInstanceEventWindowResult {
3005
3314
  /**
3006
3315
  * <p>Information about the event window.</p>
3007
3316
  */
3008
3317
  InstanceEventWindow?: InstanceEventWindow;
3009
3318
  }
3319
+ /**
3320
+ * @public
3321
+ */
3010
3322
  export declare enum ContainerFormat {
3011
3323
  ova = "ova"
3012
3324
  }
3325
+ /**
3326
+ * @public
3327
+ */
3013
3328
  export declare enum DiskImageFormat {
3014
3329
  RAW = "RAW",
3015
3330
  VHD = "VHD",
3016
3331
  VMDK = "VMDK"
3017
3332
  }
3018
3333
  /**
3334
+ * @public
3019
3335
  * <p>Describes an export instance task.</p>
3020
3336
  */
3021
3337
  export interface ExportToS3TaskSpecification {
@@ -3040,11 +3356,17 @@ export interface ExportToS3TaskSpecification {
3040
3356
  */
3041
3357
  S3Prefix?: string;
3042
3358
  }
3359
+ /**
3360
+ * @public
3361
+ */
3043
3362
  export declare enum ExportEnvironment {
3044
3363
  citrix = "citrix",
3045
3364
  microsoft = "microsoft",
3046
3365
  vmware = "vmware"
3047
3366
  }
3367
+ /**
3368
+ * @public
3369
+ */
3048
3370
  export interface CreateInstanceExportTaskRequest {
3049
3371
  /**
3050
3372
  * <p>A description for the conversion task or the resource being exported. The maximum length is 255 characters.</p>
@@ -3068,6 +3390,7 @@ export interface CreateInstanceExportTaskRequest {
3068
3390
  TagSpecifications?: TagSpecification[];
3069
3391
  }
3070
3392
  /**
3393
+ * @public
3071
3394
  * <p>Describes the format and location for the export task.</p>
3072
3395
  */
3073
3396
  export interface ExportToS3Task {
@@ -3092,6 +3415,7 @@ export interface ExportToS3Task {
3092
3415
  S3Key?: string;
3093
3416
  }
3094
3417
  /**
3418
+ * @public
3095
3419
  * <p>Describes an instance to export.</p>
3096
3420
  */
3097
3421
  export interface InstanceExportDetails {
@@ -3104,6 +3428,9 @@ export interface InstanceExportDetails {
3104
3428
  */
3105
3429
  TargetEnvironment?: ExportEnvironment | string;
3106
3430
  }
3431
+ /**
3432
+ * @public
3433
+ */
3107
3434
  export declare enum ExportTaskState {
3108
3435
  active = "active",
3109
3436
  cancelled = "cancelled",
@@ -3111,6 +3438,7 @@ export declare enum ExportTaskState {
3111
3438
  completed = "completed"
3112
3439
  }
3113
3440
  /**
3441
+ * @public
3114
3442
  * <p>Describes an export instance task.</p>
3115
3443
  */
3116
3444
  export interface ExportTask {
@@ -3143,12 +3471,18 @@ export interface ExportTask {
3143
3471
  */
3144
3472
  Tags?: Tag[];
3145
3473
  }
3474
+ /**
3475
+ * @public
3476
+ */
3146
3477
  export interface CreateInstanceExportTaskResult {
3147
3478
  /**
3148
3479
  * <p>Information about the export instance task.</p>
3149
3480
  */
3150
3481
  ExportTask?: ExportTask;
3151
3482
  }
3483
+ /**
3484
+ * @public
3485
+ */
3152
3486
  export interface CreateInternetGatewayRequest {
3153
3487
  /**
3154
3488
  * <p>The tags to assign to the internet gateway.</p>
@@ -3162,6 +3496,7 @@ export interface CreateInternetGatewayRequest {
3162
3496
  DryRun?: boolean;
3163
3497
  }
3164
3498
  /**
3499
+ * @public
3165
3500
  * <p>Describes an internet gateway.</p>
3166
3501
  */
3167
3502
  export interface InternetGateway {
@@ -3182,12 +3517,18 @@ export interface InternetGateway {
3182
3517
  */
3183
3518
  Tags?: Tag[];
3184
3519
  }
3520
+ /**
3521
+ * @public
3522
+ */
3185
3523
  export interface CreateInternetGatewayResult {
3186
3524
  /**
3187
3525
  * <p>Information about the internet gateway.</p>
3188
3526
  */
3189
3527
  InternetGateway?: InternetGateway;
3190
3528
  }
3529
+ /**
3530
+ * @public
3531
+ */
3191
3532
  export interface CreateIpamRequest {
3192
3533
  /**
3193
3534
  * <p>A check for whether you have the required permissions for the action without actually making the request
@@ -3216,6 +3557,7 @@ export interface CreateIpamRequest {
3216
3557
  ClientToken?: string;
3217
3558
  }
3218
3559
  /**
3560
+ * @public
3219
3561
  * <p>The operating Regions for an IPAM. Operating Regions are Amazon Web Services Regions where the IPAM is allowed to manage IP address CIDRs. IPAM only discovers and monitors resources in the Amazon Web Services Regions you select as operating Regions.</p>
3220
3562
  * <p>For more information about operating Regions, see <a href="https://docs.aws.amazon.com/vpc/latest/ipam/create-ipam.html">Create an IPAM</a> in the <i>Amazon VPC IPAM User Guide</i>.</p>
3221
3563
  */
@@ -3225,6 +3567,9 @@ export interface IpamOperatingRegion {
3225
3567
  */
3226
3568
  RegionName?: string;
3227
3569
  }
3570
+ /**
3571
+ * @public
3572
+ */
3228
3573
  export declare enum IpamState {
3229
3574
  create_complete = "create-complete",
3230
3575
  create_failed = "create-failed",
@@ -3240,6 +3585,7 @@ export declare enum IpamState {
3240
3585
  restore_in_progress = "restore-in-progress"
3241
3586
  }
3242
3587
  /**
3588
+ * @public
3243
3589
  * <p>IPAM is a VPC feature that you can use to automate your IP address management workflows including assigning, tracking, troubleshooting, and auditing IP addresses across Amazon Web Services Regions and accounts throughout your Amazon Web Services Organization. For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/ipam/what-is-it-ipam.html">What is IPAM?</a> in the <i>Amazon VPC IPAM User Guide</i>.</p>
3244
3590
  */
3245
3591
  export interface Ipam {
@@ -3303,6 +3649,9 @@ export interface Ipam {
3303
3649
  */
3304
3650
  ResourceDiscoveryAssociationCount?: number;
3305
3651
  }
3652
+ /**
3653
+ * @public
3654
+ */
3306
3655
  export interface CreateIpamResult {
3307
3656
  /**
3308
3657
  * <p>Information about the IPAM created.</p>
@@ -3310,6 +3659,7 @@ export interface CreateIpamResult {
3310
3659
  Ipam?: Ipam;
3311
3660
  }
3312
3661
  /**
3662
+ * @public
3313
3663
  * <p>A tag on an IPAM resource.</p>
3314
3664
  */
3315
3665
  export interface RequestIpamResourceTag {
@@ -3322,13 +3672,22 @@ export interface RequestIpamResourceTag {
3322
3672
  */
3323
3673
  Value?: string;
3324
3674
  }
3675
+ /**
3676
+ * @public
3677
+ */
3325
3678
  export declare enum IpamPoolAwsService {
3326
3679
  ec2 = "ec2"
3327
3680
  }
3681
+ /**
3682
+ * @public
3683
+ */
3328
3684
  export declare enum IpamPoolPublicIpSource {
3329
3685
  amazon = "amazon",
3330
3686
  byoip = "byoip"
3331
3687
  }
3688
+ /**
3689
+ * @public
3690
+ */
3332
3691
  export interface CreateIpamPoolRequest {
3333
3692
  /**
3334
3693
  * <p>A check for whether you have the required permissions for the action without actually making the request
@@ -3411,6 +3770,7 @@ export interface CreateIpamPoolRequest {
3411
3770
  PublicIpSource?: IpamPoolPublicIpSource | string;
3412
3771
  }
3413
3772
  /**
3773
+ * @public
3414
3774
  * <p>The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value.
3415
3775
  * For example, to find all resources that have a tag with the key <code>Owner</code> and the value <code>TeamA</code>, specify <code>tag:Owner</code> for the filter name and <code>TeamA</code> for the filter value.</p>
3416
3776
  */
@@ -3424,10 +3784,16 @@ export interface IpamResourceTag {
3424
3784
  */
3425
3785
  Value?: string;
3426
3786
  }
3787
+ /**
3788
+ * @public
3789
+ */
3427
3790
  export declare enum IpamScopeType {
3428
3791
  private = "private",
3429
3792
  public = "public"
3430
3793
  }
3794
+ /**
3795
+ * @public
3796
+ */
3431
3797
  export declare enum IpamPoolState {
3432
3798
  create_complete = "create-complete",
3433
3799
  create_failed = "create-failed",
@@ -3443,6 +3809,7 @@ export declare enum IpamPoolState {
3443
3809
  restore_in_progress = "restore-in-progress"
3444
3810
  }
3445
3811
  /**
3812
+ * @public
3446
3813
  * <p>In IPAM, a pool is a collection of contiguous IP addresses CIDRs. Pools enable you to organize your IP addresses according to your routing and security needs. For example, if you have separate routing and security needs for development and production applications, you can create a pool for each.</p>
3447
3814
  */
3448
3815
  export interface IpamPool {
@@ -3550,12 +3917,18 @@ export interface IpamPool {
3550
3917
  */
3551
3918
  PublicIpSource?: IpamPoolPublicIpSource | string;
3552
3919
  }
3920
+ /**
3921
+ * @public
3922
+ */
3553
3923
  export interface CreateIpamPoolResult {
3554
3924
  /**
3555
3925
  * <p>Information about the IPAM pool created.</p>
3556
3926
  */
3557
3927
  IpamPool?: IpamPool;
3558
3928
  }
3929
+ /**
3930
+ * @public
3931
+ */
3559
3932
  export interface CreateIpamResourceDiscoveryRequest {
3560
3933
  /**
3561
3934
  * <p>A check for whether you have the required permissions for the action without actually making the request
@@ -3580,6 +3953,9 @@ export interface CreateIpamResourceDiscoveryRequest {
3580
3953
  */
3581
3954
  ClientToken?: string;
3582
3955
  }
3956
+ /**
3957
+ * @public
3958
+ */
3583
3959
  export declare enum IpamResourceDiscoveryState {
3584
3960
  CREATE_COMPLETE = "create-complete",
3585
3961
  CREATE_FAILED = "create-failed",
@@ -3595,6 +3971,7 @@ export declare enum IpamResourceDiscoveryState {
3595
3971
  RESTORE_IN_PROGRESS = "restore-in-progress"
3596
3972
  }
3597
3973
  /**
3974
+ * @public
3598
3975
  * <p>A resource discovery is an IPAM component that enables IPAM to manage and monitor resources that belong to the owning account.</p>
3599
3976
  */
3600
3977
  export interface IpamResourceDiscovery {
@@ -3685,12 +4062,18 @@ export interface IpamResourceDiscovery {
3685
4062
  */
3686
4063
  Tags?: Tag[];
3687
4064
  }
4065
+ /**
4066
+ * @public
4067
+ */
3688
4068
  export interface CreateIpamResourceDiscoveryResult {
3689
4069
  /**
3690
4070
  * <p>An IPAM resource discovery.</p>
3691
4071
  */
3692
4072
  IpamResourceDiscovery?: IpamResourceDiscovery;
3693
4073
  }
4074
+ /**
4075
+ * @public
4076
+ */
3694
4077
  export interface CreateIpamScopeRequest {
3695
4078
  /**
3696
4079
  * <p>A check for whether you have the required permissions for the action without actually making the request
@@ -3716,6 +4099,9 @@ export interface CreateIpamScopeRequest {
3716
4099
  */
3717
4100
  ClientToken?: string;
3718
4101
  }
4102
+ /**
4103
+ * @public
4104
+ */
3719
4105
  export declare enum IpamScopeState {
3720
4106
  create_complete = "create-complete",
3721
4107
  create_failed = "create-failed",
@@ -3731,6 +4117,7 @@ export declare enum IpamScopeState {
3731
4117
  restore_in_progress = "restore-in-progress"
3732
4118
  }
3733
4119
  /**
4120
+ * @public
3734
4121
  * <p>In IPAM, a scope is the highest-level container within IPAM. An IPAM contains two default scopes. Each scope represents the IP space for a single network. The private scope is intended for all private IP address space. The public scope is intended for all public IP address space. Scopes enable you to reuse IP addresses across multiple unconnected networks without causing IP address overlap or conflict.</p>
3735
4122
  * <p>For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/ipam/how-it-works-ipam.html">How IPAM works</a> in the <i>Amazon VPC IPAM User Guide</i>.</p>
3736
4123
  */
@@ -3781,20 +4168,32 @@ export interface IpamScope {
3781
4168
  */
3782
4169
  Tags?: Tag[];
3783
4170
  }
4171
+ /**
4172
+ * @public
4173
+ */
3784
4174
  export interface CreateIpamScopeResult {
3785
4175
  /**
3786
4176
  * <p>Information about the created scope.</p>
3787
4177
  */
3788
4178
  IpamScope?: IpamScope;
3789
4179
  }
4180
+ /**
4181
+ * @public
4182
+ */
3790
4183
  export declare enum KeyFormat {
3791
4184
  pem = "pem",
3792
4185
  ppk = "ppk"
3793
4186
  }
4187
+ /**
4188
+ * @public
4189
+ */
3794
4190
  export declare enum KeyType {
3795
4191
  ed25519 = "ed25519",
3796
4192
  rsa = "rsa"
3797
4193
  }
4194
+ /**
4195
+ * @public
4196
+ */
3798
4197
  export interface CreateKeyPairRequest {
3799
4198
  /**
3800
4199
  * <p>A unique name for the key pair.</p>
@@ -3825,6 +4224,7 @@ export interface CreateKeyPairRequest {
3825
4224
  KeyFormat?: KeyFormat | string;
3826
4225
  }
3827
4226
  /**
4227
+ * @public
3828
4228
  * <p>Describes a key pair.</p>
3829
4229
  */
3830
4230
  export interface KeyPair {
@@ -3857,6 +4257,7 @@ export interface KeyPair {
3857
4257
  Tags?: Tag[];
3858
4258
  }
3859
4259
  /**
4260
+ * @public
3860
4261
  * <p>The parameters for a block device for an EBS volume.</p>
3861
4262
  */
3862
4263
  export interface LaunchTemplateEbsBlockDeviceRequest {
@@ -3943,6 +4344,7 @@ export interface LaunchTemplateEbsBlockDeviceRequest {
3943
4344
  Throughput?: number;
3944
4345
  }
3945
4346
  /**
4347
+ * @public
3946
4348
  * <p>Describes a block device mapping.</p>
3947
4349
  */
3948
4350
  export interface LaunchTemplateBlockDeviceMappingRequest {
@@ -3967,11 +4369,15 @@ export interface LaunchTemplateBlockDeviceMappingRequest {
3967
4369
  */
3968
4370
  NoDevice?: string;
3969
4371
  }
4372
+ /**
4373
+ * @public
4374
+ */
3970
4375
  export declare enum CapacityReservationPreference {
3971
4376
  none = "none",
3972
4377
  open = "open"
3973
4378
  }
3974
4379
  /**
4380
+ * @public
3975
4381
  * <p>Describes a target Capacity Reservation or Capacity Reservation group.</p>
3976
4382
  */
3977
4383
  export interface CapacityReservationTarget {
@@ -3985,6 +4391,7 @@ export interface CapacityReservationTarget {
3985
4391
  CapacityReservationResourceGroupArn?: string;
3986
4392
  }
3987
4393
  /**
4394
+ * @public
3988
4395
  * <p>Describes an instance's Capacity Reservation targeting option. You can specify only
3989
4396
  * one option at a time. Use the <code>CapacityReservationPreference</code> parameter to
3990
4397
  * configure the instance to run in On-Demand capacity or to run in any <code>open</code>
@@ -4018,6 +4425,7 @@ export interface LaunchTemplateCapacityReservationSpecificationRequest {
4018
4425
  CapacityReservationTarget?: CapacityReservationTarget;
4019
4426
  }
4020
4427
  /**
4428
+ * @public
4021
4429
  * <p>The CPU options for the instance. Both the core count and threads per core must be
4022
4430
  * specified in the request.</p>
4023
4431
  */
@@ -4034,6 +4442,7 @@ export interface LaunchTemplateCpuOptionsRequest {
4034
4442
  ThreadsPerCore?: number;
4035
4443
  }
4036
4444
  /**
4445
+ * @public
4037
4446
  * <p>The credit option for CPU usage of a T instance.</p>
4038
4447
  */
4039
4448
  export interface CreditSpecificationRequest {
@@ -4045,6 +4454,7 @@ export interface CreditSpecificationRequest {
4045
4454
  CpuCredits: string | undefined;
4046
4455
  }
4047
4456
  /**
4457
+ * @public
4048
4458
  * <p>A specification for an Elastic Graphics accelerator.</p>
4049
4459
  */
4050
4460
  export interface ElasticGpuSpecification {
@@ -4056,6 +4466,7 @@ export interface ElasticGpuSpecification {
4056
4466
  Type: string | undefined;
4057
4467
  }
4058
4468
  /**
4469
+ * @public
4059
4470
  * <p> Describes an elastic inference accelerator. </p>
4060
4471
  */
4061
4472
  export interface LaunchTemplateElasticInferenceAccelerator {
@@ -4071,6 +4482,7 @@ export interface LaunchTemplateElasticInferenceAccelerator {
4071
4482
  Count?: number;
4072
4483
  }
4073
4484
  /**
4485
+ * @public
4074
4486
  * <p>Indicates whether the instance is enabled for Amazon Web Services Nitro Enclaves. For more
4075
4487
  * information, see <a href="https://docs.aws.amazon.com/enclaves/latest/user/nitro-enclave.html">What is Amazon Web Services Nitro Enclaves?</a>
4076
4488
  * in the <i>Amazon Web Services Nitro Enclaves User Guide</i>.</p>
@@ -4083,6 +4495,7 @@ export interface LaunchTemplateEnclaveOptionsRequest {
4083
4495
  Enabled?: boolean;
4084
4496
  }
4085
4497
  /**
4498
+ * @public
4086
4499
  * <p>Indicates whether the instance is configured for hibernation. This parameter is valid
4087
4500
  * only if the instance meets the <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/hibernating-prerequisites.html">hibernation
4088
4501
  * prerequisites</a>.</p>
@@ -4097,6 +4510,7 @@ export interface LaunchTemplateHibernationOptionsRequest {
4097
4510
  Configured?: boolean;
4098
4511
  }
4099
4512
  /**
4513
+ * @public
4100
4514
  * <p>An IAM instance profile.</p>
4101
4515
  */
4102
4516
  export interface LaunchTemplateIamInstanceProfileSpecificationRequest {
@@ -4109,23 +4523,36 @@ export interface LaunchTemplateIamInstanceProfileSpecificationRequest {
4109
4523
  */
4110
4524
  Name?: string;
4111
4525
  }
4526
+ /**
4527
+ * @public
4528
+ */
4112
4529
  export declare enum ShutdownBehavior {
4113
4530
  stop = "stop",
4114
4531
  terminate = "terminate"
4115
4532
  }
4533
+ /**
4534
+ * @public
4535
+ */
4116
4536
  export declare enum MarketType {
4117
4537
  spot = "spot"
4118
4538
  }
4539
+ /**
4540
+ * @public
4541
+ */
4119
4542
  export declare enum InstanceInterruptionBehavior {
4120
4543
  hibernate = "hibernate",
4121
4544
  stop = "stop",
4122
4545
  terminate = "terminate"
4123
4546
  }
4547
+ /**
4548
+ * @public
4549
+ */
4124
4550
  export declare enum SpotInstanceType {
4125
4551
  one_time = "one-time",
4126
4552
  persistent = "persistent"
4127
4553
  }
4128
4554
  /**
4555
+ * @public
4129
4556
  * <p>The options for Spot Instances.</p>
4130
4557
  */
4131
4558
  export interface LaunchTemplateSpotMarketOptionsRequest {
@@ -4172,6 +4599,7 @@ export interface LaunchTemplateSpotMarketOptionsRequest {
4172
4599
  InstanceInterruptionBehavior?: InstanceInterruptionBehavior | string;
4173
4600
  }
4174
4601
  /**
4602
+ * @public
4175
4603
  * <p>The market (purchasing) option for the instances.</p>
4176
4604
  */
4177
4605
  export interface LaunchTemplateInstanceMarketOptionsRequest {
@@ -4185,6 +4613,7 @@ export interface LaunchTemplateInstanceMarketOptionsRequest {
4185
4613
  SpotOptions?: LaunchTemplateSpotMarketOptionsRequest;
4186
4614
  }
4187
4615
  /**
4616
+ * @public
4188
4617
  * <p>Describes a license configuration.</p>
4189
4618
  */
4190
4619
  export interface LaunchTemplateLicenseConfigurationRequest {
@@ -4193,11 +4622,15 @@ export interface LaunchTemplateLicenseConfigurationRequest {
4193
4622
  */
4194
4623
  LicenseConfigurationArn?: string;
4195
4624
  }
4625
+ /**
4626
+ * @public
4627
+ */
4196
4628
  export declare enum LaunchTemplateAutoRecoveryState {
4197
4629
  default = "default",
4198
4630
  disabled = "disabled"
4199
4631
  }
4200
4632
  /**
4633
+ * @public
4201
4634
  * <p>The maintenance options of your instance.</p>
4202
4635
  */
4203
4636
  export interface LaunchTemplateInstanceMaintenanceOptionsRequest {
@@ -4207,23 +4640,36 @@ export interface LaunchTemplateInstanceMaintenanceOptionsRequest {
4207
4640
  */
4208
4641
  AutoRecovery?: LaunchTemplateAutoRecoveryState | string;
4209
4642
  }
4643
+ /**
4644
+ * @public
4645
+ */
4210
4646
  export declare enum LaunchTemplateInstanceMetadataEndpointState {
4211
4647
  disabled = "disabled",
4212
4648
  enabled = "enabled"
4213
4649
  }
4650
+ /**
4651
+ * @public
4652
+ */
4214
4653
  export declare enum LaunchTemplateInstanceMetadataProtocolIpv6 {
4215
4654
  disabled = "disabled",
4216
4655
  enabled = "enabled"
4217
4656
  }
4657
+ /**
4658
+ * @public
4659
+ */
4218
4660
  export declare enum LaunchTemplateHttpTokensState {
4219
4661
  optional = "optional",
4220
4662
  required = "required"
4221
4663
  }
4664
+ /**
4665
+ * @public
4666
+ */
4222
4667
  export declare enum LaunchTemplateInstanceMetadataTagsState {
4223
4668
  disabled = "disabled",
4224
4669
  enabled = "enabled"
4225
4670
  }
4226
4671
  /**
4672
+ * @public
4227
4673
  * <p>The metadata options for the instance. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-metadata.html">Instance metadata and user data</a> in the
4228
4674
  * <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
4229
4675
  */
@@ -4286,6 +4732,7 @@ export interface LaunchTemplateInstanceMetadataOptionsRequest {
4286
4732
  InstanceMetadataTags?: LaunchTemplateInstanceMetadataTagsState | string;
4287
4733
  }
4288
4734
  /**
4735
+ * @public
4289
4736
  * <p>Describes the monitoring for the instance.</p>
4290
4737
  */
4291
4738
  export interface LaunchTemplatesMonitoringRequest {
@@ -4296,6 +4743,7 @@ export interface LaunchTemplatesMonitoringRequest {
4296
4743
  Enabled?: boolean;
4297
4744
  }
4298
4745
  /**
4746
+ * @public
4299
4747
  * <p>Describes the IPv4 prefix option for a network interface.</p>
4300
4748
  */
4301
4749
  export interface Ipv4PrefixSpecificationRequest {
@@ -4307,6 +4755,7 @@ export interface Ipv4PrefixSpecificationRequest {
4307
4755
  Ipv4Prefix?: string;
4308
4756
  }
4309
4757
  /**
4758
+ * @public
4310
4759
  * <p>Describes an IPv6 address.</p>
4311
4760
  */
4312
4761
  export interface InstanceIpv6AddressRequest {
@@ -4316,6 +4765,7 @@ export interface InstanceIpv6AddressRequest {
4316
4765
  Ipv6Address?: string;
4317
4766
  }
4318
4767
  /**
4768
+ * @public
4319
4769
  * <p>Describes the IPv4 prefix option for a network interface.</p>
4320
4770
  */
4321
4771
  export interface Ipv6PrefixSpecificationRequest {
@@ -4325,6 +4775,7 @@ export interface Ipv6PrefixSpecificationRequest {
4325
4775
  Ipv6Prefix?: string;
4326
4776
  }
4327
4777
  /**
4778
+ * @public
4328
4779
  * <p>Describes a secondary private IPv4 address for a network interface.</p>
4329
4780
  */
4330
4781
  export interface PrivateIpAddressSpecification {
@@ -4339,6 +4790,7 @@ export interface PrivateIpAddressSpecification {
4339
4790
  PrivateIpAddress?: string;
4340
4791
  }
4341
4792
  /**
4793
+ * @public
4342
4794
  * <p>The parameters for a network interface.</p>
4343
4795
  */
4344
4796
  export interface LaunchTemplateInstanceNetworkInterfaceSpecificationRequest {
@@ -4441,6 +4893,7 @@ export interface LaunchTemplateInstanceNetworkInterfaceSpecificationRequest {
4441
4893
  Ipv6PrefixCount?: number;
4442
4894
  }
4443
4895
  /**
4896
+ * @public
4444
4897
  * <p>Describes the placement of an instance.</p>
4445
4898
  */
4446
4899
  export interface LaunchTemplatePlacementRequest {
@@ -4487,6 +4940,7 @@ export interface LaunchTemplatePlacementRequest {
4487
4940
  GroupId?: string;
4488
4941
  }
4489
4942
  /**
4943
+ * @public
4490
4944
  * <p>Describes the options for instance hostnames.</p>
4491
4945
  */
4492
4946
  export interface LaunchTemplatePrivateDnsNameOptionsRequest {
@@ -4509,6 +4963,7 @@ export interface LaunchTemplatePrivateDnsNameOptionsRequest {
4509
4963
  EnableResourceNameDnsAAAARecord?: boolean;
4510
4964
  }
4511
4965
  /**
4966
+ * @public
4512
4967
  * <p>The tags specification for the resources that are created during instance
4513
4968
  * launch.</p>
4514
4969
  */
@@ -4529,6 +4984,7 @@ export interface LaunchTemplateTagSpecificationRequest {
4529
4984
  Tags?: Tag[];
4530
4985
  }
4531
4986
  /**
4987
+ * @public
4532
4988
  * <p>The information to include in the launch template.</p>
4533
4989
  * <note>
4534
4990
  * <p>You must specify at least one parameter for the launch template data.</p>
@@ -4762,6 +5218,9 @@ export interface RequestLaunchTemplateData {
4762
5218
  */
4763
5219
  DisableApiStop?: boolean;
4764
5220
  }
5221
+ /**
5222
+ * @public
5223
+ */
4765
5224
  export interface CreateLaunchTemplateRequest {
4766
5225
  /**
4767
5226
  * <p>Checks whether you have the required permissions for the action, without actually
@@ -4801,6 +5260,7 @@ export interface CreateLaunchTemplateRequest {
4801
5260
  TagSpecifications?: TagSpecification[];
4802
5261
  }
4803
5262
  /**
5263
+ * @public
4804
5264
  * <p>Describes a launch template.</p>
4805
5265
  */
4806
5266
  export interface LaunchTemplate {
@@ -4834,6 +5294,7 @@ export interface LaunchTemplate {
4834
5294
  Tags?: Tag[];
4835
5295
  }
4836
5296
  /**
5297
+ * @public
4837
5298
  * <p>The error code and error message that is returned for a parameter or parameter
4838
5299
  * combination that is not valid when a new launch template or new version of a launch
4839
5300
  * template is created.</p>
@@ -4851,6 +5312,7 @@ export interface ValidationError {
4851
5312
  Message?: string;
4852
5313
  }
4853
5314
  /**
5315
+ * @public
4854
5316
  * <p>The error codes and error messages that are returned for the parameters or parameter
4855
5317
  * combinations that are not valid when a new launch template or new version of a launch
4856
5318
  * template is created.</p>
@@ -4861,6 +5323,9 @@ export interface ValidationWarning {
4861
5323
  */
4862
5324
  Errors?: ValidationError[];
4863
5325
  }
5326
+ /**
5327
+ * @public
5328
+ */
4864
5329
  export interface CreateLaunchTemplateResult {
4865
5330
  /**
4866
5331
  * <p>Information about the launch template.</p>
@@ -4873,6 +5338,9 @@ export interface CreateLaunchTemplateResult {
4873
5338
  */
4874
5339
  Warning?: ValidationWarning;
4875
5340
  }
5341
+ /**
5342
+ * @public
5343
+ */
4876
5344
  export interface CreateLaunchTemplateVersionRequest {
4877
5345
  /**
4878
5346
  * <p>Checks whether you have the required permissions for the action, without actually
@@ -4926,6 +5394,7 @@ export interface CreateLaunchTemplateVersionRequest {
4926
5394
  ResolveAlias?: boolean;
4927
5395
  }
4928
5396
  /**
5397
+ * @public
4929
5398
  * <p>Describes a block device for an EBS volume.</p>
4930
5399
  */
4931
5400
  export interface LaunchTemplateEbsBlockDevice {
@@ -4963,6 +5432,7 @@ export interface LaunchTemplateEbsBlockDevice {
4963
5432
  Throughput?: number;
4964
5433
  }
4965
5434
  /**
5435
+ * @public
4966
5436
  * <p>Describes a block device mapping.</p>
4967
5437
  */
4968
5438
  export interface LaunchTemplateBlockDeviceMapping {
@@ -4984,6 +5454,7 @@ export interface LaunchTemplateBlockDeviceMapping {
4984
5454
  NoDevice?: string;
4985
5455
  }
4986
5456
  /**
5457
+ * @public
4987
5458
  * <p>Describes a target Capacity Reservation or Capacity Reservation group.</p>
4988
5459
  */
4989
5460
  export interface CapacityReservationTargetResponse {
@@ -4997,6 +5468,7 @@ export interface CapacityReservationTargetResponse {
4997
5468
  CapacityReservationResourceGroupArn?: string;
4998
5469
  }
4999
5470
  /**
5471
+ * @public
5000
5472
  * <p>Information about the Capacity Reservation targeting option.</p>
5001
5473
  */
5002
5474
  export interface LaunchTemplateCapacityReservationSpecificationResponse {
@@ -5025,6 +5497,7 @@ export interface LaunchTemplateCapacityReservationSpecificationResponse {
5025
5497
  CapacityReservationTarget?: CapacityReservationTargetResponse;
5026
5498
  }
5027
5499
  /**
5500
+ * @public
5028
5501
  * <p>The CPU options for the instance.</p>
5029
5502
  */
5030
5503
  export interface LaunchTemplateCpuOptions {
@@ -5038,6 +5511,7 @@ export interface LaunchTemplateCpuOptions {
5038
5511
  ThreadsPerCore?: number;
5039
5512
  }
5040
5513
  /**
5514
+ * @public
5041
5515
  * <p>Describes the credit option for CPU usage of a T instance.</p>
5042
5516
  */
5043
5517
  export interface CreditSpecification {
@@ -5049,6 +5523,7 @@ export interface CreditSpecification {
5049
5523
  CpuCredits?: string;
5050
5524
  }
5051
5525
  /**
5526
+ * @public
5052
5527
  * <p>Describes an elastic GPU.</p>
5053
5528
  */
5054
5529
  export interface ElasticGpuSpecificationResponse {
@@ -5058,6 +5533,7 @@ export interface ElasticGpuSpecificationResponse {
5058
5533
  Type?: string;
5059
5534
  }
5060
5535
  /**
5536
+ * @public
5061
5537
  * <p> Describes an elastic inference accelerator. </p>
5062
5538
  */
5063
5539
  export interface LaunchTemplateElasticInferenceAcceleratorResponse {
@@ -5073,6 +5549,7 @@ export interface LaunchTemplateElasticInferenceAcceleratorResponse {
5073
5549
  Count?: number;
5074
5550
  }
5075
5551
  /**
5552
+ * @public
5076
5553
  * <p>Indicates whether the instance is enabled for Amazon Web Services Nitro Enclaves.</p>
5077
5554
  */
5078
5555
  export interface LaunchTemplateEnclaveOptions {
@@ -5083,6 +5560,7 @@ export interface LaunchTemplateEnclaveOptions {
5083
5560
  Enabled?: boolean;
5084
5561
  }
5085
5562
  /**
5563
+ * @public
5086
5564
  * <p>Indicates whether an instance is configured for hibernation.</p>
5087
5565
  */
5088
5566
  export interface LaunchTemplateHibernationOptions {
@@ -5093,6 +5571,7 @@ export interface LaunchTemplateHibernationOptions {
5093
5571
  Configured?: boolean;
5094
5572
  }
5095
5573
  /**
5574
+ * @public
5096
5575
  * <p>Describes an IAM instance profile.</p>
5097
5576
  */
5098
5577
  export interface LaunchTemplateIamInstanceProfileSpecification {
@@ -5106,6 +5585,7 @@ export interface LaunchTemplateIamInstanceProfileSpecification {
5106
5585
  Name?: string;
5107
5586
  }
5108
5587
  /**
5588
+ * @public
5109
5589
  * <p>The options for Spot Instances.</p>
5110
5590
  */
5111
5591
  export interface LaunchTemplateSpotMarketOptions {
@@ -5141,6 +5621,7 @@ export interface LaunchTemplateSpotMarketOptions {
5141
5621
  InstanceInterruptionBehavior?: InstanceInterruptionBehavior | string;
5142
5622
  }
5143
5623
  /**
5624
+ * @public
5144
5625
  * <p>The market (purchasing) option for the instances.</p>
5145
5626
  */
5146
5627
  export interface LaunchTemplateInstanceMarketOptions {
@@ -5154,6 +5635,7 @@ export interface LaunchTemplateInstanceMarketOptions {
5154
5635
  SpotOptions?: LaunchTemplateSpotMarketOptions;
5155
5636
  }
5156
5637
  /**
5638
+ * @public
5157
5639
  * <p>Describes a license configuration.</p>
5158
5640
  */
5159
5641
  export interface LaunchTemplateLicenseConfiguration {
@@ -5163,6 +5645,7 @@ export interface LaunchTemplateLicenseConfiguration {
5163
5645
  LicenseConfigurationArn?: string;
5164
5646
  }
5165
5647
  /**
5648
+ * @public
5166
5649
  * <p>The maintenance options of your instance.</p>
5167
5650
  */
5168
5651
  export interface LaunchTemplateInstanceMaintenanceOptions {
@@ -5172,11 +5655,15 @@ export interface LaunchTemplateInstanceMaintenanceOptions {
5172
5655
  */
5173
5656
  AutoRecovery?: LaunchTemplateAutoRecoveryState | string;
5174
5657
  }
5658
+ /**
5659
+ * @public
5660
+ */
5175
5661
  export declare enum LaunchTemplateInstanceMetadataOptionsState {
5176
5662
  applied = "applied",
5177
5663
  pending = "pending"
5178
5664
  }
5179
5665
  /**
5666
+ * @public
5180
5667
  * <p>The metadata options for the instance. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-metadata.html">Instance metadata and user data</a> in the
5181
5668
  * <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
5182
5669
  */
@@ -5239,6 +5726,7 @@ export interface LaunchTemplateInstanceMetadataOptions {
5239
5726
  InstanceMetadataTags?: LaunchTemplateInstanceMetadataTagsState | string;
5240
5727
  }
5241
5728
  /**
5729
+ * @public
5242
5730
  * <p>Describes the monitoring for the instance.</p>
5243
5731
  */
5244
5732
  export interface LaunchTemplatesMonitoring {
@@ -5249,6 +5737,7 @@ export interface LaunchTemplatesMonitoring {
5249
5737
  Enabled?: boolean;
5250
5738
  }
5251
5739
  /**
5740
+ * @public
5252
5741
  * <p>Information about the IPv4 delegated prefixes assigned
5253
5742
  * to a network interface.</p>
5254
5743
  */
@@ -5259,6 +5748,7 @@ export interface Ipv4PrefixSpecificationResponse {
5259
5748
  Ipv4Prefix?: string;
5260
5749
  }
5261
5750
  /**
5751
+ * @public
5262
5752
  * <p>Describes an IPv6 address.</p>
5263
5753
  */
5264
5754
  export interface InstanceIpv6Address {
@@ -5268,6 +5758,7 @@ export interface InstanceIpv6Address {
5268
5758
  Ipv6Address?: string;
5269
5759
  }
5270
5760
  /**
5761
+ * @public
5271
5762
  * <p>Information about the IPv6 delegated prefixes assigned
5272
5763
  * to a network interface.</p>
5273
5764
  */
@@ -5278,6 +5769,7 @@ export interface Ipv6PrefixSpecificationResponse {
5278
5769
  Ipv6Prefix?: string;
5279
5770
  }
5280
5771
  /**
5772
+ * @public
5281
5773
  * <p>Describes a network interface.</p>
5282
5774
  */
5283
5775
  export interface LaunchTemplateInstanceNetworkInterfaceSpecification {
@@ -5368,6 +5860,7 @@ export interface LaunchTemplateInstanceNetworkInterfaceSpecification {
5368
5860
  Ipv6PrefixCount?: number;
5369
5861
  }
5370
5862
  /**
5863
+ * @public
5371
5864
  * <p>Describes the placement of an instance.</p>
5372
5865
  */
5373
5866
  export interface LaunchTemplatePlacement {
@@ -5412,6 +5905,7 @@ export interface LaunchTemplatePlacement {
5412
5905
  GroupId?: string;
5413
5906
  }
5414
5907
  /**
5908
+ * @public
5415
5909
  * <p>Describes the options for instance hostnames.</p>
5416
5910
  */
5417
5911
  export interface LaunchTemplatePrivateDnsNameOptions {
@@ -5431,6 +5925,7 @@ export interface LaunchTemplatePrivateDnsNameOptions {
5431
5925
  EnableResourceNameDnsAAAARecord?: boolean;
5432
5926
  }
5433
5927
  /**
5928
+ * @public
5434
5929
  * <p>The tags specification for the launch template.</p>
5435
5930
  */
5436
5931
  export interface LaunchTemplateTagSpecification {
@@ -5444,6 +5939,7 @@ export interface LaunchTemplateTagSpecification {
5444
5939
  Tags?: Tag[];
5445
5940
  }
5446
5941
  /**
5942
+ * @public
5447
5943
  * <p>The information for a launch template. </p>
5448
5944
  */
5449
5945
  export interface ResponseLaunchTemplateData {
@@ -5603,6 +6099,7 @@ export interface ResponseLaunchTemplateData {
5603
6099
  DisableApiStop?: boolean;
5604
6100
  }
5605
6101
  /**
6102
+ * @public
5606
6103
  * <p>Describes a launch template version.</p>
5607
6104
  */
5608
6105
  export interface LaunchTemplateVersion {
@@ -5639,6 +6136,9 @@ export interface LaunchTemplateVersion {
5639
6136
  */
5640
6137
  LaunchTemplateData?: ResponseLaunchTemplateData;
5641
6138
  }
6139
+ /**
6140
+ * @public
6141
+ */
5642
6142
  export interface CreateLaunchTemplateVersionResult {
5643
6143
  /**
5644
6144
  * <p>Information about the launch template version.</p>
@@ -5651,6 +6151,9 @@ export interface CreateLaunchTemplateVersionResult {
5651
6151
  */
5652
6152
  Warning?: ValidationWarning;
5653
6153
  }
6154
+ /**
6155
+ * @public
6156
+ */
5654
6157
  export interface CreateLocalGatewayRouteRequest {
5655
6158
  /**
5656
6159
  * <p>The CIDR range used for destination matches. Routing decisions are based on
@@ -5683,6 +6186,9 @@ export interface CreateLocalGatewayRouteRequest {
5683
6186
  */
5684
6187
  DestinationPrefixListId?: string;
5685
6188
  }
6189
+ /**
6190
+ * @public
6191
+ */
5686
6192
  export declare enum LocalGatewayRouteState {
5687
6193
  active = "active",
5688
6194
  blackhole = "blackhole",
@@ -5690,11 +6196,15 @@ export declare enum LocalGatewayRouteState {
5690
6196
  deleting = "deleting",
5691
6197
  pending = "pending"
5692
6198
  }
6199
+ /**
6200
+ * @public
6201
+ */
5693
6202
  export declare enum LocalGatewayRouteType {
5694
6203
  propagated = "propagated",
5695
6204
  static = "static"
5696
6205
  }
5697
6206
  /**
6207
+ * @public
5698
6208
  * <p>Describes a route for a local gateway route table.</p>
5699
6209
  */
5700
6210
  export interface LocalGatewayRoute {
@@ -5745,16 +6255,25 @@ export interface LocalGatewayRoute {
5745
6255
  */
5746
6256
  DestinationPrefixListId?: string;
5747
6257
  }
6258
+ /**
6259
+ * @public
6260
+ */
5748
6261
  export interface CreateLocalGatewayRouteResult {
5749
6262
  /**
5750
6263
  * <p>Information about the route.</p>
5751
6264
  */
5752
6265
  Route?: LocalGatewayRoute;
5753
6266
  }
6267
+ /**
6268
+ * @public
6269
+ */
5754
6270
  export declare enum LocalGatewayRouteTableMode {
5755
6271
  coip = "coip",
5756
6272
  direct_vpc_routing = "direct-vpc-routing"
5757
6273
  }
6274
+ /**
6275
+ * @public
6276
+ */
5758
6277
  export interface CreateLocalGatewayRouteTableRequest {
5759
6278
  /**
5760
6279
  * <p>
@@ -5782,6 +6301,7 @@ export interface CreateLocalGatewayRouteTableRequest {
5782
6301
  DryRun?: boolean;
5783
6302
  }
5784
6303
  /**
6304
+ * @public
5785
6305
  * <p>Describes a state change.</p>
5786
6306
  */
5787
6307
  export interface StateReason {
@@ -5862,6 +6382,7 @@ export interface StateReason {
5862
6382
  Message?: string;
5863
6383
  }
5864
6384
  /**
6385
+ * @public
5865
6386
  * <p>Describes a local gateway route table.</p>
5866
6387
  */
5867
6388
  export interface LocalGatewayRouteTable {
@@ -5902,12 +6423,18 @@ export interface LocalGatewayRouteTable {
5902
6423
  */
5903
6424
  StateReason?: StateReason;
5904
6425
  }
6426
+ /**
6427
+ * @public
6428
+ */
5905
6429
  export interface CreateLocalGatewayRouteTableResult {
5906
6430
  /**
5907
6431
  * <p>Information about the local gateway route table.</p>
5908
6432
  */
5909
6433
  LocalGatewayRouteTable?: LocalGatewayRouteTable;
5910
6434
  }
6435
+ /**
6436
+ * @public
6437
+ */
5911
6438
  export interface CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequest {
5912
6439
  /**
5913
6440
  * <p>
@@ -5935,6 +6462,7 @@ export interface CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationReq
5935
6462
  DryRun?: boolean;
5936
6463
  }
5937
6464
  /**
6465
+ * @public
5938
6466
  * <p>Describes an association between a local gateway route table and a virtual interface group.</p>
5939
6467
  */
5940
6468
  export interface LocalGatewayRouteTableVirtualInterfaceGroupAssociation {
@@ -5971,12 +6499,18 @@ export interface LocalGatewayRouteTableVirtualInterfaceGroupAssociation {
5971
6499
  */
5972
6500
  Tags?: Tag[];
5973
6501
  }
5974
- export interface CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationResult {
6502
+ /**
6503
+ * @public
6504
+ */
6505
+ export interface CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationResult {
5975
6506
  /**
5976
6507
  * <p>Information about the local gateway route table virtual interface group association.</p>
5977
6508
  */
5978
6509
  LocalGatewayRouteTableVirtualInterfaceGroupAssociation?: LocalGatewayRouteTableVirtualInterfaceGroupAssociation;
5979
6510
  }
6511
+ /**
6512
+ * @public
6513
+ */
5980
6514
  export interface CreateLocalGatewayRouteTableVpcAssociationRequest {
5981
6515
  /**
5982
6516
  * <p>The ID of the local gateway route table.</p>
@@ -5998,6 +6532,7 @@ export interface CreateLocalGatewayRouteTableVpcAssociationRequest {
5998
6532
  DryRun?: boolean;
5999
6533
  }
6000
6534
  /**
6535
+ * @public
6001
6536
  * <p>Describes an association between a local gateway route table and a VPC.</p>
6002
6537
  */
6003
6538
  export interface LocalGatewayRouteTableVpcAssociation {
@@ -6034,12 +6569,18 @@ export interface LocalGatewayRouteTableVpcAssociation {
6034
6569
  */
6035
6570
  Tags?: Tag[];
6036
6571
  }
6572
+ /**
6573
+ * @public
6574
+ */
6037
6575
  export interface CreateLocalGatewayRouteTableVpcAssociationResult {
6038
6576
  /**
6039
6577
  * <p>Information about the association.</p>
6040
6578
  */
6041
6579
  LocalGatewayRouteTableVpcAssociation?: LocalGatewayRouteTableVpcAssociation;
6042
6580
  }
6581
+ /**
6582
+ * @public
6583
+ */
6043
6584
  export interface CreateManagedPrefixListRequest {
6044
6585
  /**
6045
6586
  * <p>Checks whether you have the required permissions for the action, without actually making the request,
@@ -6078,6 +6619,9 @@ export interface CreateManagedPrefixListRequest {
6078
6619
  */
6079
6620
  ClientToken?: string;
6080
6621
  }
6622
+ /**
6623
+ * @public
6624
+ */
6081
6625
  export declare enum PrefixListState {
6082
6626
  create_complete = "create-complete",
6083
6627
  create_failed = "create-failed",
@@ -6093,6 +6637,7 @@ export declare enum PrefixListState {
6093
6637
  restore_in_progress = "restore-in-progress"
6094
6638
  }
6095
6639
  /**
6640
+ * @public
6096
6641
  * <p>Describes a managed prefix list.</p>
6097
6642
  */
6098
6643
  export interface ManagedPrefixList {
@@ -6137,16 +6682,25 @@ export interface ManagedPrefixList {
6137
6682
  */
6138
6683
  OwnerId?: string;
6139
6684
  }
6685
+ /**
6686
+ * @public
6687
+ */
6140
6688
  export interface CreateManagedPrefixListResult {
6141
6689
  /**
6142
6690
  * <p>Information about the prefix list.</p>
6143
6691
  */
6144
6692
  PrefixList?: ManagedPrefixList;
6145
6693
  }
6694
+ /**
6695
+ * @public
6696
+ */
6146
6697
  export declare enum ConnectivityType {
6147
6698
  PRIVATE = "private",
6148
6699
  PUBLIC = "public"
6149
6700
  }
6701
+ /**
6702
+ * @public
6703
+ */
6150
6704
  export interface CreateNatGatewayRequest {
6151
6705
  /**
6152
6706
  * <p>[Public NAT gateways only] The allocation ID of an Elastic IP address to associate
@@ -6198,6 +6752,7 @@ export interface CreateNatGatewayRequest {
6198
6752
  SecondaryPrivateIpAddressCount?: number;
6199
6753
  }
6200
6754
  /**
6755
+ * @public
6201
6756
  * <p>Reserved. If you need to sustain traffic greater than the <a href="https://docs.aws.amazon.com/vpc/latest/userguide/vpc-nat-gateway.html">documented limits</a>, contact us through the <a href="https://console.aws.amazon.com/support/home?">Support Center</a>.</p>
6202
6757
  */
6203
6758
  export interface ProvisionedBandwidth {
@@ -6222,6 +6777,9 @@ export interface ProvisionedBandwidth {
6222
6777
  */
6223
6778
  Status?: string;
6224
6779
  }
6780
+ /**
6781
+ * @public
6782
+ */
6225
6783
  export declare enum NatGatewayState {
6226
6784
  AVAILABLE = "available",
6227
6785
  DELETED = "deleted",
@@ -6230,6 +6788,7 @@ export declare enum NatGatewayState {
6230
6788
  PENDING = "pending"
6231
6789
  }
6232
6790
  /**
6791
+ * @public
6233
6792
  * <p>Describes a NAT gateway.</p>
6234
6793
  */
6235
6794
  export interface NatGateway {
@@ -6333,6 +6892,9 @@ export interface NatGateway {
6333
6892
  */
6334
6893
  ConnectivityType?: ConnectivityType | string;
6335
6894
  }
6895
+ /**
6896
+ * @public
6897
+ */
6336
6898
  export interface CreateNatGatewayResult {
6337
6899
  /**
6338
6900
  * <p>Unique, case-sensitive identifier to ensure the idempotency of the request. Only returned if a client token was provided in the request.</p>
@@ -6343,6 +6905,9 @@ export interface CreateNatGatewayResult {
6343
6905
  */
6344
6906
  NatGateway?: NatGateway;
6345
6907
  }
6908
+ /**
6909
+ * @public
6910
+ */
6346
6911
  export interface CreateNetworkAclRequest {
6347
6912
  /**
6348
6913
  * <p>Checks whether you have the required permissions for the action, without actually making the request,
@@ -6360,6 +6925,7 @@ export interface CreateNetworkAclRequest {
6360
6925
  TagSpecifications?: TagSpecification[];
6361
6926
  }
6362
6927
  /**
6928
+ * @public
6363
6929
  * <p>Describes an association between a network ACL and a subnet.</p>
6364
6930
  */
6365
6931
  export interface NetworkAclAssociation {
@@ -6377,6 +6943,7 @@ export interface NetworkAclAssociation {
6377
6943
  SubnetId?: string;
6378
6944
  }
6379
6945
  /**
6946
+ * @public
6380
6947
  * <p>Describes the ICMP type and code.</p>
6381
6948
  */
6382
6949
  export interface IcmpTypeCode {
@@ -6389,11 +6956,15 @@ export interface IcmpTypeCode {
6389
6956
  */
6390
6957
  Type?: number;
6391
6958
  }
6959
+ /**
6960
+ * @public
6961
+ */
6392
6962
  export declare enum RuleAction {
6393
6963
  allow = "allow",
6394
6964
  deny = "deny"
6395
6965
  }
6396
6966
  /**
6967
+ * @public
6397
6968
  * <p>Describes an entry in a network ACL.</p>
6398
6969
  */
6399
6970
  export interface NetworkAclEntry {
@@ -6431,6 +7002,7 @@ export interface NetworkAclEntry {
6431
7002
  RuleNumber?: number;
6432
7003
  }
6433
7004
  /**
7005
+ * @public
6434
7006
  * <p>Describes a network ACL.</p>
6435
7007
  */
6436
7008
  export interface NetworkAcl {
@@ -6463,12 +7035,18 @@ export interface NetworkAcl {
6463
7035
  */
6464
7036
  OwnerId?: string;
6465
7037
  }
7038
+ /**
7039
+ * @public
7040
+ */
6466
7041
  export interface CreateNetworkAclResult {
6467
7042
  /**
6468
7043
  * <p>Information about the network ACL.</p>
6469
7044
  */
6470
7045
  NetworkAcl?: NetworkAcl;
6471
7046
  }
7047
+ /**
7048
+ * @public
7049
+ */
6472
7050
  export interface CreateNetworkAclEntryRequest {
6473
7051
  /**
6474
7052
  * <p>The IPv4 network range to allow or deny, in CIDR notation (for example
@@ -6523,6 +7101,9 @@ export interface CreateNetworkAclEntryRequest {
6523
7101
  */
6524
7102
  RuleNumber: number | undefined;
6525
7103
  }
7104
+ /**
7105
+ * @public
7106
+ */
6526
7107
  export interface CreateNetworkInsightsAccessScopeRequest {
6527
7108
  /**
6528
7109
  * <p>The paths to match.</p>
@@ -6549,6 +7130,7 @@ export interface CreateNetworkInsightsAccessScopeRequest {
6549
7130
  DryRun?: boolean;
6550
7131
  }
6551
7132
  /**
7133
+ * @public
6552
7134
  * <p>Describes a Network Access Scope.</p>
6553
7135
  */
6554
7136
  export interface NetworkInsightsAccessScope {
@@ -6574,6 +7156,7 @@ export interface NetworkInsightsAccessScope {
6574
7156
  Tags?: Tag[];
6575
7157
  }
6576
7158
  /**
7159
+ * @public
6577
7160
  * <p>Describes the Network Access Scope content.</p>
6578
7161
  */
6579
7162
  export interface NetworkInsightsAccessScopeContent {
@@ -6590,6 +7173,9 @@ export interface NetworkInsightsAccessScopeContent {
6590
7173
  */
6591
7174
  ExcludePaths?: AccessScopePath[];
6592
7175
  }
7176
+ /**
7177
+ * @public
7178
+ */
6593
7179
  export interface CreateNetworkInsightsAccessScopeResult {
6594
7180
  /**
6595
7181
  * <p>The Network Access Scope.</p>
@@ -6600,23 +7186,63 @@ export interface CreateNetworkInsightsAccessScopeResult {
6600
7186
  */
6601
7187
  NetworkInsightsAccessScopeContent?: NetworkInsightsAccessScopeContent;
6602
7188
  }
7189
+ /**
7190
+ * @public
7191
+ * <p>Describes a port range.</p>
7192
+ */
7193
+ export interface RequestFilterPortRange {
7194
+ /**
7195
+ * <p>The first port in the range.</p>
7196
+ */
7197
+ FromPort?: number;
7198
+ /**
7199
+ * <p>The last port in the range.</p>
7200
+ */
7201
+ ToPort?: number;
7202
+ }
7203
+ /**
7204
+ * @public
7205
+ * <p>Describes a set of filters for a path analysis. Use path filters to scope the analysis when
7206
+ * there can be multiple resulting paths.</p>
7207
+ */
7208
+ export interface PathRequestFilter {
7209
+ /**
7210
+ * <p>The source IPv4 address.</p>
7211
+ */
7212
+ SourceAddress?: string;
7213
+ /**
7214
+ * <p>The source port range.</p>
7215
+ */
7216
+ SourcePortRange?: RequestFilterPortRange;
7217
+ /**
7218
+ * <p>The destination IPv4 address.</p>
7219
+ */
7220
+ DestinationAddress?: string;
7221
+ /**
7222
+ * <p>The destination port range.</p>
7223
+ */
7224
+ DestinationPortRange?: RequestFilterPortRange;
7225
+ }
7226
+ /**
7227
+ * @public
7228
+ */
6603
7229
  export interface CreateNetworkInsightsPathRequest {
6604
7230
  /**
6605
- * <p>The IP address of the Amazon Web Services resource that is the source of the path.</p>
7231
+ * <p>The IP address of the source.</p>
6606
7232
  */
6607
7233
  SourceIp?: string;
6608
7234
  /**
6609
- * <p>The IP address of the Amazon Web Services resource that is the destination of the path.</p>
7235
+ * <p>The IP address of the destination.</p>
6610
7236
  */
6611
7237
  DestinationIp?: string;
6612
7238
  /**
6613
- * <p>The Amazon Web Services resource that is the source of the path.</p>
7239
+ * <p>The ID or ARN of the source. If the resource is in another account, you must specify an ARN.</p>
6614
7240
  */
6615
7241
  Source: string | undefined;
6616
7242
  /**
6617
- * <p>The Amazon Web Services resource that is the destination of the path.</p>
7243
+ * <p>The ID or ARN of the destination. If the resource is in another account, you must specify an ARN.</p>
6618
7244
  */
6619
- Destination: string | undefined;
7245
+ Destination?: string;
6620
7246
  /**
6621
7247
  * <p>The protocol.</p>
6622
7248
  */
@@ -6640,8 +7266,56 @@ export interface CreateNetworkInsightsPathRequest {
6640
7266
  * see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">How to ensure idempotency</a>.</p>
6641
7267
  */
6642
7268
  ClientToken?: string;
7269
+ /**
7270
+ * <p>Scopes the analysis to network paths that match specific filters at the source. If you specify
7271
+ * this parameter, you can't specify the parameters for the source IP address or the destination port.</p>
7272
+ */
7273
+ FilterAtSource?: PathRequestFilter;
7274
+ /**
7275
+ * <p>Scopes the analysis to network paths that match specific filters at the destination. If you specify
7276
+ * this parameter, you can't specify the parameter for the destination IP address.</p>
7277
+ */
7278
+ FilterAtDestination?: PathRequestFilter;
7279
+ }
7280
+ /**
7281
+ * @public
7282
+ * <p>Describes a port range.</p>
7283
+ */
7284
+ export interface FilterPortRange {
7285
+ /**
7286
+ * <p>The first port in the range.</p>
7287
+ */
7288
+ FromPort?: number;
7289
+ /**
7290
+ * <p>The last port in the range.</p>
7291
+ */
7292
+ ToPort?: number;
7293
+ }
7294
+ /**
7295
+ * @public
7296
+ * <p>Describes a set of filters for a path analysis. Use path filters to scope the analysis when
7297
+ * there can be multiple resulting paths.</p>
7298
+ */
7299
+ export interface PathFilter {
7300
+ /**
7301
+ * <p>The source IPv4 address.</p>
7302
+ */
7303
+ SourceAddress?: string;
7304
+ /**
7305
+ * <p>The source port range.</p>
7306
+ */
7307
+ SourcePortRange?: FilterPortRange;
7308
+ /**
7309
+ * <p>The destination IPv4 address.</p>
7310
+ */
7311
+ DestinationAddress?: string;
7312
+ /**
7313
+ * <p>The destination port range.</p>
7314
+ */
7315
+ DestinationPortRange?: FilterPortRange;
6643
7316
  }
6644
7317
  /**
7318
+ * @public
6645
7319
  * <p>Describes a path.</p>
6646
7320
  */
6647
7321
  export interface NetworkInsightsPath {
@@ -6658,11 +7332,11 @@ export interface NetworkInsightsPath {
6658
7332
  */
6659
7333
  CreatedDate?: Date;
6660
7334
  /**
6661
- * <p>The Amazon Web Services resource that is the source of the path.</p>
7335
+ * <p>The ID of the source.</p>
6662
7336
  */
6663
7337
  Source?: string;
6664
7338
  /**
6665
- * <p>The Amazon Web Services resource that is the destination of the path.</p>
7339
+ * <p>The ID of the destination.</p>
6666
7340
  */
6667
7341
  Destination?: string;
6668
7342
  /**
@@ -6674,11 +7348,11 @@ export interface NetworkInsightsPath {
6674
7348
  */
6675
7349
  DestinationArn?: string;
6676
7350
  /**
6677
- * <p>The IP address of the Amazon Web Services resource that is the source of the path.</p>
7351
+ * <p>The IP address of the source.</p>
6678
7352
  */
6679
7353
  SourceIp?: string;
6680
7354
  /**
6681
- * <p>The IP address of the Amazon Web Services resource that is the destination of the path.</p>
7355
+ * <p>The IP address of the destination.</p>
6682
7356
  */
6683
7357
  DestinationIp?: string;
6684
7358
  /**
@@ -6693,18 +7367,35 @@ export interface NetworkInsightsPath {
6693
7367
  * <p>The tags associated with the path.</p>
6694
7368
  */
6695
7369
  Tags?: Tag[];
7370
+ /**
7371
+ * <p>Scopes the analysis to network paths that match specific filters at the source.</p>
7372
+ */
7373
+ FilterAtSource?: PathFilter;
7374
+ /**
7375
+ * <p>Scopes the analysis to network paths that match specific filters at the destination.</p>
7376
+ */
7377
+ FilterAtDestination?: PathFilter;
6696
7378
  }
7379
+ /**
7380
+ * @public
7381
+ */
6697
7382
  export interface CreateNetworkInsightsPathResult {
6698
7383
  /**
6699
7384
  * <p>Information about the path.</p>
6700
7385
  */
6701
7386
  NetworkInsightsPath?: NetworkInsightsPath;
6702
7387
  }
7388
+ /**
7389
+ * @public
7390
+ */
6703
7391
  export declare enum NetworkInterfaceCreationType {
6704
7392
  branch = "branch",
6705
7393
  efa = "efa",
6706
7394
  trunk = "trunk"
6707
7395
  }
7396
+ /**
7397
+ * @public
7398
+ */
6708
7399
  export interface CreateNetworkInterfaceRequest {
6709
7400
  /**
6710
7401
  * <p>A description for the network interface.</p>
@@ -6802,6 +7493,7 @@ export interface CreateNetworkInterfaceRequest {
6802
7493
  ClientToken?: string;
6803
7494
  }
6804
7495
  /**
7496
+ * @public
6805
7497
  * <p>Describes association information for an Elastic IP address (IPv4 only), or a Carrier
6806
7498
  * IP address (for a network interface which resides in a subnet in a Wavelength
6807
7499
  * Zone).</p>
@@ -6839,6 +7531,7 @@ export interface NetworkInterfaceAssociation {
6839
7531
  CarrierIp?: string;
6840
7532
  }
6841
7533
  /**
7534
+ * @public
6842
7535
  * <p>Describes the ENA Express configuration for UDP traffic on the network interface that's attached to
6843
7536
  * the instance.</p>
6844
7537
  */
@@ -6850,6 +7543,7 @@ export interface AttachmentEnaSrdUdpSpecification {
6850
7543
  EnaSrdUdpEnabled?: boolean;
6851
7544
  }
6852
7545
  /**
7546
+ * @public
6853
7547
  * <p>Describes the ENA Express configuration for the network interface that's attached to the instance.</p>
6854
7548
  */
6855
7549
  export interface AttachmentEnaSrdSpecification {
@@ -6864,6 +7558,7 @@ export interface AttachmentEnaSrdSpecification {
6864
7558
  EnaSrdUdpSpecification?: AttachmentEnaSrdUdpSpecification;
6865
7559
  }
6866
7560
  /**
7561
+ * @public
6867
7562
  * <p>Describes a network interface attachment.</p>
6868
7563
  */
6869
7564
  export interface NetworkInterfaceAttachment {
@@ -6905,6 +7600,7 @@ export interface NetworkInterfaceAttachment {
6905
7600
  EnaSrdSpecification?: AttachmentEnaSrdSpecification;
6906
7601
  }
6907
7602
  /**
7603
+ * @public
6908
7604
  * <p>Describes a security group.</p>
6909
7605
  */
6910
7606
  export interface GroupIdentifier {
@@ -6917,6 +7613,9 @@ export interface GroupIdentifier {
6917
7613
  */
6918
7614
  GroupId?: string;
6919
7615
  }
7616
+ /**
7617
+ * @public
7618
+ */
6920
7619
  export declare enum NetworkInterfaceType {
6921
7620
  api_gateway_managed = "api_gateway_managed",
6922
7621
  aws_codestar_connections_managed = "aws_codestar_connections_managed",
@@ -6937,6 +7636,7 @@ export declare enum NetworkInterfaceType {
6937
7636
  vpc_endpoint = "vpc_endpoint"
6938
7637
  }
6939
7638
  /**
7639
+ * @public
6940
7640
  * <p>Describes an IPv6 address associated with a network interface.</p>
6941
7641
  */
6942
7642
  export interface NetworkInterfaceIpv6Address {
@@ -6946,6 +7646,7 @@ export interface NetworkInterfaceIpv6Address {
6946
7646
  Ipv6Address?: string;
6947
7647
  }
6948
7648
  /**
7649
+ * @public
6949
7650
  * <p>Describes the IPv6 prefix.</p>
6950
7651
  */
6951
7652
  export interface Ipv6PrefixSpecification {
@@ -6955,6 +7656,7 @@ export interface Ipv6PrefixSpecification {
6955
7656
  Ipv6Prefix?: string;
6956
7657
  }
6957
7658
  /**
7659
+ * @public
6958
7660
  * <p>Describes the private IPv4 address of a network interface.</p>
6959
7661
  */
6960
7662
  export interface NetworkInterfacePrivateIpAddress {
@@ -6975,6 +7677,9 @@ export interface NetworkInterfacePrivateIpAddress {
6975
7677
  */
6976
7678
  PrivateIpAddress?: string;
6977
7679
  }
7680
+ /**
7681
+ * @public
7682
+ */
6978
7683
  export declare enum NetworkInterfaceStatus {
6979
7684
  associated = "associated",
6980
7685
  attaching = "attaching",
@@ -6983,6 +7688,7 @@ export declare enum NetworkInterfaceStatus {
6983
7688
  in_use = "in-use"
6984
7689
  }
6985
7690
  /**
7691
+ * @public
6986
7692
  * <p>Describes a network interface.</p>
6987
7693
  */
6988
7694
  export interface NetworkInterface {
@@ -7095,6 +7801,9 @@ export interface NetworkInterface {
7095
7801
  */
7096
7802
  Ipv6Address?: string;
7097
7803
  }
7804
+ /**
7805
+ * @public
7806
+ */
7098
7807
  export interface CreateNetworkInterfaceResult {
7099
7808
  /**
7100
7809
  * <p>Information about the network interface.</p>
@@ -7105,11 +7814,15 @@ export interface CreateNetworkInterfaceResult {
7105
7814
  */
7106
7815
  ClientToken?: string;
7107
7816
  }
7817
+ /**
7818
+ * @public
7819
+ */
7108
7820
  export declare enum InterfacePermissionType {
7109
7821
  EIP_ASSOCIATE = "EIP-ASSOCIATE",
7110
7822
  INSTANCE_ATTACH = "INSTANCE-ATTACH"
7111
7823
  }
7112
7824
  /**
7825
+ * @public
7113
7826
  * <p>Contains the parameters for CreateNetworkInterfacePermission.</p>
7114
7827
  */
7115
7828
  export interface CreateNetworkInterfacePermissionRequest {
@@ -7136,6 +7849,9 @@ export interface CreateNetworkInterfacePermissionRequest {
7136
7849
  */
7137
7850
  DryRun?: boolean;
7138
7851
  }
7852
+ /**
7853
+ * @public
7854
+ */
7139
7855
  export declare enum NetworkInterfacePermissionStateCode {
7140
7856
  granted = "granted",
7141
7857
  pending = "pending",
@@ -7143,6 +7859,7 @@ export declare enum NetworkInterfacePermissionStateCode {
7143
7859
  revoking = "revoking"
7144
7860
  }
7145
7861
  /**
7862
+ * @public
7146
7863
  * <p>Describes the state of a network interface permission.</p>
7147
7864
  */
7148
7865
  export interface NetworkInterfacePermissionState {
@@ -7156,6 +7873,7 @@ export interface NetworkInterfacePermissionState {
7156
7873
  StatusMessage?: string;
7157
7874
  }
7158
7875
  /**
7876
+ * @public
7159
7877
  * <p>Describes a permission for a network interface.</p>
7160
7878
  */
7161
7879
  export interface NetworkInterfacePermission {
@@ -7185,6 +7903,7 @@ export interface NetworkInterfacePermission {
7185
7903
  PermissionState?: NetworkInterfacePermissionState;
7186
7904
  }
7187
7905
  /**
7906
+ * @public
7188
7907
  * <p>Contains the output of CreateNetworkInterfacePermission.</p>
7189
7908
  */
7190
7909
  export interface CreateNetworkInterfacePermissionResult {
@@ -7193,15 +7912,24 @@ export interface CreateNetworkInterfacePermissionResult {
7193
7912
  */
7194
7913
  InterfacePermission?: NetworkInterfacePermission;
7195
7914
  }
7915
+ /**
7916
+ * @public
7917
+ */
7196
7918
  export declare enum SpreadLevel {
7197
7919
  host = "host",
7198
7920
  rack = "rack"
7199
7921
  }
7922
+ /**
7923
+ * @public
7924
+ */
7200
7925
  export declare enum PlacementStrategy {
7201
7926
  cluster = "cluster",
7202
7927
  partition = "partition",
7203
7928
  spread = "spread"
7204
7929
  }
7930
+ /**
7931
+ * @public
7932
+ */
7205
7933
  export interface CreatePlacementGroupRequest {
7206
7934
  /**
7207
7935
  * <p>Checks whether you have the required permissions for the action, without actually making the request,
@@ -7242,6 +7970,9 @@ export interface CreatePlacementGroupRequest {
7242
7970
  */
7243
7971
  SpreadLevel?: SpreadLevel | string;
7244
7972
  }
7973
+ /**
7974
+ * @public
7975
+ */
7245
7976
  export declare enum PlacementGroupState {
7246
7977
  available = "available",
7247
7978
  deleted = "deleted",
@@ -7249,6 +7980,7 @@ export declare enum PlacementGroupState {
7249
7980
  pending = "pending"
7250
7981
  }
7251
7982
  /**
7983
+ * @public
7252
7984
  * <p>Describes a placement group.</p>
7253
7985
  */
7254
7986
  export interface PlacementGroup {
@@ -7287,12 +8019,18 @@ export interface PlacementGroup {
7287
8019
  */
7288
8020
  SpreadLevel?: SpreadLevel | string;
7289
8021
  }
8022
+ /**
8023
+ * @public
8024
+ */
7290
8025
  export interface CreatePlacementGroupResult {
7291
8026
  /**
7292
8027
  * <p>Information about the placement group.</p>
7293
8028
  */
7294
8029
  PlacementGroup?: PlacementGroup;
7295
8030
  }
8031
+ /**
8032
+ * @public
8033
+ */
7296
8034
  export interface CreatePublicIpv4PoolRequest {
7297
8035
  /**
7298
8036
  * <p>A check for whether you have the required permissions for the action without actually making the request
@@ -7306,12 +8044,18 @@ export interface CreatePublicIpv4PoolRequest {
7306
8044
  */
7307
8045
  TagSpecifications?: TagSpecification[];
7308
8046
  }
8047
+ /**
8048
+ * @public
8049
+ */
7309
8050
  export interface CreatePublicIpv4PoolResult {
7310
8051
  /**
7311
8052
  * <p>The ID of the public IPv4 pool.</p>
7312
8053
  */
7313
8054
  PoolId?: string;
7314
8055
  }
8056
+ /**
8057
+ * @public
8058
+ */
7315
8059
  export interface CreateReplaceRootVolumeTaskRequest {
7316
8060
  /**
7317
8061
  * <p>The ID of the instance for which to replace the root volume.</p>
@@ -7358,6 +8102,9 @@ export interface CreateReplaceRootVolumeTaskRequest {
7358
8102
  */
7359
8103
  DeleteReplacedRootVolume?: boolean;
7360
8104
  }
8105
+ /**
8106
+ * @public
8107
+ */
7361
8108
  export declare enum ReplaceRootVolumeTaskState {
7362
8109
  failed = "failed",
7363
8110
  failed_detached = "failed-detached",
@@ -7367,6 +8114,7 @@ export declare enum ReplaceRootVolumeTaskState {
7367
8114
  succeeded = "succeeded"
7368
8115
  }
7369
8116
  /**
8117
+ * @public
7370
8118
  * <p>Information about a root volume replacement task.</p>
7371
8119
  */
7372
8120
  export interface ReplaceRootVolumeTask {
@@ -7443,197 +8191,22 @@ export interface ReplaceRootVolumeTask {
7443
8191
  */
7444
8192
  DeleteReplacedRootVolume?: boolean;
7445
8193
  }
7446
- export interface CreateReplaceRootVolumeTaskResult {
7447
- /**
7448
- * <p>Information about the root volume replacement task.</p>
7449
- */
7450
- ReplaceRootVolumeTask?: ReplaceRootVolumeTask;
7451
- }
7452
8194
  /**
7453
- * <p>Describes the price for a Reserved Instance.</p>
8195
+ * @internal
7454
8196
  */
7455
- export interface PriceScheduleSpecification {
7456
- /**
7457
- * <p>The currency for transacting the Reserved Instance resale.
7458
- * At this time, the only supported currency is <code>USD</code>.</p>
7459
- */
7460
- CurrencyCode?: CurrencyCodeValues | string;
7461
- /**
7462
- * <p>The fixed price for the term.</p>
7463
- */
7464
- Price?: number;
7465
- /**
7466
- * <p>The number of months remaining in the reservation. For example, 2 is the second to the last month before the capacity reservation expires.</p>
7467
- */
7468
- Term?: number;
7469
- }
8197
+ export declare const ClientVpnAuthenticationRequestFilterSensitiveLog: (obj: ClientVpnAuthenticationRequest) => any;
7470
8198
  /**
7471
- * <p>Contains the parameters for CreateReservedInstancesListing.</p>
8199
+ * @internal
7472
8200
  */
7473
- export interface CreateReservedInstancesListingRequest {
7474
- /**
7475
- * <p>Unique, case-sensitive identifier you provide to ensure idempotency of your
7476
- * listings. This helps avoid duplicate listings. For more information, see
7477
- * <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensuring Idempotency</a>.</p>
7478
- */
7479
- ClientToken: string | undefined;
7480
- /**
7481
- * <p>The number of instances that are a part of a Reserved Instance account to be listed in the Reserved Instance Marketplace. This number should be less than or equal to the instance count associated with the Reserved Instance ID specified in this call.</p>
7482
- */
7483
- InstanceCount: number | undefined;
7484
- /**
7485
- * <p>A list specifying the price of the Standard Reserved Instance for each month remaining in the Reserved Instance term.</p>
7486
- */
7487
- PriceSchedules: PriceScheduleSpecification[] | undefined;
7488
- /**
7489
- * <p>The ID of the active Standard Reserved Instance.</p>
7490
- */
7491
- ReservedInstancesId: string | undefined;
7492
- }
8201
+ export declare const ClientConnectOptionsFilterSensitiveLog: (obj: ClientConnectOptions) => any;
7493
8202
  /**
7494
- * <p>Contains the output of CreateReservedInstancesListing.</p>
8203
+ * @internal
7495
8204
  */
7496
- export interface CreateReservedInstancesListingResult {
7497
- /**
7498
- * <p>Information about the Standard Reserved Instance listing.</p>
7499
- */
7500
- ReservedInstancesListings?: ReservedInstancesListing[];
7501
- }
7502
- export interface CreateRestoreImageTaskRequest {
7503
- /**
7504
- * <p>The name of the Amazon S3 bucket that contains the stored AMI object.</p>
7505
- */
7506
- Bucket: string | undefined;
7507
- /**
7508
- * <p>The name of the stored AMI object in the bucket.</p>
7509
- */
7510
- ObjectKey: string | undefined;
7511
- /**
7512
- * <p>The name for the restored AMI. The name must be unique for AMIs in the Region for this
7513
- * account. If you do not provide a name, the new AMI gets the same name as the original
7514
- * AMI.</p>
7515
- */
7516
- Name?: string;
7517
- /**
7518
- * <p>The tags to apply to the AMI and snapshots on restoration. You can tag the AMI, the
7519
- * snapshots, or both.</p>
7520
- * <ul>
7521
- * <li>
7522
- * <p>To tag the AMI, the value for <code>ResourceType</code> must be <code>image</code>.</p>
7523
- * </li>
7524
- * <li>
7525
- * <p>To
7526
- * tag the snapshots, the value for <code>ResourceType</code> must be <code>snapshot</code>. The
7527
- * same tag is applied to all of the snapshots that are created.</p>
7528
- * </li>
7529
- * </ul>
7530
- */
7531
- TagSpecifications?: TagSpecification[];
7532
- /**
7533
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
7534
- * and provides an error response. If you have the required permissions, the error response is
7535
- * <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
7536
- */
7537
- DryRun?: boolean;
7538
- }
7539
- export interface CreateRestoreImageTaskResult {
7540
- /**
7541
- * <p>The AMI ID.</p>
7542
- */
7543
- ImageId?: string;
7544
- }
7545
- export interface CreateRouteRequest {
7546
- /**
7547
- * <p>The IPv4 CIDR address block used for the destination match. Routing decisions are based on the most specific match. We modify the specified CIDR block to its canonical form; for example, if you specify <code>100.68.0.18/18</code>, we modify it to <code>100.68.0.0/18</code>.</p>
7548
- */
7549
- DestinationCidrBlock?: string;
7550
- /**
7551
- * <p>The IPv6 CIDR block used for the destination match. Routing decisions are based on the most specific match.</p>
7552
- */
7553
- DestinationIpv6CidrBlock?: string;
7554
- /**
7555
- * <p>The ID of a prefix list used for the destination match.</p>
7556
- */
7557
- DestinationPrefixListId?: string;
7558
- /**
7559
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
7560
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
7561
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
7562
- */
7563
- DryRun?: boolean;
7564
- /**
7565
- * <p>The ID of a VPC endpoint. Supported for Gateway Load Balancer endpoints only.</p>
7566
- */
7567
- VpcEndpointId?: string;
7568
- /**
7569
- * <p>[IPv6 traffic only] The ID of an egress-only internet gateway.</p>
7570
- */
7571
- EgressOnlyInternetGatewayId?: string;
7572
- /**
7573
- * <p>The ID of an internet gateway or virtual private gateway attached to your
7574
- * VPC.</p>
7575
- */
7576
- GatewayId?: string;
7577
- /**
7578
- * <p>The ID of a NAT instance in your VPC. The operation fails if you specify an instance ID unless exactly one network interface is attached.</p>
7579
- */
7580
- InstanceId?: string;
7581
- /**
7582
- * <p>[IPv4 traffic only] The ID of a NAT gateway.</p>
7583
- */
7584
- NatGatewayId?: string;
7585
- /**
7586
- * <p>The ID of a transit gateway.</p>
7587
- */
7588
- TransitGatewayId?: string;
7589
- /**
7590
- * <p>The ID of the local gateway.</p>
7591
- */
7592
- LocalGatewayId?: string;
7593
- /**
7594
- * <p>The ID of the carrier gateway.</p>
7595
- * <p>You can only use this option when the VPC contains a subnet which is associated with a Wavelength Zone.</p>
7596
- */
7597
- CarrierGatewayId?: string;
7598
- /**
7599
- * <p>The ID of a network interface.</p>
7600
- */
7601
- NetworkInterfaceId?: string;
7602
- /**
7603
- * <p>The ID of the route table for the route.</p>
7604
- */
7605
- RouteTableId: string | undefined;
7606
- /**
7607
- * <p>The ID of a VPC peering connection.</p>
7608
- */
7609
- VpcPeeringConnectionId?: string;
7610
- /**
7611
- * <p>The Amazon Resource Name (ARN) of the core network.</p>
7612
- */
7613
- CoreNetworkArn?: string;
7614
- }
7615
- export interface CreateRouteResult {
7616
- /**
7617
- * <p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>
7618
- */
7619
- Return?: boolean;
7620
- }
7621
- export interface CreateRouteTableRequest {
7622
- /**
7623
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
7624
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
7625
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
7626
- */
7627
- DryRun?: boolean;
7628
- /**
7629
- * <p>The ID of the VPC.</p>
7630
- */
7631
- VpcId: string | undefined;
7632
- /**
7633
- * <p>The tags to assign to the route table.</p>
7634
- */
7635
- TagSpecifications?: TagSpecification[];
7636
- }
8205
+ export declare const ClientLoginBannerOptionsFilterSensitiveLog: (obj: ClientLoginBannerOptions) => any;
8206
+ /**
8207
+ * @internal
8208
+ */
8209
+ export declare const ConnectionLogOptionsFilterSensitiveLog: (obj: ConnectionLogOptions) => any;
7637
8210
  /**
7638
8211
  * @internal
7639
8212
  */
@@ -8414,10 +8987,26 @@ export declare const NetworkInsightsAccessScopeContentFilterSensitiveLog: (obj:
8414
8987
  * @internal
8415
8988
  */
8416
8989
  export declare const CreateNetworkInsightsAccessScopeResultFilterSensitiveLog: (obj: CreateNetworkInsightsAccessScopeResult) => any;
8990
+ /**
8991
+ * @internal
8992
+ */
8993
+ export declare const RequestFilterPortRangeFilterSensitiveLog: (obj: RequestFilterPortRange) => any;
8994
+ /**
8995
+ * @internal
8996
+ */
8997
+ export declare const PathRequestFilterFilterSensitiveLog: (obj: PathRequestFilter) => any;
8417
8998
  /**
8418
8999
  * @internal
8419
9000
  */
8420
9001
  export declare const CreateNetworkInsightsPathRequestFilterSensitiveLog: (obj: CreateNetworkInsightsPathRequest) => any;
9002
+ /**
9003
+ * @internal
9004
+ */
9005
+ export declare const FilterPortRangeFilterSensitiveLog: (obj: FilterPortRange) => any;
9006
+ /**
9007
+ * @internal
9008
+ */
9009
+ export declare const PathFilterFilterSensitiveLog: (obj: PathFilter) => any;
8421
9010
  /**
8422
9011
  * @internal
8423
9012
  */
@@ -8514,39 +9103,3 @@ export declare const CreateReplaceRootVolumeTaskRequestFilterSensitiveLog: (obj:
8514
9103
  * @internal
8515
9104
  */
8516
9105
  export declare const ReplaceRootVolumeTaskFilterSensitiveLog: (obj: ReplaceRootVolumeTask) => any;
8517
- /**
8518
- * @internal
8519
- */
8520
- export declare const CreateReplaceRootVolumeTaskResultFilterSensitiveLog: (obj: CreateReplaceRootVolumeTaskResult) => any;
8521
- /**
8522
- * @internal
8523
- */
8524
- export declare const PriceScheduleSpecificationFilterSensitiveLog: (obj: PriceScheduleSpecification) => any;
8525
- /**
8526
- * @internal
8527
- */
8528
- export declare const CreateReservedInstancesListingRequestFilterSensitiveLog: (obj: CreateReservedInstancesListingRequest) => any;
8529
- /**
8530
- * @internal
8531
- */
8532
- export declare const CreateReservedInstancesListingResultFilterSensitiveLog: (obj: CreateReservedInstancesListingResult) => any;
8533
- /**
8534
- * @internal
8535
- */
8536
- export declare const CreateRestoreImageTaskRequestFilterSensitiveLog: (obj: CreateRestoreImageTaskRequest) => any;
8537
- /**
8538
- * @internal
8539
- */
8540
- export declare const CreateRestoreImageTaskResultFilterSensitiveLog: (obj: CreateRestoreImageTaskResult) => any;
8541
- /**
8542
- * @internal
8543
- */
8544
- export declare const CreateRouteRequestFilterSensitiveLog: (obj: CreateRouteRequest) => any;
8545
- /**
8546
- * @internal
8547
- */
8548
- export declare const CreateRouteResultFilterSensitiveLog: (obj: CreateRouteResult) => any;
8549
- /**
8550
- * @internal
8551
- */
8552
- export declare const CreateRouteTableRequestFilterSensitiveLog: (obj: CreateRouteTableRequest) => any;