@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
@@ -63,6 +63,13 @@ export declare var AnalysisLoadBalancerTarget$: StaticStructureSchema;
63
63
  export declare var AnalysisPacketHeader$: StaticStructureSchema;
64
64
  export declare var AnalysisRouteTableRoute$: StaticStructureSchema;
65
65
  export declare var AnalysisSecurityGroupRule$: StaticStructureSchema;
66
+ export declare var ApplicationStatus$: StaticStructureSchema;
67
+ export declare var ApplicationStatusCheckAssociationObject$: StaticStructureSchema;
68
+ export declare var ApplicationStatusCheckResponseObject$: StaticStructureSchema;
69
+ export declare var ApplicationStatusDetail$: StaticStructureSchema;
70
+ export declare var ApplicationStatusesResponseType$: StaticStructureSchema;
71
+ export declare var ApplicationStatusReason$: StaticStructureSchema;
72
+ export declare var ApplicationStatusSummary$: StaticStructureSchema;
66
73
  export declare var ApplySecurityGroupsToClientVpnTargetNetworkRequest$: StaticStructureSchema;
67
74
  export declare var ApplySecurityGroupsToClientVpnTargetNetworkResult$: StaticStructureSchema;
68
75
  export declare var AsnAssociation$: StaticStructureSchema;
@@ -76,6 +83,8 @@ export declare var AssignPrivateNatGatewayAddressRequest$: StaticStructureSchema
76
83
  export declare var AssignPrivateNatGatewayAddressResult$: StaticStructureSchema;
77
84
  export declare var AssociateAddressRequest$: StaticStructureSchema;
78
85
  export declare var AssociateAddressResult$: StaticStructureSchema;
86
+ export declare var AssociateApplicationStatusCheckRequest$: StaticStructureSchema;
87
+ export declare var AssociateApplicationStatusCheckResult$: StaticStructureSchema;
79
88
  export declare var AssociateCapacityReservationBillingOwnerRequest$: StaticStructureSchema;
80
89
  export declare var AssociateCapacityReservationBillingOwnerResult$: StaticStructureSchema;
81
90
  export declare var AssociateClientVpnTargetNetworkRequest$: StaticStructureSchema;
@@ -268,6 +277,8 @@ export declare var CpuOptions$: StaticStructureSchema;
268
277
  export declare var CpuOptionsRequest$: StaticStructureSchema;
269
278
  export declare var CpuPerformanceFactor$: StaticStructureSchema;
270
279
  export declare var CpuPerformanceFactorRequest$: StaticStructureSchema;
280
+ export declare var CreateApplicationStatusCheckRequest$: StaticStructureSchema;
281
+ export declare var CreateApplicationStatusCheckResult$: StaticStructureSchema;
271
282
  export declare var CreateCapacityManagerDataExportRequest$: StaticStructureSchema;
272
283
  export declare var CreateCapacityManagerDataExportResult$: StaticStructureSchema;
273
284
  export declare var CreateCapacityReservationBySplittingRequest$: StaticStructureSchema;
@@ -495,10 +506,14 @@ export declare var CreationDateConditionRequest$: StaticStructureSchema;
495
506
  export declare var CreditSpecification$: StaticStructureSchema;
496
507
  export declare var CreditSpecificationRequest$: StaticStructureSchema;
497
508
  export declare var CustomerGateway$: StaticStructureSchema;
509
+ export declare var CustomTagKeyValueRequestPair$: StaticStructureSchema;
510
+ export declare var CustomTagKeyValueResponsePair$: StaticStructureSchema;
498
511
  export declare var DataQuery$: StaticStructureSchema;
499
512
  export declare var DataResponse$: StaticStructureSchema;
500
513
  export declare var DeclarativePoliciesReport$: StaticStructureSchema;
501
514
  export declare var DefaultConnectionTrackingConfiguration$: StaticStructureSchema;
515
+ export declare var DeleteApplicationStatusCheckRequest$: StaticStructureSchema;
516
+ export declare var DeleteApplicationStatusCheckResult$: StaticStructureSchema;
502
517
  export declare var DeleteCapacityManagerDataExportRequest$: StaticStructureSchema;
503
518
  export declare var DeleteCapacityManagerDataExportResult$: StaticStructureSchema;
504
519
  export declare var DeleteCarrierGatewayRequest$: StaticStructureSchema;
@@ -707,6 +722,12 @@ export declare var DescribeAddressTransfersRequest$: StaticStructureSchema;
707
722
  export declare var DescribeAddressTransfersResult$: StaticStructureSchema;
708
723
  export declare var DescribeAggregateIdFormatRequest$: StaticStructureSchema;
709
724
  export declare var DescribeAggregateIdFormatResult$: StaticStructureSchema;
725
+ export declare var DescribeApplicationStatusCheckAssociationsRequest$: StaticStructureSchema;
726
+ export declare var DescribeApplicationStatusCheckAssociationsResult$: StaticStructureSchema;
727
+ export declare var DescribeApplicationStatusChecksRequest$: StaticStructureSchema;
728
+ export declare var DescribeApplicationStatusChecksResult$: StaticStructureSchema;
729
+ export declare var DescribeApplicationStatusRequest$: StaticStructureSchema;
730
+ export declare var DescribeApplicationStatusResult$: StaticStructureSchema;
710
731
  export declare var DescribeAvailabilityZonesRequest$: StaticStructureSchema;
711
732
  export declare var DescribeAvailabilityZonesResult$: StaticStructureSchema;
712
733
  export declare var DescribeAwsNetworkPerformanceMetricSubscriptionsRequest$: StaticStructureSchema;
@@ -1095,6 +1116,8 @@ export declare var DisableAddressTransferRequest$: StaticStructureSchema;
1095
1116
  export declare var DisableAddressTransferResult$: StaticStructureSchema;
1096
1117
  export declare var DisableAllowedImagesSettingsRequest$: StaticStructureSchema;
1097
1118
  export declare var DisableAllowedImagesSettingsResult$: StaticStructureSchema;
1119
+ export declare var DisableApplicationStatusCheckSuppressionRequest$: StaticStructureSchema;
1120
+ export declare var DisableApplicationStatusCheckSuppressionResult$: StaticStructureSchema;
1098
1121
  export declare var DisableAwsNetworkPerformanceMetricSubscriptionRequest$: StaticStructureSchema;
1099
1122
  export declare var DisableAwsNetworkPerformanceMetricSubscriptionResult$: StaticStructureSchema;
1100
1123
  export declare var DisableCapacityManagerRequest$: StaticStructureSchema;
@@ -1137,6 +1160,8 @@ export declare var DisableVpcClassicLinkDnsSupportResult$: StaticStructureSchema
1137
1160
  export declare var DisableVpcClassicLinkRequest$: StaticStructureSchema;
1138
1161
  export declare var DisableVpcClassicLinkResult$: StaticStructureSchema;
1139
1162
  export declare var DisassociateAddressRequest$: StaticStructureSchema;
1163
+ export declare var DisassociateApplicationStatusCheckRequest$: StaticStructureSchema;
1164
+ export declare var DisassociateApplicationStatusCheckResult$: StaticStructureSchema;
1140
1165
  export declare var DisassociateCapacityReservationBillingOwnerRequest$: StaticStructureSchema;
1141
1166
  export declare var DisassociateCapacityReservationBillingOwnerResult$: StaticStructureSchema;
1142
1167
  export declare var DisassociateClientVpnTargetNetworkRequest$: StaticStructureSchema;
@@ -1202,6 +1227,8 @@ export declare var EnableAddressTransferRequest$: StaticStructureSchema;
1202
1227
  export declare var EnableAddressTransferResult$: StaticStructureSchema;
1203
1228
  export declare var EnableAllowedImagesSettingsRequest$: StaticStructureSchema;
1204
1229
  export declare var EnableAllowedImagesSettingsResult$: StaticStructureSchema;
1230
+ export declare var EnableApplicationStatusCheckSuppressionRequest$: StaticStructureSchema;
1231
+ export declare var EnableApplicationStatusCheckSuppressionResult$: StaticStructureSchema;
1205
1232
  export declare var EnableAwsNetworkPerformanceMetricSubscriptionRequest$: StaticStructureSchema;
1206
1233
  export declare var EnableAwsNetworkPerformanceMetricSubscriptionResult$: StaticStructureSchema;
1207
1234
  export declare var EnableCapacityManagerRequest$: StaticStructureSchema;
@@ -1451,6 +1478,12 @@ export declare var GpuDeviceInfo$: StaticStructureSchema;
1451
1478
  export declare var GpuDeviceMemoryInfo$: StaticStructureSchema;
1452
1479
  export declare var GpuInfo$: StaticStructureSchema;
1453
1480
  export declare var GroupIdentifier$: StaticStructureSchema;
1481
+ export declare var HealthCheckPathDestinationRequestObject$: StaticStructureSchema;
1482
+ export declare var HealthCheckPathDestinationResponseObject$: StaticStructureSchema;
1483
+ export declare var HealthCheckPathRequestObject$: StaticStructureSchema;
1484
+ export declare var HealthCheckPathResponseObject$: StaticStructureSchema;
1485
+ export declare var HealthCheckPathSourceRequestObject$: StaticStructureSchema;
1486
+ export declare var HealthCheckPathSourceResponseObject$: StaticStructureSchema;
1454
1487
  export declare var HibernationOptions$: StaticStructureSchema;
1455
1488
  export declare var HibernationOptionsRequest$: StaticStructureSchema;
1456
1489
  export declare var HistoryRecord$: StaticStructureSchema;
@@ -1512,6 +1545,7 @@ export declare var InferenceDeviceInfo$: StaticStructureSchema;
1512
1545
  export declare var InferenceDeviceMemoryInfo$: StaticStructureSchema;
1513
1546
  export declare var InitializationStatusDetails$: StaticStructureSchema;
1514
1547
  export declare var Instance$: StaticStructureSchema;
1548
+ export declare var InstanceApplicationStatus$: StaticStructureSchema;
1515
1549
  export declare var InstanceAttachmentEnaSrdSpecification$: StaticStructureSchema;
1516
1550
  export declare var InstanceAttachmentEnaSrdUdpSpecification$: StaticStructureSchema;
1517
1551
  export declare var InstanceAttribute$: StaticStructureSchema;
@@ -1726,6 +1760,8 @@ export declare var ModifyAccountVpcEncryptionControlRequest$: StaticStructureSch
1726
1760
  export declare var ModifyAccountVpcEncryptionControlResult$: StaticStructureSchema;
1727
1761
  export declare var ModifyAddressAttributeRequest$: StaticStructureSchema;
1728
1762
  export declare var ModifyAddressAttributeResult$: StaticStructureSchema;
1763
+ export declare var ModifyApplicationStatusCheckRequest$: StaticStructureSchema;
1764
+ export declare var ModifyApplicationStatusCheckResult$: StaticStructureSchema;
1729
1765
  export declare var ModifyAvailabilityZoneGroupRequest$: StaticStructureSchema;
1730
1766
  export declare var ModifyAvailabilityZoneGroupResult$: StaticStructureSchema;
1731
1767
  export declare var ModifyCapacityReservationFleetRequest$: StaticStructureSchema;
@@ -2240,8 +2276,10 @@ export declare var SubnetConfiguration$: StaticStructureSchema;
2240
2276
  export declare var SubnetIpPrefixes$: StaticStructureSchema;
2241
2277
  export declare var SubnetIpv6CidrBlockAssociation$: StaticStructureSchema;
2242
2278
  export declare var Subscription$: StaticStructureSchema;
2279
+ export declare var SuccessfulAssociationResponseObject$: StaticStructureSchema;
2243
2280
  export declare var SuccessfulInstanceCreditSpecificationItem$: StaticStructureSchema;
2244
2281
  export declare var SuccessfulQueuedPurchaseDeletion$: StaticStructureSchema;
2282
+ export declare var SuccessfulSuppressionResponseObject$: StaticStructureSchema;
2245
2283
  export declare var SupportedRegionDetail$: StaticStructureSchema;
2246
2284
  export declare var Tag$: StaticStructureSchema;
2247
2285
  export declare var TagDescription$: StaticStructureSchema;
@@ -2331,10 +2369,12 @@ export declare var UnlockSnapshotRequest$: StaticStructureSchema;
2331
2369
  export declare var UnlockSnapshotResult$: StaticStructureSchema;
2332
2370
  export declare var UnmonitorInstancesRequest$: StaticStructureSchema;
2333
2371
  export declare var UnmonitorInstancesResult$: StaticStructureSchema;
2372
+ export declare var UnsuccessfulAssociationResponseObject$: StaticStructureSchema;
2334
2373
  export declare var UnsuccessfulInstanceCreditSpecificationItem$: StaticStructureSchema;
2335
2374
  export declare var UnsuccessfulInstanceCreditSpecificationItemError$: StaticStructureSchema;
2336
2375
  export declare var UnsuccessfulItem$: StaticStructureSchema;
2337
2376
  export declare var UnsuccessfulItemError$: StaticStructureSchema;
2377
+ export declare var UnsuccessfulSuppressionResponseObject$: StaticStructureSchema;
2338
2378
  export declare var UpdateCapacityManagerMonitoredTagKeysRequest$: StaticStructureSchema;
2339
2379
  export declare var UpdateCapacityManagerMonitoredTagKeysResult$: StaticStructureSchema;
2340
2380
  export declare var UpdateCapacityManagerOrganizationsAccessRequest$: StaticStructureSchema;
@@ -2444,6 +2484,7 @@ export declare var AssignIpv6Addresses$: StaticOperationSchema;
2444
2484
  export declare var AssignPrivateIpAddresses$: StaticOperationSchema;
2445
2485
  export declare var AssignPrivateNatGatewayAddress$: StaticOperationSchema;
2446
2486
  export declare var AssociateAddress$: StaticOperationSchema;
2487
+ export declare var AssociateApplicationStatusCheck$: StaticOperationSchema;
2447
2488
  export declare var AssociateCapacityReservationBillingOwner$: StaticOperationSchema;
2448
2489
  export declare var AssociateClientVpnTargetNetwork$: StaticOperationSchema;
2449
2490
  export declare var AssociateDhcpOptions$: StaticOperationSchema;
@@ -2489,6 +2530,7 @@ export declare var CopyFpgaImage$: StaticOperationSchema;
2489
2530
  export declare var CopyImage$: StaticOperationSchema;
2490
2531
  export declare var CopySnapshot$: StaticOperationSchema;
2491
2532
  export declare var CopyVolumes$: StaticOperationSchema;
2533
+ export declare var CreateApplicationStatusCheck$: StaticOperationSchema;
2492
2534
  export declare var CreateCapacityManagerDataExport$: StaticOperationSchema;
2493
2535
  export declare var CreateCapacityReservation$: StaticOperationSchema;
2494
2536
  export declare var CreateCapacityReservationBySplitting$: StaticOperationSchema;
@@ -2595,6 +2637,7 @@ export declare var CreateVpnConcentrator$: StaticOperationSchema;
2595
2637
  export declare var CreateVpnConnection$: StaticOperationSchema;
2596
2638
  export declare var CreateVpnConnectionRoute$: StaticOperationSchema;
2597
2639
  export declare var CreateVpnGateway$: StaticOperationSchema;
2640
+ export declare var DeleteApplicationStatusCheck$: StaticOperationSchema;
2598
2641
  export declare var DeleteCapacityManagerDataExport$: StaticOperationSchema;
2599
2642
  export declare var DeleteCarrierGateway$: StaticOperationSchema;
2600
2643
  export declare var DeleteClientVpnEndpoint$: StaticOperationSchema;
@@ -2703,6 +2746,9 @@ export declare var DescribeAddresses$: StaticOperationSchema;
2703
2746
  export declare var DescribeAddressesAttribute$: StaticOperationSchema;
2704
2747
  export declare var DescribeAddressTransfers$: StaticOperationSchema;
2705
2748
  export declare var DescribeAggregateIdFormat$: StaticOperationSchema;
2749
+ export declare var DescribeApplicationStatus$: StaticOperationSchema;
2750
+ export declare var DescribeApplicationStatusCheckAssociations$: StaticOperationSchema;
2751
+ export declare var DescribeApplicationStatusChecks$: StaticOperationSchema;
2706
2752
  export declare var DescribeAvailabilityZones$: StaticOperationSchema;
2707
2753
  export declare var DescribeAwsNetworkPerformanceMetricSubscriptions$: StaticOperationSchema;
2708
2754
  export declare var DescribeBundleTasks$: StaticOperationSchema;
@@ -2894,6 +2940,7 @@ export declare var DetachVolume$: StaticOperationSchema;
2894
2940
  export declare var DetachVpnGateway$: StaticOperationSchema;
2895
2941
  export declare var DisableAddressTransfer$: StaticOperationSchema;
2896
2942
  export declare var DisableAllowedImagesSettings$: StaticOperationSchema;
2943
+ export declare var DisableApplicationStatusCheckSuppression$: StaticOperationSchema;
2897
2944
  export declare var DisableAwsNetworkPerformanceMetricSubscription$: StaticOperationSchema;
2898
2945
  export declare var DisableCapacityManager$: StaticOperationSchema;
2899
2946
  export declare var DisableEbsEncryptionByDefault$: StaticOperationSchema;
@@ -2914,6 +2961,7 @@ export declare var DisableVgwRoutePropagation$: StaticOperationSchema;
2914
2961
  export declare var DisableVpcClassicLink$: StaticOperationSchema;
2915
2962
  export declare var DisableVpcClassicLinkDnsSupport$: StaticOperationSchema;
2916
2963
  export declare var DisassociateAddress$: StaticOperationSchema;
2964
+ export declare var DisassociateApplicationStatusCheck$: StaticOperationSchema;
2917
2965
  export declare var DisassociateCapacityReservationBillingOwner$: StaticOperationSchema;
2918
2966
  export declare var DisassociateClientVpnTargetNetwork$: StaticOperationSchema;
2919
2967
  export declare var DisassociateEnclaveCertificateIamRole$: StaticOperationSchema;
@@ -2933,6 +2981,7 @@ export declare var DisassociateTrunkInterface$: StaticOperationSchema;
2933
2981
  export declare var DisassociateVpcCidrBlock$: StaticOperationSchema;
2934
2982
  export declare var EnableAddressTransfer$: StaticOperationSchema;
2935
2983
  export declare var EnableAllowedImagesSettings$: StaticOperationSchema;
2984
+ export declare var EnableApplicationStatusCheckSuppression$: StaticOperationSchema;
2936
2985
  export declare var EnableAwsNetworkPerformanceMetricSubscription$: StaticOperationSchema;
2937
2986
  export declare var EnableCapacityManager$: StaticOperationSchema;
2938
2987
  export declare var EnableEbsEncryptionByDefault$: StaticOperationSchema;
@@ -3041,6 +3090,7 @@ export declare var ListVolumesInRecycleBin$: StaticOperationSchema;
3041
3090
  export declare var LockSnapshot$: StaticOperationSchema;
3042
3091
  export declare var ModifyAccountVpcEncryptionControl$: StaticOperationSchema;
3043
3092
  export declare var ModifyAddressAttribute$: StaticOperationSchema;
3093
+ export declare var ModifyApplicationStatusCheck$: StaticOperationSchema;
3044
3094
  export declare var ModifyAvailabilityZoneGroup$: StaticOperationSchema;
3045
3095
  export declare var ModifyCapacityReservation$: StaticOperationSchema;
3046
3096
  export declare var ModifyCapacityReservationFleet$: StaticOperationSchema;
@@ -77,6 +77,10 @@ import {
77
77
  AssociateAddressCommandInput,
78
78
  AssociateAddressCommandOutput,
79
79
  } from "./commands/AssociateAddressCommand";
80
+ import {
81
+ AssociateApplicationStatusCheckCommandInput,
82
+ AssociateApplicationStatusCheckCommandOutput,
83
+ } from "./commands/AssociateApplicationStatusCheckCommand";
80
84
  import {
81
85
  AssociateCapacityReservationBillingOwnerCommandInput,
82
86
  AssociateCapacityReservationBillingOwnerCommandOutput,
@@ -251,6 +255,10 @@ import {
251
255
  CopySnapshotCommandOutput,
252
256
  } from "./commands/CopySnapshotCommand";
253
257
  import { CopyVolumesCommandInput, CopyVolumesCommandOutput } from "./commands/CopyVolumesCommand";
258
+ import {
259
+ CreateApplicationStatusCheckCommandInput,
260
+ CreateApplicationStatusCheckCommandOutput,
261
+ } from "./commands/CreateApplicationStatusCheckCommand";
254
262
  import {
255
263
  CreateCapacityManagerDataExportCommandInput,
256
264
  CreateCapacityManagerDataExportCommandOutput,
@@ -657,6 +665,10 @@ import {
657
665
  CreateVpnGatewayCommandInput,
658
666
  CreateVpnGatewayCommandOutput,
659
667
  } from "./commands/CreateVpnGatewayCommand";
668
+ import {
669
+ DeleteApplicationStatusCheckCommandInput,
670
+ DeleteApplicationStatusCheckCommandOutput,
671
+ } from "./commands/DeleteApplicationStatusCheckCommand";
660
672
  import {
661
673
  DeleteCapacityManagerDataExportCommandInput,
662
674
  DeleteCapacityManagerDataExportCommandOutput,
@@ -1077,6 +1089,18 @@ import {
1077
1089
  DescribeAggregateIdFormatCommandInput,
1078
1090
  DescribeAggregateIdFormatCommandOutput,
1079
1091
  } from "./commands/DescribeAggregateIdFormatCommand";
1092
+ import {
1093
+ DescribeApplicationStatusCheckAssociationsCommandInput,
1094
+ DescribeApplicationStatusCheckAssociationsCommandOutput,
1095
+ } from "./commands/DescribeApplicationStatusCheckAssociationsCommand";
1096
+ import {
1097
+ DescribeApplicationStatusChecksCommandInput,
1098
+ DescribeApplicationStatusChecksCommandOutput,
1099
+ } from "./commands/DescribeApplicationStatusChecksCommand";
1100
+ import {
1101
+ DescribeApplicationStatusCommandInput,
1102
+ DescribeApplicationStatusCommandOutput,
1103
+ } from "./commands/DescribeApplicationStatusCommand";
1080
1104
  import {
1081
1105
  DescribeAvailabilityZonesCommandInput,
1082
1106
  DescribeAvailabilityZonesCommandOutput,
@@ -1841,6 +1865,10 @@ import {
1841
1865
  DisableAllowedImagesSettingsCommandInput,
1842
1866
  DisableAllowedImagesSettingsCommandOutput,
1843
1867
  } from "./commands/DisableAllowedImagesSettingsCommand";
1868
+ import {
1869
+ DisableApplicationStatusCheckSuppressionCommandInput,
1870
+ DisableApplicationStatusCheckSuppressionCommandOutput,
1871
+ } from "./commands/DisableApplicationStatusCheckSuppressionCommand";
1844
1872
  import {
1845
1873
  DisableAwsNetworkPerformanceMetricSubscriptionCommandInput,
1846
1874
  DisableAwsNetworkPerformanceMetricSubscriptionCommandOutput,
@@ -1921,6 +1949,10 @@ import {
1921
1949
  DisassociateAddressCommandInput,
1922
1950
  DisassociateAddressCommandOutput,
1923
1951
  } from "./commands/DisassociateAddressCommand";
1952
+ import {
1953
+ DisassociateApplicationStatusCheckCommandInput,
1954
+ DisassociateApplicationStatusCheckCommandOutput,
1955
+ } from "./commands/DisassociateApplicationStatusCheckCommand";
1924
1956
  import {
1925
1957
  DisassociateCapacityReservationBillingOwnerCommandInput,
1926
1958
  DisassociateCapacityReservationBillingOwnerCommandOutput,
@@ -1997,6 +2029,10 @@ import {
1997
2029
  EnableAllowedImagesSettingsCommandInput,
1998
2030
  EnableAllowedImagesSettingsCommandOutput,
1999
2031
  } from "./commands/EnableAllowedImagesSettingsCommand";
2032
+ import {
2033
+ EnableApplicationStatusCheckSuppressionCommandInput,
2034
+ EnableApplicationStatusCheckSuppressionCommandOutput,
2035
+ } from "./commands/EnableApplicationStatusCheckSuppressionCommand";
2000
2036
  import {
2001
2037
  EnableAwsNetworkPerformanceMetricSubscriptionCommandInput,
2002
2038
  EnableAwsNetworkPerformanceMetricSubscriptionCommandOutput,
@@ -2420,6 +2456,10 @@ import {
2420
2456
  ModifyAddressAttributeCommandInput,
2421
2457
  ModifyAddressAttributeCommandOutput,
2422
2458
  } from "./commands/ModifyAddressAttributeCommand";
2459
+ import {
2460
+ ModifyApplicationStatusCheckCommandInput,
2461
+ ModifyApplicationStatusCheckCommandOutput,
2462
+ } from "./commands/ModifyApplicationStatusCheckCommand";
2423
2463
  import {
2424
2464
  ModifyAvailabilityZoneGroupCommandInput,
2425
2465
  ModifyAvailabilityZoneGroupCommandOutput,
@@ -3292,6 +3332,19 @@ export interface EC2 {
3292
3332
  options: __HttpHandlerOptions,
3293
3333
  cb: (err: any, data?: AssociateAddressCommandOutput) => void,
3294
3334
  ): void;
3335
+ associateApplicationStatusCheck(
3336
+ args: AssociateApplicationStatusCheckCommandInput,
3337
+ options?: __HttpHandlerOptions,
3338
+ ): Promise<AssociateApplicationStatusCheckCommandOutput>;
3339
+ associateApplicationStatusCheck(
3340
+ args: AssociateApplicationStatusCheckCommandInput,
3341
+ cb: (err: any, data?: AssociateApplicationStatusCheckCommandOutput) => void,
3342
+ ): void;
3343
+ associateApplicationStatusCheck(
3344
+ args: AssociateApplicationStatusCheckCommandInput,
3345
+ options: __HttpHandlerOptions,
3346
+ cb: (err: any, data?: AssociateApplicationStatusCheckCommandOutput) => void,
3347
+ ): void;
3295
3348
  associateCapacityReservationBillingOwner(
3296
3349
  args: AssociateCapacityReservationBillingOwnerCommandInput,
3297
3350
  options?: __HttpHandlerOptions,
@@ -3879,6 +3932,19 @@ export interface EC2 {
3879
3932
  options: __HttpHandlerOptions,
3880
3933
  cb: (err: any, data?: CopyVolumesCommandOutput) => void,
3881
3934
  ): void;
3935
+ createApplicationStatusCheck(
3936
+ args: CreateApplicationStatusCheckCommandInput,
3937
+ options?: __HttpHandlerOptions,
3938
+ ): Promise<CreateApplicationStatusCheckCommandOutput>;
3939
+ createApplicationStatusCheck(
3940
+ args: CreateApplicationStatusCheckCommandInput,
3941
+ cb: (err: any, data?: CreateApplicationStatusCheckCommandOutput) => void,
3942
+ ): void;
3943
+ createApplicationStatusCheck(
3944
+ args: CreateApplicationStatusCheckCommandInput,
3945
+ options: __HttpHandlerOptions,
3946
+ cb: (err: any, data?: CreateApplicationStatusCheckCommandOutput) => void,
3947
+ ): void;
3882
3948
  createCapacityManagerDataExport(
3883
3949
  args: CreateCapacityManagerDataExportCommandInput,
3884
3950
  options?: __HttpHandlerOptions,
@@ -5279,6 +5345,19 @@ export interface EC2 {
5279
5345
  options: __HttpHandlerOptions,
5280
5346
  cb: (err: any, data?: CreateVpnGatewayCommandOutput) => void,
5281
5347
  ): void;
5348
+ deleteApplicationStatusCheck(
5349
+ args: DeleteApplicationStatusCheckCommandInput,
5350
+ options?: __HttpHandlerOptions,
5351
+ ): Promise<DeleteApplicationStatusCheckCommandOutput>;
5352
+ deleteApplicationStatusCheck(
5353
+ args: DeleteApplicationStatusCheckCommandInput,
5354
+ cb: (err: any, data?: DeleteApplicationStatusCheckCommandOutput) => void,
5355
+ ): void;
5356
+ deleteApplicationStatusCheck(
5357
+ args: DeleteApplicationStatusCheckCommandInput,
5358
+ options: __HttpHandlerOptions,
5359
+ cb: (err: any, data?: DeleteApplicationStatusCheckCommandOutput) => void,
5360
+ ): void;
5282
5361
  deleteCapacityManagerDataExport(
5283
5362
  args: DeleteCapacityManagerDataExportCommandInput,
5284
5363
  options?: __HttpHandlerOptions,
@@ -6701,6 +6780,48 @@ export interface EC2 {
6701
6780
  options: __HttpHandlerOptions,
6702
6781
  cb: (err: any, data?: DescribeAggregateIdFormatCommandOutput) => void,
6703
6782
  ): void;
6783
+ describeApplicationStatus(): Promise<DescribeApplicationStatusCommandOutput>;
6784
+ describeApplicationStatus(
6785
+ args: DescribeApplicationStatusCommandInput,
6786
+ options?: __HttpHandlerOptions,
6787
+ ): Promise<DescribeApplicationStatusCommandOutput>;
6788
+ describeApplicationStatus(
6789
+ args: DescribeApplicationStatusCommandInput,
6790
+ cb: (err: any, data?: DescribeApplicationStatusCommandOutput) => void,
6791
+ ): void;
6792
+ describeApplicationStatus(
6793
+ args: DescribeApplicationStatusCommandInput,
6794
+ options: __HttpHandlerOptions,
6795
+ cb: (err: any, data?: DescribeApplicationStatusCommandOutput) => void,
6796
+ ): void;
6797
+ describeApplicationStatusCheckAssociations(): Promise<DescribeApplicationStatusCheckAssociationsCommandOutput>;
6798
+ describeApplicationStatusCheckAssociations(
6799
+ args: DescribeApplicationStatusCheckAssociationsCommandInput,
6800
+ options?: __HttpHandlerOptions,
6801
+ ): Promise<DescribeApplicationStatusCheckAssociationsCommandOutput>;
6802
+ describeApplicationStatusCheckAssociations(
6803
+ args: DescribeApplicationStatusCheckAssociationsCommandInput,
6804
+ cb: (err: any, data?: DescribeApplicationStatusCheckAssociationsCommandOutput) => void,
6805
+ ): void;
6806
+ describeApplicationStatusCheckAssociations(
6807
+ args: DescribeApplicationStatusCheckAssociationsCommandInput,
6808
+ options: __HttpHandlerOptions,
6809
+ cb: (err: any, data?: DescribeApplicationStatusCheckAssociationsCommandOutput) => void,
6810
+ ): void;
6811
+ describeApplicationStatusChecks(): Promise<DescribeApplicationStatusChecksCommandOutput>;
6812
+ describeApplicationStatusChecks(
6813
+ args: DescribeApplicationStatusChecksCommandInput,
6814
+ options?: __HttpHandlerOptions,
6815
+ ): Promise<DescribeApplicationStatusChecksCommandOutput>;
6816
+ describeApplicationStatusChecks(
6817
+ args: DescribeApplicationStatusChecksCommandInput,
6818
+ cb: (err: any, data?: DescribeApplicationStatusChecksCommandOutput) => void,
6819
+ ): void;
6820
+ describeApplicationStatusChecks(
6821
+ args: DescribeApplicationStatusChecksCommandInput,
6822
+ options: __HttpHandlerOptions,
6823
+ cb: (err: any, data?: DescribeApplicationStatusChecksCommandOutput) => void,
6824
+ ): void;
6704
6825
  describeAvailabilityZones(): Promise<DescribeAvailabilityZonesCommandOutput>;
6705
6826
  describeAvailabilityZones(
6706
6827
  args: DescribeAvailabilityZonesCommandInput,
@@ -9348,6 +9469,20 @@ export interface EC2 {
9348
9469
  options: __HttpHandlerOptions,
9349
9470
  cb: (err: any, data?: DisableAllowedImagesSettingsCommandOutput) => void,
9350
9471
  ): void;
9472
+ disableApplicationStatusCheckSuppression(): Promise<DisableApplicationStatusCheckSuppressionCommandOutput>;
9473
+ disableApplicationStatusCheckSuppression(
9474
+ args: DisableApplicationStatusCheckSuppressionCommandInput,
9475
+ options?: __HttpHandlerOptions,
9476
+ ): Promise<DisableApplicationStatusCheckSuppressionCommandOutput>;
9477
+ disableApplicationStatusCheckSuppression(
9478
+ args: DisableApplicationStatusCheckSuppressionCommandInput,
9479
+ cb: (err: any, data?: DisableApplicationStatusCheckSuppressionCommandOutput) => void,
9480
+ ): void;
9481
+ disableApplicationStatusCheckSuppression(
9482
+ args: DisableApplicationStatusCheckSuppressionCommandInput,
9483
+ options: __HttpHandlerOptions,
9484
+ cb: (err: any, data?: DisableApplicationStatusCheckSuppressionCommandOutput) => void,
9485
+ ): void;
9351
9486
  disableAwsNetworkPerformanceMetricSubscription(): Promise<DisableAwsNetworkPerformanceMetricSubscriptionCommandOutput>;
9352
9487
  disableAwsNetworkPerformanceMetricSubscription(
9353
9488
  args: DisableAwsNetworkPerformanceMetricSubscriptionCommandInput,
@@ -9616,6 +9751,19 @@ export interface EC2 {
9616
9751
  options: __HttpHandlerOptions,
9617
9752
  cb: (err: any, data?: DisassociateAddressCommandOutput) => void,
9618
9753
  ): void;
9754
+ disassociateApplicationStatusCheck(
9755
+ args: DisassociateApplicationStatusCheckCommandInput,
9756
+ options?: __HttpHandlerOptions,
9757
+ ): Promise<DisassociateApplicationStatusCheckCommandOutput>;
9758
+ disassociateApplicationStatusCheck(
9759
+ args: DisassociateApplicationStatusCheckCommandInput,
9760
+ cb: (err: any, data?: DisassociateApplicationStatusCheckCommandOutput) => void,
9761
+ ): void;
9762
+ disassociateApplicationStatusCheck(
9763
+ args: DisassociateApplicationStatusCheckCommandInput,
9764
+ options: __HttpHandlerOptions,
9765
+ cb: (err: any, data?: DisassociateApplicationStatusCheckCommandOutput) => void,
9766
+ ): void;
9619
9767
  disassociateCapacityReservationBillingOwner(
9620
9768
  args: DisassociateCapacityReservationBillingOwnerCommandInput,
9621
9769
  options?: __HttpHandlerOptions,
@@ -9863,6 +10011,20 @@ export interface EC2 {
9863
10011
  options: __HttpHandlerOptions,
9864
10012
  cb: (err: any, data?: EnableAllowedImagesSettingsCommandOutput) => void,
9865
10013
  ): void;
10014
+ enableApplicationStatusCheckSuppression(): Promise<EnableApplicationStatusCheckSuppressionCommandOutput>;
10015
+ enableApplicationStatusCheckSuppression(
10016
+ args: EnableApplicationStatusCheckSuppressionCommandInput,
10017
+ options?: __HttpHandlerOptions,
10018
+ ): Promise<EnableApplicationStatusCheckSuppressionCommandOutput>;
10019
+ enableApplicationStatusCheckSuppression(
10020
+ args: EnableApplicationStatusCheckSuppressionCommandInput,
10021
+ cb: (err: any, data?: EnableApplicationStatusCheckSuppressionCommandOutput) => void,
10022
+ ): void;
10023
+ enableApplicationStatusCheckSuppression(
10024
+ args: EnableApplicationStatusCheckSuppressionCommandInput,
10025
+ options: __HttpHandlerOptions,
10026
+ cb: (err: any, data?: EnableApplicationStatusCheckSuppressionCommandOutput) => void,
10027
+ ): void;
9866
10028
  enableAwsNetworkPerformanceMetricSubscription(): Promise<EnableAwsNetworkPerformanceMetricSubscriptionCommandOutput>;
9867
10029
  enableAwsNetworkPerformanceMetricSubscription(
9868
10030
  args: EnableAwsNetworkPerformanceMetricSubscriptionCommandInput,
@@ -11292,6 +11454,19 @@ export interface EC2 {
11292
11454
  options: __HttpHandlerOptions,
11293
11455
  cb: (err: any, data?: ModifyAddressAttributeCommandOutput) => void,
11294
11456
  ): void;
11457
+ modifyApplicationStatusCheck(
11458
+ args: ModifyApplicationStatusCheckCommandInput,
11459
+ options?: __HttpHandlerOptions,
11460
+ ): Promise<ModifyApplicationStatusCheckCommandOutput>;
11461
+ modifyApplicationStatusCheck(
11462
+ args: ModifyApplicationStatusCheckCommandInput,
11463
+ cb: (err: any, data?: ModifyApplicationStatusCheckCommandOutput) => void,
11464
+ ): void;
11465
+ modifyApplicationStatusCheck(
11466
+ args: ModifyApplicationStatusCheckCommandInput,
11467
+ options: __HttpHandlerOptions,
11468
+ cb: (err: any, data?: ModifyApplicationStatusCheckCommandOutput) => void,
11469
+ ): void;
11295
11470
  modifyAvailabilityZoneGroup(
11296
11471
  args: ModifyAvailabilityZoneGroupCommandInput,
11297
11472
  options?: __HttpHandlerOptions,