@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,147 @@
1
- import { _InstanceType, AccountAttribute, AccountAttributeName, ActiveInstance, Address, AddressAttribute, AddressAttributeName, AddressTransfer, AllocationState, AllowsMultipleInstanceTypes, AssociationStatus, AttachmentStatus, AutoPlacement, BundleTask, ByoipCidr, CapacityReservation, CapacityReservationFleetState, CarrierGateway, ClientVpnAuthenticationType, ClientVpnAuthorizationRuleStatus, CurrencyCodeValues, FleetCapacityReservation, FleetCapacityReservationTenancy, FleetInstanceMatchCriteria, HostMaintenance, HostRecovery, IamInstanceProfileAssociation, InstanceEventWindow, Tag, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, UnsuccessfulItem, VerifiedAccessInstance, VerifiedAccessTrustProvider } from "./models_0";
2
- import { AttributeValue, BlockDeviceMapping, CapacityReservationPreference, CapacityReservationTargetResponse, ClientVpnEndpointStatus, ClientVpnRouteStatus, CoipPool, CustomerGateway, DefaultTargetCapacityType, DestinationFileFormat, DhcpOptions, DiskImageFormat, EgressOnlyInternetGateway, ExportTask, FleetCapacityReservationUsageStrategy, FleetExcessCapacityTerminationPolicy, FleetLaunchTemplateOverrides, FleetLaunchTemplateSpecification, FleetOnDemandAllocationStrategy, FleetReplacementStrategy, FleetType, GroupIdentifier, HostnameType, InstanceIpv6Address, InstanceLifecycle, LaunchTemplateAndOverridesResponse, LogDestinationType, NetworkInterfaceStatus, PlatformValues, SpotAllocationStrategy, SpotInstanceInterruptionBehavior, StateReason, TargetCapacityUnitType, TrafficType, TransportProtocol } from "./models_1";
3
- import { FleetStateCode, TransitGateway, TransitGatewayConnect, TransitGatewayConnectPeer, TransitGatewayMulticastDomain, TransitGatewayPolicyTable, TransitGatewayPrefixListReference, TransitGatewayRoute, TransitGatewayRouteTable, TransitGatewayRouteTableAnnouncement, VerifiedAccessEndpoint, VerifiedAccessGroup } from "./models_2";
1
+ import { _InstanceType, AccountAttribute, AccountAttributeName, ActiveInstance, Address, AddressAttribute, AddressAttributeName, AddressTransfer, AllocationState, AllowsMultipleInstanceTypes, AssociationStatus, AttachmentStatus, AutoPlacement, BundleTask, ByoipCidr, CapacityReservation, CapacityReservationFleetState, CarrierGateway, ClientVpnAuthorizationRuleStatus, CurrencyCodeValues, FleetCapacityReservation, FleetCapacityReservationTenancy, FleetInstanceMatchCriteria, HostMaintenance, HostRecovery, IamInstanceProfileAssociation, InstanceEventWindow, Tag, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, UnsuccessfulItem, VerifiedAccessInstance, VerifiedAccessTrustProvider } from "./models_0";
2
+ import { AttributeValue, BlockDeviceMapping, CapacityReservationPreference, CapacityReservationTargetResponse, ClientVpnAuthenticationType, ClientVpnEndpointStatus, ClientVpnRouteStatus, CoipPool, CustomerGateway, DefaultTargetCapacityType, DestinationFileFormat, DhcpOptions, DiskImageFormat, EgressOnlyInternetGateway, ExportTask, FleetCapacityReservationUsageStrategy, FleetExcessCapacityTerminationPolicy, FleetLaunchTemplateOverrides, FleetLaunchTemplateSpecification, FleetOnDemandAllocationStrategy, FleetReplacementStrategy, FleetType, GroupIdentifier, InstanceLifecycle, LaunchTemplateAndOverridesResponse, LogDestinationType, PlatformValues, SpotAllocationStrategy, SpotInstanceInterruptionBehavior, StateReason, TargetCapacityUnitType, TrafficType, TransportProtocol } from "./models_1";
3
+ import { FleetStateCode, SubnetCidrReservation, TransitGateway, TransitGatewayConnect, TransitGatewayConnectPeer, TransitGatewayMulticastDomain, TransitGatewayPolicyTable, TransitGatewayPrefixListReference, TransitGatewayRoute, TransitGatewayRouteTable, TransitGatewayRouteTableAnnouncement, VerifiedAccessEndpoint, VerifiedAccessGroup } from "./models_2";
4
+ /**
5
+ * @public
6
+ */
7
+ export interface DeleteSubnetRequest {
8
+ /**
9
+ * <p>The ID of the subnet.</p>
10
+ */
11
+ SubnetId: string | undefined;
12
+ /**
13
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
14
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
15
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
16
+ */
17
+ DryRun?: boolean;
18
+ }
19
+ /**
20
+ * @public
21
+ */
22
+ export interface DeleteSubnetCidrReservationRequest {
23
+ /**
24
+ * <p>The ID of the subnet CIDR reservation.</p>
25
+ */
26
+ SubnetCidrReservationId: string | undefined;
27
+ /**
28
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
29
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
30
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
31
+ */
32
+ DryRun?: boolean;
33
+ }
34
+ /**
35
+ * @public
36
+ */
37
+ export interface DeleteSubnetCidrReservationResult {
38
+ /**
39
+ * <p>Information about the deleted subnet CIDR reservation.</p>
40
+ */
41
+ DeletedSubnetCidrReservation?: SubnetCidrReservation;
42
+ }
43
+ /**
44
+ * @public
45
+ */
46
+ export interface DeleteTagsRequest {
47
+ /**
48
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
49
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
50
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
51
+ */
52
+ DryRun?: boolean;
53
+ /**
54
+ * <p>The IDs of the resources, separated by spaces.</p>
55
+ * <p>Constraints: Up to 1000 resource IDs. We recommend breaking up this request into smaller batches.</p>
56
+ */
57
+ Resources: string[] | undefined;
58
+ /**
59
+ * <p>The tags to delete. Specify a tag key and an optional tag value to delete
60
+ * specific tags. If you specify a tag key without a tag value, we delete any tag with this
61
+ * key regardless of its value. If you specify a tag key with an empty string as the tag
62
+ * value, we delete the tag only if its value is an empty string.</p>
63
+ * <p>If you omit this parameter, we delete all user-defined tags for the specified
64
+ * resources. We do not delete Amazon Web Services-generated tags (tags that have the <code>aws:</code>
65
+ * prefix).</p>
66
+ * <p>Constraints: Up to 1000 tags.</p>
67
+ */
68
+ Tags?: Tag[];
69
+ }
70
+ /**
71
+ * @public
72
+ */
73
+ export interface DeleteTrafficMirrorFilterRequest {
74
+ /**
75
+ * <p>The ID of the Traffic Mirror filter.</p>
76
+ */
77
+ TrafficMirrorFilterId: string | undefined;
78
+ /**
79
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
80
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
81
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
82
+ */
83
+ DryRun?: boolean;
84
+ }
85
+ /**
86
+ * @public
87
+ */
88
+ export interface DeleteTrafficMirrorFilterResult {
89
+ /**
90
+ * <p>The ID of the Traffic Mirror filter.</p>
91
+ */
92
+ TrafficMirrorFilterId?: string;
93
+ }
94
+ /**
95
+ * @public
96
+ */
97
+ export interface DeleteTrafficMirrorFilterRuleRequest {
98
+ /**
99
+ * <p>The ID of the Traffic Mirror rule.</p>
100
+ */
101
+ TrafficMirrorFilterRuleId: string | undefined;
102
+ /**
103
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
104
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
105
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
106
+ */
107
+ DryRun?: boolean;
108
+ }
109
+ /**
110
+ * @public
111
+ */
112
+ export interface DeleteTrafficMirrorFilterRuleResult {
113
+ /**
114
+ * <p>The ID of the deleted Traffic Mirror rule.</p>
115
+ */
116
+ TrafficMirrorFilterRuleId?: string;
117
+ }
118
+ /**
119
+ * @public
120
+ */
121
+ export interface DeleteTrafficMirrorSessionRequest {
122
+ /**
123
+ * <p>The ID of the Traffic Mirror session.</p>
124
+ */
125
+ TrafficMirrorSessionId: string | undefined;
126
+ /**
127
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
128
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
129
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
130
+ */
131
+ DryRun?: boolean;
132
+ }
133
+ /**
134
+ * @public
135
+ */
4
136
  export interface DeleteTrafficMirrorSessionResult {
5
137
  /**
6
138
  * <p>The ID of the deleted Traffic Mirror session.</p>
7
139
  */
8
140
  TrafficMirrorSessionId?: string;
9
141
  }
142
+ /**
143
+ * @public
144
+ */
10
145
  export interface DeleteTrafficMirrorTargetRequest {
11
146
  /**
12
147
  * <p>The ID of the Traffic Mirror target.</p>
@@ -19,12 +154,18 @@ export interface DeleteTrafficMirrorTargetRequest {
19
154
  */
20
155
  DryRun?: boolean;
21
156
  }
157
+ /**
158
+ * @public
159
+ */
22
160
  export interface DeleteTrafficMirrorTargetResult {
23
161
  /**
24
162
  * <p>The ID of the deleted Traffic Mirror target.</p>
25
163
  */
26
164
  TrafficMirrorTargetId?: string;
27
165
  }
166
+ /**
167
+ * @public
168
+ */
28
169
  export interface DeleteTransitGatewayRequest {
29
170
  /**
30
171
  * <p>The ID of the transit gateway.</p>
@@ -37,12 +178,18 @@ export interface DeleteTransitGatewayRequest {
37
178
  */
38
179
  DryRun?: boolean;
39
180
  }
181
+ /**
182
+ * @public
183
+ */
40
184
  export interface DeleteTransitGatewayResult {
41
185
  /**
42
186
  * <p>Information about the deleted transit gateway.</p>
43
187
  */
44
188
  TransitGateway?: TransitGateway;
45
189
  }
190
+ /**
191
+ * @public
192
+ */
46
193
  export interface DeleteTransitGatewayConnectRequest {
47
194
  /**
48
195
  * <p>The ID of the Connect attachment.</p>
@@ -55,12 +202,18 @@ export interface DeleteTransitGatewayConnectRequest {
55
202
  */
56
203
  DryRun?: boolean;
57
204
  }
205
+ /**
206
+ * @public
207
+ */
58
208
  export interface DeleteTransitGatewayConnectResult {
59
209
  /**
60
210
  * <p>Information about the deleted Connect attachment.</p>
61
211
  */
62
212
  TransitGatewayConnect?: TransitGatewayConnect;
63
213
  }
214
+ /**
215
+ * @public
216
+ */
64
217
  export interface DeleteTransitGatewayConnectPeerRequest {
65
218
  /**
66
219
  * <p>The ID of the Connect peer.</p>
@@ -73,12 +226,18 @@ export interface DeleteTransitGatewayConnectPeerRequest {
73
226
  */
74
227
  DryRun?: boolean;
75
228
  }
229
+ /**
230
+ * @public
231
+ */
76
232
  export interface DeleteTransitGatewayConnectPeerResult {
77
233
  /**
78
234
  * <p>Information about the deleted Connect peer.</p>
79
235
  */
80
236
  TransitGatewayConnectPeer?: TransitGatewayConnectPeer;
81
237
  }
238
+ /**
239
+ * @public
240
+ */
82
241
  export interface DeleteTransitGatewayMulticastDomainRequest {
83
242
  /**
84
243
  * <p>The ID of the transit gateway multicast domain.</p>
@@ -91,12 +250,18 @@ export interface DeleteTransitGatewayMulticastDomainRequest {
91
250
  */
92
251
  DryRun?: boolean;
93
252
  }
253
+ /**
254
+ * @public
255
+ */
94
256
  export interface DeleteTransitGatewayMulticastDomainResult {
95
257
  /**
96
258
  * <p>Information about the deleted transit gateway multicast domain.</p>
97
259
  */
98
260
  TransitGatewayMulticastDomain?: TransitGatewayMulticastDomain;
99
261
  }
262
+ /**
263
+ * @public
264
+ */
100
265
  export interface DeleteTransitGatewayPeeringAttachmentRequest {
101
266
  /**
102
267
  * <p>The ID of the transit gateway peering attachment.</p>
@@ -109,12 +274,18 @@ export interface DeleteTransitGatewayPeeringAttachmentRequest {
109
274
  */
110
275
  DryRun?: boolean;
111
276
  }
277
+ /**
278
+ * @public
279
+ */
112
280
  export interface DeleteTransitGatewayPeeringAttachmentResult {
113
281
  /**
114
282
  * <p>The transit gateway peering attachment.</p>
115
283
  */
116
284
  TransitGatewayPeeringAttachment?: TransitGatewayPeeringAttachment;
117
285
  }
286
+ /**
287
+ * @public
288
+ */
118
289
  export interface DeleteTransitGatewayPolicyTableRequest {
119
290
  /**
120
291
  * <p>The transit gateway policy table to delete.</p>
@@ -127,12 +298,18 @@ export interface DeleteTransitGatewayPolicyTableRequest {
127
298
  */
128
299
  DryRun?: boolean;
129
300
  }
301
+ /**
302
+ * @public
303
+ */
130
304
  export interface DeleteTransitGatewayPolicyTableResult {
131
305
  /**
132
306
  * <p>Provides details about the deleted transit gateway policy table.</p>
133
307
  */
134
308
  TransitGatewayPolicyTable?: TransitGatewayPolicyTable;
135
309
  }
310
+ /**
311
+ * @public
312
+ */
136
313
  export interface DeleteTransitGatewayPrefixListReferenceRequest {
137
314
  /**
138
315
  * <p>The ID of the route table.</p>
@@ -149,12 +326,18 @@ export interface DeleteTransitGatewayPrefixListReferenceRequest {
149
326
  */
150
327
  DryRun?: boolean;
151
328
  }
329
+ /**
330
+ * @public
331
+ */
152
332
  export interface DeleteTransitGatewayPrefixListReferenceResult {
153
333
  /**
154
334
  * <p>Information about the deleted prefix list reference.</p>
155
335
  */
156
336
  TransitGatewayPrefixListReference?: TransitGatewayPrefixListReference;
157
337
  }
338
+ /**
339
+ * @public
340
+ */
158
341
  export interface DeleteTransitGatewayRouteRequest {
159
342
  /**
160
343
  * <p>The ID of the transit gateway route table.</p>
@@ -171,12 +354,18 @@ export interface DeleteTransitGatewayRouteRequest {
171
354
  */
172
355
  DryRun?: boolean;
173
356
  }
357
+ /**
358
+ * @public
359
+ */
174
360
  export interface DeleteTransitGatewayRouteResult {
175
361
  /**
176
362
  * <p>Information about the route.</p>
177
363
  */
178
364
  Route?: TransitGatewayRoute;
179
365
  }
366
+ /**
367
+ * @public
368
+ */
180
369
  export interface DeleteTransitGatewayRouteTableRequest {
181
370
  /**
182
371
  * <p>The ID of the transit gateway route table.</p>
@@ -189,12 +378,18 @@ export interface DeleteTransitGatewayRouteTableRequest {
189
378
  */
190
379
  DryRun?: boolean;
191
380
  }
381
+ /**
382
+ * @public
383
+ */
192
384
  export interface DeleteTransitGatewayRouteTableResult {
193
385
  /**
194
386
  * <p>Information about the deleted transit gateway route table.</p>
195
387
  */
196
388
  TransitGatewayRouteTable?: TransitGatewayRouteTable;
197
389
  }
390
+ /**
391
+ * @public
392
+ */
198
393
  export interface DeleteTransitGatewayRouteTableAnnouncementRequest {
199
394
  /**
200
395
  * <p>The transit gateway route table ID that's being deleted. </p>
@@ -207,12 +402,18 @@ export interface DeleteTransitGatewayRouteTableAnnouncementRequest {
207
402
  */
208
403
  DryRun?: boolean;
209
404
  }
405
+ /**
406
+ * @public
407
+ */
210
408
  export interface DeleteTransitGatewayRouteTableAnnouncementResult {
211
409
  /**
212
410
  * <p>Provides details about a deleted transit gateway route table.</p>
213
411
  */
214
412
  TransitGatewayRouteTableAnnouncement?: TransitGatewayRouteTableAnnouncement;
215
413
  }
414
+ /**
415
+ * @public
416
+ */
216
417
  export interface DeleteTransitGatewayVpcAttachmentRequest {
217
418
  /**
218
419
  * <p>The ID of the attachment.</p>
@@ -225,12 +426,18 @@ export interface DeleteTransitGatewayVpcAttachmentRequest {
225
426
  */
226
427
  DryRun?: boolean;
227
428
  }
429
+ /**
430
+ * @public
431
+ */
228
432
  export interface DeleteTransitGatewayVpcAttachmentResult {
229
433
  /**
230
434
  * <p>Information about the deleted VPC attachment.</p>
231
435
  */
232
436
  TransitGatewayVpcAttachment?: TransitGatewayVpcAttachment;
233
437
  }
438
+ /**
439
+ * @public
440
+ */
234
441
  export interface DeleteVerifiedAccessEndpointRequest {
235
442
  /**
236
443
  * <p>The ID of the Amazon Web Services Verified Access endpoint.</p>
@@ -248,12 +455,18 @@ export interface DeleteVerifiedAccessEndpointRequest {
248
455
  */
249
456
  DryRun?: boolean;
250
457
  }
458
+ /**
459
+ * @public
460
+ */
251
461
  export interface DeleteVerifiedAccessEndpointResult {
252
462
  /**
253
463
  * <p>The ID of the Amazon Web Services Verified Access endpoint.</p>
254
464
  */
255
465
  VerifiedAccessEndpoint?: VerifiedAccessEndpoint;
256
466
  }
467
+ /**
468
+ * @public
469
+ */
257
470
  export interface DeleteVerifiedAccessGroupRequest {
258
471
  /**
259
472
  * <p>The ID of the Amazon Web Services Verified Access group.</p>
@@ -271,12 +484,18 @@ export interface DeleteVerifiedAccessGroupRequest {
271
484
  */
272
485
  DryRun?: boolean;
273
486
  }
487
+ /**
488
+ * @public
489
+ */
274
490
  export interface DeleteVerifiedAccessGroupResult {
275
491
  /**
276
492
  * <p>The ID of the Amazon Web Services Verified Access group.</p>
277
493
  */
278
494
  VerifiedAccessGroup?: VerifiedAccessGroup;
279
495
  }
496
+ /**
497
+ * @public
498
+ */
280
499
  export interface DeleteVerifiedAccessInstanceRequest {
281
500
  /**
282
501
  * <p>The ID of the Amazon Web Services Verified Access instance.</p>
@@ -294,12 +513,18 @@ export interface DeleteVerifiedAccessInstanceRequest {
294
513
  */
295
514
  ClientToken?: string;
296
515
  }
516
+ /**
517
+ * @public
518
+ */
297
519
  export interface DeleteVerifiedAccessInstanceResult {
298
520
  /**
299
521
  * <p>The ID of the Amazon Web Services Verified Access instance.</p>
300
522
  */
301
523
  VerifiedAccessInstance?: VerifiedAccessInstance;
302
524
  }
525
+ /**
526
+ * @public
527
+ */
303
528
  export interface DeleteVerifiedAccessTrustProviderRequest {
304
529
  /**
305
530
  * <p>The ID of the Amazon Web Services Verified Access trust provider.</p>
@@ -317,12 +542,18 @@ export interface DeleteVerifiedAccessTrustProviderRequest {
317
542
  */
318
543
  ClientToken?: string;
319
544
  }
545
+ /**
546
+ * @public
547
+ */
320
548
  export interface DeleteVerifiedAccessTrustProviderResult {
321
549
  /**
322
550
  * <p>The ID of the Amazon Web Services Verified Access trust provider.</p>
323
551
  */
324
552
  VerifiedAccessTrustProvider?: VerifiedAccessTrustProvider;
325
553
  }
554
+ /**
555
+ * @public
556
+ */
326
557
  export interface DeleteVolumeRequest {
327
558
  /**
328
559
  * <p>The ID of the volume.</p>
@@ -335,6 +566,9 @@ export interface DeleteVolumeRequest {
335
566
  */
336
567
  DryRun?: boolean;
337
568
  }
569
+ /**
570
+ * @public
571
+ */
338
572
  export interface DeleteVpcRequest {
339
573
  /**
340
574
  * <p>The ID of the VPC.</p>
@@ -347,6 +581,9 @@ export interface DeleteVpcRequest {
347
581
  */
348
582
  DryRun?: boolean;
349
583
  }
584
+ /**
585
+ * @public
586
+ */
350
587
  export interface DeleteVpcEndpointConnectionNotificationsRequest {
351
588
  /**
352
589
  * <p>Checks whether you have the required permissions for the action, without actually making the request,
@@ -359,6 +596,9 @@ export interface DeleteVpcEndpointConnectionNotificationsRequest {
359
596
  */
360
597
  ConnectionNotificationIds: string[] | undefined;
361
598
  }
599
+ /**
600
+ * @public
601
+ */
362
602
  export interface DeleteVpcEndpointConnectionNotificationsResult {
363
603
  /**
364
604
  * <p>Information about the notifications that could not be deleted
@@ -366,6 +606,9 @@ export interface DeleteVpcEndpointConnectionNotificationsResult {
366
606
  */
367
607
  Unsuccessful?: UnsuccessfulItem[];
368
608
  }
609
+ /**
610
+ * @public
611
+ */
369
612
  export interface DeleteVpcEndpointsRequest {
370
613
  /**
371
614
  * <p>Checks whether you have the required permissions for the action, without actually making the request,
@@ -378,12 +621,18 @@ export interface DeleteVpcEndpointsRequest {
378
621
  */
379
622
  VpcEndpointIds: string[] | undefined;
380
623
  }
624
+ /**
625
+ * @public
626
+ */
381
627
  export interface DeleteVpcEndpointsResult {
382
628
  /**
383
629
  * <p>Information about the VPC endpoints that were not successfully deleted.</p>
384
630
  */
385
631
  Unsuccessful?: UnsuccessfulItem[];
386
632
  }
633
+ /**
634
+ * @public
635
+ */
387
636
  export interface DeleteVpcEndpointServiceConfigurationsRequest {
388
637
  /**
389
638
  * <p>Checks whether you have the required permissions for the action, without actually making the request,
@@ -396,6 +645,9 @@ export interface DeleteVpcEndpointServiceConfigurationsRequest {
396
645
  */
397
646
  ServiceIds: string[] | undefined;
398
647
  }
648
+ /**
649
+ * @public
650
+ */
399
651
  export interface DeleteVpcEndpointServiceConfigurationsResult {
400
652
  /**
401
653
  * <p>Information about the service configurations that were not deleted, if
@@ -403,6 +655,9 @@ export interface DeleteVpcEndpointServiceConfigurationsResult {
403
655
  */
404
656
  Unsuccessful?: UnsuccessfulItem[];
405
657
  }
658
+ /**
659
+ * @public
660
+ */
406
661
  export interface DeleteVpcPeeringConnectionRequest {
407
662
  /**
408
663
  * <p>Checks whether you have the required permissions for the action, without actually making the request,
@@ -415,6 +670,9 @@ export interface DeleteVpcPeeringConnectionRequest {
415
670
  */
416
671
  VpcPeeringConnectionId: string | undefined;
417
672
  }
673
+ /**
674
+ * @public
675
+ */
418
676
  export interface DeleteVpcPeeringConnectionResult {
419
677
  /**
420
678
  * <p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>
@@ -422,6 +680,7 @@ export interface DeleteVpcPeeringConnectionResult {
422
680
  Return?: boolean;
423
681
  }
424
682
  /**
683
+ * @public
425
684
  * <p>Contains the parameters for DeleteVpnConnection.</p>
426
685
  */
427
686
  export interface DeleteVpnConnectionRequest {
@@ -438,6 +697,7 @@ export interface DeleteVpnConnectionRequest {
438
697
  DryRun?: boolean;
439
698
  }
440
699
  /**
700
+ * @public
441
701
  * <p>Contains the parameters for DeleteVpnConnectionRoute.</p>
442
702
  */
443
703
  export interface DeleteVpnConnectionRouteRequest {
@@ -451,6 +711,7 @@ export interface DeleteVpnConnectionRouteRequest {
451
711
  VpnConnectionId: string | undefined;
452
712
  }
453
713
  /**
714
+ * @public
454
715
  * <p>Contains the parameters for DeleteVpnGateway.</p>
455
716
  */
456
717
  export interface DeleteVpnGatewayRequest {
@@ -466,6 +727,9 @@ export interface DeleteVpnGatewayRequest {
466
727
  */
467
728
  DryRun?: boolean;
468
729
  }
730
+ /**
731
+ * @public
732
+ */
469
733
  export interface DeprovisionByoipCidrRequest {
470
734
  /**
471
735
  * <p>The address range, in CIDR notation. The prefix must be the same prefix
@@ -479,12 +743,18 @@ export interface DeprovisionByoipCidrRequest {
479
743
  */
480
744
  DryRun?: boolean;
481
745
  }
746
+ /**
747
+ * @public
748
+ */
482
749
  export interface DeprovisionByoipCidrResult {
483
750
  /**
484
751
  * <p>Information about the address range.</p>
485
752
  */
486
753
  ByoipCidr?: ByoipCidr;
487
754
  }
755
+ /**
756
+ * @public
757
+ */
488
758
  export interface DeprovisionIpamPoolCidrRequest {
489
759
  /**
490
760
  * <p>A check for whether you have the required permissions for the action without actually making the request
@@ -501,11 +771,15 @@ export interface DeprovisionIpamPoolCidrRequest {
501
771
  */
502
772
  Cidr?: string;
503
773
  }
774
+ /**
775
+ * @public
776
+ */
504
777
  export declare enum IpamPoolCidrFailureCode {
505
778
  cidr_not_available = "cidr-not-available",
506
779
  limit_exceeded = "limit-exceeded"
507
780
  }
508
781
  /**
782
+ * @public
509
783
  * <p>Details related to why an IPAM pool CIDR failed to be provisioned.</p>
510
784
  */
511
785
  export interface IpamPoolCidrFailureReason {
@@ -518,6 +792,9 @@ export interface IpamPoolCidrFailureReason {
518
792
  */
519
793
  Message?: string;
520
794
  }
795
+ /**
796
+ * @public
797
+ */
521
798
  export declare enum IpamPoolCidrState {
522
799
  deprovisioned = "deprovisioned",
523
800
  failed_deprovision = "failed-deprovision",
@@ -529,6 +806,7 @@ export declare enum IpamPoolCidrState {
529
806
  provisioned = "provisioned"
530
807
  }
531
808
  /**
809
+ * @public
532
810
  * <p>A CIDR provisioned to an IPAM pool.</p>
533
811
  */
534
812
  export interface IpamPoolCidr {
@@ -554,12 +832,18 @@ export interface IpamPoolCidr {
554
832
  */
555
833
  NetmaskLength?: number;
556
834
  }
835
+ /**
836
+ * @public
837
+ */
557
838
  export interface DeprovisionIpamPoolCidrResult {
558
839
  /**
559
840
  * <p>The deprovisioned pool CIDR.</p>
560
841
  */
561
842
  IpamPoolCidr?: IpamPoolCidr;
562
843
  }
844
+ /**
845
+ * @public
846
+ */
563
847
  export interface DeprovisionPublicIpv4PoolCidrRequest {
564
848
  /**
565
849
  * <p>A check for whether you have the required permissions for the action without actually making the request
@@ -576,6 +860,9 @@ export interface DeprovisionPublicIpv4PoolCidrRequest {
576
860
  */
577
861
  Cidr: string | undefined;
578
862
  }
863
+ /**
864
+ * @public
865
+ */
579
866
  export interface DeprovisionPublicIpv4PoolCidrResult {
580
867
  /**
581
868
  * <p>The ID of the pool that you deprovisioned the CIDR from.</p>
@@ -587,6 +874,7 @@ export interface DeprovisionPublicIpv4PoolCidrResult {
587
874
  DeprovisionedAddresses?: string[];
588
875
  }
589
876
  /**
877
+ * @public
590
878
  * <p>Contains the parameters for DeregisterImage.</p>
591
879
  */
592
880
  export interface DeregisterImageRequest {
@@ -602,6 +890,7 @@ export interface DeregisterImageRequest {
602
890
  DryRun?: boolean;
603
891
  }
604
892
  /**
893
+ * @public
605
894
  * <p>Information about the tag keys to deregister for the current Region. You can either specify
606
895
  * individual tag keys or deregister all tag keys in the current Region. You must specify either
607
896
  * <code>IncludeAllTagsOfInstance</code> or <code>InstanceTagKeys</code> in the request</p>
@@ -617,6 +906,9 @@ export interface DeregisterInstanceTagAttributeRequest {
617
906
  */
618
907
  InstanceTagKeys?: string[];
619
908
  }
909
+ /**
910
+ * @public
911
+ */
620
912
  export interface DeregisterInstanceEventNotificationAttributesRequest {
621
913
  /**
622
914
  * <p>Checks whether you have the required permissions for the action, without actually making the request,
@@ -630,6 +922,7 @@ export interface DeregisterInstanceEventNotificationAttributesRequest {
630
922
  InstanceTagAttribute?: DeregisterInstanceTagAttributeRequest;
631
923
  }
632
924
  /**
925
+ * @public
633
926
  * <p>Describes the registered tag keys for the current Region.</p>
634
927
  */
635
928
  export interface InstanceTagNotificationAttribute {
@@ -643,12 +936,18 @@ export interface InstanceTagNotificationAttribute {
643
936
  */
644
937
  IncludeAllTagsOfInstance?: boolean;
645
938
  }
939
+ /**
940
+ * @public
941
+ */
646
942
  export interface DeregisterInstanceEventNotificationAttributesResult {
647
943
  /**
648
944
  * <p>The resulting set of tag keys.</p>
649
945
  */
650
946
  InstanceTagAttribute?: InstanceTagNotificationAttribute;
651
947
  }
948
+ /**
949
+ * @public
950
+ */
652
951
  export interface DeregisterTransitGatewayMulticastGroupMembersRequest {
653
952
  /**
654
953
  * <p>The ID of the transit gateway multicast domain.</p>
@@ -670,6 +969,7 @@ export interface DeregisterTransitGatewayMulticastGroupMembersRequest {
670
969
  DryRun?: boolean;
671
970
  }
672
971
  /**
972
+ * @public
673
973
  * <p>Describes the deregistered transit gateway multicast group members.</p>
674
974
  */
675
975
  export interface TransitGatewayMulticastDeregisteredGroupMembers {
@@ -686,12 +986,18 @@ export interface TransitGatewayMulticastDeregisteredGroupMembers {
686
986
  */
687
987
  GroupIpAddress?: string;
688
988
  }
989
+ /**
990
+ * @public
991
+ */
689
992
  export interface DeregisterTransitGatewayMulticastGroupMembersResult {
690
993
  /**
691
994
  * <p>Information about the deregistered members.</p>
692
995
  */
693
996
  DeregisteredMulticastGroupMembers?: TransitGatewayMulticastDeregisteredGroupMembers;
694
997
  }
998
+ /**
999
+ * @public
1000
+ */
695
1001
  export interface DeregisterTransitGatewayMulticastGroupSourcesRequest {
696
1002
  /**
697
1003
  * <p>The ID of the transit gateway multicast domain.</p>
@@ -713,6 +1019,7 @@ export interface DeregisterTransitGatewayMulticastGroupSourcesRequest {
713
1019
  DryRun?: boolean;
714
1020
  }
715
1021
  /**
1022
+ * @public
716
1023
  * <p>Describes the deregistered transit gateway multicast group sources.</p>
717
1024
  */
718
1025
  export interface TransitGatewayMulticastDeregisteredGroupSources {
@@ -729,12 +1036,18 @@ export interface TransitGatewayMulticastDeregisteredGroupSources {
729
1036
  */
730
1037
  GroupIpAddress?: string;
731
1038
  }
1039
+ /**
1040
+ * @public
1041
+ */
732
1042
  export interface DeregisterTransitGatewayMulticastGroupSourcesResult {
733
1043
  /**
734
1044
  * <p>Information about the deregistered group sources.</p>
735
1045
  */
736
1046
  DeregisteredMulticastGroupSources?: TransitGatewayMulticastDeregisteredGroupSources;
737
1047
  }
1048
+ /**
1049
+ * @public
1050
+ */
738
1051
  export interface DescribeAccountAttributesRequest {
739
1052
  /**
740
1053
  * <p>The account attribute names.</p>
@@ -747,6 +1060,9 @@ export interface DescribeAccountAttributesRequest {
747
1060
  */
748
1061
  DryRun?: boolean;
749
1062
  }
1063
+ /**
1064
+ * @public
1065
+ */
750
1066
  export interface DescribeAccountAttributesResult {
751
1067
  /**
752
1068
  * <p>Information about the account attributes.</p>
@@ -754,6 +1070,7 @@ export interface DescribeAccountAttributesResult {
754
1070
  AccountAttributes?: AccountAttribute[];
755
1071
  }
756
1072
  /**
1073
+ * @public
757
1074
  * <p>A filter name and value pair that is used to return a more specific list of results from a describe operation.
758
1075
  * Filters can be used to match a set of resources by specific criteria, such as tags, attributes, or IDs.</p>
759
1076
  * <p>If you specify multiple filters, the filters are joined with an <code>AND</code>, and the request returns only
@@ -771,6 +1088,9 @@ export interface Filter {
771
1088
  */
772
1089
  Values?: string[];
773
1090
  }
1091
+ /**
1092
+ * @public
1093
+ */
774
1094
  export interface DescribeAddressesRequest {
775
1095
  /**
776
1096
  * <p>One or more filters. Filter names and values are case-sensitive.</p>
@@ -841,12 +1161,18 @@ export interface DescribeAddressesRequest {
841
1161
  */
842
1162
  DryRun?: boolean;
843
1163
  }
1164
+ /**
1165
+ * @public
1166
+ */
844
1167
  export interface DescribeAddressesResult {
845
1168
  /**
846
1169
  * <p>Information about the Elastic IP addresses.</p>
847
1170
  */
848
1171
  Addresses?: Address[];
849
1172
  }
1173
+ /**
1174
+ * @public
1175
+ */
850
1176
  export interface DescribeAddressesAttributeRequest {
851
1177
  /**
852
1178
  * <p>[EC2-VPC] The allocation IDs.</p>
@@ -871,6 +1197,9 @@ export interface DescribeAddressesAttributeRequest {
871
1197
  */
872
1198
  DryRun?: boolean;
873
1199
  }
1200
+ /**
1201
+ * @public
1202
+ */
874
1203
  export interface DescribeAddressesAttributeResult {
875
1204
  /**
876
1205
  * <p>Information about the IP addresses.</p>
@@ -881,6 +1210,9 @@ export interface DescribeAddressesAttributeResult {
881
1210
  */
882
1211
  NextToken?: string;
883
1212
  }
1213
+ /**
1214
+ * @public
1215
+ */
884
1216
  export interface DescribeAddressTransfersRequest {
885
1217
  /**
886
1218
  * <p>The allocation IDs of Elastic IP addresses.</p>
@@ -901,6 +1233,9 @@ export interface DescribeAddressTransfersRequest {
901
1233
  */
902
1234
  DryRun?: boolean;
903
1235
  }
1236
+ /**
1237
+ * @public
1238
+ */
904
1239
  export interface DescribeAddressTransfersResult {
905
1240
  /**
906
1241
  * <p>The Elastic IP address transfer.</p>
@@ -911,6 +1246,9 @@ export interface DescribeAddressTransfersResult {
911
1246
  */
912
1247
  NextToken?: string;
913
1248
  }
1249
+ /**
1250
+ * @public
1251
+ */
914
1252
  export interface DescribeAggregateIdFormatRequest {
915
1253
  /**
916
1254
  * <p>Checks whether you have the required permissions for the action, without actually making the request,
@@ -920,6 +1258,7 @@ export interface DescribeAggregateIdFormatRequest {
920
1258
  DryRun?: boolean;
921
1259
  }
922
1260
  /**
1261
+ * @public
923
1262
  * <p>Describes the ID format for a resource.</p>
924
1263
  */
925
1264
  export interface IdFormat {
@@ -936,6 +1275,9 @@ export interface IdFormat {
936
1275
  */
937
1276
  UseLongIds?: boolean;
938
1277
  }
1278
+ /**
1279
+ * @public
1280
+ */
939
1281
  export interface DescribeAggregateIdFormatResult {
940
1282
  /**
941
1283
  * <p>Indicates whether all resource types in the Region are configured to use longer IDs.
@@ -948,6 +1290,9 @@ export interface DescribeAggregateIdFormatResult {
948
1290
  */
949
1291
  Statuses?: IdFormat[];
950
1292
  }
1293
+ /**
1294
+ * @public
1295
+ */
951
1296
  export interface DescribeAvailabilityZonesRequest {
952
1297
  /**
953
1298
  * <p>The filters.</p>
@@ -1030,6 +1375,7 @@ export interface DescribeAvailabilityZonesRequest {
1030
1375
  DryRun?: boolean;
1031
1376
  }
1032
1377
  /**
1378
+ * @public
1033
1379
  * <p>Describes a message about an Availability Zone, Local Zone, or Wavelength Zone.</p>
1034
1380
  */
1035
1381
  export interface AvailabilityZoneMessage {
@@ -1038,11 +1384,17 @@ export interface AvailabilityZoneMessage {
1038
1384
  */
1039
1385
  Message?: string;
1040
1386
  }
1387
+ /**
1388
+ * @public
1389
+ */
1041
1390
  export declare enum AvailabilityZoneOptInStatus {
1042
1391
  not_opted_in = "not-opted-in",
1043
1392
  opt_in_not_required = "opt-in-not-required",
1044
1393
  opted_in = "opted-in"
1045
1394
  }
1395
+ /**
1396
+ * @public
1397
+ */
1046
1398
  export declare enum AvailabilityZoneState {
1047
1399
  available = "available",
1048
1400
  impaired = "impaired",
@@ -1050,6 +1402,7 @@ export declare enum AvailabilityZoneState {
1050
1402
  unavailable = "unavailable"
1051
1403
  }
1052
1404
  /**
1405
+ * @public
1053
1406
  * <p>Describes Availability Zones, Local Zones, and Wavelength Zones.</p>
1054
1407
  */
1055
1408
  export interface AvailabilityZone {
@@ -1109,12 +1462,18 @@ export interface AvailabilityZone {
1109
1462
  */
1110
1463
  ParentZoneId?: string;
1111
1464
  }
1465
+ /**
1466
+ * @public
1467
+ */
1112
1468
  export interface DescribeAvailabilityZonesResult {
1113
1469
  /**
1114
1470
  * <p>Information about the Availability Zones, Local Zones, and Wavelength Zones.</p>
1115
1471
  */
1116
1472
  AvailabilityZones?: AvailabilityZone[];
1117
1473
  }
1474
+ /**
1475
+ * @public
1476
+ */
1118
1477
  export interface DescribeAwsNetworkPerformanceMetricSubscriptionsRequest {
1119
1478
  /**
1120
1479
  * <p>The maximum number of results to return with a single call.
@@ -1136,9 +1495,15 @@ export interface DescribeAwsNetworkPerformanceMetricSubscriptionsRequest {
1136
1495
  */
1137
1496
  DryRun?: boolean;
1138
1497
  }
1498
+ /**
1499
+ * @public
1500
+ */
1139
1501
  export declare enum MetricType {
1140
1502
  aggregate_latency = "aggregate-latency"
1141
1503
  }
1504
+ /**
1505
+ * @public
1506
+ */
1142
1507
  export declare enum PeriodType {
1143
1508
  fifteen_minutes = "fifteen-minutes",
1144
1509
  five_minutes = "five-minutes",
@@ -1147,10 +1512,14 @@ export declare enum PeriodType {
1147
1512
  one_week = "one-week",
1148
1513
  three_hours = "three-hours"
1149
1514
  }
1515
+ /**
1516
+ * @public
1517
+ */
1150
1518
  export declare enum StatisticType {
1151
1519
  p50 = "p50"
1152
1520
  }
1153
1521
  /**
1522
+ * @public
1154
1523
  * <p>Describes an Infrastructure Performance subscription.</p>
1155
1524
  */
1156
1525
  export interface Subscription {
@@ -1175,6 +1544,9 @@ export interface Subscription {
1175
1544
  */
1176
1545
  Period?: PeriodType | string;
1177
1546
  }
1547
+ /**
1548
+ * @public
1549
+ */
1178
1550
  export interface DescribeAwsNetworkPerformanceMetricSubscriptionsResult {
1179
1551
  /**
1180
1552
  * <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
@@ -1185,6 +1557,9 @@ export interface DescribeAwsNetworkPerformanceMetricSubscriptionsResult {
1185
1557
  */
1186
1558
  Subscriptions?: Subscription[];
1187
1559
  }
1560
+ /**
1561
+ * @public
1562
+ */
1188
1563
  export interface DescribeBundleTasksRequest {
1189
1564
  /**
1190
1565
  * <p>The bundle task IDs.</p>
@@ -1245,12 +1620,18 @@ export interface DescribeBundleTasksRequest {
1245
1620
  */
1246
1621
  DryRun?: boolean;
1247
1622
  }
1623
+ /**
1624
+ * @public
1625
+ */
1248
1626
  export interface DescribeBundleTasksResult {
1249
1627
  /**
1250
1628
  * <p>Information about the bundle tasks.</p>
1251
1629
  */
1252
1630
  BundleTasks?: BundleTask[];
1253
1631
  }
1632
+ /**
1633
+ * @public
1634
+ */
1254
1635
  export interface DescribeByoipCidrsRequest {
1255
1636
  /**
1256
1637
  * <p>Checks whether you have the required permissions for the action, without actually making the request,
@@ -1268,6 +1649,9 @@ export interface DescribeByoipCidrsRequest {
1268
1649
  */
1269
1650
  NextToken?: string;
1270
1651
  }
1652
+ /**
1653
+ * @public
1654
+ */
1271
1655
  export interface DescribeByoipCidrsResult {
1272
1656
  /**
1273
1657
  * <p>Information about your address ranges.</p>
@@ -1278,6 +1662,9 @@ export interface DescribeByoipCidrsResult {
1278
1662
  */
1279
1663
  NextToken?: string;
1280
1664
  }
1665
+ /**
1666
+ * @public
1667
+ */
1281
1668
  export interface DescribeCapacityReservationFleetsRequest {
1282
1669
  /**
1283
1670
  * <p>The IDs of the Capacity Reservation Fleets to describe.</p>
@@ -1321,6 +1708,7 @@ export interface DescribeCapacityReservationFleetsRequest {
1321
1708
  DryRun?: boolean;
1322
1709
  }
1323
1710
  /**
1711
+ * @public
1324
1712
  * <p>Information about a Capacity Reservation Fleet.</p>
1325
1713
  */
1326
1714
  export interface CapacityReservationFleet {
@@ -1448,6 +1836,9 @@ export interface CapacityReservationFleet {
1448
1836
  */
1449
1837
  Tags?: Tag[];
1450
1838
  }
1839
+ /**
1840
+ * @public
1841
+ */
1451
1842
  export interface DescribeCapacityReservationFleetsResult {
1452
1843
  /**
1453
1844
  * <p>Information about the Capacity Reservation Fleets.</p>
@@ -1458,6 +1849,9 @@ export interface DescribeCapacityReservationFleetsResult {
1458
1849
  */
1459
1850
  NextToken?: string;
1460
1851
  }
1852
+ /**
1853
+ * @public
1854
+ */
1461
1855
  export interface DescribeCapacityReservationsRequest {
1462
1856
  /**
1463
1857
  * <p>The ID of the Capacity Reservation.</p>
@@ -1592,6 +1986,9 @@ export interface DescribeCapacityReservationsRequest {
1592
1986
  */
1593
1987
  DryRun?: boolean;
1594
1988
  }
1989
+ /**
1990
+ * @public
1991
+ */
1595
1992
  export interface DescribeCapacityReservationsResult {
1596
1993
  /**
1597
1994
  * <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
@@ -1602,6 +1999,9 @@ export interface DescribeCapacityReservationsResult {
1602
1999
  */
1603
2000
  CapacityReservations?: CapacityReservation[];
1604
2001
  }
2002
+ /**
2003
+ * @public
2004
+ */
1605
2005
  export interface DescribeCarrierGatewaysRequest {
1606
2006
  /**
1607
2007
  * <p>One or more carrier gateway IDs.</p>
@@ -1655,6 +2055,9 @@ export interface DescribeCarrierGatewaysRequest {
1655
2055
  */
1656
2056
  DryRun?: boolean;
1657
2057
  }
2058
+ /**
2059
+ * @public
2060
+ */
1658
2061
  export interface DescribeCarrierGatewaysResult {
1659
2062
  /**
1660
2063
  * <p>Information about the carrier gateway.</p>
@@ -1665,6 +2068,9 @@ export interface DescribeCarrierGatewaysResult {
1665
2068
  */
1666
2069
  NextToken?: string;
1667
2070
  }
2071
+ /**
2072
+ * @public
2073
+ */
1668
2074
  export interface DescribeClassicLinkInstancesRequest {
1669
2075
  /**
1670
2076
  * <p>One or more filters.</p>
@@ -1719,6 +2125,7 @@ export interface DescribeClassicLinkInstancesRequest {
1719
2125
  NextToken?: string;
1720
2126
  }
1721
2127
  /**
2128
+ * @public
1722
2129
  * <note>
1723
2130
  * <p>We are retiring EC2-Classic. We recommend that you migrate from EC2-Classic to a VPC. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-migrate.html">Migrate from EC2-Classic to a VPC</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
1724
2131
  * </note>
@@ -1742,6 +2149,9 @@ export interface ClassicLinkInstance {
1742
2149
  */
1743
2150
  VpcId?: string;
1744
2151
  }
2152
+ /**
2153
+ * @public
2154
+ */
1745
2155
  export interface DescribeClassicLinkInstancesResult {
1746
2156
  /**
1747
2157
  * <p>Information about one or more linked EC2-Classic instances.</p>
@@ -1752,6 +2162,9 @@ export interface DescribeClassicLinkInstancesResult {
1752
2162
  */
1753
2163
  NextToken?: string;
1754
2164
  }
2165
+ /**
2166
+ * @public
2167
+ */
1755
2168
  export interface DescribeClientVpnAuthorizationRulesRequest {
1756
2169
  /**
1757
2170
  * <p>The ID of the Client VPN endpoint.</p>
@@ -1790,6 +2203,7 @@ export interface DescribeClientVpnAuthorizationRulesRequest {
1790
2203
  MaxResults?: number;
1791
2204
  }
1792
2205
  /**
2206
+ * @public
1793
2207
  * <p>Information about an authorization rule.</p>
1794
2208
  */
1795
2209
  export interface AuthorizationRule {
@@ -1818,6 +2232,9 @@ export interface AuthorizationRule {
1818
2232
  */
1819
2233
  Status?: ClientVpnAuthorizationRuleStatus;
1820
2234
  }
2235
+ /**
2236
+ * @public
2237
+ */
1821
2238
  export interface DescribeClientVpnAuthorizationRulesResult {
1822
2239
  /**
1823
2240
  * <p>Information about the authorization rules.</p>
@@ -1828,6 +2245,9 @@ export interface DescribeClientVpnAuthorizationRulesResult {
1828
2245
  */
1829
2246
  NextToken?: string;
1830
2247
  }
2248
+ /**
2249
+ * @public
2250
+ */
1831
2251
  export interface DescribeClientVpnConnectionsRequest {
1832
2252
  /**
1833
2253
  * <p>The ID of the Client VPN endpoint.</p>
@@ -1861,6 +2281,9 @@ export interface DescribeClientVpnConnectionsRequest {
1861
2281
  */
1862
2282
  DryRun?: boolean;
1863
2283
  }
2284
+ /**
2285
+ * @public
2286
+ */
1864
2287
  export declare enum ClientVpnConnectionStatusCode {
1865
2288
  active = "active",
1866
2289
  failed_to_terminate = "failed-to-terminate",
@@ -1868,6 +2291,7 @@ export declare enum ClientVpnConnectionStatusCode {
1868
2291
  terminating = "terminating"
1869
2292
  }
1870
2293
  /**
2294
+ * @public
1871
2295
  * <p>Describes the status of a client connection.</p>
1872
2296
  */
1873
2297
  export interface ClientVpnConnectionStatus {
@@ -1881,6 +2305,7 @@ export interface ClientVpnConnectionStatus {
1881
2305
  Message?: string;
1882
2306
  }
1883
2307
  /**
2308
+ * @public
1884
2309
  * <p>Describes a client connection.</p>
1885
2310
  */
1886
2311
  export interface ClientVpnConnection {
@@ -1943,6 +2368,9 @@ export interface ClientVpnConnection {
1943
2368
  */
1944
2369
  PostureComplianceStatuses?: string[];
1945
2370
  }
2371
+ /**
2372
+ * @public
2373
+ */
1946
2374
  export interface DescribeClientVpnConnectionsResult {
1947
2375
  /**
1948
2376
  * <p>Information about the active and terminated client connections.</p>
@@ -1953,6 +2381,9 @@ export interface DescribeClientVpnConnectionsResult {
1953
2381
  */
1954
2382
  NextToken?: string;
1955
2383
  }
2384
+ /**
2385
+ * @public
2386
+ */
1956
2387
  export interface DescribeClientVpnEndpointsRequest {
1957
2388
  /**
1958
2389
  * <p>The ID of the Client VPN endpoint.</p>
@@ -1986,10 +2417,14 @@ export interface DescribeClientVpnEndpointsRequest {
1986
2417
  */
1987
2418
  DryRun?: boolean;
1988
2419
  }
2420
+ /**
2421
+ * @public
2422
+ */
1989
2423
  export declare enum AssociatedNetworkType {
1990
2424
  vpc = "vpc"
1991
2425
  }
1992
2426
  /**
2427
+ * @public
1993
2428
  * <p>Describes a target network that is associated with a Client VPN endpoint. A target network is a subnet in a VPC.</p>
1994
2429
  */
1995
2430
  export interface AssociatedTargetNetwork {
@@ -2003,6 +2438,7 @@ export interface AssociatedTargetNetwork {
2003
2438
  NetworkType?: AssociatedNetworkType | string;
2004
2439
  }
2005
2440
  /**
2441
+ * @public
2006
2442
  * <p>Describes an Active Directory.</p>
2007
2443
  */
2008
2444
  export interface DirectoryServiceAuthentication {
@@ -2012,6 +2448,7 @@ export interface DirectoryServiceAuthentication {
2012
2448
  DirectoryId?: string;
2013
2449
  }
2014
2450
  /**
2451
+ * @public
2015
2452
  * <p>Describes the IAM SAML identity providers used for federated authentication.</p>
2016
2453
  */
2017
2454
  export interface FederatedAuthentication {
@@ -2025,6 +2462,7 @@ export interface FederatedAuthentication {
2025
2462
  SelfServiceSamlProviderArn?: string;
2026
2463
  }
2027
2464
  /**
2465
+ * @public
2028
2466
  * <p>Information about the client certificate used for authentication.</p>
2029
2467
  */
2030
2468
  export interface CertificateAuthentication {
@@ -2034,6 +2472,7 @@ export interface CertificateAuthentication {
2034
2472
  ClientRootCertificateChain?: string;
2035
2473
  }
2036
2474
  /**
2475
+ * @public
2037
2476
  * <p>Describes the authentication methods used by a Client VPN endpoint. For more information, see <a href="https://docs.aws.amazon.com/vpn/latest/clientvpn-admin/client-authentication.html">Authentication</a>
2038
2477
  * in the <i>Client VPN Administrator Guide</i>.</p>
2039
2478
  */
@@ -2055,11 +2494,15 @@ export interface ClientVpnAuthentication {
2055
2494
  */
2056
2495
  FederatedAuthentication?: FederatedAuthentication;
2057
2496
  }
2497
+ /**
2498
+ * @public
2499
+ */
2058
2500
  export declare enum ClientVpnEndpointAttributeStatusCode {
2059
2501
  applied = "applied",
2060
2502
  applying = "applying"
2061
2503
  }
2062
2504
  /**
2505
+ * @public
2063
2506
  * <p>Describes the status of the Client VPN endpoint attribute.</p>
2064
2507
  */
2065
2508
  export interface ClientVpnEndpointAttributeStatus {
@@ -2073,6 +2516,7 @@ export interface ClientVpnEndpointAttributeStatus {
2073
2516
  Message?: string;
2074
2517
  }
2075
2518
  /**
2519
+ * @public
2076
2520
  * <p>The options for managing connection authorization for new client connections.</p>
2077
2521
  */
2078
2522
  export interface ClientConnectResponseOptions {
@@ -2090,6 +2534,7 @@ export interface ClientConnectResponseOptions {
2090
2534
  Status?: ClientVpnEndpointAttributeStatus;
2091
2535
  }
2092
2536
  /**
2537
+ * @public
2093
2538
  * <p>Current state of options for customizable text banner that will be displayed on
2094
2539
  * Amazon Web Services provided clients when a VPN session is established.</p>
2095
2540
  */
@@ -2108,6 +2553,7 @@ export interface ClientLoginBannerResponseOptions {
2108
2553
  BannerText?: string;
2109
2554
  }
2110
2555
  /**
2556
+ * @public
2111
2557
  * <p>Information about the client connection logging options for a Client VPN endpoint.</p>
2112
2558
  */
2113
2559
  export interface ConnectionLogResponseOptions {
@@ -2124,10 +2570,14 @@ export interface ConnectionLogResponseOptions {
2124
2570
  */
2125
2571
  CloudwatchLogStream?: string;
2126
2572
  }
2573
+ /**
2574
+ * @public
2575
+ */
2127
2576
  export declare enum VpnProtocol {
2128
2577
  openvpn = "openvpn"
2129
2578
  }
2130
2579
  /**
2580
+ * @public
2131
2581
  * <p>Describes a Client VPN endpoint.</p>
2132
2582
  */
2133
2583
  export interface ClientVpnEndpoint {
@@ -2233,6 +2683,9 @@ export interface ClientVpnEndpoint {
2233
2683
  */
2234
2684
  ClientLoginBannerOptions?: ClientLoginBannerResponseOptions;
2235
2685
  }
2686
+ /**
2687
+ * @public
2688
+ */
2236
2689
  export interface DescribeClientVpnEndpointsResult {
2237
2690
  /**
2238
2691
  * <p>Information about the Client VPN endpoints.</p>
@@ -2243,6 +2696,9 @@ export interface DescribeClientVpnEndpointsResult {
2243
2696
  */
2244
2697
  NextToken?: string;
2245
2698
  }
2699
+ /**
2700
+ * @public
2701
+ */
2246
2702
  export interface DescribeClientVpnRoutesRequest {
2247
2703
  /**
2248
2704
  * <p>The ID of the Client VPN endpoint.</p>
@@ -2280,6 +2736,7 @@ export interface DescribeClientVpnRoutesRequest {
2280
2736
  DryRun?: boolean;
2281
2737
  }
2282
2738
  /**
2739
+ * @public
2283
2740
  * <p>Information about a Client VPN endpoint route.</p>
2284
2741
  */
2285
2742
  export interface ClientVpnRoute {
@@ -2315,6 +2772,9 @@ export interface ClientVpnRoute {
2315
2772
  */
2316
2773
  Description?: string;
2317
2774
  }
2775
+ /**
2776
+ * @public
2777
+ */
2318
2778
  export interface DescribeClientVpnRoutesResult {
2319
2779
  /**
2320
2780
  * <p>Information about the Client VPN endpoint routes.</p>
@@ -2325,6 +2785,9 @@ export interface DescribeClientVpnRoutesResult {
2325
2785
  */
2326
2786
  NextToken?: string;
2327
2787
  }
2788
+ /**
2789
+ * @public
2790
+ */
2328
2791
  export interface DescribeClientVpnTargetNetworksRequest {
2329
2792
  /**
2330
2793
  * <p>The ID of the Client VPN endpoint.</p>
@@ -2366,6 +2829,7 @@ export interface DescribeClientVpnTargetNetworksRequest {
2366
2829
  DryRun?: boolean;
2367
2830
  }
2368
2831
  /**
2832
+ * @public
2369
2833
  * <p>Describes a target network associated with a Client VPN endpoint.</p>
2370
2834
  */
2371
2835
  export interface TargetNetwork {
@@ -2394,6 +2858,9 @@ export interface TargetNetwork {
2394
2858
  */
2395
2859
  SecurityGroups?: string[];
2396
2860
  }
2861
+ /**
2862
+ * @public
2863
+ */
2397
2864
  export interface DescribeClientVpnTargetNetworksResult {
2398
2865
  /**
2399
2866
  * <p>Information about the associated target networks.</p>
@@ -2404,6 +2871,9 @@ export interface DescribeClientVpnTargetNetworksResult {
2404
2871
  */
2405
2872
  NextToken?: string;
2406
2873
  }
2874
+ /**
2875
+ * @public
2876
+ */
2407
2877
  export interface DescribeCoipPoolsRequest {
2408
2878
  /**
2409
2879
  * <p>The IDs of the address pools.</p>
@@ -2439,6 +2909,9 @@ export interface DescribeCoipPoolsRequest {
2439
2909
  */
2440
2910
  DryRun?: boolean;
2441
2911
  }
2912
+ /**
2913
+ * @public
2914
+ */
2442
2915
  export interface DescribeCoipPoolsResult {
2443
2916
  /**
2444
2917
  * <p>Information about the address pools.</p>
@@ -2449,6 +2922,9 @@ export interface DescribeCoipPoolsResult {
2449
2922
  */
2450
2923
  NextToken?: string;
2451
2924
  }
2925
+ /**
2926
+ * @public
2927
+ */
2452
2928
  export interface DescribeConversionTasksRequest {
2453
2929
  /**
2454
2930
  * <p>The conversion task IDs.</p>
@@ -2462,6 +2938,7 @@ export interface DescribeConversionTasksRequest {
2462
2938
  DryRun?: boolean;
2463
2939
  }
2464
2940
  /**
2941
+ * @public
2465
2942
  * <p>Describes a disk image.</p>
2466
2943
  */
2467
2944
  export interface DiskImageDescription {
@@ -2486,6 +2963,7 @@ export interface DiskImageDescription {
2486
2963
  Size?: number;
2487
2964
  }
2488
2965
  /**
2966
+ * @public
2489
2967
  * <p>Describes a disk image volume.</p>
2490
2968
  */
2491
2969
  export interface DiskImageVolumeDescription {
@@ -2499,6 +2977,7 @@ export interface DiskImageVolumeDescription {
2499
2977
  Size?: number;
2500
2978
  }
2501
2979
  /**
2980
+ * @public
2502
2981
  * <p>Describes an import volume task.</p>
2503
2982
  */
2504
2983
  export interface ImportInstanceVolumeDetailItem {
@@ -2532,6 +3011,7 @@ export interface ImportInstanceVolumeDetailItem {
2532
3011
  Volume?: DiskImageVolumeDescription;
2533
3012
  }
2534
3013
  /**
3014
+ * @public
2535
3015
  * <p>Describes an import instance task.</p>
2536
3016
  */
2537
3017
  export interface ImportInstanceTaskDetails {
@@ -2553,6 +3033,7 @@ export interface ImportInstanceTaskDetails {
2553
3033
  Volumes?: ImportInstanceVolumeDetailItem[];
2554
3034
  }
2555
3035
  /**
3036
+ * @public
2556
3037
  * <p>Describes an import volume task.</p>
2557
3038
  */
2558
3039
  export interface ImportVolumeTaskDetails {
@@ -2577,6 +3058,9 @@ export interface ImportVolumeTaskDetails {
2577
3058
  */
2578
3059
  Volume?: DiskImageVolumeDescription;
2579
3060
  }
3061
+ /**
3062
+ * @public
3063
+ */
2580
3064
  export declare enum ConversionTaskState {
2581
3065
  active = "active",
2582
3066
  cancelled = "cancelled",
@@ -2584,6 +3068,7 @@ export declare enum ConversionTaskState {
2584
3068
  completed = "completed"
2585
3069
  }
2586
3070
  /**
3071
+ * @public
2587
3072
  * <p>Describes a conversion task.</p>
2588
3073
  */
2589
3074
  export interface ConversionTask {
@@ -2617,6 +3102,9 @@ export interface ConversionTask {
2617
3102
  */
2618
3103
  Tags?: Tag[];
2619
3104
  }
3105
+ /**
3106
+ * @public
3107
+ */
2620
3108
  export interface DescribeConversionTasksResult {
2621
3109
  /**
2622
3110
  * <p>Information about the conversion tasks.</p>
@@ -2624,6 +3112,7 @@ export interface DescribeConversionTasksResult {
2624
3112
  ConversionTasks?: ConversionTask[];
2625
3113
  }
2626
3114
  /**
3115
+ * @public
2627
3116
  * <p>Contains the parameters for DescribeCustomerGateways.</p>
2628
3117
  */
2629
3118
  export interface DescribeCustomerGatewaysRequest {
@@ -2681,6 +3170,7 @@ export interface DescribeCustomerGatewaysRequest {
2681
3170
  DryRun?: boolean;
2682
3171
  }
2683
3172
  /**
3173
+ * @public
2684
3174
  * <p>Contains the output of DescribeCustomerGateways.</p>
2685
3175
  */
2686
3176
  export interface DescribeCustomerGatewaysResult {
@@ -2689,6 +3179,9 @@ export interface DescribeCustomerGatewaysResult {
2689
3179
  */
2690
3180
  CustomerGateways?: CustomerGateway[];
2691
3181
  }
3182
+ /**
3183
+ * @public
3184
+ */
2692
3185
  export interface DescribeDhcpOptionsRequest {
2693
3186
  /**
2694
3187
  * <p>The IDs of one or more DHCP options sets.</p>
@@ -2743,6 +3236,9 @@ export interface DescribeDhcpOptionsRequest {
2743
3236
  */
2744
3237
  MaxResults?: number;
2745
3238
  }
3239
+ /**
3240
+ * @public
3241
+ */
2746
3242
  export interface DescribeDhcpOptionsResult {
2747
3243
  /**
2748
3244
  * <p>Information about one or more DHCP options sets.</p>
@@ -2753,6 +3249,9 @@ export interface DescribeDhcpOptionsResult {
2753
3249
  */
2754
3250
  NextToken?: string;
2755
3251
  }
3252
+ /**
3253
+ * @public
3254
+ */
2756
3255
  export interface DescribeEgressOnlyInternetGatewaysRequest {
2757
3256
  /**
2758
3257
  * <p>Checks whether you have the required permissions for the action, without actually making the request,
@@ -2790,6 +3289,9 @@ export interface DescribeEgressOnlyInternetGatewaysRequest {
2790
3289
  */
2791
3290
  Filters?: Filter[];
2792
3291
  }
3292
+ /**
3293
+ * @public
3294
+ */
2793
3295
  export interface DescribeEgressOnlyInternetGatewaysResult {
2794
3296
  /**
2795
3297
  * <p>Information about the egress-only internet gateways.</p>
@@ -2800,6 +3302,9 @@ export interface DescribeEgressOnlyInternetGatewaysResult {
2800
3302
  */
2801
3303
  NextToken?: string;
2802
3304
  }
3305
+ /**
3306
+ * @public
3307
+ */
2803
3308
  export interface DescribeElasticGpusRequest {
2804
3309
  /**
2805
3310
  * <p>The Elastic Graphics accelerator IDs.</p>
@@ -2853,11 +3358,15 @@ export interface DescribeElasticGpusRequest {
2853
3358
  */
2854
3359
  NextToken?: string;
2855
3360
  }
3361
+ /**
3362
+ * @public
3363
+ */
2856
3364
  export declare enum ElasticGpuStatus {
2857
3365
  Impaired = "IMPAIRED",
2858
3366
  Ok = "OK"
2859
3367
  }
2860
3368
  /**
3369
+ * @public
2861
3370
  * <p>Describes the status of an Elastic Graphics accelerator.</p>
2862
3371
  */
2863
3372
  export interface ElasticGpuHealth {
@@ -2866,10 +3375,14 @@ export interface ElasticGpuHealth {
2866
3375
  */
2867
3376
  Status?: ElasticGpuStatus | string;
2868
3377
  }
3378
+ /**
3379
+ * @public
3380
+ */
2869
3381
  export declare enum ElasticGpuState {
2870
3382
  Attached = "ATTACHED"
2871
3383
  }
2872
3384
  /**
3385
+ * @public
2873
3386
  * <p>Describes an Elastic Graphics accelerator.</p>
2874
3387
  */
2875
3388
  export interface ElasticGpus {
@@ -2902,6 +3415,9 @@ export interface ElasticGpus {
2902
3415
  */
2903
3416
  Tags?: Tag[];
2904
3417
  }
3418
+ /**
3419
+ * @public
3420
+ */
2905
3421
  export interface DescribeElasticGpusResult {
2906
3422
  /**
2907
3423
  * <p>Information about the Elastic Graphics accelerators.</p>
@@ -2919,6 +3435,9 @@ export interface DescribeElasticGpusResult {
2919
3435
  */
2920
3436
  NextToken?: string;
2921
3437
  }
3438
+ /**
3439
+ * @public
3440
+ */
2922
3441
  export interface DescribeExportImageTasksRequest {
2923
3442
  /**
2924
3443
  * <p>Checks whether you have the required permissions for the action, without actually making the request,
@@ -2945,6 +3464,7 @@ export interface DescribeExportImageTasksRequest {
2945
3464
  NextToken?: string;
2946
3465
  }
2947
3466
  /**
3467
+ * @public
2948
3468
  * <p>Describes the destination for an export image task.</p>
2949
3469
  */
2950
3470
  export interface ExportTaskS3Location {
@@ -2958,6 +3478,7 @@ export interface ExportTaskS3Location {
2958
3478
  S3Prefix?: string;
2959
3479
  }
2960
3480
  /**
3481
+ * @public
2961
3482
  * <p>Describes an export image task.</p>
2962
3483
  */
2963
3484
  export interface ExportImageTask {
@@ -2995,6 +3516,9 @@ export interface ExportImageTask {
2995
3516
  */
2996
3517
  Tags?: Tag[];
2997
3518
  }
3519
+ /**
3520
+ * @public
3521
+ */
2998
3522
  export interface DescribeExportImageTasksResult {
2999
3523
  /**
3000
3524
  * <p>Information about the export image tasks.</p>
@@ -3006,6 +3530,9 @@ export interface DescribeExportImageTasksResult {
3006
3530
  */
3007
3531
  NextToken?: string;
3008
3532
  }
3533
+ /**
3534
+ * @public
3535
+ */
3009
3536
  export interface DescribeExportTasksRequest {
3010
3537
  /**
3011
3538
  * <p>The export task IDs.</p>
@@ -3016,12 +3543,18 @@ export interface DescribeExportTasksRequest {
3016
3543
  */
3017
3544
  Filters?: Filter[];
3018
3545
  }
3546
+ /**
3547
+ * @public
3548
+ */
3019
3549
  export interface DescribeExportTasksResult {
3020
3550
  /**
3021
3551
  * <p>Information about the export tasks.</p>
3022
3552
  */
3023
3553
  ExportTasks?: ExportTask[];
3024
3554
  }
3555
+ /**
3556
+ * @public
3557
+ */
3025
3558
  export interface DescribeFastLaunchImagesRequest {
3026
3559
  /**
3027
3560
  * <p>Details for one or more Windows AMI image IDs.</p>
@@ -3067,6 +3600,7 @@ export interface DescribeFastLaunchImagesRequest {
3067
3600
  DryRun?: boolean;
3068
3601
  }
3069
3602
  /**
3603
+ * @public
3070
3604
  * <p>Identifies the launch template to use for faster launching of the Windows AMI.</p>
3071
3605
  */
3072
3606
  export interface FastLaunchLaunchTemplateSpecificationResponse {
@@ -3083,10 +3617,14 @@ export interface FastLaunchLaunchTemplateSpecificationResponse {
3083
3617
  */
3084
3618
  Version?: string;
3085
3619
  }
3620
+ /**
3621
+ * @public
3622
+ */
3086
3623
  export declare enum FastLaunchResourceType {
3087
3624
  SNAPSHOT = "snapshot"
3088
3625
  }
3089
3626
  /**
3627
+ * @public
3090
3628
  * <p>Configuration settings for creating and managing pre-provisioned snapshots for a fast-launch enabled Windows AMI.</p>
3091
3629
  */
3092
3630
  export interface FastLaunchSnapshotConfigurationResponse {
@@ -3095,6 +3633,9 @@ export interface FastLaunchSnapshotConfigurationResponse {
3095
3633
  */
3096
3634
  TargetResourceCount?: number;
3097
3635
  }
3636
+ /**
3637
+ * @public
3638
+ */
3098
3639
  export declare enum FastLaunchStateCode {
3099
3640
  disabling = "disabling",
3100
3641
  disabling_failed = "disabling-failed",
@@ -3104,6 +3645,7 @@ export declare enum FastLaunchStateCode {
3104
3645
  enabling_failed = "enabling-failed"
3105
3646
  }
3106
3647
  /**
3648
+ * @public
3107
3649
  * <p>Describe details about a fast-launch enabled Windows image that meets the requested
3108
3650
  * criteria. Criteria are defined by the <code>DescribeFastLaunchImages</code> action filters.</p>
3109
3651
  */
@@ -3149,6 +3691,9 @@ export interface DescribeFastLaunchImagesSuccessItem {
3149
3691
  */
3150
3692
  StateTransitionTime?: Date;
3151
3693
  }
3694
+ /**
3695
+ * @public
3696
+ */
3152
3697
  export interface DescribeFastLaunchImagesResult {
3153
3698
  /**
3154
3699
  * <p>A collection of details about the fast-launch enabled Windows images that meet
@@ -3161,6 +3706,9 @@ export interface DescribeFastLaunchImagesResult {
3161
3706
  */
3162
3707
  NextToken?: string;
3163
3708
  }
3709
+ /**
3710
+ * @public
3711
+ */
3164
3712
  export interface DescribeFastSnapshotRestoresRequest {
3165
3713
  /**
3166
3714
  * <p>The filters. The possible values are:</p>
@@ -3207,6 +3755,9 @@ export interface DescribeFastSnapshotRestoresRequest {
3207
3755
  */
3208
3756
  DryRun?: boolean;
3209
3757
  }
3758
+ /**
3759
+ * @public
3760
+ */
3210
3761
  export declare enum FastSnapshotRestoreStateCode {
3211
3762
  disabled = "disabled",
3212
3763
  disabling = "disabling",
@@ -3215,6 +3766,7 @@ export declare enum FastSnapshotRestoreStateCode {
3215
3766
  optimizing = "optimizing"
3216
3767
  }
3217
3768
  /**
3769
+ * @public
3218
3770
  * <p>Describes fast snapshot restores for a snapshot.</p>
3219
3771
  */
3220
3772
  export interface DescribeFastSnapshotRestoreSuccessItem {
@@ -3275,6 +3827,9 @@ export interface DescribeFastSnapshotRestoreSuccessItem {
3275
3827
  */
3276
3828
  DisabledTime?: Date;
3277
3829
  }
3830
+ /**
3831
+ * @public
3832
+ */
3278
3833
  export interface DescribeFastSnapshotRestoresResult {
3279
3834
  /**
3280
3835
  * <p>Information about the state of fast snapshot restores.</p>
@@ -3286,11 +3841,17 @@ export interface DescribeFastSnapshotRestoresResult {
3286
3841
  */
3287
3842
  NextToken?: string;
3288
3843
  }
3844
+ /**
3845
+ * @public
3846
+ */
3289
3847
  export declare enum FleetEventType {
3290
3848
  FLEET_CHANGE = "fleet-change",
3291
3849
  INSTANCE_CHANGE = "instance-change",
3292
3850
  SERVICE_ERROR = "service-error"
3293
3851
  }
3852
+ /**
3853
+ * @public
3854
+ */
3294
3855
  export interface DescribeFleetHistoryRequest {
3295
3856
  /**
3296
3857
  * <p>Checks whether you have the required permissions for the action, without actually making the request,
@@ -3323,6 +3884,7 @@ export interface DescribeFleetHistoryRequest {
3323
3884
  StartTime: Date | undefined;
3324
3885
  }
3325
3886
  /**
3887
+ * @public
3326
3888
  * <p>Describes an EC2 Fleet or Spot Fleet event.</p>
3327
3889
  */
3328
3890
  export interface EventInformation {
@@ -3467,6 +4029,7 @@ export interface EventInformation {
3467
4029
  InstanceId?: string;
3468
4030
  }
3469
4031
  /**
4032
+ * @public
3470
4033
  * <p>Describes an event in the history of an EC2 Fleet.</p>
3471
4034
  */
3472
4035
  export interface HistoryRecordEntry {
@@ -3484,6 +4047,9 @@ export interface HistoryRecordEntry {
3484
4047
  */
3485
4048
  Timestamp?: Date;
3486
4049
  }
4050
+ /**
4051
+ * @public
4052
+ */
3487
4053
  export interface DescribeFleetHistoryResult {
3488
4054
  /**
3489
4055
  * <p>Information about the events in the history of the EC2 Fleet.</p>
@@ -3512,6 +4078,9 @@ export interface DescribeFleetHistoryResult {
3512
4078
  */
3513
4079
  StartTime?: Date;
3514
4080
  }
4081
+ /**
4082
+ * @public
4083
+ */
3515
4084
  export interface DescribeFleetInstancesRequest {
3516
4085
  /**
3517
4086
  * <p>Checks whether you have the required permissions for the action, without actually making the request,
@@ -3544,6 +4113,9 @@ export interface DescribeFleetInstancesRequest {
3544
4113
  */
3545
4114
  Filters?: Filter[];
3546
4115
  }
4116
+ /**
4117
+ * @public
4118
+ */
3547
4119
  export interface DescribeFleetInstancesResult {
3548
4120
  /**
3549
4121
  * <p>The running instances. This list is refreshed periodically and might be out of
@@ -3560,6 +4132,9 @@ export interface DescribeFleetInstancesResult {
3560
4132
  */
3561
4133
  FleetId?: string;
3562
4134
  }
4135
+ /**
4136
+ * @public
4137
+ */
3563
4138
  export interface DescribeFleetsRequest {
3564
4139
  /**
3565
4140
  * <p>Checks whether you have the required permissions for the action, without actually making the request,
@@ -3621,6 +4196,9 @@ export interface DescribeFleetsRequest {
3621
4196
  */
3622
4197
  Filters?: Filter[];
3623
4198
  }
4199
+ /**
4200
+ * @public
4201
+ */
3624
4202
  export declare enum FleetActivityStatus {
3625
4203
  ERROR = "error",
3626
4204
  FULFILLED = "fulfilled",
@@ -3628,6 +4206,7 @@ export declare enum FleetActivityStatus {
3628
4206
  PENDING_TERMINATION = "pending_termination"
3629
4207
  }
3630
4208
  /**
4209
+ * @public
3631
4210
  * <p>Describes the instances that could not be launched by the fleet.</p>
3632
4211
  */
3633
4212
  export interface DescribeFleetError {
@@ -3652,6 +4231,7 @@ export interface DescribeFleetError {
3652
4231
  ErrorMessage?: string;
3653
4232
  }
3654
4233
  /**
4234
+ * @public
3655
4235
  * <p>Describes the instances that were launched by the fleet.</p>
3656
4236
  */
3657
4237
  export interface DescribeFleetsInstances {
@@ -3679,6 +4259,7 @@ export interface DescribeFleetsInstances {
3679
4259
  Platform?: PlatformValues | string;
3680
4260
  }
3681
4261
  /**
4262
+ * @public
3682
4263
  * <p>Describes a launch template and overrides.</p>
3683
4264
  */
3684
4265
  export interface FleetLaunchTemplateConfig {
@@ -3693,6 +4274,7 @@ export interface FleetLaunchTemplateConfig {
3693
4274
  Overrides?: FleetLaunchTemplateOverrides[];
3694
4275
  }
3695
4276
  /**
4277
+ * @public
3696
4278
  * <p>Describes the strategy for using unused Capacity Reservations for fulfilling On-Demand
3697
4279
  * capacity.</p>
3698
4280
  * <note>
@@ -3720,6 +4302,7 @@ export interface CapacityReservationOptions {
3720
4302
  UsageStrategy?: FleetCapacityReservationUsageStrategy | string;
3721
4303
  }
3722
4304
  /**
4305
+ * @public
3723
4306
  * <p>Describes the configuration of On-Demand Instances in an EC2 Fleet.</p>
3724
4307
  */
3725
4308
  export interface OnDemandOptions {
@@ -3768,6 +4351,7 @@ export interface OnDemandOptions {
3768
4351
  MaxTotalPrice?: string;
3769
4352
  }
3770
4353
  /**
4354
+ * @public
3771
4355
  * <p>The strategy to use when Amazon EC2 emits a signal that your Spot Instance is at an
3772
4356
  * elevated risk of being interrupted.</p>
3773
4357
  */
@@ -3798,6 +4382,7 @@ export interface FleetSpotCapacityRebalance {
3798
4382
  TerminationDelay?: number;
3799
4383
  }
3800
4384
  /**
4385
+ * @public
3801
4386
  * <p>The strategies for managing your Spot Instances that are at an elevated risk of being
3802
4387
  * interrupted.</p>
3803
4388
  */
@@ -3809,6 +4394,7 @@ export interface FleetSpotMaintenanceStrategies {
3809
4394
  CapacityRebalance?: FleetSpotCapacityRebalance;
3810
4395
  }
3811
4396
  /**
4397
+ * @public
3812
4398
  * <p>Describes the configuration of Spot Instances in an EC2 Fleet.</p>
3813
4399
  */
3814
4400
  export interface SpotOptions {
@@ -3916,6 +4502,7 @@ export interface SpotOptions {
3916
4502
  MaxTotalPrice?: string;
3917
4503
  }
3918
4504
  /**
4505
+ * @public
3919
4506
  * <p>The number of units to request. You can choose to set the target capacity in terms of
3920
4507
  * instances or a performance characteristic that is important to your application workload,
3921
4508
  * such as vCPUs, memory, or I/O. If the request type is <code>maintain</code>, you can
@@ -3955,6 +4542,7 @@ export interface TargetCapacitySpecification {
3955
4542
  TargetCapacityUnitType?: TargetCapacityUnitType | string;
3956
4543
  }
3957
4544
  /**
4545
+ * @public
3958
4546
  * <p>Describes an EC2 Fleet.</p>
3959
4547
  */
3960
4548
  export interface FleetData {
@@ -4072,6 +4660,9 @@ export interface FleetData {
4072
4660
  */
4073
4661
  Context?: string;
4074
4662
  }
4663
+ /**
4664
+ * @public
4665
+ */
4075
4666
  export interface DescribeFleetsResult {
4076
4667
  /**
4077
4668
  * <p>The token to include in another request to get the next page of items. This value is <code>null</code> when there
@@ -4083,6 +4674,9 @@ export interface DescribeFleetsResult {
4083
4674
  */
4084
4675
  Fleets?: FleetData[];
4085
4676
  }
4677
+ /**
4678
+ * @public
4679
+ */
4086
4680
  export interface DescribeFlowLogsRequest {
4087
4681
  /**
4088
4682
  * <p>Checks whether you have the required permissions for the action, without actually making the request,
@@ -4150,6 +4744,7 @@ export interface DescribeFlowLogsRequest {
4150
4744
  NextToken?: string;
4151
4745
  }
4152
4746
  /**
4747
+ * @public
4153
4748
  * <p>Describes the destination options for a flow log.</p>
4154
4749
  */
4155
4750
  export interface DestinationOptionsResponse {
@@ -4167,6 +4762,7 @@ export interface DestinationOptionsResponse {
4167
4762
  PerHourPartition?: boolean;
4168
4763
  }
4169
4764
  /**
4765
+ * @public
4170
4766
  * <p>Describes a flow log.</p>
4171
4767
  */
4172
4768
  export interface FlowLog {
@@ -4245,6 +4841,9 @@ export interface FlowLog {
4245
4841
  */
4246
4842
  DestinationOptions?: DestinationOptionsResponse;
4247
4843
  }
4844
+ /**
4845
+ * @public
4846
+ */
4248
4847
  export interface DescribeFlowLogsResult {
4249
4848
  /**
4250
4849
  * <p>Information about the flow logs.</p>
@@ -4255,12 +4854,18 @@ export interface DescribeFlowLogsResult {
4255
4854
  */
4256
4855
  NextToken?: string;
4257
4856
  }
4857
+ /**
4858
+ * @public
4859
+ */
4258
4860
  export declare enum FpgaImageAttributeName {
4259
4861
  description = "description",
4260
4862
  loadPermission = "loadPermission",
4261
4863
  name = "name",
4262
4864
  productCodes = "productCodes"
4263
4865
  }
4866
+ /**
4867
+ * @public
4868
+ */
4264
4869
  export interface DescribeFpgaImageAttributeRequest {
4265
4870
  /**
4266
4871
  * <p>Checks whether you have the required permissions for the action, without actually making the request,
@@ -4277,10 +4882,14 @@ export interface DescribeFpgaImageAttributeRequest {
4277
4882
  */
4278
4883
  Attribute: FpgaImageAttributeName | string | undefined;
4279
4884
  }
4885
+ /**
4886
+ * @public
4887
+ */
4280
4888
  export declare enum PermissionGroup {
4281
4889
  all = "all"
4282
4890
  }
4283
4891
  /**
4892
+ * @public
4284
4893
  * <p>Describes a load permission.</p>
4285
4894
  */
4286
4895
  export interface LoadPermission {
@@ -4293,11 +4902,15 @@ export interface LoadPermission {
4293
4902
  */
4294
4903
  Group?: PermissionGroup | string;
4295
4904
  }
4905
+ /**
4906
+ * @public
4907
+ */
4296
4908
  export declare enum ProductCodeValues {
4297
4909
  devpay = "devpay",
4298
4910
  marketplace = "marketplace"
4299
4911
  }
4300
4912
  /**
4913
+ * @public
4301
4914
  * <p>Describes a product code.</p>
4302
4915
  */
4303
4916
  export interface ProductCode {
@@ -4311,6 +4924,7 @@ export interface ProductCode {
4311
4924
  ProductCodeType?: ProductCodeValues | string;
4312
4925
  }
4313
4926
  /**
4927
+ * @public
4314
4928
  * <p>Describes an Amazon FPGA image (AFI) attribute.</p>
4315
4929
  */
4316
4930
  export interface FpgaImageAttribute {
@@ -4335,12 +4949,18 @@ export interface FpgaImageAttribute {
4335
4949
  */
4336
4950
  ProductCodes?: ProductCode[];
4337
4951
  }
4952
+ /**
4953
+ * @public
4954
+ */
4338
4955
  export interface DescribeFpgaImageAttributeResult {
4339
4956
  /**
4340
4957
  * <p>Information about the attribute.</p>
4341
4958
  */
4342
4959
  FpgaImageAttribute?: FpgaImageAttribute;
4343
4960
  }
4961
+ /**
4962
+ * @public
4963
+ */
4344
4964
  export interface DescribeFpgaImagesRequest {
4345
4965
  /**
4346
4966
  * <p>Checks whether you have the required permissions for the action, without actually making the request,
@@ -4419,6 +5039,7 @@ export interface DescribeFpgaImagesRequest {
4419
5039
  MaxResults?: number;
4420
5040
  }
4421
5041
  /**
5042
+ * @public
4422
5043
  * <p>Describes the data that identifies an Amazon FPGA image (AFI) on the PCI bus.</p>
4423
5044
  */
4424
5045
  export interface PciId {
@@ -4439,6 +5060,9 @@ export interface PciId {
4439
5060
  */
4440
5061
  SubsystemVendorId?: string;
4441
5062
  }
5063
+ /**
5064
+ * @public
5065
+ */
4442
5066
  export declare enum FpgaImageStateCode {
4443
5067
  available = "available",
4444
5068
  failed = "failed",
@@ -4446,6 +5070,7 @@ export declare enum FpgaImageStateCode {
4446
5070
  unavailable = "unavailable"
4447
5071
  }
4448
5072
  /**
5073
+ * @public
4449
5074
  * <p>Describes the state of the bitstream generation process for an Amazon FPGA image (AFI).</p>
4450
5075
  */
4451
5076
  export interface FpgaImageState {
@@ -4477,6 +5102,7 @@ export interface FpgaImageState {
4477
5102
  Message?: string;
4478
5103
  }
4479
5104
  /**
5105
+ * @public
4480
5106
  * <p>Describes an Amazon FPGA image (AFI).</p>
4481
5107
  */
4482
5108
  export interface FpgaImage {
@@ -4545,6 +5171,9 @@ export interface FpgaImage {
4545
5171
  */
4546
5172
  InstanceTypes?: string[];
4547
5173
  }
5174
+ /**
5175
+ * @public
5176
+ */
4548
5177
  export interface DescribeFpgaImagesResult {
4549
5178
  /**
4550
5179
  * <p>Information about the FPGA images.</p>
@@ -4555,6 +5184,9 @@ export interface DescribeFpgaImagesResult {
4555
5184
  */
4556
5185
  NextToken?: string;
4557
5186
  }
5187
+ /**
5188
+ * @public
5189
+ */
4558
5190
  export interface DescribeHostReservationOfferingsRequest {
4559
5191
  /**
4560
5192
  * <p>The filters.</p>
@@ -4599,12 +5231,16 @@ export interface DescribeHostReservationOfferingsRequest {
4599
5231
  */
4600
5232
  OfferingId?: string;
4601
5233
  }
5234
+ /**
5235
+ * @public
5236
+ */
4602
5237
  export declare enum PaymentOption {
4603
5238
  ALL_UPFRONT = "AllUpfront",
4604
5239
  NO_UPFRONT = "NoUpfront",
4605
5240
  PARTIAL_UPFRONT = "PartialUpfront"
4606
5241
  }
4607
5242
  /**
5243
+ * @public
4608
5244
  * <p>Details about the Dedicated Host Reservation offering.</p>
4609
5245
  */
4610
5246
  export interface HostOffering {
@@ -4637,6 +5273,9 @@ export interface HostOffering {
4637
5273
  */
4638
5274
  UpfrontPrice?: string;
4639
5275
  }
5276
+ /**
5277
+ * @public
5278
+ */
4640
5279
  export interface DescribeHostReservationOfferingsResult {
4641
5280
  /**
4642
5281
  * <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
@@ -4647,6 +5286,9 @@ export interface DescribeHostReservationOfferingsResult {
4647
5286
  */
4648
5287
  OfferingSet?: HostOffering[];
4649
5288
  }
5289
+ /**
5290
+ * @public
5291
+ */
4650
5292
  export interface DescribeHostReservationsRequest {
4651
5293
  /**
4652
5294
  * <p>The filters.</p>
@@ -4692,6 +5334,9 @@ export interface DescribeHostReservationsRequest {
4692
5334
  */
4693
5335
  NextToken?: string;
4694
5336
  }
5337
+ /**
5338
+ * @public
5339
+ */
4695
5340
  export declare enum ReservationState {
4696
5341
  ACTIVE = "active",
4697
5342
  PAYMENT_FAILED = "payment-failed",
@@ -4699,6 +5344,7 @@ export declare enum ReservationState {
4699
5344
  RETIRED = "retired"
4700
5345
  }
4701
5346
  /**
5347
+ * @public
4702
5348
  * <p>Details about the Dedicated Host Reservation and associated Dedicated Hosts.</p>
4703
5349
  */
4704
5350
  export interface HostReservation {
@@ -4764,6 +5410,9 @@ export interface HostReservation {
4764
5410
  */
4765
5411
  Tags?: Tag[];
4766
5412
  }
5413
+ /**
5414
+ * @public
5415
+ */
4767
5416
  export interface DescribeHostReservationsResult {
4768
5417
  /**
4769
5418
  * <p>Details about the reservation's configuration.</p>
@@ -4774,6 +5423,9 @@ export interface DescribeHostReservationsResult {
4774
5423
  */
4775
5424
  NextToken?: string;
4776
5425
  }
5426
+ /**
5427
+ * @public
5428
+ */
4777
5429
  export interface DescribeHostsRequest {
4778
5430
  /**
4779
5431
  * <p>The filters.</p>
@@ -4833,6 +5485,7 @@ export interface DescribeHostsRequest {
4833
5485
  NextToken?: string;
4834
5486
  }
4835
5487
  /**
5488
+ * @public
4836
5489
  * <p>Information about the number of instances that can be launched onto the Dedicated
4837
5490
  * Host.</p>
4838
5491
  */
@@ -4853,6 +5506,7 @@ export interface InstanceCapacity {
4853
5506
  TotalCapacity?: number;
4854
5507
  }
4855
5508
  /**
5509
+ * @public
4856
5510
  * <p>The capacity information for instances that can be launched onto the Dedicated Host.
4857
5511
  * </p>
4858
5512
  */
@@ -4870,6 +5524,7 @@ export interface AvailableCapacity {
4870
5524
  AvailableVCpus?: number;
4871
5525
  }
4872
5526
  /**
5527
+ * @public
4873
5528
  * <p>Describes the properties of a Dedicated Host.</p>
4874
5529
  */
4875
5530
  export interface HostProperties {
@@ -4897,6 +5552,7 @@ export interface HostProperties {
4897
5552
  TotalVCpus?: number;
4898
5553
  }
4899
5554
  /**
5555
+ * @public
4900
5556
  * <p>Describes an instance running on a Dedicated Host.</p>
4901
5557
  */
4902
5558
  export interface HostInstance {
@@ -4915,6 +5571,7 @@ export interface HostInstance {
4915
5571
  OwnerId?: string;
4916
5572
  }
4917
5573
  /**
5574
+ * @public
4918
5575
  * <p>Describes the properties of the Dedicated Host.</p>
4919
5576
  */
4920
5577
  export interface Host {
@@ -5002,6 +5659,9 @@ export interface Host {
5002
5659
  */
5003
5660
  HostMaintenance?: HostMaintenance | string;
5004
5661
  }
5662
+ /**
5663
+ * @public
5664
+ */
5005
5665
  export interface DescribeHostsResult {
5006
5666
  /**
5007
5667
  * <p>Information about the Dedicated Hosts.</p>
@@ -5012,6 +5672,9 @@ export interface DescribeHostsResult {
5012
5672
  */
5013
5673
  NextToken?: string;
5014
5674
  }
5675
+ /**
5676
+ * @public
5677
+ */
5015
5678
  export interface DescribeIamInstanceProfileAssociationsRequest {
5016
5679
  /**
5017
5680
  * <p>The IAM instance profile associations.</p>
@@ -5044,6 +5707,9 @@ export interface DescribeIamInstanceProfileAssociationsRequest {
5044
5707
  */
5045
5708
  NextToken?: string;
5046
5709
  }
5710
+ /**
5711
+ * @public
5712
+ */
5047
5713
  export interface DescribeIamInstanceProfileAssociationsResult {
5048
5714
  /**
5049
5715
  * <p>Information about the IAM instance profile associations.</p>
@@ -5055,6 +5721,9 @@ export interface DescribeIamInstanceProfileAssociationsResult {
5055
5721
  */
5056
5722
  NextToken?: string;
5057
5723
  }
5724
+ /**
5725
+ * @public
5726
+ */
5058
5727
  export interface DescribeIdentityIdFormatRequest {
5059
5728
  /**
5060
5729
  * <p>The ARN of the principal, which can be an IAM role, IAM user, or the root user.</p>
@@ -5078,12 +5747,18 @@ export interface DescribeIdentityIdFormatRequest {
5078
5747
  */
5079
5748
  Resource?: string;
5080
5749
  }
5750
+ /**
5751
+ * @public
5752
+ */
5081
5753
  export interface DescribeIdentityIdFormatResult {
5082
5754
  /**
5083
5755
  * <p>Information about the ID format for the resources.</p>
5084
5756
  */
5085
5757
  Statuses?: IdFormat[];
5086
5758
  }
5759
+ /**
5760
+ * @public
5761
+ */
5087
5762
  export interface DescribeIdFormatRequest {
5088
5763
  /**
5089
5764
  * <p>The type of resource: <code>bundle</code> |
@@ -5103,12 +5778,18 @@ export interface DescribeIdFormatRequest {
5103
5778
  */
5104
5779
  Resource?: string;
5105
5780
  }
5781
+ /**
5782
+ * @public
5783
+ */
5106
5784
  export interface DescribeIdFormatResult {
5107
5785
  /**
5108
5786
  * <p>Information about the ID format for the resource.</p>
5109
5787
  */
5110
5788
  Statuses?: IdFormat[];
5111
5789
  }
5790
+ /**
5791
+ * @public
5792
+ */
5112
5793
  export declare enum ImageAttributeName {
5113
5794
  blockDeviceMapping = "blockDeviceMapping",
5114
5795
  bootMode = "bootMode",
@@ -5124,6 +5805,7 @@ export declare enum ImageAttributeName {
5124
5805
  uefiData = "uefiData"
5125
5806
  }
5126
5807
  /**
5808
+ * @public
5127
5809
  * <p>Contains the parameters for DescribeImageAttribute.</p>
5128
5810
  */
5129
5811
  export interface DescribeImageAttributeRequest {
@@ -5147,6 +5829,7 @@ export interface DescribeImageAttributeRequest {
5147
5829
  DryRun?: boolean;
5148
5830
  }
5149
5831
  /**
5832
+ * @public
5150
5833
  * <p>Describes a launch permission.</p>
5151
5834
  */
5152
5835
  export interface LaunchPermission {
@@ -5169,6 +5852,7 @@ export interface LaunchPermission {
5169
5852
  OrganizationalUnitArn?: string;
5170
5853
  }
5171
5854
  /**
5855
+ * @public
5172
5856
  * <p>Describes an image attribute.</p>
5173
5857
  */
5174
5858
  export interface ImageAttribute {
@@ -5240,6 +5924,9 @@ export interface ImageAttribute {
5240
5924
  */
5241
5925
  ImdsSupport?: AttributeValue;
5242
5926
  }
5927
+ /**
5928
+ * @public
5929
+ */
5243
5930
  export interface DescribeImagesRequest {
5244
5931
  /**
5245
5932
  * <p>Scopes the images by users with explicit launch permissions.
@@ -5457,6 +6144,9 @@ export interface DescribeImagesRequest {
5457
6144
  */
5458
6145
  NextToken?: string;
5459
6146
  }
6147
+ /**
6148
+ * @public
6149
+ */
5460
6150
  export declare enum ArchitectureValues {
5461
6151
  arm64 = "arm64",
5462
6152
  arm64_mac = "arm64_mac",
@@ -5464,27 +6154,45 @@ export declare enum ArchitectureValues {
5464
6154
  x86_64 = "x86_64",
5465
6155
  x86_64_mac = "x86_64_mac"
5466
6156
  }
6157
+ /**
6158
+ * @public
6159
+ */
5467
6160
  export declare enum BootModeValues {
5468
6161
  legacy_bios = "legacy-bios",
5469
6162
  uefi = "uefi",
5470
6163
  uefi_preferred = "uefi-preferred"
5471
6164
  }
6165
+ /**
6166
+ * @public
6167
+ */
5472
6168
  export declare enum HypervisorType {
5473
6169
  ovm = "ovm",
5474
6170
  xen = "xen"
5475
6171
  }
6172
+ /**
6173
+ * @public
6174
+ */
5476
6175
  export declare enum ImageTypeValues {
5477
6176
  kernel = "kernel",
5478
6177
  machine = "machine",
5479
6178
  ramdisk = "ramdisk"
5480
6179
  }
6180
+ /**
6181
+ * @public
6182
+ */
5481
6183
  export declare enum ImdsSupportValues {
5482
6184
  v2_0 = "v2.0"
5483
6185
  }
6186
+ /**
6187
+ * @public
6188
+ */
5484
6189
  export declare enum DeviceType {
5485
6190
  ebs = "ebs",
5486
6191
  instance_store = "instance-store"
5487
6192
  }
6193
+ /**
6194
+ * @public
6195
+ */
5488
6196
  export declare enum ImageState {
5489
6197
  available = "available",
5490
6198
  deregistered = "deregistered",
@@ -5494,14 +6202,21 @@ export declare enum ImageState {
5494
6202
  pending = "pending",
5495
6203
  transient = "transient"
5496
6204
  }
6205
+ /**
6206
+ * @public
6207
+ */
5497
6208
  export declare enum TpmSupportValues {
5498
6209
  v2_0 = "v2.0"
5499
6210
  }
6211
+ /**
6212
+ * @public
6213
+ */
5500
6214
  export declare enum VirtualizationType {
5501
6215
  hvm = "hvm",
5502
6216
  paravirtual = "paravirtual"
5503
6217
  }
5504
6218
  /**
6219
+ * @public
5505
6220
  * <p>Describes an image.</p>
5506
6221
  */
5507
6222
  export interface Image {
@@ -5648,6 +6363,9 @@ export interface Image {
5648
6363
  */
5649
6364
  ImdsSupport?: ImdsSupportValues | string;
5650
6365
  }
6366
+ /**
6367
+ * @public
6368
+ */
5651
6369
  export interface DescribeImagesResult {
5652
6370
  /**
5653
6371
  * <p>Information about the images.</p>
@@ -5659,6 +6377,9 @@ export interface DescribeImagesResult {
5659
6377
  */
5660
6378
  NextToken?: string;
5661
6379
  }
6380
+ /**
6381
+ * @public
6382
+ */
5662
6383
  export interface DescribeImportImageTasksRequest {
5663
6384
  /**
5664
6385
  * <p>Checks whether you have the required permissions for the action, without actually making the request,
@@ -5685,6 +6406,7 @@ export interface DescribeImportImageTasksRequest {
5685
6406
  NextToken?: string;
5686
6407
  }
5687
6408
  /**
6409
+ * @public
5688
6410
  * <p> The response information for license configurations.</p>
5689
6411
  */
5690
6412
  export interface ImportImageLicenseConfigurationResponse {
@@ -5694,6 +6416,7 @@ export interface ImportImageLicenseConfigurationResponse {
5694
6416
  LicenseConfigurationArn?: string;
5695
6417
  }
5696
6418
  /**
6419
+ * @public
5697
6420
  * <p>Describes the Amazon S3 bucket for the disk image.</p>
5698
6421
  */
5699
6422
  export interface UserBucketDetails {
@@ -5707,6 +6430,7 @@ export interface UserBucketDetails {
5707
6430
  S3Key?: string;
5708
6431
  }
5709
6432
  /**
6433
+ * @public
5710
6434
  * <p>Describes the snapshot created from the imported disk.</p>
5711
6435
  */
5712
6436
  export interface SnapshotDetail {
@@ -5752,6 +6476,7 @@ export interface SnapshotDetail {
5752
6476
  UserBucket?: UserBucketDetails;
5753
6477
  }
5754
6478
  /**
6479
+ * @public
5755
6480
  * <p>Describes an import image task.</p>
5756
6481
  */
5757
6482
  export interface ImportImageTask {
@@ -5828,6 +6553,9 @@ export interface ImportImageTask {
5828
6553
  */
5829
6554
  BootMode?: BootModeValues | string;
5830
6555
  }
6556
+ /**
6557
+ * @public
6558
+ */
5831
6559
  export interface DescribeImportImageTasksResult {
5832
6560
  /**
5833
6561
  * <p>A list of zero or more import image tasks that are currently active or were completed or canceled in the
@@ -5840,6 +6568,9 @@ export interface DescribeImportImageTasksResult {
5840
6568
  */
5841
6569
  NextToken?: string;
5842
6570
  }
6571
+ /**
6572
+ * @public
6573
+ */
5843
6574
  export interface DescribeImportSnapshotTasksRequest {
5844
6575
  /**
5845
6576
  * <p>Checks whether you have the required permissions for the action, without actually making the request,
@@ -5866,6 +6597,7 @@ export interface DescribeImportSnapshotTasksRequest {
5866
6597
  NextToken?: string;
5867
6598
  }
5868
6599
  /**
6600
+ * @public
5869
6601
  * <p>Details about the import snapshot task.</p>
5870
6602
  */
5871
6603
  export interface SnapshotTaskDetail {
@@ -5915,6 +6647,7 @@ export interface SnapshotTaskDetail {
5915
6647
  UserBucket?: UserBucketDetails;
5916
6648
  }
5917
6649
  /**
6650
+ * @public
5918
6651
  * <p>Describes an import snapshot task.</p>
5919
6652
  */
5920
6653
  export interface ImportSnapshotTask {
@@ -5935,6 +6668,9 @@ export interface ImportSnapshotTask {
5935
6668
  */
5936
6669
  Tags?: Tag[];
5937
6670
  }
6671
+ /**
6672
+ * @public
6673
+ */
5938
6674
  export interface DescribeImportSnapshotTasksResult {
5939
6675
  /**
5940
6676
  * <p>A list of zero or more import snapshot tasks that are currently active or were completed or canceled in the
@@ -5947,6 +6683,9 @@ export interface DescribeImportSnapshotTasksResult {
5947
6683
  */
5948
6684
  NextToken?: string;
5949
6685
  }
6686
+ /**
6687
+ * @public
6688
+ */
5950
6689
  export declare enum InstanceAttributeName {
5951
6690
  blockDeviceMapping = "blockDeviceMapping",
5952
6691
  disableApiStop = "disableApiStop",
@@ -5965,6 +6704,9 @@ export declare enum InstanceAttributeName {
5965
6704
  sriovNetSupport = "sriovNetSupport",
5966
6705
  userData = "userData"
5967
6706
  }
6707
+ /**
6708
+ * @public
6709
+ */
5968
6710
  export interface DescribeInstanceAttributeRequest {
5969
6711
  /**
5970
6712
  * <p>The instance attribute.</p>
@@ -5983,6 +6725,7 @@ export interface DescribeInstanceAttributeRequest {
5983
6725
  InstanceId: string | undefined;
5984
6726
  }
5985
6727
  /**
6728
+ * @public
5986
6729
  * <p>Describes a parameter used to set up an EBS volume in a block device mapping.</p>
5987
6730
  */
5988
6731
  export interface EbsInstanceBlockDevice {
@@ -6004,6 +6747,7 @@ export interface EbsInstanceBlockDevice {
6004
6747
  VolumeId?: string;
6005
6748
  }
6006
6749
  /**
6750
+ * @public
6007
6751
  * <p>Describes a block device mapping.</p>
6008
6752
  */
6009
6753
  export interface InstanceBlockDeviceMapping {
@@ -6018,6 +6762,7 @@ export interface InstanceBlockDeviceMapping {
6018
6762
  Ebs?: EbsInstanceBlockDevice;
6019
6763
  }
6020
6764
  /**
6765
+ * @public
6021
6766
  * <p>Describes a value for a resource attribute that is a Boolean value.</p>
6022
6767
  */
6023
6768
  export interface AttributeBooleanValue {
@@ -6027,6 +6772,7 @@ export interface AttributeBooleanValue {
6027
6772
  Value?: boolean;
6028
6773
  }
6029
6774
  /**
6775
+ * @public
6030
6776
  * <p>Indicates whether the instance is enabled for Amazon Web Services Nitro
6031
6777
  * Enclaves.</p>
6032
6778
  */
@@ -6038,6 +6784,7 @@ export interface EnclaveOptions {
6038
6784
  Enabled?: boolean;
6039
6785
  }
6040
6786
  /**
6787
+ * @public
6041
6788
  * <p>Describes an instance attribute.</p>
6042
6789
  */
6043
6790
  export interface InstanceAttribute {
@@ -6121,6 +6868,9 @@ export interface InstanceAttribute {
6121
6868
  */
6122
6869
  DisableApiStop?: AttributeBooleanValue;
6123
6870
  }
6871
+ /**
6872
+ * @public
6873
+ */
6124
6874
  export interface DescribeInstanceCreditSpecificationsRequest {
6125
6875
  /**
6126
6876
  * <p>Checks whether you have the required permissions for the action, without actually making the request,
@@ -6158,6 +6908,7 @@ export interface DescribeInstanceCreditSpecificationsRequest {
6158
6908
  NextToken?: string;
6159
6909
  }
6160
6910
  /**
6911
+ * @public
6161
6912
  * <p>Describes the credit option for CPU usage of a burstable performance instance. </p>
6162
6913
  */
6163
6914
  export interface InstanceCreditSpecification {
@@ -6172,6 +6923,9 @@ export interface InstanceCreditSpecification {
6172
6923
  */
6173
6924
  CpuCredits?: string;
6174
6925
  }
6926
+ /**
6927
+ * @public
6928
+ */
6175
6929
  export interface DescribeInstanceCreditSpecificationsResult {
6176
6930
  /**
6177
6931
  * <p>Information about the credit option for CPU usage of an instance.</p>
@@ -6183,6 +6937,9 @@ export interface DescribeInstanceCreditSpecificationsResult {
6183
6937
  */
6184
6938
  NextToken?: string;
6185
6939
  }
6940
+ /**
6941
+ * @public
6942
+ */
6186
6943
  export interface DescribeInstanceEventNotificationAttributesRequest {
6187
6944
  /**
6188
6945
  * <p>Checks whether you have the required permissions for the action, without actually making the request,
@@ -6191,6 +6948,9 @@ export interface DescribeInstanceEventNotificationAttributesRequest {
6191
6948
  */
6192
6949
  DryRun?: boolean;
6193
6950
  }
6951
+ /**
6952
+ * @public
6953
+ */
6194
6954
  export interface DescribeInstanceEventNotificationAttributesResult {
6195
6955
  /**
6196
6956
  * <p>Information about the registered tag keys.</p>
@@ -6198,6 +6958,7 @@ export interface DescribeInstanceEventNotificationAttributesResult {
6198
6958
  InstanceTagAttribute?: InstanceTagNotificationAttribute;
6199
6959
  }
6200
6960
  /**
6961
+ * @public
6201
6962
  * <para>Describe instance event windows by InstanceEventWindow.</para>
6202
6963
  */
6203
6964
  export interface DescribeInstanceEventWindowsRequest {
@@ -6279,6 +7040,9 @@ export interface DescribeInstanceEventWindowsRequest {
6279
7040
  */
6280
7041
  NextToken?: string;
6281
7042
  }
7043
+ /**
7044
+ * @public
7045
+ */
6282
7046
  export interface DescribeInstanceEventWindowsResult {
6283
7047
  /**
6284
7048
  * <p>Information about the event windows.</p>
@@ -6289,6 +7053,9 @@ export interface DescribeInstanceEventWindowsResult {
6289
7053
  */
6290
7054
  NextToken?: string;
6291
7055
  }
7056
+ /**
7057
+ * @public
7058
+ */
6292
7059
  export interface DescribeInstancesRequest {
6293
7060
  /**
6294
7061
  * <p>The filters.</p>
@@ -6792,6 +7559,7 @@ export interface DescribeInstancesRequest {
6792
7559
  NextToken?: string;
6793
7560
  }
6794
7561
  /**
7562
+ * @public
6795
7563
  * <p>Describes the instance's Capacity Reservation targeting preferences. The action returns the
6796
7564
  * <code>capacityReservationPreference</code> response element if the instance is
6797
7565
  * configured to run in On-Demand capacity, or if it is configured in run in any
@@ -6822,6 +7590,7 @@ export interface CapacityReservationSpecificationResponse {
6822
7590
  CapacityReservationTarget?: CapacityReservationTargetResponse;
6823
7591
  }
6824
7592
  /**
7593
+ * @public
6825
7594
  * <p>The CPU options for the instance.</p>
6826
7595
  */
6827
7596
  export interface CpuOptions {
@@ -6834,11 +7603,15 @@ export interface CpuOptions {
6834
7603
  */
6835
7604
  ThreadsPerCore?: number;
6836
7605
  }
7606
+ /**
7607
+ * @public
7608
+ */
6837
7609
  export declare enum InstanceBootModeValues {
6838
7610
  legacy_bios = "legacy-bios",
6839
7611
  uefi = "uefi"
6840
7612
  }
6841
7613
  /**
7614
+ * @public
6842
7615
  * <p>Describes the association between an instance and an Elastic Graphics accelerator.</p>
6843
7616
  */
6844
7617
  export interface ElasticGpuAssociation {
@@ -6861,6 +7634,7 @@ export interface ElasticGpuAssociation {
6861
7634
  ElasticGpuAssociationTime?: string;
6862
7635
  }
6863
7636
  /**
7637
+ * @public
6864
7638
  * <p>
6865
7639
  * Describes the association between an instance and an elastic inference accelerator.
6866
7640
  * </p>
@@ -6892,6 +7666,7 @@ export interface ElasticInferenceAcceleratorAssociation {
6892
7666
  ElasticInferenceAcceleratorAssociationTime?: Date;
6893
7667
  }
6894
7668
  /**
7669
+ * @public
6895
7670
  * <p>Indicates whether your instance is configured for hibernation. This parameter is valid
6896
7671
  * only if the instance meets the <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Hibernate.html#hibernating-prerequisites">hibernation
6897
7672
  * prerequisites</a>. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Hibernate.html">Hibernate your instance</a> in the
@@ -6904,11 +7679,15 @@ export interface HibernationOptions {
6904
7679
  */
6905
7680
  Configured?: boolean;
6906
7681
  }
7682
+ /**
7683
+ * @public
7684
+ */
6907
7685
  export declare enum InstanceLifecycleType {
6908
7686
  scheduled = "scheduled",
6909
7687
  spot = "spot"
6910
7688
  }
6911
7689
  /**
7690
+ * @public
6912
7691
  * <p>Describes a license configuration.</p>
6913
7692
  */
6914
7693
  export interface LicenseConfiguration {
@@ -6917,11 +7696,15 @@ export interface LicenseConfiguration {
6917
7696
  */
6918
7697
  LicenseConfigurationArn?: string;
6919
7698
  }
7699
+ /**
7700
+ * @public
7701
+ */
6920
7702
  export declare enum InstanceAutoRecoveryState {
6921
7703
  default = "default",
6922
7704
  disabled = "disabled"
6923
7705
  }
6924
7706
  /**
7707
+ * @public
6925
7708
  * <p>The maintenance options for the instance.</p>
6926
7709
  */
6927
7710
  export interface InstanceMaintenanceOptions {
@@ -6931,27 +7714,43 @@ export interface InstanceMaintenanceOptions {
6931
7714
  */
6932
7715
  AutoRecovery?: InstanceAutoRecoveryState | string;
6933
7716
  }
7717
+ /**
7718
+ * @public
7719
+ */
6934
7720
  export declare enum InstanceMetadataEndpointState {
6935
7721
  disabled = "disabled",
6936
7722
  enabled = "enabled"
6937
7723
  }
7724
+ /**
7725
+ * @public
7726
+ */
6938
7727
  export declare enum InstanceMetadataProtocolState {
6939
7728
  disabled = "disabled",
6940
7729
  enabled = "enabled"
6941
7730
  }
7731
+ /**
7732
+ * @public
7733
+ */
6942
7734
  export declare enum HttpTokensState {
6943
7735
  optional = "optional",
6944
7736
  required = "required"
6945
7737
  }
7738
+ /**
7739
+ * @public
7740
+ */
6946
7741
  export declare enum InstanceMetadataTagsState {
6947
7742
  disabled = "disabled",
6948
7743
  enabled = "enabled"
6949
7744
  }
7745
+ /**
7746
+ * @public
7747
+ */
6950
7748
  export declare enum InstanceMetadataOptionsState {
6951
7749
  applied = "applied",
6952
7750
  pending = "pending"
6953
7751
  }
6954
7752
  /**
7753
+ * @public
6955
7754
  * <p>The metadata options for the instance.</p>
6956
7755
  */
6957
7756
  export interface InstanceMetadataOptionsResponse {
@@ -7015,6 +7814,9 @@ export interface InstanceMetadataOptionsResponse {
7015
7814
  */
7016
7815
  InstanceMetadataTags?: InstanceMetadataTagsState | string;
7017
7816
  }
7817
+ /**
7818
+ * @public
7819
+ */
7018
7820
  export declare enum MonitoringState {
7019
7821
  disabled = "disabled",
7020
7822
  disabling = "disabling",
@@ -7022,215 +7824,41 @@ export declare enum MonitoringState {
7022
7824
  pending = "pending"
7023
7825
  }
7024
7826
  /**
7025
- * <p>Describes the monitoring of an instance.</p>
7827
+ * @internal
7026
7828
  */
7027
- export interface Monitoring {
7028
- /**
7029
- * <p>Indicates whether detailed monitoring is enabled. Otherwise, basic monitoring is
7030
- * enabled.</p>
7031
- */
7032
- State?: MonitoringState | string;
7033
- }
7829
+ export declare const DeleteSubnetRequestFilterSensitiveLog: (obj: DeleteSubnetRequest) => any;
7034
7830
  /**
7035
- * <p>Describes association information for an Elastic IP address (IPv4).</p>
7831
+ * @internal
7036
7832
  */
7037
- export interface InstanceNetworkInterfaceAssociation {
7038
- /**
7039
- * <p>The carrier IP address associated with the network interface.</p>
7040
- */
7041
- CarrierIp?: string;
7042
- /**
7043
- * <p>The customer-owned IP address associated with the network interface.</p>
7044
- */
7045
- CustomerOwnedIp?: string;
7046
- /**
7047
- * <p>The ID of the owner of the Elastic IP address.</p>
7048
- */
7049
- IpOwnerId?: string;
7050
- /**
7051
- * <p>The public DNS name.</p>
7052
- */
7053
- PublicDnsName?: string;
7054
- /**
7055
- * <p>The public IP address or Elastic IP address bound to the network interface.</p>
7056
- */
7057
- PublicIp?: string;
7058
- }
7833
+ export declare const DeleteSubnetCidrReservationRequestFilterSensitiveLog: (obj: DeleteSubnetCidrReservationRequest) => any;
7059
7834
  /**
7060
- * <p>Describes a network interface attachment.</p>
7835
+ * @internal
7061
7836
  */
7062
- export interface InstanceNetworkInterfaceAttachment {
7063
- /**
7064
- * <p>The time stamp when the attachment initiated.</p>
7065
- */
7066
- AttachTime?: Date;
7067
- /**
7068
- * <p>The ID of the network interface attachment.</p>
7069
- */
7070
- AttachmentId?: string;
7071
- /**
7072
- * <p>Indicates whether the network interface is deleted when the instance is terminated.</p>
7073
- */
7074
- DeleteOnTermination?: boolean;
7075
- /**
7076
- * <p>The index of the device on the instance for the network interface attachment.</p>
7077
- */
7078
- DeviceIndex?: number;
7079
- /**
7080
- * <p>The attachment state.</p>
7081
- */
7082
- Status?: AttachmentStatus | string;
7083
- /**
7084
- * <p>The index of the network card.</p>
7085
- */
7086
- NetworkCardIndex?: number;
7087
- }
7837
+ export declare const DeleteSubnetCidrReservationResultFilterSensitiveLog: (obj: DeleteSubnetCidrReservationResult) => any;
7088
7838
  /**
7089
- * <p>Information about an IPv4 prefix.</p>
7839
+ * @internal
7090
7840
  */
7091
- export interface InstanceIpv4Prefix {
7092
- /**
7093
- * <p>One or more IPv4 prefixes assigned to the network interface.</p>
7094
- */
7095
- Ipv4Prefix?: string;
7096
- }
7841
+ export declare const DeleteTagsRequestFilterSensitiveLog: (obj: DeleteTagsRequest) => any;
7097
7842
  /**
7098
- * <p>Information about an IPv6 prefix.</p>
7843
+ * @internal
7099
7844
  */
7100
- export interface InstanceIpv6Prefix {
7101
- /**
7102
- * <p>One or more IPv6 prefixes assigned to the network interface.</p>
7103
- */
7104
- Ipv6Prefix?: string;
7105
- }
7845
+ export declare const DeleteTrafficMirrorFilterRequestFilterSensitiveLog: (obj: DeleteTrafficMirrorFilterRequest) => any;
7106
7846
  /**
7107
- * <p>Describes a private IPv4 address.</p>
7847
+ * @internal
7108
7848
  */
7109
- export interface InstancePrivateIpAddress {
7110
- /**
7111
- * <p>The association information for an Elastic IP address for the network interface.</p>
7112
- */
7113
- Association?: InstanceNetworkInterfaceAssociation;
7114
- /**
7115
- * <p>Indicates whether this IPv4 address is the primary private IP address of the network interface.</p>
7116
- */
7117
- Primary?: boolean;
7118
- /**
7119
- * <p>The private IPv4 DNS name.</p>
7120
- */
7121
- PrivateDnsName?: string;
7122
- /**
7123
- * <p>The private IPv4 address of the network interface.</p>
7124
- */
7125
- PrivateIpAddress?: string;
7126
- }
7849
+ export declare const DeleteTrafficMirrorFilterResultFilterSensitiveLog: (obj: DeleteTrafficMirrorFilterResult) => any;
7127
7850
  /**
7128
- * <p>Describes a network interface.</p>
7851
+ * @internal
7129
7852
  */
7130
- export interface InstanceNetworkInterface {
7131
- /**
7132
- * <p>The association information for an Elastic IPv4 associated with the network
7133
- * interface.</p>
7134
- */
7135
- Association?: InstanceNetworkInterfaceAssociation;
7136
- /**
7137
- * <p>The network interface attachment.</p>
7138
- */
7139
- Attachment?: InstanceNetworkInterfaceAttachment;
7140
- /**
7141
- * <p>The description.</p>
7142
- */
7143
- Description?: string;
7144
- /**
7145
- * <p>The security groups.</p>
7146
- */
7147
- Groups?: GroupIdentifier[];
7148
- /**
7149
- * <p>The IPv6 addresses associated with the network interface.</p>
7150
- */
7151
- Ipv6Addresses?: InstanceIpv6Address[];
7152
- /**
7153
- * <p>The MAC address.</p>
7154
- */
7155
- MacAddress?: string;
7156
- /**
7157
- * <p>The ID of the network interface.</p>
7158
- */
7159
- NetworkInterfaceId?: string;
7160
- /**
7161
- * <p>The ID of the Amazon Web Services account that created the network interface.</p>
7162
- */
7163
- OwnerId?: string;
7164
- /**
7165
- * <p>The private DNS name.</p>
7166
- */
7167
- PrivateDnsName?: string;
7168
- /**
7169
- * <p>The IPv4 address of the network interface within the subnet.</p>
7170
- */
7171
- PrivateIpAddress?: string;
7172
- /**
7173
- * <p>The private IPv4 addresses associated with the network interface.</p>
7174
- */
7175
- PrivateIpAddresses?: InstancePrivateIpAddress[];
7176
- /**
7177
- * <p>Indicates whether source/destination checking is enabled.</p>
7178
- */
7179
- SourceDestCheck?: boolean;
7180
- /**
7181
- * <p>The status of the network interface.</p>
7182
- */
7183
- Status?: NetworkInterfaceStatus | string;
7184
- /**
7185
- * <p>The ID of the subnet.</p>
7186
- */
7187
- SubnetId?: string;
7188
- /**
7189
- * <p>The ID of the VPC.</p>
7190
- */
7191
- VpcId?: string;
7192
- /**
7193
- * <p>The type of network interface.</p>
7194
- * <p>Valid values: <code>interface</code> | <code>efa</code> | <code>trunk</code>
7195
- * </p>
7196
- */
7197
- InterfaceType?: string;
7198
- /**
7199
- * <p>The IPv4 delegated prefixes that are assigned to the network interface.</p>
7200
- */
7201
- Ipv4Prefixes?: InstanceIpv4Prefix[];
7202
- /**
7203
- * <p>The IPv6 delegated prefixes that are assigned to the network interface.</p>
7204
- */
7205
- Ipv6Prefixes?: InstanceIpv6Prefix[];
7206
- }
7853
+ export declare const DeleteTrafficMirrorFilterRuleRequestFilterSensitiveLog: (obj: DeleteTrafficMirrorFilterRuleRequest) => any;
7207
7854
  /**
7208
- * <p>Describes the options for instance hostnames.</p>
7855
+ * @internal
7209
7856
  */
7210
- export interface PrivateDnsNameOptionsResponse {
7211
- /**
7212
- * <p>The type of hostname to assign to an instance.</p>
7213
- */
7214
- HostnameType?: HostnameType | string;
7215
- /**
7216
- * <p>Indicates whether to respond to DNS queries for instance hostnames with DNS A
7217
- * records.</p>
7218
- */
7219
- EnableResourceNameDnsARecord?: boolean;
7220
- /**
7221
- * <p>Indicates whether to respond to DNS queries for instance hostnames with DNS AAAA
7222
- * records.</p>
7223
- */
7224
- EnableResourceNameDnsAAAARecord?: boolean;
7225
- }
7226
- export declare enum InstanceStateName {
7227
- pending = "pending",
7228
- running = "running",
7229
- shutting_down = "shutting-down",
7230
- stopped = "stopped",
7231
- stopping = "stopping",
7232
- terminated = "terminated"
7233
- }
7857
+ export declare const DeleteTrafficMirrorFilterRuleResultFilterSensitiveLog: (obj: DeleteTrafficMirrorFilterRuleResult) => any;
7858
+ /**
7859
+ * @internal
7860
+ */
7861
+ export declare const DeleteTrafficMirrorSessionRequestFilterSensitiveLog: (obj: DeleteTrafficMirrorSessionRequest) => any;
7234
7862
  /**
7235
7863
  * @internal
7236
7864
  */
@@ -8215,35 +8843,3 @@ export declare const InstanceMaintenanceOptionsFilterSensitiveLog: (obj: Instanc
8215
8843
  * @internal
8216
8844
  */
8217
8845
  export declare const InstanceMetadataOptionsResponseFilterSensitiveLog: (obj: InstanceMetadataOptionsResponse) => any;
8218
- /**
8219
- * @internal
8220
- */
8221
- export declare const MonitoringFilterSensitiveLog: (obj: Monitoring) => any;
8222
- /**
8223
- * @internal
8224
- */
8225
- export declare const InstanceNetworkInterfaceAssociationFilterSensitiveLog: (obj: InstanceNetworkInterfaceAssociation) => any;
8226
- /**
8227
- * @internal
8228
- */
8229
- export declare const InstanceNetworkInterfaceAttachmentFilterSensitiveLog: (obj: InstanceNetworkInterfaceAttachment) => any;
8230
- /**
8231
- * @internal
8232
- */
8233
- export declare const InstanceIpv4PrefixFilterSensitiveLog: (obj: InstanceIpv4Prefix) => any;
8234
- /**
8235
- * @internal
8236
- */
8237
- export declare const InstanceIpv6PrefixFilterSensitiveLog: (obj: InstanceIpv6Prefix) => any;
8238
- /**
8239
- * @internal
8240
- */
8241
- export declare const InstancePrivateIpAddressFilterSensitiveLog: (obj: InstancePrivateIpAddress) => any;
8242
- /**
8243
- * @internal
8244
- */
8245
- export declare const InstanceNetworkInterfaceFilterSensitiveLog: (obj: InstanceNetworkInterface) => any;
8246
- /**
8247
- * @internal
8248
- */
8249
- export declare const PrivateDnsNameOptionsResponseFilterSensitiveLog: (obj: PrivateDnsNameOptionsResponse) => any;