@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,5 +1,5 @@
1
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import type { DeleteNetworkInsightsPathRequest, DeleteNetworkInsightsPathResult } from "../models/models_2";
2
+ import type { DeleteNetworkInsightsPathRequest, DeleteNetworkInsightsPathResult } from "../models/models_3";
3
3
  /**
4
4
  * @public
5
5
  */
@@ -1,5 +1,5 @@
1
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import type { DeleteNetworkInterfaceRequest } from "../models/models_2";
2
+ import type { DeleteNetworkInterfaceRequest } from "../models/models_3";
3
3
  /**
4
4
  * @public
5
5
  */
@@ -1,5 +1,5 @@
1
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import type { DeleteNetworkInterfacePermissionRequest, DeleteNetworkInterfacePermissionResult } from "../models/models_2";
2
+ import type { DeleteNetworkInterfacePermissionRequest, DeleteNetworkInterfacePermissionResult } from "../models/models_3";
3
3
  /**
4
4
  * @public
5
5
  */
@@ -1,5 +1,5 @@
1
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import type { DeletePlacementGroupRequest } from "../models/models_2";
2
+ import type { DeletePlacementGroupRequest } from "../models/models_3";
3
3
  /**
4
4
  * @public
5
5
  */
@@ -1,5 +1,5 @@
1
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import type { DeletePublicIpv4PoolRequest, DeletePublicIpv4PoolResult } from "../models/models_2";
2
+ import type { DeletePublicIpv4PoolRequest, DeletePublicIpv4PoolResult } from "../models/models_3";
3
3
  /**
4
4
  * @public
5
5
  */
@@ -1,5 +1,5 @@
1
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import type { DeleteQueuedReservedInstancesRequest, DeleteQueuedReservedInstancesResult } from "../models/models_2";
2
+ import type { DeleteQueuedReservedInstancesRequest, DeleteQueuedReservedInstancesResult } from "../models/models_3";
3
3
  /**
4
4
  * @public
5
5
  */
@@ -0,0 +1,105 @@
1
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
+ import type { DescribeApplicationStatusCheckAssociationsRequest, DescribeApplicationStatusCheckAssociationsResult } from "../models/models_3";
3
+ /**
4
+ * @public
5
+ */
6
+ export type { __MetadataBearer };
7
+ /**
8
+ * @public
9
+ *
10
+ * The input for {@link DescribeApplicationStatusCheckAssociationsCommand}.
11
+ */
12
+ export interface DescribeApplicationStatusCheckAssociationsCommandInput extends DescribeApplicationStatusCheckAssociationsRequest {
13
+ }
14
+ /**
15
+ * @public
16
+ *
17
+ * The output of {@link DescribeApplicationStatusCheckAssociationsCommand}.
18
+ */
19
+ export interface DescribeApplicationStatusCheckAssociationsCommandOutput extends DescribeApplicationStatusCheckAssociationsResult, __MetadataBearer {
20
+ }
21
+ declare const DescribeApplicationStatusCheckAssociationsCommand_base: {
22
+ new (input: DescribeApplicationStatusCheckAssociationsCommandInput): import("@smithy/core/client").CommandImpl<DescribeApplicationStatusCheckAssociationsCommandInput, DescribeApplicationStatusCheckAssociationsCommandOutput, import("..").EC2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [DescribeApplicationStatusCheckAssociationsCommandInput]): import("@smithy/core/client").CommandImpl<DescribeApplicationStatusCheckAssociationsCommandInput, DescribeApplicationStatusCheckAssociationsCommandOutput, import("..").EC2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
25
+ };
26
+ /**
27
+ * <p>Describes the associations for one or more application status checks. For more
28
+ * information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/monitoring-application-status-checks.html">Application
29
+ * status checks</a>. To avoid timeouts and retrieve complete results, use the
30
+ * pagination parameters.</p>
31
+ * <note>
32
+ * <p>The order of the elements in the response, including those within nested
33
+ * structures, might vary.</p>
34
+ * </note>
35
+ * @example
36
+ * Use a bare-bones client and the command you need to make an API call.
37
+ * ```javascript
38
+ * import { EC2Client, DescribeApplicationStatusCheckAssociationsCommand } from "@aws-sdk/client-ec2"; // ES Modules import
39
+ * // const { EC2Client, DescribeApplicationStatusCheckAssociationsCommand } = require("@aws-sdk/client-ec2"); // CommonJS import
40
+ * // import type { EC2ClientConfig } from "@aws-sdk/client-ec2";
41
+ * const config = {}; // type is EC2ClientConfig
42
+ * const client = new EC2Client(config);
43
+ * const input = { // DescribeApplicationStatusCheckAssociationsRequest
44
+ * ApplicationStatusCheckIds: [ // ApplicationStatusCheckIdList
45
+ * "STRING_VALUE",
46
+ * ],
47
+ * Filters: [ // FilterList
48
+ * { // Filter
49
+ * Name: "STRING_VALUE",
50
+ * Values: [ // ValueStringList
51
+ * "STRING_VALUE",
52
+ * ],
53
+ * },
54
+ * ],
55
+ * MaxResults: Number("int"),
56
+ * NextToken: "STRING_VALUE",
57
+ * DryRun: true || false,
58
+ * };
59
+ * const command = new DescribeApplicationStatusCheckAssociationsCommand(input);
60
+ * const response = await client.send(command);
61
+ * // { // DescribeApplicationStatusCheckAssociationsResult
62
+ * // Associations: [ // ApplicationStatusCheckAssociationSet
63
+ * // { // ApplicationStatusCheckAssociationObject
64
+ * // ApplicationStatusCheckId: "STRING_VALUE",
65
+ * // AssociationType: "tag" || "instance-id",
66
+ * // Key: "STRING_VALUE",
67
+ * // Value: "STRING_VALUE",
68
+ * // },
69
+ * // ],
70
+ * // NextToken: "STRING_VALUE",
71
+ * // Tags: [ // TagList
72
+ * // { // Tag
73
+ * // Key: "STRING_VALUE",
74
+ * // Value: "STRING_VALUE",
75
+ * // },
76
+ * // ],
77
+ * // };
78
+ *
79
+ * ```
80
+ *
81
+ * @param DescribeApplicationStatusCheckAssociationsCommandInput - {@link DescribeApplicationStatusCheckAssociationsCommandInput}
82
+ * @returns {@link DescribeApplicationStatusCheckAssociationsCommandOutput}
83
+ * @see {@link DescribeApplicationStatusCheckAssociationsCommandInput} for command's `input` shape.
84
+ * @see {@link DescribeApplicationStatusCheckAssociationsCommandOutput} for command's `response` shape.
85
+ * @see {@link EC2ClientResolvedConfig | config} for EC2Client's `config` shape.
86
+ *
87
+ * @throws {@link EC2ServiceException}
88
+ * <p>Base exception class for all service exceptions from EC2 service.</p>
89
+ *
90
+ *
91
+ * @public
92
+ */
93
+ export declare class DescribeApplicationStatusCheckAssociationsCommand extends DescribeApplicationStatusCheckAssociationsCommand_base {
94
+ /** @internal type navigation helper, not in runtime. */
95
+ protected static __types: {
96
+ api: {
97
+ input: DescribeApplicationStatusCheckAssociationsRequest;
98
+ output: DescribeApplicationStatusCheckAssociationsResult;
99
+ };
100
+ sdk: {
101
+ input: DescribeApplicationStatusCheckAssociationsCommandInput;
102
+ output: DescribeApplicationStatusCheckAssociationsCommandOutput;
103
+ };
104
+ };
105
+ }
@@ -0,0 +1,205 @@
1
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
+ import type { DescribeApplicationStatusChecksRequest, DescribeApplicationStatusChecksResult } from "../models/models_3";
3
+ /**
4
+ * @public
5
+ */
6
+ export type { __MetadataBearer };
7
+ /**
8
+ * @public
9
+ *
10
+ * The input for {@link DescribeApplicationStatusChecksCommand}.
11
+ */
12
+ export interface DescribeApplicationStatusChecksCommandInput extends DescribeApplicationStatusChecksRequest {
13
+ }
14
+ /**
15
+ * @public
16
+ *
17
+ * The output of {@link DescribeApplicationStatusChecksCommand}.
18
+ */
19
+ export interface DescribeApplicationStatusChecksCommandOutput extends DescribeApplicationStatusChecksResult, __MetadataBearer {
20
+ }
21
+ declare const DescribeApplicationStatusChecksCommand_base: {
22
+ new (input: DescribeApplicationStatusChecksCommandInput): import("@smithy/core/client").CommandImpl<DescribeApplicationStatusChecksCommandInput, DescribeApplicationStatusChecksCommandOutput, import("..").EC2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [DescribeApplicationStatusChecksCommandInput]): import("@smithy/core/client").CommandImpl<DescribeApplicationStatusChecksCommandInput, DescribeApplicationStatusChecksCommandOutput, import("..").EC2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
25
+ };
26
+ /**
27
+ * <p>Describes one or more application status checks. Returns configuration details for your application status checks, including protocol, port, path, thresholds, and associations. The following rules apply:</p>
28
+ * <ul>
29
+ * <li>
30
+ * <p>If you do not specify any application status check IDs, all checks in your account are returned.</p>
31
+ * </li>
32
+ * <li>
33
+ * <p>Use <code>DescribeApplicationStatus</code> to see the actual health status of instances.</p>
34
+ * </li>
35
+ * </ul>
36
+ * @example
37
+ * Use a bare-bones client and the command you need to make an API call.
38
+ * ```javascript
39
+ * import { EC2Client, DescribeApplicationStatusChecksCommand } from "@aws-sdk/client-ec2"; // ES Modules import
40
+ * // const { EC2Client, DescribeApplicationStatusChecksCommand } = require("@aws-sdk/client-ec2"); // CommonJS import
41
+ * // import type { EC2ClientConfig } from "@aws-sdk/client-ec2";
42
+ * const config = {}; // type is EC2ClientConfig
43
+ * const client = new EC2Client(config);
44
+ * const input = { // DescribeApplicationStatusChecksRequest
45
+ * ApplicationStatusCheckIds: [ // ApplicationStatusCheckIdList
46
+ * "STRING_VALUE",
47
+ * ],
48
+ * Filters: [ // FilterList
49
+ * { // Filter
50
+ * Name: "STRING_VALUE",
51
+ * Values: [ // ValueStringList
52
+ * "STRING_VALUE",
53
+ * ],
54
+ * },
55
+ * ],
56
+ * MaxResults: Number("int"),
57
+ * NextToken: "STRING_VALUE",
58
+ * IncludeAll: true || false,
59
+ * DryRun: true || false,
60
+ * };
61
+ * const command = new DescribeApplicationStatusChecksCommand(input);
62
+ * const response = await client.send(command);
63
+ * // { // DescribeApplicationStatusChecksResult
64
+ * // ApplicationStatusChecks: [ // ApplicationStatusCheckResponseSet
65
+ * // { // ApplicationStatusCheckResponseObject
66
+ * // ApplicationStatusCheckId: "STRING_VALUE",
67
+ * // Aggregation: "included" || "excluded",
68
+ * // HealthCheckPaths: [ // HealthCheckPathResponseList
69
+ * // { // HealthCheckPathResponseObject
70
+ * // Source: { // HealthCheckPathSourceResponseObject
71
+ * // SubnetId: "STRING_VALUE",
72
+ * // SecurityGroupId: "STRING_VALUE",
73
+ * // },
74
+ * // Destinations: [ // HealthCheckPathDestinationResponseList
75
+ * // { // HealthCheckPathDestinationResponseObject
76
+ * // SubnetId: "STRING_VALUE",
77
+ * // SecurityGroupId: "STRING_VALUE",
78
+ * // },
79
+ * // ],
80
+ * // },
81
+ * // ],
82
+ * // Protocol: "http" || "https",
83
+ * // Port: Number("int"),
84
+ * // Path: "STRING_VALUE",
85
+ * // DeviceIndex: Number("int"),
86
+ * // IpVersion: "ipv4" || "ipv6",
87
+ * // IpScope: "private",
88
+ * // Interval: Number("int"),
89
+ * // Timeout: Number("int"),
90
+ * // FailureThreshold: Number("int"),
91
+ * // SuccessThreshold: Number("int"),
92
+ * // StatusCodeMatcher: "STRING_VALUE",
93
+ * // InitializationGracePeriodSeconds: Number("int"),
94
+ * // LastUpdatedAt: new Date("TIMESTAMP"),
95
+ * // TargetTagAssociations: [ // CustomKeyValuePairResponseSet
96
+ * // { // CustomTagKeyValueResponsePair
97
+ * // Key: "STRING_VALUE",
98
+ * // Value: "STRING_VALUE",
99
+ * // },
100
+ * // ],
101
+ * // Tags: [ // TagList
102
+ * // { // Tag
103
+ * // Key: "STRING_VALUE",
104
+ * // Value: "STRING_VALUE",
105
+ * // },
106
+ * // ],
107
+ * // CreationTime: new Date("TIMESTAMP"),
108
+ * // ModifyTime: new Date("TIMESTAMP"),
109
+ * // DeletionTime: new Date("TIMESTAMP"),
110
+ * // },
111
+ * // ],
112
+ * // NextToken: "STRING_VALUE",
113
+ * // };
114
+ *
115
+ * ```
116
+ *
117
+ * @param DescribeApplicationStatusChecksCommandInput - {@link DescribeApplicationStatusChecksCommandInput}
118
+ * @returns {@link DescribeApplicationStatusChecksCommandOutput}
119
+ * @see {@link DescribeApplicationStatusChecksCommandInput} for command's `input` shape.
120
+ * @see {@link DescribeApplicationStatusChecksCommandOutput} for command's `response` shape.
121
+ * @see {@link EC2ClientResolvedConfig | config} for EC2Client's `config` shape.
122
+ *
123
+ * @throws {@link EC2ServiceException}
124
+ * <p>Base exception class for all service exceptions from EC2 service.</p>
125
+ *
126
+ *
127
+ * @example To describe application status checks
128
+ * ```javascript
129
+ * // This example describes the specified application status checks.
130
+ * const input = {
131
+ * ApplicationStatusCheckIds: [
132
+ * "asc-0123456789abcdef0"
133
+ * ]
134
+ * };
135
+ * const command = new DescribeApplicationStatusChecksCommand(input);
136
+ * const response = await client.send(command);
137
+ * /* response is
138
+ * {
139
+ * ApplicationStatusChecks: [
140
+ * {
141
+ * Aggregation: "included",
142
+ * ApplicationStatusCheckId: "asc-0123456789abcdef0",
143
+ * FailureThreshold: 3,
144
+ * Interval: 10,
145
+ * Path: "/health",
146
+ * Port: 80,
147
+ * Protocol: "http",
148
+ * SuccessThreshold: 2,
149
+ * Timeout: 5
150
+ * }
151
+ * ]
152
+ * }
153
+ * *\/
154
+ * ```
155
+ *
156
+ * @example To describe application status checks using filters
157
+ * ```javascript
158
+ * // This example uses filters to describe application status checks with a specific tag.
159
+ * const input = {
160
+ * Filters: [
161
+ * {
162
+ * Name: "tag:Environment",
163
+ * Values: [
164
+ * "Production"
165
+ * ]
166
+ * }
167
+ * ],
168
+ * MaxResults: 10
169
+ * };
170
+ * const command = new DescribeApplicationStatusChecksCommand(input);
171
+ * const response = await client.send(command);
172
+ * /* response is
173
+ * {
174
+ * ApplicationStatusChecks: [
175
+ * {
176
+ * Aggregation: "included",
177
+ * ApplicationStatusCheckId: "asc-0123456789abcdef0",
178
+ * FailureThreshold: 3,
179
+ * Interval: 10,
180
+ * Path: "/health",
181
+ * Port: 80,
182
+ * Protocol: "http",
183
+ * SuccessThreshold: 2,
184
+ * Timeout: 5
185
+ * }
186
+ * ]
187
+ * }
188
+ * *\/
189
+ * ```
190
+ *
191
+ * @public
192
+ */
193
+ export declare class DescribeApplicationStatusChecksCommand extends DescribeApplicationStatusChecksCommand_base {
194
+ /** @internal type navigation helper, not in runtime. */
195
+ protected static __types: {
196
+ api: {
197
+ input: DescribeApplicationStatusChecksRequest;
198
+ output: DescribeApplicationStatusChecksResult;
199
+ };
200
+ sdk: {
201
+ input: DescribeApplicationStatusChecksCommandInput;
202
+ output: DescribeApplicationStatusChecksCommandOutput;
203
+ };
204
+ };
205
+ }
@@ -0,0 +1,131 @@
1
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
+ import type { DescribeApplicationStatusRequest, DescribeApplicationStatusResult } from "../models/models_3";
3
+ /**
4
+ * @public
5
+ */
6
+ export type { __MetadataBearer };
7
+ /**
8
+ * @public
9
+ *
10
+ * The input for {@link DescribeApplicationStatusCommand}.
11
+ */
12
+ export interface DescribeApplicationStatusCommandInput extends DescribeApplicationStatusRequest {
13
+ }
14
+ /**
15
+ * @public
16
+ *
17
+ * The output of {@link DescribeApplicationStatusCommand}.
18
+ */
19
+ export interface DescribeApplicationStatusCommandOutput extends DescribeApplicationStatusResult, __MetadataBearer {
20
+ }
21
+ declare const DescribeApplicationStatusCommand_base: {
22
+ new (input: DescribeApplicationStatusCommandInput): import("@smithy/core/client").CommandImpl<DescribeApplicationStatusCommandInput, DescribeApplicationStatusCommandOutput, import("..").EC2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [DescribeApplicationStatusCommandInput]): import("@smithy/core/client").CommandImpl<DescribeApplicationStatusCommandInput, DescribeApplicationStatusCommandOutput, import("..").EC2ClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
25
+ };
26
+ /**
27
+ * <p>Describes the application status for the specified instances. Returns the aggregated application health status for each instance. The following rules apply:</p>
28
+ * <ul>
29
+ * <li>
30
+ * <p>The instance-level status is derived from all application status checks with the aggregation setting set to <code>included</code>.</p>
31
+ * </li>
32
+ * <li>
33
+ * <p>Use <code>DescribeApplicationStatusChecks</code> to view the configuration of individual checks.</p>
34
+ * </li>
35
+ * <li>
36
+ * <p>Use <code>EnableApplicationStatusCheckSuppression</code> to temporarily suppress health check results from affecting the instance-level status.</p>
37
+ * </li>
38
+ * </ul>
39
+ * @example
40
+ * Use a bare-bones client and the command you need to make an API call.
41
+ * ```javascript
42
+ * import { EC2Client, DescribeApplicationStatusCommand } from "@aws-sdk/client-ec2"; // ES Modules import
43
+ * // const { EC2Client, DescribeApplicationStatusCommand } = require("@aws-sdk/client-ec2"); // CommonJS import
44
+ * // import type { EC2ClientConfig } from "@aws-sdk/client-ec2";
45
+ * const config = {}; // type is EC2ClientConfig
46
+ * const client = new EC2Client(config);
47
+ * const input = { // DescribeApplicationStatusRequest
48
+ * InstanceIds: [ // InstanceIdList
49
+ * "STRING_VALUE",
50
+ * ],
51
+ * Filters: [ // FilterList
52
+ * { // Filter
53
+ * Name: "STRING_VALUE",
54
+ * Values: [ // ValueStringList
55
+ * "STRING_VALUE",
56
+ * ],
57
+ * },
58
+ * ],
59
+ * MaxResults: Number("int"),
60
+ * NextToken: "STRING_VALUE",
61
+ * DryRun: true || false,
62
+ * };
63
+ * const command = new DescribeApplicationStatusCommand(input);
64
+ * const response = await client.send(command);
65
+ * // { // DescribeApplicationStatusResult
66
+ * // ApplicationStatuses: { // ApplicationStatusesResponseType
67
+ * // Instances: [ // InstanceApplicationStatusSet
68
+ * // { // InstanceApplicationStatus
69
+ * // InstanceId: "STRING_VALUE",
70
+ * // AvailabilityZone: "STRING_VALUE",
71
+ * // AvailabilityZoneId: "STRING_VALUE",
72
+ * // ApplicationStatus: { // ApplicationStatus
73
+ * // Status: "ok" || "impaired" || "initializing" || "insufficient-data" || "not-applicable" || "suppressed",
74
+ * // StatusTimeStamp: new Date("TIMESTAMP"),
75
+ * // StatusSince: new Date("TIMESTAMP"),
76
+ * // ResumeAt: new Date("TIMESTAMP"),
77
+ * // Details: [ // ApplicationStatusDetailSet
78
+ * // { // ApplicationStatusDetail
79
+ * // ApplicationStatusCheckId: "STRING_VALUE",
80
+ * // CheckUpdateTime: new Date("TIMESTAMP"),
81
+ * // Aggregation: "included" || "excluded",
82
+ * // Status: "passed" || "failed" || "initializing" || "insufficient-data" || "not-applicable",
83
+ * // StatusTimeStamp: new Date("TIMESTAMP"),
84
+ * // StatusSince: new Date("TIMESTAMP"),
85
+ * // Reason: { // ApplicationStatusReason
86
+ * // Code: "STRING_VALUE",
87
+ * // StatusCode: Number("int"),
88
+ * // Protocol: "STRING_VALUE",
89
+ * // },
90
+ * // },
91
+ * // ],
92
+ * // },
93
+ * // Tags: [ // TagList
94
+ * // { // Tag
95
+ * // Key: "STRING_VALUE",
96
+ * // Value: "STRING_VALUE",
97
+ * // },
98
+ * // ],
99
+ * // },
100
+ * // ],
101
+ * // },
102
+ * // NextToken: "STRING_VALUE",
103
+ * // };
104
+ *
105
+ * ```
106
+ *
107
+ * @param DescribeApplicationStatusCommandInput - {@link DescribeApplicationStatusCommandInput}
108
+ * @returns {@link DescribeApplicationStatusCommandOutput}
109
+ * @see {@link DescribeApplicationStatusCommandInput} for command's `input` shape.
110
+ * @see {@link DescribeApplicationStatusCommandOutput} for command's `response` shape.
111
+ * @see {@link EC2ClientResolvedConfig | config} for EC2Client's `config` shape.
112
+ *
113
+ * @throws {@link EC2ServiceException}
114
+ * <p>Base exception class for all service exceptions from EC2 service.</p>
115
+ *
116
+ *
117
+ * @public
118
+ */
119
+ export declare class DescribeApplicationStatusCommand extends DescribeApplicationStatusCommand_base {
120
+ /** @internal type navigation helper, not in runtime. */
121
+ protected static __types: {
122
+ api: {
123
+ input: DescribeApplicationStatusRequest;
124
+ output: DescribeApplicationStatusResult;
125
+ };
126
+ sdk: {
127
+ input: DescribeApplicationStatusCommandInput;
128
+ output: DescribeApplicationStatusCommandOutput;
129
+ };
130
+ };
131
+ }
@@ -1,5 +1,6 @@
1
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import type { DescribeFpgaImagesRequest, DescribeFpgaImagesResult } from "../models/models_3";
2
+ import type { DescribeFpgaImagesRequest } from "../models/models_3";
3
+ import type { DescribeFpgaImagesResult } from "../models/models_4";
3
4
  /**
4
5
  * @public
5
6
  */
@@ -1,5 +1,5 @@
1
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import type { DescribeHostReservationOfferingsRequest, DescribeHostReservationOfferingsResult } from "../models/models_3";
2
+ import type { DescribeHostReservationOfferingsRequest, DescribeHostReservationOfferingsResult } from "../models/models_4";
3
3
  /**
4
4
  * @public
5
5
  */
@@ -1,5 +1,5 @@
1
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import type { DescribeHostReservationsRequest, DescribeHostReservationsResult } from "../models/models_3";
2
+ import type { DescribeHostReservationsRequest, DescribeHostReservationsResult } from "../models/models_4";
3
3
  /**
4
4
  * @public
5
5
  */
@@ -1,5 +1,5 @@
1
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import type { DescribeHostsRequest, DescribeHostsResult } from "../models/models_3";
2
+ import type { DescribeHostsRequest, DescribeHostsResult } from "../models/models_4";
3
3
  /**
4
4
  * @public
5
5
  */
@@ -1,5 +1,5 @@
1
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import type { DescribeIamInstanceProfileAssociationsRequest, DescribeIamInstanceProfileAssociationsResult } from "../models/models_3";
2
+ import type { DescribeIamInstanceProfileAssociationsRequest, DescribeIamInstanceProfileAssociationsResult } from "../models/models_4";
3
3
  /**
4
4
  * @public
5
5
  */
@@ -1,5 +1,5 @@
1
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import type { DescribeIdFormatRequest, DescribeIdFormatResult } from "../models/models_3";
2
+ import type { DescribeIdFormatRequest, DescribeIdFormatResult } from "../models/models_4";
3
3
  /**
4
4
  * @public
5
5
  */
@@ -1,5 +1,5 @@
1
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import type { DescribeIdentityIdFormatRequest, DescribeIdentityIdFormatResult } from "../models/models_3";
2
+ import type { DescribeIdentityIdFormatRequest, DescribeIdentityIdFormatResult } from "../models/models_4";
3
3
  /**
4
4
  * @public
5
5
  */
@@ -1,5 +1,5 @@
1
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import type { DescribeImageAttributeRequest, ImageAttribute } from "../models/models_3";
2
+ import type { DescribeImageAttributeRequest, ImageAttribute } from "../models/models_4";
3
3
  /**
4
4
  * @public
5
5
  */
@@ -1,5 +1,5 @@
1
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import type { DescribeImageReferencesRequest, DescribeImageReferencesResult } from "../models/models_3";
2
+ import type { DescribeImageReferencesRequest, DescribeImageReferencesResult } from "../models/models_4";
3
3
  /**
4
4
  * @public
5
5
  */
@@ -39,6 +39,12 @@ declare const DescribeInstanceStatusCommand_base: {
39
39
  * </li>
40
40
  * <li>
41
41
  * <p>
42
+ * <b>Application status checks</b> - Amazon EC2 reports
43
+ * application-level health status for instances, indicating whether applications
44
+ * running on the instance are functioning properly.</p>
45
+ * </li>
46
+ * <li>
47
+ * <p>
42
48
  * <b>Scheduled events</b> - Amazon EC2 can schedule
43
49
  * events (such as reboot, stop, or terminate) for your instances related to
44
50
  * hardware issues, software updates, or system maintenance. For more information,
@@ -148,6 +154,10 @@ declare const DescribeInstanceStatusCommand_base: {
148
154
  * // ],
149
155
  * // Status: "ok" || "impaired" || "insufficient-data" || "not-applicable" || "initializing",
150
156
  * // },
157
+ * // ApplicationStatus: { // ApplicationStatusSummary
158
+ * // Status: "ok" || "impaired" || "insufficient-data" || "not-applicable" || "initializing",
159
+ * // ImpairedSince: new Date("TIMESTAMP"),
160
+ * // },
151
161
  * // },
152
162
  * // ],
153
163
  * // NextToken: "STRING_VALUE",
@@ -176,7 +176,7 @@ declare const DescribeLaunchTemplateVersionsCommand_base: {
176
176
  * // UserData: "STRING_VALUE",
177
177
  * // TagSpecifications: [ // LaunchTemplateTagSpecificationList
178
178
  * // { // LaunchTemplateTagSpecification
179
- * // ResourceType: "capacity-reservation" || "client-vpn-endpoint" || "customer-gateway" || "carrier-gateway" || "coip-pool" || "declarative-policies-report" || "dedicated-host" || "dhcp-options" || "egress-only-internet-gateway" || "elastic-ip" || "elastic-gpu" || "export-image-task" || "export-instance-task" || "fleet" || "fpga-image" || "host-reservation" || "image" || "image-usage-report" || "import-image-task" || "import-snapshot-task" || "instance" || "instance-event-window" || "internet-gateway" || "ipam" || "ipam-pool" || "ipam-scope" || "ipv4pool-ec2" || "ipv6pool-ec2" || "key-pair" || "launch-template" || "local-gateway" || "local-gateway-route-table" || "local-gateway-virtual-interface" || "local-gateway-virtual-interface-group" || "local-gateway-route-table-vpc-association" || "local-gateway-route-table-virtual-interface-group-association" || "natgateway" || "network-acl" || "network-interface" || "network-insights-analysis" || "network-insights-path" || "network-insights-access-scope" || "network-insights-access-scope-analysis" || "outpost-lag" || "placement-group" || "prefix-list" || "replace-root-volume-task" || "reserved-instances" || "route-table" || "security-group" || "security-group-rule" || "service-link-virtual-interface" || "snapshot" || "spot-fleet-request" || "spot-instances-request" || "subnet" || "subnet-cidr-reservation" || "traffic-mirror-filter" || "traffic-mirror-session" || "traffic-mirror-target" || "transit-gateway" || "transit-gateway-attachment" || "transit-gateway-connect-peer" || "transit-gateway-multicast-domain" || "transit-gateway-policy-table" || "transit-gateway-metering-policy" || "transit-gateway-route-table" || "transit-gateway-route-table-announcement" || "volume" || "vpc" || "vpc-endpoint" || "vpc-endpoint-connection" || "vpc-endpoint-service" || "vpc-endpoint-service-permission" || "vpc-peering-connection" || "vpn-connection" || "vpn-gateway" || "vpc-flow-log" || "capacity-reservation-fleet" || "traffic-mirror-filter-rule" || "vpc-endpoint-connection-device-type" || "verified-access-instance" || "verified-access-group" || "verified-access-endpoint" || "verified-access-policy" || "verified-access-trust-provider" || "vpn-connection-device-type" || "vpc-block-public-access-exclusion" || "vpc-encryption-control" || "route-server" || "route-server-endpoint" || "route-server-peer" || "ipam-resource-discovery" || "ipam-resource-discovery-association" || "instance-connect-endpoint" || "verified-access-endpoint-target" || "ipam-external-resource-verification-token" || "capacity-block" || "mac-modification-task" || "ipam-prefix-list-resolver" || "ipam-policy" || "ipam-prefix-list-resolver-target" || "secondary-interface" || "secondary-network" || "secondary-subnet" || "capacity-manager-data-export" || "vpn-concentrator" || "ipam-pool-allocation" || "capacity-reservation-cancellation-quote",
179
+ * // ResourceType: "capacity-reservation" || "client-vpn-endpoint" || "customer-gateway" || "carrier-gateway" || "coip-pool" || "declarative-policies-report" || "dedicated-host" || "dhcp-options" || "egress-only-internet-gateway" || "elastic-ip" || "elastic-gpu" || "export-image-task" || "export-instance-task" || "fleet" || "fpga-image" || "host-reservation" || "image" || "image-usage-report" || "import-image-task" || "import-snapshot-task" || "instance" || "instance-event-window" || "internet-gateway" || "ipam" || "ipam-pool" || "ipam-scope" || "ipv4pool-ec2" || "ipv6pool-ec2" || "key-pair" || "launch-template" || "local-gateway" || "local-gateway-route-table" || "local-gateway-virtual-interface" || "local-gateway-virtual-interface-group" || "local-gateway-route-table-vpc-association" || "local-gateway-route-table-virtual-interface-group-association" || "natgateway" || "network-acl" || "network-interface" || "network-insights-analysis" || "network-insights-path" || "network-insights-access-scope" || "network-insights-access-scope-analysis" || "outpost-lag" || "placement-group" || "prefix-list" || "replace-root-volume-task" || "reserved-instances" || "route-table" || "security-group" || "security-group-rule" || "service-link-virtual-interface" || "snapshot" || "spot-fleet-request" || "spot-instances-request" || "subnet" || "subnet-cidr-reservation" || "traffic-mirror-filter" || "traffic-mirror-session" || "traffic-mirror-target" || "transit-gateway" || "transit-gateway-attachment" || "transit-gateway-connect-peer" || "transit-gateway-multicast-domain" || "transit-gateway-policy-table" || "transit-gateway-metering-policy" || "transit-gateway-route-table" || "transit-gateway-route-table-announcement" || "volume" || "vpc" || "vpc-endpoint" || "vpc-endpoint-connection" || "vpc-endpoint-service" || "vpc-endpoint-service-permission" || "vpc-peering-connection" || "vpn-connection" || "vpn-gateway" || "vpc-flow-log" || "capacity-reservation-fleet" || "traffic-mirror-filter-rule" || "vpc-endpoint-connection-device-type" || "verified-access-instance" || "verified-access-group" || "verified-access-endpoint" || "verified-access-policy" || "verified-access-trust-provider" || "vpn-connection-device-type" || "vpc-block-public-access-exclusion" || "vpc-encryption-control" || "route-server" || "route-server-endpoint" || "route-server-peer" || "ipam-resource-discovery" || "ipam-resource-discovery-association" || "instance-connect-endpoint" || "verified-access-endpoint-target" || "ipam-external-resource-verification-token" || "capacity-block" || "mac-modification-task" || "ipam-prefix-list-resolver" || "ipam-policy" || "ipam-prefix-list-resolver-target" || "secondary-interface" || "secondary-network" || "secondary-subnet" || "capacity-manager-data-export" || "vpn-concentrator" || "ipam-pool-allocation" || "capacity-reservation-cancellation-quote" || "application-status-check",
180
180
  * // Tags: [ // TagList
181
181
  * // { // Tag
182
182
  * // Key: "STRING_VALUE",
@@ -1,5 +1,6 @@
1
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import type { DescribeSecurityGroupRulesRequest, DescribeSecurityGroupRulesResult } from "../models/models_4";
2
+ import type { DescribeSecurityGroupRulesRequest } from "../models/models_4";
3
+ import type { DescribeSecurityGroupRulesResult } from "../models/models_5";
3
4
  /**
4
5
  * @public
5
6
  */
@@ -1,5 +1,5 @@
1
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import type { DescribeSecurityGroupVpcAssociationsRequest, DescribeSecurityGroupVpcAssociationsResult } from "../models/models_4";
2
+ import type { DescribeSecurityGroupVpcAssociationsRequest, DescribeSecurityGroupVpcAssociationsResult } from "../models/models_5";
3
3
  /**
4
4
  * @public
5
5
  */
@@ -1,5 +1,5 @@
1
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import type { DescribeSecurityGroupsRequest, DescribeSecurityGroupsResult } from "../models/models_4";
2
+ import type { DescribeSecurityGroupsRequest, DescribeSecurityGroupsResult } from "../models/models_5";
3
3
  /**
4
4
  * @public
5
5
  */
@@ -1,5 +1,5 @@
1
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import type { DescribeServiceLinkVirtualInterfacesRequest, DescribeServiceLinkVirtualInterfacesResult } from "../models/models_4";
2
+ import type { DescribeServiceLinkVirtualInterfacesRequest, DescribeServiceLinkVirtualInterfacesResult } from "../models/models_5";
3
3
  /**
4
4
  * @public
5
5
  */