@aws-sdk/client-ec2 3.1102.0 → 3.1104.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 (352) hide show
  1. package/README.md +70 -0
  2. package/dist-cjs/index.js +977 -330
  3. package/dist-es/EC2.js +20 -0
  4. package/dist-es/commands/AssociateApplicationStatusCheckCommand.js +4 -0
  5. package/dist-es/commands/CreateApplicationStatusCheckCommand.js +4 -0
  6. package/dist-es/commands/DeleteApplicationStatusCheckCommand.js +4 -0
  7. package/dist-es/commands/DescribeApplicationStatusCheckAssociationsCommand.js +4 -0
  8. package/dist-es/commands/DescribeApplicationStatusChecksCommand.js +4 -0
  9. package/dist-es/commands/DescribeApplicationStatusCommand.js +4 -0
  10. package/dist-es/commands/DisableApplicationStatusCheckSuppressionCommand.js +4 -0
  11. package/dist-es/commands/DisassociateApplicationStatusCheckCommand.js +4 -0
  12. package/dist-es/commands/EnableApplicationStatusCheckSuppressionCommand.js +4 -0
  13. package/dist-es/commands/ModifyApplicationStatusCheckCommand.js +4 -0
  14. package/dist-es/commands/index.js +10 -0
  15. package/dist-es/models/enums.js +42 -7
  16. package/dist-es/schemas/schemas_0.js +827 -322
  17. package/dist-types/EC2.d.ts +75 -0
  18. package/dist-types/EC2Client.d.ts +12 -2
  19. package/dist-types/commands/AcceptAddressTransferCommand.d.ts +1 -1
  20. package/dist-types/commands/AllocateAddressCommand.d.ts +1 -1
  21. package/dist-types/commands/AllocateHostsCommand.d.ts +1 -1
  22. package/dist-types/commands/AllocateIpamPoolCidrCommand.d.ts +1 -1
  23. package/dist-types/commands/AssociateApplicationStatusCheckCommand.d.ts +144 -0
  24. package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +1 -1
  25. package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -1
  26. package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +1 -1
  27. package/dist-types/commands/BundleInstanceCommand.d.ts +3 -3
  28. package/dist-types/commands/CancelBundleTaskCommand.d.ts +4 -0
  29. package/dist-types/commands/CopyImageCommand.d.ts +1 -1
  30. package/dist-types/commands/CopySnapshotCommand.d.ts +1 -1
  31. package/dist-types/commands/CopyVolumesCommand.d.ts +1 -1
  32. package/dist-types/commands/CreateApplicationStatusCheckCommand.d.ts +206 -0
  33. package/dist-types/commands/CreateCapacityManagerDataExportCommand.d.ts +1 -1
  34. package/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +1 -1
  35. package/dist-types/commands/CreateCapacityReservationCancellationQuoteCommand.d.ts +1 -1
  36. package/dist-types/commands/CreateCapacityReservationCommand.d.ts +1 -1
  37. package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +1 -1
  38. package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +1 -1
  39. package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +3 -2
  40. package/dist-types/commands/CreateClientVpnRouteCommand.d.ts +1 -1
  41. package/dist-types/commands/CreateCoipCidrCommand.d.ts +1 -1
  42. package/dist-types/commands/CreateCoipPoolCommand.d.ts +2 -2
  43. package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +2 -2
  44. package/dist-types/commands/CreateDefaultSubnetCommand.d.ts +1 -2
  45. package/dist-types/commands/CreateDelegateMacVolumeOwnershipTaskCommand.d.ts +1 -1
  46. package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +1 -1
  47. package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -1
  48. package/dist-types/commands/CreateFleetCommand.d.ts +1 -1
  49. package/dist-types/commands/CreateFlowLogsCommand.d.ts +1 -1
  50. package/dist-types/commands/CreateFpgaImageCommand.d.ts +1 -1
  51. package/dist-types/commands/CreateImageCommand.d.ts +1 -1
  52. package/dist-types/commands/CreateImageUsageReportCommand.d.ts +1 -1
  53. package/dist-types/commands/CreateInstanceConnectEndpointCommand.d.ts +1 -1
  54. package/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +1 -1
  55. package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +1 -1
  56. package/dist-types/commands/CreateInternetGatewayCommand.d.ts +1 -1
  57. package/dist-types/commands/CreateInterruptibleCapacityReservationAllocationCommand.d.ts +1 -1
  58. package/dist-types/commands/CreateIpamCommand.d.ts +1 -1
  59. package/dist-types/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
  60. package/dist-types/commands/CreateIpamPolicyCommand.d.ts +1 -1
  61. package/dist-types/commands/CreateIpamPoolCommand.d.ts +1 -1
  62. package/dist-types/commands/CreateIpamPrefixListResolverCommand.d.ts +1 -1
  63. package/dist-types/commands/CreateIpamPrefixListResolverTargetCommand.d.ts +1 -1
  64. package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +1 -1
  65. package/dist-types/commands/CreateIpamScopeCommand.d.ts +1 -1
  66. package/dist-types/commands/CreateKeyPairCommand.d.ts +1 -1
  67. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +2 -2
  68. package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +2 -2
  69. package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
  70. package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
  71. package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
  72. package/dist-types/commands/CreateLocalGatewayVirtualInterfaceCommand.d.ts +1 -1
  73. package/dist-types/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.d.ts +1 -1
  74. package/dist-types/commands/CreateMacSystemIntegrityProtectionModificationTaskCommand.d.ts +1 -1
  75. package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +1 -1
  76. package/dist-types/commands/CreateNatGatewayCommand.d.ts +1 -1
  77. package/dist-types/commands/CreateNetworkAclCommand.d.ts +1 -1
  78. package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
  79. package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +1 -1
  80. package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +1 -1
  81. package/dist-types/commands/CreatePlacementGroupCommand.d.ts +1 -1
  82. package/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +1 -1
  83. package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +3 -2
  84. package/dist-types/commands/CreateReservedInstancesListingCommand.d.ts +1 -1
  85. package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +2 -2
  86. package/dist-types/commands/CreateRouteCommand.d.ts +1 -1
  87. package/dist-types/commands/CreateRouteServerCommand.d.ts +2 -2
  88. package/dist-types/commands/CreateRouteServerEndpointCommand.d.ts +2 -2
  89. package/dist-types/commands/CreateRouteServerPeerCommand.d.ts +1 -1
  90. package/dist-types/commands/CreateRouteTableCommand.d.ts +1 -1
  91. package/dist-types/commands/CreateSecondaryNetworkCommand.d.ts +2 -2
  92. package/dist-types/commands/CreateSecondarySubnetCommand.d.ts +1 -1
  93. package/dist-types/commands/CreateSecurityGroupCommand.d.ts +1 -1
  94. package/dist-types/commands/CreateSnapshotCommand.d.ts +1 -1
  95. package/dist-types/commands/CreateSnapshotsCommand.d.ts +1 -1
  96. package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +1 -1
  97. package/dist-types/commands/CreateSubnetCommand.d.ts +1 -1
  98. package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +1 -1
  99. package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +1 -1
  100. package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
  101. package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
  102. package/dist-types/commands/CreateTransitGatewayCommand.d.ts +1 -1
  103. package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +1 -1
  104. package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +1 -1
  105. package/dist-types/commands/CreateTransitGatewayMeteringPolicyCommand.d.ts +1 -1
  106. package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +1 -1
  107. package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  108. package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +1 -1
  109. package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
  110. package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +1 -1
  111. package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  112. package/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +1 -1
  113. package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +1 -1
  114. package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +1 -1
  115. package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +1 -1
  116. package/dist-types/commands/CreateVolumeCommand.d.ts +1 -1
  117. package/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
  118. package/dist-types/commands/CreateVpcCommand.d.ts +1 -1
  119. package/dist-types/commands/CreateVpcEncryptionControlCommand.d.ts +1 -1
  120. package/dist-types/commands/CreateVpcEndpointCommand.d.ts +1 -1
  121. package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +1 -1
  122. package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +1 -1
  123. package/dist-types/commands/CreateVpnConcentratorCommand.d.ts +1 -1
  124. package/dist-types/commands/CreateVpnConnectionCommand.d.ts +1 -1
  125. package/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
  126. package/dist-types/commands/DeleteApplicationStatusCheckCommand.d.ts +147 -0
  127. package/dist-types/commands/DeleteNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
  128. package/dist-types/commands/DeleteNetworkInsightsAnalysisCommand.d.ts +1 -1
  129. package/dist-types/commands/DeleteNetworkInsightsPathCommand.d.ts +1 -1
  130. package/dist-types/commands/DeleteNetworkInterfaceCommand.d.ts +1 -1
  131. package/dist-types/commands/DeleteNetworkInterfacePermissionCommand.d.ts +1 -1
  132. package/dist-types/commands/DeletePlacementGroupCommand.d.ts +1 -1
  133. package/dist-types/commands/DeletePublicIpv4PoolCommand.d.ts +1 -1
  134. package/dist-types/commands/DeleteQueuedReservedInstancesCommand.d.ts +1 -1
  135. package/dist-types/commands/DescribeApplicationStatusCheckAssociationsCommand.d.ts +105 -0
  136. package/dist-types/commands/DescribeApplicationStatusChecksCommand.d.ts +205 -0
  137. package/dist-types/commands/DescribeApplicationStatusCommand.d.ts +131 -0
  138. package/dist-types/commands/DescribeFpgaImagesCommand.d.ts +2 -1
  139. package/dist-types/commands/DescribeHostReservationOfferingsCommand.d.ts +1 -1
  140. package/dist-types/commands/DescribeHostReservationsCommand.d.ts +1 -1
  141. package/dist-types/commands/DescribeHostsCommand.d.ts +1 -1
  142. package/dist-types/commands/DescribeIamInstanceProfileAssociationsCommand.d.ts +1 -1
  143. package/dist-types/commands/DescribeIdFormatCommand.d.ts +1 -1
  144. package/dist-types/commands/DescribeIdentityIdFormatCommand.d.ts +1 -1
  145. package/dist-types/commands/DescribeImageAttributeCommand.d.ts +1 -1
  146. package/dist-types/commands/DescribeImageReferencesCommand.d.ts +1 -1
  147. package/dist-types/commands/DescribeInstanceStatusCommand.d.ts +10 -0
  148. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
  149. package/dist-types/commands/DescribeSecurityGroupRulesCommand.d.ts +2 -1
  150. package/dist-types/commands/DescribeSecurityGroupVpcAssociationsCommand.d.ts +1 -1
  151. package/dist-types/commands/DescribeSecurityGroupsCommand.d.ts +1 -1
  152. package/dist-types/commands/DescribeServiceLinkVirtualInterfacesCommand.d.ts +1 -1
  153. package/dist-types/commands/DescribeSnapshotAttributeCommand.d.ts +1 -1
  154. package/dist-types/commands/DescribeSnapshotTierStatusCommand.d.ts +1 -1
  155. package/dist-types/commands/DescribeSnapshotsCommand.d.ts +1 -1
  156. package/dist-types/commands/DescribeSpotDatafeedSubscriptionCommand.d.ts +1 -1
  157. package/dist-types/commands/DescribeSpotFleetInstancesCommand.d.ts +1 -1
  158. package/dist-types/commands/DescribeSpotFleetRequestHistoryCommand.d.ts +1 -1
  159. package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +3 -4
  160. package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
  161. package/dist-types/commands/DisableApplicationStatusCheckSuppressionCommand.d.ts +111 -0
  162. package/dist-types/commands/DisassociateApplicationStatusCheckCommand.d.ts +135 -0
  163. package/dist-types/commands/EnableApplicationStatusCheckSuppressionCommand.d.ts +125 -0
  164. package/dist-types/commands/EnableImageDeregistrationProtectionCommand.d.ts +2 -1
  165. package/dist-types/commands/EnableInstanceSqlHaStandbyDetectionsCommand.d.ts +1 -1
  166. package/dist-types/commands/EnableIpamOrganizationAdminAccountCommand.d.ts +1 -1
  167. package/dist-types/commands/EnableIpamPolicyCommand.d.ts +1 -1
  168. package/dist-types/commands/EnableReachabilityAnalyzerOrganizationSharingCommand.d.ts +1 -1
  169. package/dist-types/commands/EnableRouteServerPropagationCommand.d.ts +1 -1
  170. package/dist-types/commands/EnableSerialConsoleAccessCommand.d.ts +1 -1
  171. package/dist-types/commands/EnableSnapshotBlockPublicAccessCommand.d.ts +1 -1
  172. package/dist-types/commands/EnableTransitGatewayRouteTablePropagationCommand.d.ts +1 -1
  173. package/dist-types/commands/EnableVgwRoutePropagationCommand.d.ts +1 -1
  174. package/dist-types/commands/EnableVolumeIOCommand.d.ts +1 -1
  175. package/dist-types/commands/EnableVpcClassicLinkCommand.d.ts +1 -1
  176. package/dist-types/commands/EnableVpcClassicLinkDnsSupportCommand.d.ts +1 -1
  177. package/dist-types/commands/ExportClientVpnClientCertificateRevocationListCommand.d.ts +1 -1
  178. package/dist-types/commands/ExportClientVpnClientConfigurationCommand.d.ts +1 -1
  179. package/dist-types/commands/ExportImageCommand.d.ts +2 -2
  180. package/dist-types/commands/ExportTransitGatewayRoutesCommand.d.ts +1 -1
  181. package/dist-types/commands/ExportVerifiedAccessInstanceClientConfigurationCommand.d.ts +1 -1
  182. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
  183. package/dist-types/commands/ImportImageCommand.d.ts +1 -1
  184. package/dist-types/commands/ImportKeyPairCommand.d.ts +1 -1
  185. package/dist-types/commands/ImportSnapshotCommand.d.ts +1 -1
  186. package/dist-types/commands/ModifyApplicationStatusCheckCommand.d.ts +180 -0
  187. package/dist-types/commands/ModifyHostsCommand.d.ts +1 -1
  188. package/dist-types/commands/ModifyIdFormatCommand.d.ts +1 -1
  189. package/dist-types/commands/ModifyIdentityIdFormatCommand.d.ts +1 -1
  190. package/dist-types/commands/ModifyImageAttributeCommand.d.ts +1 -1
  191. package/dist-types/commands/ModifyInstanceAttributeCommand.d.ts +1 -1
  192. package/dist-types/commands/ModifyInstanceCapacityReservationAttributesCommand.d.ts +1 -1
  193. package/dist-types/commands/ModifyInstanceConnectEndpointCommand.d.ts +1 -1
  194. package/dist-types/commands/ModifyInstanceCpuOptionsCommand.d.ts +1 -1
  195. package/dist-types/commands/ModifyInstanceCreditSpecificationCommand.d.ts +1 -1
  196. package/dist-types/commands/ModifyInstanceEventStartTimeCommand.d.ts +1 -1
  197. package/dist-types/commands/ModifyInstanceEventWindowCommand.d.ts +1 -1
  198. package/dist-types/commands/ModifyInstanceMaintenanceOptionsCommand.d.ts +1 -1
  199. package/dist-types/commands/ModifyInstanceMetadataDefaultsCommand.d.ts +1 -1
  200. package/dist-types/commands/ModifyInstanceMetadataOptionsCommand.d.ts +1 -1
  201. package/dist-types/commands/ModifyInstanceNetworkPerformanceOptionsCommand.d.ts +1 -1
  202. package/dist-types/commands/ModifyInstancePlacementCommand.d.ts +1 -1
  203. package/dist-types/commands/ModifyIpamCommand.d.ts +1 -2
  204. package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +3 -1
  205. package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +1 -1
  206. package/dist-types/commands/PurchaseHostReservationCommand.d.ts +1 -1
  207. package/dist-types/commands/RegisterImageCommand.d.ts +1 -1
  208. package/dist-types/commands/RequestSpotFleetCommand.d.ts +2 -2
  209. package/dist-types/commands/RequestSpotInstancesCommand.d.ts +1 -1
  210. package/dist-types/commands/RunInstancesCommand.d.ts +1 -1
  211. package/dist-types/commands/RunScheduledInstancesCommand.d.ts +1 -1
  212. package/dist-types/commands/SearchLocalGatewayRoutesCommand.d.ts +1 -1
  213. package/dist-types/commands/SearchTransitGatewayMulticastGroupsCommand.d.ts +1 -1
  214. package/dist-types/commands/SearchTransitGatewayRoutesCommand.d.ts +1 -1
  215. package/dist-types/commands/SendDiagnosticInterruptCommand.d.ts +1 -1
  216. package/dist-types/commands/StartDeclarativePoliciesReportCommand.d.ts +2 -2
  217. package/dist-types/commands/StartInstancesCommand.d.ts +1 -1
  218. package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +2 -2
  219. package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +2 -2
  220. package/dist-types/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.d.ts +1 -1
  221. package/dist-types/commands/StopInstancesCommand.d.ts +1 -1
  222. package/dist-types/commands/TerminateClientVpnConnectionsCommand.d.ts +1 -1
  223. package/dist-types/commands/TerminateInstancesCommand.d.ts +1 -1
  224. package/dist-types/commands/UnassignIpv6AddressesCommand.d.ts +1 -1
  225. package/dist-types/commands/UnassignPrivateIpAddressesCommand.d.ts +1 -1
  226. package/dist-types/commands/index.d.ts +10 -0
  227. package/dist-types/models/enums.d.ts +105 -14
  228. package/dist-types/models/models_0.d.ts +1179 -1191
  229. package/dist-types/models/models_1.d.ts +7739 -7823
  230. package/dist-types/models/models_2.d.ts +567 -266
  231. package/dist-types/models/models_3.d.ts +3717 -4040
  232. package/dist-types/models/models_4.d.ts +7901 -8148
  233. package/dist-types/models/models_5.d.ts +5362 -4661
  234. package/dist-types/models/models_6.d.ts +4604 -5062
  235. package/dist-types/models/models_7.d.ts +4821 -4652
  236. package/dist-types/models/models_8.d.ts +1160 -2
  237. package/dist-types/schemas/schemas_0.d.ts +50 -0
  238. package/dist-types/ts3.4/EC2.d.ts +175 -0
  239. package/dist-types/ts3.4/EC2Client.d.ts +60 -0
  240. package/dist-types/ts3.4/commands/AssociateApplicationStatusCheckCommand.d.ts +42 -0
  241. package/dist-types/ts3.4/commands/CreateApplicationStatusCheckCommand.d.ts +42 -0
  242. package/dist-types/ts3.4/commands/CreateClientVpnEndpointCommand.d.ts +2 -1
  243. package/dist-types/ts3.4/commands/CreateClientVpnRouteCommand.d.ts +1 -1
  244. package/dist-types/ts3.4/commands/CreateCoipCidrCommand.d.ts +1 -1
  245. package/dist-types/ts3.4/commands/CreateCoipPoolCommand.d.ts +1 -1
  246. package/dist-types/ts3.4/commands/CreateCustomerGatewayCommand.d.ts +1 -1
  247. package/dist-types/ts3.4/commands/CreateDefaultSubnetCommand.d.ts +1 -2
  248. package/dist-types/ts3.4/commands/CreateReplaceRootVolumeTaskCommand.d.ts +2 -4
  249. package/dist-types/ts3.4/commands/CreateReservedInstancesListingCommand.d.ts +1 -1
  250. package/dist-types/ts3.4/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
  251. package/dist-types/ts3.4/commands/CreateRouteCommand.d.ts +1 -1
  252. package/dist-types/ts3.4/commands/CreateRouteServerCommand.d.ts +1 -1
  253. package/dist-types/ts3.4/commands/CreateRouteServerEndpointCommand.d.ts +1 -1
  254. package/dist-types/ts3.4/commands/DeleteApplicationStatusCheckCommand.d.ts +42 -0
  255. package/dist-types/ts3.4/commands/DeleteNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
  256. package/dist-types/ts3.4/commands/DeleteNetworkInsightsAnalysisCommand.d.ts +1 -1
  257. package/dist-types/ts3.4/commands/DeleteNetworkInsightsPathCommand.d.ts +1 -1
  258. package/dist-types/ts3.4/commands/DeleteNetworkInterfaceCommand.d.ts +1 -1
  259. package/dist-types/ts3.4/commands/DeleteNetworkInterfacePermissionCommand.d.ts +1 -1
  260. package/dist-types/ts3.4/commands/DeletePlacementGroupCommand.d.ts +1 -1
  261. package/dist-types/ts3.4/commands/DeletePublicIpv4PoolCommand.d.ts +1 -1
  262. package/dist-types/ts3.4/commands/DeleteQueuedReservedInstancesCommand.d.ts +1 -1
  263. package/dist-types/ts3.4/commands/DescribeApplicationStatusCheckAssociationsCommand.d.ts +42 -0
  264. package/dist-types/ts3.4/commands/DescribeApplicationStatusChecksCommand.d.ts +42 -0
  265. package/dist-types/ts3.4/commands/DescribeApplicationStatusCommand.d.ts +42 -0
  266. package/dist-types/ts3.4/commands/DescribeFpgaImagesCommand.d.ts +2 -1
  267. package/dist-types/ts3.4/commands/DescribeHostReservationOfferingsCommand.d.ts +1 -1
  268. package/dist-types/ts3.4/commands/DescribeHostReservationsCommand.d.ts +1 -1
  269. package/dist-types/ts3.4/commands/DescribeHostsCommand.d.ts +1 -1
  270. package/dist-types/ts3.4/commands/DescribeIamInstanceProfileAssociationsCommand.d.ts +1 -1
  271. package/dist-types/ts3.4/commands/DescribeIdFormatCommand.d.ts +1 -1
  272. package/dist-types/ts3.4/commands/DescribeIdentityIdFormatCommand.d.ts +1 -1
  273. package/dist-types/ts3.4/commands/DescribeImageAttributeCommand.d.ts +1 -1
  274. package/dist-types/ts3.4/commands/DescribeImageReferencesCommand.d.ts +1 -1
  275. package/dist-types/ts3.4/commands/DescribeSecurityGroupRulesCommand.d.ts +2 -4
  276. package/dist-types/ts3.4/commands/DescribeSecurityGroupVpcAssociationsCommand.d.ts +1 -1
  277. package/dist-types/ts3.4/commands/DescribeSecurityGroupsCommand.d.ts +1 -1
  278. package/dist-types/ts3.4/commands/DescribeServiceLinkVirtualInterfacesCommand.d.ts +1 -1
  279. package/dist-types/ts3.4/commands/DescribeSnapshotAttributeCommand.d.ts +1 -1
  280. package/dist-types/ts3.4/commands/DescribeSnapshotTierStatusCommand.d.ts +1 -1
  281. package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +1 -1
  282. package/dist-types/ts3.4/commands/DescribeSpotDatafeedSubscriptionCommand.d.ts +1 -1
  283. package/dist-types/ts3.4/commands/DescribeSpotFleetInstancesCommand.d.ts +1 -1
  284. package/dist-types/ts3.4/commands/DescribeSpotFleetRequestHistoryCommand.d.ts +1 -1
  285. package/dist-types/ts3.4/commands/DescribeSpotFleetRequestsCommand.d.ts +4 -2
  286. package/dist-types/ts3.4/commands/DisableApplicationStatusCheckSuppressionCommand.d.ts +42 -0
  287. package/dist-types/ts3.4/commands/DisassociateApplicationStatusCheckCommand.d.ts +42 -0
  288. package/dist-types/ts3.4/commands/EnableApplicationStatusCheckSuppressionCommand.d.ts +42 -0
  289. package/dist-types/ts3.4/commands/EnableImageDeregistrationProtectionCommand.d.ts +2 -4
  290. package/dist-types/ts3.4/commands/EnableInstanceSqlHaStandbyDetectionsCommand.d.ts +1 -1
  291. package/dist-types/ts3.4/commands/EnableIpamOrganizationAdminAccountCommand.d.ts +1 -1
  292. package/dist-types/ts3.4/commands/EnableIpamPolicyCommand.d.ts +1 -1
  293. package/dist-types/ts3.4/commands/EnableReachabilityAnalyzerOrganizationSharingCommand.d.ts +1 -1
  294. package/dist-types/ts3.4/commands/EnableRouteServerPropagationCommand.d.ts +1 -1
  295. package/dist-types/ts3.4/commands/EnableSerialConsoleAccessCommand.d.ts +1 -1
  296. package/dist-types/ts3.4/commands/EnableSnapshotBlockPublicAccessCommand.d.ts +1 -1
  297. package/dist-types/ts3.4/commands/EnableTransitGatewayRouteTablePropagationCommand.d.ts +1 -1
  298. package/dist-types/ts3.4/commands/EnableVgwRoutePropagationCommand.d.ts +1 -1
  299. package/dist-types/ts3.4/commands/EnableVolumeIOCommand.d.ts +1 -1
  300. package/dist-types/ts3.4/commands/EnableVpcClassicLinkCommand.d.ts +1 -1
  301. package/dist-types/ts3.4/commands/EnableVpcClassicLinkDnsSupportCommand.d.ts +1 -1
  302. package/dist-types/ts3.4/commands/ExportClientVpnClientCertificateRevocationListCommand.d.ts +1 -1
  303. package/dist-types/ts3.4/commands/ExportClientVpnClientConfigurationCommand.d.ts +1 -1
  304. package/dist-types/ts3.4/commands/ExportImageCommand.d.ts +1 -1
  305. package/dist-types/ts3.4/commands/ExportTransitGatewayRoutesCommand.d.ts +1 -1
  306. package/dist-types/ts3.4/commands/ExportVerifiedAccessInstanceClientConfigurationCommand.d.ts +1 -1
  307. package/dist-types/ts3.4/commands/ModifyApplicationStatusCheckCommand.d.ts +42 -0
  308. package/dist-types/ts3.4/commands/ModifyHostsCommand.d.ts +1 -1
  309. package/dist-types/ts3.4/commands/ModifyIdFormatCommand.d.ts +1 -1
  310. package/dist-types/ts3.4/commands/ModifyIdentityIdFormatCommand.d.ts +1 -1
  311. package/dist-types/ts3.4/commands/ModifyImageAttributeCommand.d.ts +1 -1
  312. package/dist-types/ts3.4/commands/ModifyInstanceAttributeCommand.d.ts +1 -1
  313. package/dist-types/ts3.4/commands/ModifyInstanceCapacityReservationAttributesCommand.d.ts +1 -1
  314. package/dist-types/ts3.4/commands/ModifyInstanceConnectEndpointCommand.d.ts +1 -1
  315. package/dist-types/ts3.4/commands/ModifyInstanceCpuOptionsCommand.d.ts +1 -1
  316. package/dist-types/ts3.4/commands/ModifyInstanceCreditSpecificationCommand.d.ts +1 -1
  317. package/dist-types/ts3.4/commands/ModifyInstanceEventStartTimeCommand.d.ts +1 -1
  318. package/dist-types/ts3.4/commands/ModifyInstanceEventWindowCommand.d.ts +1 -1
  319. package/dist-types/ts3.4/commands/ModifyInstanceMaintenanceOptionsCommand.d.ts +1 -1
  320. package/dist-types/ts3.4/commands/ModifyInstanceMetadataDefaultsCommand.d.ts +1 -1
  321. package/dist-types/ts3.4/commands/ModifyInstanceMetadataOptionsCommand.d.ts +1 -1
  322. package/dist-types/ts3.4/commands/ModifyInstanceNetworkPerformanceOptionsCommand.d.ts +1 -1
  323. package/dist-types/ts3.4/commands/ModifyInstancePlacementCommand.d.ts +1 -1
  324. package/dist-types/ts3.4/commands/ModifyIpamCommand.d.ts +1 -2
  325. package/dist-types/ts3.4/commands/RunScheduledInstancesCommand.d.ts +1 -1
  326. package/dist-types/ts3.4/commands/SearchLocalGatewayRoutesCommand.d.ts +1 -1
  327. package/dist-types/ts3.4/commands/SearchTransitGatewayMulticastGroupsCommand.d.ts +1 -1
  328. package/dist-types/ts3.4/commands/SearchTransitGatewayRoutesCommand.d.ts +1 -1
  329. package/dist-types/ts3.4/commands/SendDiagnosticInterruptCommand.d.ts +1 -1
  330. package/dist-types/ts3.4/commands/StartDeclarativePoliciesReportCommand.d.ts +1 -1
  331. package/dist-types/ts3.4/commands/StartInstancesCommand.d.ts +1 -1
  332. package/dist-types/ts3.4/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
  333. package/dist-types/ts3.4/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
  334. package/dist-types/ts3.4/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.d.ts +1 -1
  335. package/dist-types/ts3.4/commands/StopInstancesCommand.d.ts +1 -1
  336. package/dist-types/ts3.4/commands/TerminateClientVpnConnectionsCommand.d.ts +1 -1
  337. package/dist-types/ts3.4/commands/TerminateInstancesCommand.d.ts +1 -1
  338. package/dist-types/ts3.4/commands/UnassignIpv6AddressesCommand.d.ts +1 -1
  339. package/dist-types/ts3.4/commands/UnassignPrivateIpAddressesCommand.d.ts +1 -1
  340. package/dist-types/ts3.4/commands/index.d.ts +10 -0
  341. package/dist-types/ts3.4/models/enums.d.ts +53 -8
  342. package/dist-types/ts3.4/models/models_0.d.ts +103 -86
  343. package/dist-types/ts3.4/models/models_1.d.ts +86 -110
  344. package/dist-types/ts3.4/models/models_2.d.ts +124 -70
  345. package/dist-types/ts3.4/models/models_3.d.ts +148 -204
  346. package/dist-types/ts3.4/models/models_4.d.ts +204 -224
  347. package/dist-types/ts3.4/models/models_5.d.ts +267 -182
  348. package/dist-types/ts3.4/models/models_6.d.ts +203 -257
  349. package/dist-types/ts3.4/models/models_7.d.ts +250 -238
  350. package/dist-types/ts3.4/models/models_8.d.ts +235 -1
  351. package/dist-types/ts3.4/schemas/schemas_0.d.ts +50 -0
  352. package/package.json +4 -4
@@ -1,7 +1,1165 @@
1
- import type { CapacityManagerStatus, InterruptibleCapacityReservationAllocationStatus, InterruptionType } from "./enums";
2
- import type { ByoipCidr, IpPermission, NatGatewayAddress } from "./models_0";
1
+ import type { CapacityManagerStatus, InterruptibleCapacityReservationAllocationStatus, InterruptionType, MembershipType, TransitGatewayAttachmentResourceType } from "./enums";
2
+ import type { ByoipCidr, IpPermission, NatGatewayAddress, TagSpecification } from "./models_0";
3
+ import type { LocalGatewayRoute } from "./models_1";
4
+ import type { TransitGatewayRoute } from "./models_2";
5
+ import type { ClientVpnConnectionStatus, Filter } from "./models_3";
6
+ import type { InstanceState, NetworkInsightsAccessScopeAnalysis, NetworkInsightsAnalysis } from "./models_4";
3
7
  import type { CapacityManagerMonitoredTagKey } from "./models_6";
4
8
  import type { InstanceMonitoring } from "./models_7";
9
+ /**
10
+ * <p>Describes an EBS volume for a Scheduled Instance.</p>
11
+ * @public
12
+ */
13
+ export interface ScheduledInstancesEbs {
14
+ /**
15
+ * <p>Indicates whether the volume is deleted on instance termination.</p>
16
+ * @public
17
+ */
18
+ DeleteOnTermination?: boolean | undefined;
19
+ /**
20
+ * <p>Indicates whether the volume is encrypted. You can attached encrypted volumes only to instances that
21
+ * support them.</p>
22
+ * @public
23
+ */
24
+ Encrypted?: boolean | undefined;
25
+ /**
26
+ * <p>The number of I/O operations per second (IOPS) to provision for a <code>gp3</code>, <code>io1</code>, or <code>io2</code>
27
+ * volume.</p>
28
+ * @public
29
+ */
30
+ Iops?: number | undefined;
31
+ /**
32
+ * <p>The ID of the snapshot.</p>
33
+ * @public
34
+ */
35
+ SnapshotId?: string | undefined;
36
+ /**
37
+ * <p>The size of the volume, in GiB.</p>
38
+ * <p>Default: If you're creating the volume from a snapshot and don't specify a volume size, the default
39
+ * is the snapshot size.</p>
40
+ * @public
41
+ */
42
+ VolumeSize?: number | undefined;
43
+ /**
44
+ * <p>The volume type.</p>
45
+ * <p>Default: <code>gp2</code>
46
+ * </p>
47
+ * @public
48
+ */
49
+ VolumeType?: string | undefined;
50
+ }
51
+ /**
52
+ * <p>Describes a block device mapping for a Scheduled Instance.</p>
53
+ * @public
54
+ */
55
+ export interface ScheduledInstancesBlockDeviceMapping {
56
+ /**
57
+ * <p>The device name (for example, <code>/dev/sdh</code> or <code>xvdh</code>).</p>
58
+ * @public
59
+ */
60
+ DeviceName?: string | undefined;
61
+ /**
62
+ * <p>Parameters used to set up EBS volumes automatically when the instance is launched.</p>
63
+ * @public
64
+ */
65
+ Ebs?: ScheduledInstancesEbs | undefined;
66
+ /**
67
+ * <p>To omit the device from the block device mapping, specify an empty string.</p>
68
+ * @public
69
+ */
70
+ NoDevice?: string | undefined;
71
+ /**
72
+ * <p>The virtual device name (<code>ephemeral</code>N). Instance store volumes are numbered
73
+ * starting from 0. An instance type with two available instance store volumes can specify mappings
74
+ * for <code>ephemeral0</code> and <code>ephemeral1</code>. The number of available instance store
75
+ * volumes depends on the instance type. After you connect to the instance, you must mount the
76
+ * volume.</p>
77
+ * <p>Constraints: For M3 instances, you must specify instance store volumes in the block device
78
+ * mapping for the instance. When you launch an M3 instance, we ignore any instance store volumes
79
+ * specified in the block device mapping for the AMI.</p>
80
+ * @public
81
+ */
82
+ VirtualName?: string | undefined;
83
+ }
84
+ /**
85
+ * <p>Describes an IAM instance profile for a Scheduled Instance.</p>
86
+ * @public
87
+ */
88
+ export interface ScheduledInstancesIamInstanceProfile {
89
+ /**
90
+ * <p>The Amazon Resource Name (ARN).</p>
91
+ * @public
92
+ */
93
+ Arn?: string | undefined;
94
+ /**
95
+ * <p>The name.</p>
96
+ * @public
97
+ */
98
+ Name?: string | undefined;
99
+ }
100
+ /**
101
+ * <p>Describes whether monitoring is enabled for a Scheduled Instance.</p>
102
+ * @public
103
+ */
104
+ export interface ScheduledInstancesMonitoring {
105
+ /**
106
+ * <p>Indicates whether monitoring is enabled.</p>
107
+ * @public
108
+ */
109
+ Enabled?: boolean | undefined;
110
+ }
111
+ /**
112
+ * <p>Describes an IPv6 address.</p>
113
+ * @public
114
+ */
115
+ export interface ScheduledInstancesIpv6Address {
116
+ /**
117
+ * <p>The IPv6 address.</p>
118
+ * @public
119
+ */
120
+ Ipv6Address?: string | undefined;
121
+ }
122
+ /**
123
+ * <p>Describes a private IPv4 address for a Scheduled Instance.</p>
124
+ * @public
125
+ */
126
+ export interface ScheduledInstancesPrivateIpAddressConfig {
127
+ /**
128
+ * <p>Indicates whether this is a primary IPv4 address. Otherwise, this is a secondary IPv4 address.</p>
129
+ * @public
130
+ */
131
+ Primary?: boolean | undefined;
132
+ /**
133
+ * <p>The IPv4 address.</p>
134
+ * @public
135
+ */
136
+ PrivateIpAddress?: string | undefined;
137
+ }
138
+ /**
139
+ * <p>Describes a network interface for a Scheduled Instance.</p>
140
+ * @public
141
+ */
142
+ export interface ScheduledInstancesNetworkInterface {
143
+ /**
144
+ * <p>Indicates whether to assign a public IPv4 address to instances launched in a VPC. The
145
+ * public IPv4 address can only be assigned to a network interface for eth0, and can only be
146
+ * assigned to a new network interface, not an existing one. You cannot specify more than one
147
+ * network interface in the request. If launching into a default subnet, the default value is
148
+ * <code>true</code>.</p>
149
+ * <p>Amazon Web Services charges for all public IPv4 addresses, including public IPv4 addresses
150
+ * associated with running instances and Elastic IP addresses. For more information, see the <i>Public IPv4 Address</i> tab on the <a href="http://aws.amazon.com/vpc/pricing/">Amazon VPC pricing page</a>.</p>
151
+ * @public
152
+ */
153
+ AssociatePublicIpAddress?: boolean | undefined;
154
+ /**
155
+ * <p>Indicates whether to delete the interface when the instance is terminated.</p>
156
+ * @public
157
+ */
158
+ DeleteOnTermination?: boolean | undefined;
159
+ /**
160
+ * <p>The description.</p>
161
+ * @public
162
+ */
163
+ Description?: string | undefined;
164
+ /**
165
+ * <p>The index of the device for the network interface attachment.</p>
166
+ * @public
167
+ */
168
+ DeviceIndex?: number | undefined;
169
+ /**
170
+ * <p>The IDs of the security groups.</p>
171
+ * @public
172
+ */
173
+ Groups?: string[] | undefined;
174
+ /**
175
+ * <p>The number of IPv6 addresses to assign to the network interface. The IPv6 addresses are automatically selected from the subnet range.</p>
176
+ * @public
177
+ */
178
+ Ipv6AddressCount?: number | undefined;
179
+ /**
180
+ * <p>The specific IPv6 addresses from the subnet range.</p>
181
+ * @public
182
+ */
183
+ Ipv6Addresses?: ScheduledInstancesIpv6Address[] | undefined;
184
+ /**
185
+ * <p>The ID of the network interface.</p>
186
+ * @public
187
+ */
188
+ NetworkInterfaceId?: string | undefined;
189
+ /**
190
+ * <p>The IPv4 address of the network interface within the subnet.</p>
191
+ * @public
192
+ */
193
+ PrivateIpAddress?: string | undefined;
194
+ /**
195
+ * <p>The private IPv4 addresses.</p>
196
+ * @public
197
+ */
198
+ PrivateIpAddressConfigs?: ScheduledInstancesPrivateIpAddressConfig[] | undefined;
199
+ /**
200
+ * <p>The number of secondary private IPv4 addresses.</p>
201
+ * @public
202
+ */
203
+ SecondaryPrivateIpAddressCount?: number | undefined;
204
+ /**
205
+ * <p>The ID of the subnet.</p>
206
+ * @public
207
+ */
208
+ SubnetId?: string | undefined;
209
+ }
210
+ /**
211
+ * <p>Describes the placement for a Scheduled Instance.</p>
212
+ * @public
213
+ */
214
+ export interface ScheduledInstancesPlacement {
215
+ /**
216
+ * <p>The Availability Zone.</p>
217
+ * @public
218
+ */
219
+ AvailabilityZone?: string | undefined;
220
+ /**
221
+ * <p>The name of the placement group.</p>
222
+ * @public
223
+ */
224
+ GroupName?: string | undefined;
225
+ }
226
+ /**
227
+ * <p>Describes the launch specification for a Scheduled Instance.</p>
228
+ * <p>If you are launching the Scheduled Instance in EC2-VPC, you must specify the ID of the subnet.
229
+ * You can specify the subnet using either <code>SubnetId</code> or <code>NetworkInterface</code>.</p>
230
+ * @public
231
+ */
232
+ export interface ScheduledInstancesLaunchSpecification {
233
+ /**
234
+ * <p>The block device mapping entries.</p>
235
+ * @public
236
+ */
237
+ BlockDeviceMappings?: ScheduledInstancesBlockDeviceMapping[] | undefined;
238
+ /**
239
+ * <p>Indicates whether the instances are optimized for EBS I/O. This optimization provides dedicated throughput to Amazon EBS and an optimized configuration stack to provide optimal EBS I/O performance. This optimization isn't available with all instance types. Additional usage charges apply when using an EBS-optimized instance.</p>
240
+ * <p>Default: <code>false</code>
241
+ * </p>
242
+ * @public
243
+ */
244
+ EbsOptimized?: boolean | undefined;
245
+ /**
246
+ * <p>The IAM instance profile.</p>
247
+ * @public
248
+ */
249
+ IamInstanceProfile?: ScheduledInstancesIamInstanceProfile | undefined;
250
+ /**
251
+ * <p>The ID of the Amazon Machine Image (AMI).</p>
252
+ * @public
253
+ */
254
+ ImageId: string | undefined;
255
+ /**
256
+ * <p>The instance type.</p>
257
+ * @public
258
+ */
259
+ InstanceType?: string | undefined;
260
+ /**
261
+ * <p>The ID of the kernel.</p>
262
+ * @public
263
+ */
264
+ KernelId?: string | undefined;
265
+ /**
266
+ * <p>The name of the key pair.</p>
267
+ * @public
268
+ */
269
+ KeyName?: string | undefined;
270
+ /**
271
+ * <p>Enable or disable monitoring for the instances.</p>
272
+ * @public
273
+ */
274
+ Monitoring?: ScheduledInstancesMonitoring | undefined;
275
+ /**
276
+ * <p>The network interfaces.</p>
277
+ * @public
278
+ */
279
+ NetworkInterfaces?: ScheduledInstancesNetworkInterface[] | undefined;
280
+ /**
281
+ * <p>The placement information.</p>
282
+ * @public
283
+ */
284
+ Placement?: ScheduledInstancesPlacement | undefined;
285
+ /**
286
+ * <p>The ID of the RAM disk.</p>
287
+ * @public
288
+ */
289
+ RamdiskId?: string | undefined;
290
+ /**
291
+ * <p>The IDs of the security groups.</p>
292
+ * @public
293
+ */
294
+ SecurityGroupIds?: string[] | undefined;
295
+ /**
296
+ * <p>The ID of the subnet in which to launch the instances.</p>
297
+ * @public
298
+ */
299
+ SubnetId?: string | undefined;
300
+ /**
301
+ * <p>The base64-encoded MIME user data.</p>
302
+ * @public
303
+ */
304
+ UserData?: string | undefined;
305
+ }
306
+ /**
307
+ * <p>Contains the parameters for RunScheduledInstances.</p>
308
+ * @public
309
+ */
310
+ export interface RunScheduledInstancesRequest {
311
+ /**
312
+ * <p>Unique, case-sensitive identifier that ensures the idempotency of the request.
313
+ * For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensuring Idempotency</a>.</p>
314
+ * @public
315
+ */
316
+ ClientToken?: string | undefined;
317
+ /**
318
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
319
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
320
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
321
+ * @public
322
+ */
323
+ DryRun?: boolean | undefined;
324
+ /**
325
+ * <p>The number of instances.</p>
326
+ * <p>Default: 1</p>
327
+ * @public
328
+ */
329
+ InstanceCount?: number | undefined;
330
+ /**
331
+ * <p>The launch specification. You must match the instance type, Availability Zone,
332
+ * network, and platform of the schedule that you purchased.</p>
333
+ * @public
334
+ */
335
+ LaunchSpecification: ScheduledInstancesLaunchSpecification | undefined;
336
+ /**
337
+ * <p>The Scheduled Instance ID.</p>
338
+ * @public
339
+ */
340
+ ScheduledInstanceId: string | undefined;
341
+ }
342
+ /**
343
+ * <p>Contains the output of RunScheduledInstances.</p>
344
+ * @public
345
+ */
346
+ export interface RunScheduledInstancesResult {
347
+ /**
348
+ * <p>The IDs of the newly launched instances.</p>
349
+ * @public
350
+ */
351
+ InstanceIdSet?: string[] | undefined;
352
+ }
353
+ /**
354
+ * @public
355
+ */
356
+ export interface SearchLocalGatewayRoutesRequest {
357
+ /**
358
+ * <p>The ID of the local gateway route table.</p>
359
+ * @public
360
+ */
361
+ LocalGatewayRouteTableId: string | undefined;
362
+ /**
363
+ * <p>One or more filters.</p>
364
+ * <ul>
365
+ * <li>
366
+ * <p>
367
+ * <code>prefix-list-id</code> - The ID of the prefix list.</p>
368
+ * </li>
369
+ * <li>
370
+ * <p>
371
+ * <code>route-search.exact-match</code> - The exact match of the specified filter.</p>
372
+ * </li>
373
+ * <li>
374
+ * <p>
375
+ * <code>route-search.longest-prefix-match</code> - The longest prefix that matches the route.</p>
376
+ * </li>
377
+ * <li>
378
+ * <p>
379
+ * <code>route-search.subnet-of-match</code> - The routes with a subnet that match the specified CIDR filter.</p>
380
+ * </li>
381
+ * <li>
382
+ * <p>
383
+ * <code>route-search.supernet-of-match</code> - The routes with a CIDR that encompass the CIDR filter.
384
+ * For example, if you have 10.0.1.0/29 and 10.0.1.0/31 routes in your route table and you specify <code>supernet-of-match</code>
385
+ * as 10.0.1.0/30, then the result returns 10.0.1.0/29.</p>
386
+ * </li>
387
+ * <li>
388
+ * <p>
389
+ * <code>state</code> - The state of the route.</p>
390
+ * </li>
391
+ * <li>
392
+ * <p>
393
+ * <code>type</code> - The route type.</p>
394
+ * </li>
395
+ * </ul>
396
+ * @public
397
+ */
398
+ Filters?: Filter[] | undefined;
399
+ /**
400
+ * <p>The maximum number of results to return with a single call.
401
+ * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
402
+ * @public
403
+ */
404
+ MaxResults?: number | undefined;
405
+ /**
406
+ * <p>The token for the next page of results.</p>
407
+ * @public
408
+ */
409
+ NextToken?: string | undefined;
410
+ /**
411
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
412
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
413
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
414
+ * @public
415
+ */
416
+ DryRun?: boolean | undefined;
417
+ }
418
+ /**
419
+ * @public
420
+ */
421
+ export interface SearchLocalGatewayRoutesResult {
422
+ /**
423
+ * <p>Information about the routes.</p>
424
+ * @public
425
+ */
426
+ Routes?: LocalGatewayRoute[] | undefined;
427
+ /**
428
+ * <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>
429
+ * @public
430
+ */
431
+ NextToken?: string | undefined;
432
+ }
433
+ /**
434
+ * @public
435
+ */
436
+ export interface SearchTransitGatewayMulticastGroupsRequest {
437
+ /**
438
+ * <p>The ID of the transit gateway multicast domain.</p>
439
+ * @public
440
+ */
441
+ TransitGatewayMulticastDomainId: string | undefined;
442
+ /**
443
+ * <p>One or more filters. The possible values are:</p>
444
+ * <ul>
445
+ * <li>
446
+ * <p>
447
+ * <code>group-ip-address</code> - The IP address of the transit gateway multicast group.</p>
448
+ * </li>
449
+ * <li>
450
+ * <p>
451
+ * <code>is-group-member</code> - The resource is a group member. Valid values are <code>true</code> | <code>false</code>.</p>
452
+ * </li>
453
+ * <li>
454
+ * <p>
455
+ * <code>is-group-source</code> - The resource is a group source. Valid values are <code>true</code> | <code>false</code>.</p>
456
+ * </li>
457
+ * <li>
458
+ * <p>
459
+ * <code>member-type</code> - The member type. Valid values are <code>igmp</code> | <code>static</code>.</p>
460
+ * </li>
461
+ * <li>
462
+ * <p>
463
+ * <code>resource-id</code> - The ID of the resource.</p>
464
+ * </li>
465
+ * <li>
466
+ * <p>
467
+ * <code>resource-type</code> - The type of resource. Valid values are <code>vpc</code> | <code>vpn</code> | <code>direct-connect-gateway</code> | <code>tgw-peering</code>.</p>
468
+ * </li>
469
+ * <li>
470
+ * <p>
471
+ * <code>source-type</code> - The source type. Valid values are <code>igmp</code> | <code>static</code>.</p>
472
+ * </li>
473
+ * <li>
474
+ * <p>
475
+ * <code>subnet-id</code> - The ID of the subnet.</p>
476
+ * </li>
477
+ * <li>
478
+ * <p>
479
+ * <code>transit-gateway-attachment-id</code> - The id of the transit gateway attachment.</p>
480
+ * </li>
481
+ * </ul>
482
+ * @public
483
+ */
484
+ Filters?: Filter[] | undefined;
485
+ /**
486
+ * <p>The maximum number of results to return with a single call.
487
+ * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
488
+ * @public
489
+ */
490
+ MaxResults?: number | undefined;
491
+ /**
492
+ * <p>The token for the next page of results.</p>
493
+ * @public
494
+ */
495
+ NextToken?: string | undefined;
496
+ /**
497
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
498
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
499
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
500
+ * @public
501
+ */
502
+ DryRun?: boolean | undefined;
503
+ }
504
+ /**
505
+ * <p>Describes the transit gateway multicast group resources.</p>
506
+ * @public
507
+ */
508
+ export interface TransitGatewayMulticastGroup {
509
+ /**
510
+ * <p>The IP address assigned to the transit gateway multicast group.</p>
511
+ * @public
512
+ */
513
+ GroupIpAddress?: string | undefined;
514
+ /**
515
+ * <p>The ID of the transit gateway attachment.</p>
516
+ * @public
517
+ */
518
+ TransitGatewayAttachmentId?: string | undefined;
519
+ /**
520
+ * <p>The ID of the subnet.</p>
521
+ * @public
522
+ */
523
+ SubnetId?: string | undefined;
524
+ /**
525
+ * <p>The ID of the resource.</p>
526
+ * @public
527
+ */
528
+ ResourceId?: string | undefined;
529
+ /**
530
+ * <p>The type of resource, for example a VPC attachment.</p>
531
+ * @public
532
+ */
533
+ ResourceType?: TransitGatewayAttachmentResourceType | undefined;
534
+ /**
535
+ * <p> The ID of the Amazon Web Services account that owns the transit gateway multicast domain group resource.</p>
536
+ * @public
537
+ */
538
+ ResourceOwnerId?: string | undefined;
539
+ /**
540
+ * <p>The ID of the transit gateway attachment.</p>
541
+ * @public
542
+ */
543
+ NetworkInterfaceId?: string | undefined;
544
+ /**
545
+ * <p>Indicates that the resource is a transit gateway multicast group member.</p>
546
+ * @public
547
+ */
548
+ GroupMember?: boolean | undefined;
549
+ /**
550
+ * <p>Indicates that the resource is a transit gateway multicast group member.</p>
551
+ * @public
552
+ */
553
+ GroupSource?: boolean | undefined;
554
+ /**
555
+ * <p>The member type (for example, <code>static</code>).</p>
556
+ * @public
557
+ */
558
+ MemberType?: MembershipType | undefined;
559
+ /**
560
+ * <p>The source type.</p>
561
+ * @public
562
+ */
563
+ SourceType?: MembershipType | undefined;
564
+ }
565
+ /**
566
+ * @public
567
+ */
568
+ export interface SearchTransitGatewayMulticastGroupsResult {
569
+ /**
570
+ * <p>Information about the transit gateway multicast group.</p>
571
+ * @public
572
+ */
573
+ MulticastGroups?: TransitGatewayMulticastGroup[] | undefined;
574
+ /**
575
+ * <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>
576
+ * @public
577
+ */
578
+ NextToken?: string | undefined;
579
+ }
580
+ /**
581
+ * @public
582
+ */
583
+ export interface SearchTransitGatewayRoutesRequest {
584
+ /**
585
+ * <p>The ID of the transit gateway route table.</p>
586
+ * @public
587
+ */
588
+ TransitGatewayRouteTableId: string | undefined;
589
+ /**
590
+ * <p>One or more filters. The possible values are:</p>
591
+ * <ul>
592
+ * <li>
593
+ * <p>
594
+ * <code>attachment.transit-gateway-attachment-id</code>- The id of the transit gateway attachment.</p>
595
+ * </li>
596
+ * <li>
597
+ * <p>
598
+ * <code>attachment.resource-id</code> - The resource id of the transit gateway attachment.</p>
599
+ * </li>
600
+ * <li>
601
+ * <p>
602
+ * <code>attachment.resource-type</code> - The attachment resource type. Valid values
603
+ * are <code>vpc</code> | <code>vpn</code> | <code>direct-connect-gateway</code> |
604
+ * <code>peering</code> | <code>connect</code>.</p>
605
+ * </li>
606
+ * <li>
607
+ * <p>
608
+ * <code>prefix-list-id</code> - The ID of the prefix list.</p>
609
+ * </li>
610
+ * <li>
611
+ * <p>
612
+ * <code>route-search.exact-match</code> - The exact match of the specified filter.</p>
613
+ * </li>
614
+ * <li>
615
+ * <p>
616
+ * <code>route-search.longest-prefix-match</code> - The longest prefix that matches the route.</p>
617
+ * </li>
618
+ * <li>
619
+ * <p>
620
+ * <code>route-search.subnet-of-match</code> - The routes with a subnet that match the specified CIDR filter.</p>
621
+ * </li>
622
+ * <li>
623
+ * <p>
624
+ * <code>route-search.supernet-of-match</code> - The routes with a CIDR that encompass the CIDR filter. For example, if you have 10.0.1.0/29 and 10.0.1.0/31 routes in your route table and you specify supernet-of-match as 10.0.1.0/30, then the result returns 10.0.1.0/29.</p>
625
+ * </li>
626
+ * <li>
627
+ * <p>
628
+ * <code>state</code> - The state of the route (<code>active</code> | <code>blackhole</code>).</p>
629
+ * </li>
630
+ * <li>
631
+ * <p>
632
+ * <code>type</code> - The type of route (<code>propagated</code> |
633
+ * <code>static</code>).</p>
634
+ * </li>
635
+ * </ul>
636
+ * @public
637
+ */
638
+ Filters: Filter[] | undefined;
639
+ /**
640
+ * <p>The maximum number of routes to return. If a value is not provided, the default is
641
+ * 1000.</p>
642
+ * @public
643
+ */
644
+ MaxResults?: number | undefined;
645
+ /**
646
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
647
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
648
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
649
+ * @public
650
+ */
651
+ DryRun?: boolean | undefined;
652
+ /**
653
+ * <p>The token for the next page of results.</p>
654
+ * @public
655
+ */
656
+ NextToken?: string | undefined;
657
+ }
658
+ /**
659
+ * @public
660
+ */
661
+ export interface SearchTransitGatewayRoutesResult {
662
+ /**
663
+ * <p>Information about the routes.</p>
664
+ * @public
665
+ */
666
+ Routes?: TransitGatewayRoute[] | undefined;
667
+ /**
668
+ * <p>Indicates whether there are additional routes available.</p>
669
+ * @public
670
+ */
671
+ AdditionalRoutesAvailable?: boolean | undefined;
672
+ /**
673
+ * <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>
674
+ * @public
675
+ */
676
+ NextToken?: string | undefined;
677
+ }
678
+ /**
679
+ * @public
680
+ */
681
+ export interface SendDiagnosticInterruptRequest {
682
+ /**
683
+ * <p>The ID of the instance.</p>
684
+ * @public
685
+ */
686
+ InstanceId: string | undefined;
687
+ /**
688
+ * <p>Checks whether you have the required permissions for the operation, without actually making the
689
+ * request, and provides an error response. If you have the required permissions, the error response is
690
+ * <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
691
+ * @public
692
+ */
693
+ DryRun?: boolean | undefined;
694
+ }
695
+ /**
696
+ * @public
697
+ */
698
+ export interface StartDeclarativePoliciesReportRequest {
699
+ /**
700
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
701
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
702
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
703
+ * @public
704
+ */
705
+ DryRun?: boolean | undefined;
706
+ /**
707
+ * <p>The name of the S3 bucket where the report will be saved. The bucket must be in the
708
+ * same Region where the report generation request is made.</p>
709
+ * @public
710
+ */
711
+ S3Bucket: string | undefined;
712
+ /**
713
+ * <p>The prefix for your S3 object.</p>
714
+ * @public
715
+ */
716
+ S3Prefix?: string | undefined;
717
+ /**
718
+ * <p>The root ID, organizational unit ID, or account ID.</p>
719
+ * <p>Format:</p>
720
+ * <ul>
721
+ * <li>
722
+ * <p>For root: <code>r-ab12</code>
723
+ * </p>
724
+ * </li>
725
+ * <li>
726
+ * <p>For OU: <code>ou-ab12-cdef1234</code>
727
+ * </p>
728
+ * </li>
729
+ * <li>
730
+ * <p>For account: <code>123456789012</code>
731
+ * </p>
732
+ * </li>
733
+ * </ul>
734
+ * @public
735
+ */
736
+ TargetId: string | undefined;
737
+ /**
738
+ * <p>The tags to apply.</p>
739
+ * @public
740
+ */
741
+ TagSpecifications?: TagSpecification[] | undefined;
742
+ }
743
+ /**
744
+ * @public
745
+ */
746
+ export interface StartDeclarativePoliciesReportResult {
747
+ /**
748
+ * <p>The ID of the report.</p>
749
+ * @public
750
+ */
751
+ ReportId?: string | undefined;
752
+ }
753
+ /**
754
+ * @public
755
+ */
756
+ export interface StartInstancesRequest {
757
+ /**
758
+ * <p>The IDs of the instances.</p>
759
+ * @public
760
+ */
761
+ InstanceIds: string[] | undefined;
762
+ /**
763
+ * <p>Reserved.</p>
764
+ * @public
765
+ */
766
+ AdditionalInfo?: string | undefined;
767
+ /**
768
+ * <p>Checks whether you have the required permissions for the operation, without actually making the
769
+ * request, and provides an error response. If you have the required permissions, the error response is
770
+ * <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
771
+ * @public
772
+ */
773
+ DryRun?: boolean | undefined;
774
+ }
775
+ /**
776
+ * <p>Describes an instance state change.</p>
777
+ * @public
778
+ */
779
+ export interface InstanceStateChange {
780
+ /**
781
+ * <p>The ID of the instance.</p>
782
+ * @public
783
+ */
784
+ InstanceId?: string | undefined;
785
+ /**
786
+ * <p>The current state of the instance.</p>
787
+ * @public
788
+ */
789
+ CurrentState?: InstanceState | undefined;
790
+ /**
791
+ * <p>The previous state of the instance.</p>
792
+ * @public
793
+ */
794
+ PreviousState?: InstanceState | undefined;
795
+ }
796
+ /**
797
+ * @public
798
+ */
799
+ export interface StartInstancesResult {
800
+ /**
801
+ * <p>Information about the started instances.</p>
802
+ * @public
803
+ */
804
+ StartingInstances?: InstanceStateChange[] | undefined;
805
+ }
806
+ /**
807
+ * @public
808
+ */
809
+ export interface StartNetworkInsightsAccessScopeAnalysisRequest {
810
+ /**
811
+ * <p>The ID of the Network Access Scope.</p>
812
+ * @public
813
+ */
814
+ NetworkInsightsAccessScopeId: string | undefined;
815
+ /**
816
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
817
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
818
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
819
+ * @public
820
+ */
821
+ DryRun?: boolean | undefined;
822
+ /**
823
+ * <p>The tags to apply.</p>
824
+ * @public
825
+ */
826
+ TagSpecifications?: TagSpecification[] | undefined;
827
+ /**
828
+ * <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information,
829
+ * see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">How to ensure idempotency</a>.</p>
830
+ * @public
831
+ */
832
+ ClientToken?: string | undefined;
833
+ }
834
+ /**
835
+ * @public
836
+ */
837
+ export interface StartNetworkInsightsAccessScopeAnalysisResult {
838
+ /**
839
+ * <p>The Network Access Scope analysis.</p>
840
+ * @public
841
+ */
842
+ NetworkInsightsAccessScopeAnalysis?: NetworkInsightsAccessScopeAnalysis | undefined;
843
+ }
844
+ /**
845
+ * @public
846
+ */
847
+ export interface StartNetworkInsightsAnalysisRequest {
848
+ /**
849
+ * <p>The ID of the path.</p>
850
+ * @public
851
+ */
852
+ NetworkInsightsPathId: string | undefined;
853
+ /**
854
+ * <p>The member accounts that contain resources that the path can traverse.</p>
855
+ * @public
856
+ */
857
+ AdditionalAccounts?: string[] | undefined;
858
+ /**
859
+ * <p>The Amazon Resource Names (ARN) of the resources that the path must traverse.</p>
860
+ * @public
861
+ */
862
+ FilterInArns?: string[] | undefined;
863
+ /**
864
+ * <p>The Amazon Resource Names (ARN) of the resources that the path will ignore.</p>
865
+ * @public
866
+ */
867
+ FilterOutArns?: string[] | undefined;
868
+ /**
869
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
870
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
871
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
872
+ * @public
873
+ */
874
+ DryRun?: boolean | undefined;
875
+ /**
876
+ * <p>The tags to apply.</p>
877
+ * @public
878
+ */
879
+ TagSpecifications?: TagSpecification[] | undefined;
880
+ /**
881
+ * <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information,
882
+ * see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">How to ensure idempotency</a>.</p>
883
+ * @public
884
+ */
885
+ ClientToken?: string | undefined;
886
+ }
887
+ /**
888
+ * @public
889
+ */
890
+ export interface StartNetworkInsightsAnalysisResult {
891
+ /**
892
+ * <p>Information about the network insights analysis.</p>
893
+ * @public
894
+ */
895
+ NetworkInsightsAnalysis?: NetworkInsightsAnalysis | undefined;
896
+ }
897
+ /**
898
+ * @public
899
+ */
900
+ export interface StartVpcEndpointServicePrivateDnsVerificationRequest {
901
+ /**
902
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
903
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
904
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
905
+ * @public
906
+ */
907
+ DryRun?: boolean | undefined;
908
+ /**
909
+ * <p>The ID of the endpoint service.</p>
910
+ * @public
911
+ */
912
+ ServiceId: string | undefined;
913
+ }
914
+ /**
915
+ * @public
916
+ */
917
+ export interface StartVpcEndpointServicePrivateDnsVerificationResult {
918
+ /**
919
+ * <p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>
920
+ * @public
921
+ */
922
+ ReturnValue?: boolean | undefined;
923
+ }
924
+ /**
925
+ * @public
926
+ */
927
+ export interface StopInstancesRequest {
928
+ /**
929
+ * <p>The IDs of the instances.</p>
930
+ * @public
931
+ */
932
+ InstanceIds: string[] | undefined;
933
+ /**
934
+ * <p>Hibernates the instance if the instance was enabled for hibernation at launch. If the
935
+ * instance cannot hibernate successfully, a normal shutdown occurs. For more information,
936
+ * see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Hibernate.html">Hibernate
937
+ * your Amazon EC2 instance</a> in the
938
+ * <i>Amazon EC2 User Guide</i>.</p>
939
+ * <p> Default: <code>false</code>
940
+ * </p>
941
+ * @public
942
+ */
943
+ Hibernate?: boolean | undefined;
944
+ /**
945
+ * <p>Specifies whether to bypass the graceful OS shutdown process when the instance is
946
+ * stopped.</p>
947
+ * <important>
948
+ * <p>Bypassing the graceful OS shutdown might result in data loss or corruption (for
949
+ * example, memory contents not flushed to disk or loss of in-flight IOs) or skipped
950
+ * shutdown scripts.</p>
951
+ * </important>
952
+ * <p>Default: <code>false</code>
953
+ * </p>
954
+ * @public
955
+ */
956
+ SkipOsShutdown?: boolean | undefined;
957
+ /**
958
+ * <p>Checks whether you have the required permissions for the operation, without actually making the
959
+ * request, and provides an error response. If you have the required permissions, the error response is
960
+ * <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
961
+ * @public
962
+ */
963
+ DryRun?: boolean | undefined;
964
+ /**
965
+ * <p>Forces the instance to stop. The instance will first attempt a graceful shutdown,
966
+ * which includes flushing file system caches and metadata. If the graceful shutdown fails
967
+ * to complete within the timeout period, the instance shuts down forcibly without flushing
968
+ * the file system caches and metadata.</p>
969
+ * <p>After using this option, you must perform file system check and repair procedures.
970
+ * This option is not recommended for Windows instances. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/TroubleshootingInstancesStopping.html">Troubleshoot
971
+ * Amazon EC2 instance stop issues</a> in the
972
+ * <i>Amazon EC2 User Guide</i>.</p>
973
+ * <p>Default: <code>false</code>
974
+ * </p>
975
+ * @public
976
+ */
977
+ Force?: boolean | undefined;
978
+ }
979
+ /**
980
+ * @public
981
+ */
982
+ export interface StopInstancesResult {
983
+ /**
984
+ * <p>Information about the stopped instances.</p>
985
+ * @public
986
+ */
987
+ StoppingInstances?: InstanceStateChange[] | undefined;
988
+ }
989
+ /**
990
+ * @public
991
+ */
992
+ export interface TerminateClientVpnConnectionsRequest {
993
+ /**
994
+ * <p>The ID of the Client VPN endpoint to which the client is connected.</p>
995
+ * @public
996
+ */
997
+ ClientVpnEndpointId: string | undefined;
998
+ /**
999
+ * <p>The ID of the client connection to be terminated.</p>
1000
+ * @public
1001
+ */
1002
+ ConnectionId?: string | undefined;
1003
+ /**
1004
+ * <p>The name of the user who initiated the connection. Use this option to terminate all active connections for
1005
+ * the specified user. This option can only be used if the user has established up to five connections.</p>
1006
+ * @public
1007
+ */
1008
+ Username?: string | undefined;
1009
+ /**
1010
+ * <p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
1011
+ * @public
1012
+ */
1013
+ DryRun?: boolean | undefined;
1014
+ }
1015
+ /**
1016
+ * <p>Information about a terminated Client VPN endpoint client connection.</p>
1017
+ * @public
1018
+ */
1019
+ export interface TerminateConnectionStatus {
1020
+ /**
1021
+ * <p>The ID of the client connection.</p>
1022
+ * @public
1023
+ */
1024
+ ConnectionId?: string | undefined;
1025
+ /**
1026
+ * <p>The state of the client connection.</p>
1027
+ * @public
1028
+ */
1029
+ PreviousStatus?: ClientVpnConnectionStatus | undefined;
1030
+ /**
1031
+ * <p>A message about the status of the client connection, if applicable.</p>
1032
+ * @public
1033
+ */
1034
+ CurrentStatus?: ClientVpnConnectionStatus | undefined;
1035
+ }
1036
+ /**
1037
+ * @public
1038
+ */
1039
+ export interface TerminateClientVpnConnectionsResult {
1040
+ /**
1041
+ * <p>The ID of the Client VPN endpoint.</p>
1042
+ * @public
1043
+ */
1044
+ ClientVpnEndpointId?: string | undefined;
1045
+ /**
1046
+ * <p>The user who established the terminated client connections.</p>
1047
+ * @public
1048
+ */
1049
+ Username?: string | undefined;
1050
+ /**
1051
+ * <p>The current state of the client connections.</p>
1052
+ * @public
1053
+ */
1054
+ ConnectionStatuses?: TerminateConnectionStatus[] | undefined;
1055
+ }
1056
+ /**
1057
+ * @public
1058
+ */
1059
+ export interface TerminateInstancesRequest {
1060
+ /**
1061
+ * <p>The IDs of the instances.</p>
1062
+ * <p>Constraints: Up to 1000 instance IDs. We recommend breaking up this request into
1063
+ * smaller batches.</p>
1064
+ * @public
1065
+ */
1066
+ InstanceIds: string[] | undefined;
1067
+ /**
1068
+ * <p>Forces the instances to terminate. The instance will first attempt a graceful
1069
+ * shutdown, which includes flushing file system caches and metadata. If the graceful
1070
+ * shutdown fails to complete within the timeout period, the instance shuts down forcibly
1071
+ * without flushing the file system caches and metadata.</p>
1072
+ * @public
1073
+ */
1074
+ Force?: boolean | undefined;
1075
+ /**
1076
+ * <p>Specifies whether to bypass the graceful OS shutdown process when the instance is
1077
+ * terminated.</p>
1078
+ * <p>Default: <code>false</code>
1079
+ * </p>
1080
+ * @public
1081
+ */
1082
+ SkipOsShutdown?: boolean | undefined;
1083
+ /**
1084
+ * <p>Checks whether you have the required permissions for the operation, without actually making the
1085
+ * request, and provides an error response. If you have the required permissions, the error response is
1086
+ * <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
1087
+ * @public
1088
+ */
1089
+ DryRun?: boolean | undefined;
1090
+ }
1091
+ /**
1092
+ * @public
1093
+ */
1094
+ export interface TerminateInstancesResult {
1095
+ /**
1096
+ * <p>Information about the terminated instances.</p>
1097
+ * @public
1098
+ */
1099
+ TerminatingInstances?: InstanceStateChange[] | undefined;
1100
+ }
1101
+ /**
1102
+ * @public
1103
+ */
1104
+ export interface UnassignIpv6AddressesRequest {
1105
+ /**
1106
+ * <p>The IPv6 prefixes to unassign from the network interface.</p>
1107
+ * @public
1108
+ */
1109
+ Ipv6Prefixes?: string[] | undefined;
1110
+ /**
1111
+ * <p>The ID of the network interface.</p>
1112
+ * @public
1113
+ */
1114
+ NetworkInterfaceId: string | undefined;
1115
+ /**
1116
+ * <p>The IPv6 addresses to unassign from the network interface.</p>
1117
+ * @public
1118
+ */
1119
+ Ipv6Addresses?: string[] | undefined;
1120
+ }
1121
+ /**
1122
+ * @public
1123
+ */
1124
+ export interface UnassignIpv6AddressesResult {
1125
+ /**
1126
+ * <p>The ID of the network interface.</p>
1127
+ * @public
1128
+ */
1129
+ NetworkInterfaceId?: string | undefined;
1130
+ /**
1131
+ * <p>The IPv6 addresses that have been unassigned from the network interface.</p>
1132
+ * @public
1133
+ */
1134
+ UnassignedIpv6Addresses?: string[] | undefined;
1135
+ /**
1136
+ * <p>The IPv6 prefixes that have been unassigned from the network interface.</p>
1137
+ * @public
1138
+ */
1139
+ UnassignedIpv6Prefixes?: string[] | undefined;
1140
+ }
1141
+ /**
1142
+ * <p>Contains the parameters for UnassignPrivateIpAddresses.</p>
1143
+ * @public
1144
+ */
1145
+ export interface UnassignPrivateIpAddressesRequest {
1146
+ /**
1147
+ * <p>The IPv4 prefixes to unassign from the network interface.</p>
1148
+ * @public
1149
+ */
1150
+ Ipv4Prefixes?: string[] | undefined;
1151
+ /**
1152
+ * <p>The ID of the network interface.</p>
1153
+ * @public
1154
+ */
1155
+ NetworkInterfaceId: string | undefined;
1156
+ /**
1157
+ * <p>The secondary private IP addresses to unassign from the network interface. You can
1158
+ * specify this option multiple times to unassign more than one IP address.</p>
1159
+ * @public
1160
+ */
1161
+ PrivateIpAddresses?: string[] | undefined;
1162
+ }
5
1163
  /**
6
1164
  * @public
7
1165
  */