@aws-sdk/client-ec2 3.1102.0 → 3.1103.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
package/dist-es/EC2.js CHANGED
@@ -17,6 +17,7 @@ import { AssignIpv6AddressesCommand, } from "./commands/AssignIpv6AddressesComma
17
17
  import { AssignPrivateIpAddressesCommand, } from "./commands/AssignPrivateIpAddressesCommand";
18
18
  import { AssignPrivateNatGatewayAddressCommand, } from "./commands/AssignPrivateNatGatewayAddressCommand";
19
19
  import { AssociateAddressCommand, } from "./commands/AssociateAddressCommand";
20
+ import { AssociateApplicationStatusCheckCommand, } from "./commands/AssociateApplicationStatusCheckCommand";
20
21
  import { AssociateCapacityReservationBillingOwnerCommand, } from "./commands/AssociateCapacityReservationBillingOwnerCommand";
21
22
  import { AssociateClientVpnTargetNetworkCommand, } from "./commands/AssociateClientVpnTargetNetworkCommand";
22
23
  import { AssociateDhcpOptionsCommand, } from "./commands/AssociateDhcpOptionsCommand";
@@ -62,6 +63,7 @@ import { CopyFpgaImageCommand, } from "./commands/CopyFpgaImageCommand";
62
63
  import { CopyImageCommand } from "./commands/CopyImageCommand";
63
64
  import { CopySnapshotCommand, } from "./commands/CopySnapshotCommand";
64
65
  import { CopyVolumesCommand, } from "./commands/CopyVolumesCommand";
66
+ import { CreateApplicationStatusCheckCommand, } from "./commands/CreateApplicationStatusCheckCommand";
65
67
  import { CreateCapacityManagerDataExportCommand, } from "./commands/CreateCapacityManagerDataExportCommand";
66
68
  import { CreateCapacityReservationBySplittingCommand, } from "./commands/CreateCapacityReservationBySplittingCommand";
67
69
  import { CreateCapacityReservationCancellationQuoteCommand, } from "./commands/CreateCapacityReservationCancellationQuoteCommand";
@@ -168,6 +170,7 @@ import { CreateVpnConcentratorCommand, } from "./commands/CreateVpnConcentratorC
168
170
  import { CreateVpnConnectionCommand, } from "./commands/CreateVpnConnectionCommand";
169
171
  import { CreateVpnConnectionRouteCommand, } from "./commands/CreateVpnConnectionRouteCommand";
170
172
  import { CreateVpnGatewayCommand, } from "./commands/CreateVpnGatewayCommand";
173
+ import { DeleteApplicationStatusCheckCommand, } from "./commands/DeleteApplicationStatusCheckCommand";
171
174
  import { DeleteCapacityManagerDataExportCommand, } from "./commands/DeleteCapacityManagerDataExportCommand";
172
175
  import { DeleteCarrierGatewayCommand, } from "./commands/DeleteCarrierGatewayCommand";
173
176
  import { DeleteClientVpnEndpointCommand, } from "./commands/DeleteClientVpnEndpointCommand";
@@ -276,6 +279,9 @@ import { DescribeAddressesAttributeCommand, } from "./commands/DescribeAddresses
276
279
  import { DescribeAddressesCommand, } from "./commands/DescribeAddressesCommand";
277
280
  import { DescribeAddressTransfersCommand, } from "./commands/DescribeAddressTransfersCommand";
278
281
  import { DescribeAggregateIdFormatCommand, } from "./commands/DescribeAggregateIdFormatCommand";
282
+ import { DescribeApplicationStatusCheckAssociationsCommand, } from "./commands/DescribeApplicationStatusCheckAssociationsCommand";
283
+ import { DescribeApplicationStatusChecksCommand, } from "./commands/DescribeApplicationStatusChecksCommand";
284
+ import { DescribeApplicationStatusCommand, } from "./commands/DescribeApplicationStatusCommand";
279
285
  import { DescribeAvailabilityZonesCommand, } from "./commands/DescribeAvailabilityZonesCommand";
280
286
  import { DescribeAwsNetworkPerformanceMetricSubscriptionsCommand, } from "./commands/DescribeAwsNetworkPerformanceMetricSubscriptionsCommand";
281
287
  import { DescribeBundleTasksCommand, } from "./commands/DescribeBundleTasksCommand";
@@ -467,6 +473,7 @@ import { DetachVolumeCommand, } from "./commands/DetachVolumeCommand";
467
473
  import { DetachVpnGatewayCommand, } from "./commands/DetachVpnGatewayCommand";
468
474
  import { DisableAddressTransferCommand, } from "./commands/DisableAddressTransferCommand";
469
475
  import { DisableAllowedImagesSettingsCommand, } from "./commands/DisableAllowedImagesSettingsCommand";
476
+ import { DisableApplicationStatusCheckSuppressionCommand, } from "./commands/DisableApplicationStatusCheckSuppressionCommand";
470
477
  import { DisableAwsNetworkPerformanceMetricSubscriptionCommand, } from "./commands/DisableAwsNetworkPerformanceMetricSubscriptionCommand";
471
478
  import { DisableCapacityManagerCommand, } from "./commands/DisableCapacityManagerCommand";
472
479
  import { DisableEbsEncryptionByDefaultCommand, } from "./commands/DisableEbsEncryptionByDefaultCommand";
@@ -487,6 +494,7 @@ import { DisableVgwRoutePropagationCommand, } from "./commands/DisableVgwRoutePr
487
494
  import { DisableVpcClassicLinkCommand, } from "./commands/DisableVpcClassicLinkCommand";
488
495
  import { DisableVpcClassicLinkDnsSupportCommand, } from "./commands/DisableVpcClassicLinkDnsSupportCommand";
489
496
  import { DisassociateAddressCommand, } from "./commands/DisassociateAddressCommand";
497
+ import { DisassociateApplicationStatusCheckCommand, } from "./commands/DisassociateApplicationStatusCheckCommand";
490
498
  import { DisassociateCapacityReservationBillingOwnerCommand, } from "./commands/DisassociateCapacityReservationBillingOwnerCommand";
491
499
  import { DisassociateClientVpnTargetNetworkCommand, } from "./commands/DisassociateClientVpnTargetNetworkCommand";
492
500
  import { DisassociateEnclaveCertificateIamRoleCommand, } from "./commands/DisassociateEnclaveCertificateIamRoleCommand";
@@ -506,6 +514,7 @@ import { DisassociateTrunkInterfaceCommand, } from "./commands/DisassociateTrunk
506
514
  import { DisassociateVpcCidrBlockCommand, } from "./commands/DisassociateVpcCidrBlockCommand";
507
515
  import { EnableAddressTransferCommand, } from "./commands/EnableAddressTransferCommand";
508
516
  import { EnableAllowedImagesSettingsCommand, } from "./commands/EnableAllowedImagesSettingsCommand";
517
+ import { EnableApplicationStatusCheckSuppressionCommand, } from "./commands/EnableApplicationStatusCheckSuppressionCommand";
509
518
  import { EnableAwsNetworkPerformanceMetricSubscriptionCommand, } from "./commands/EnableAwsNetworkPerformanceMetricSubscriptionCommand";
510
519
  import { EnableCapacityManagerCommand, } from "./commands/EnableCapacityManagerCommand";
511
520
  import { EnableEbsEncryptionByDefaultCommand, } from "./commands/EnableEbsEncryptionByDefaultCommand";
@@ -614,6 +623,7 @@ import { ListVolumesInRecycleBinCommand, } from "./commands/ListVolumesInRecycle
614
623
  import { LockSnapshotCommand, } from "./commands/LockSnapshotCommand";
615
624
  import { ModifyAccountVpcEncryptionControlCommand, } from "./commands/ModifyAccountVpcEncryptionControlCommand";
616
625
  import { ModifyAddressAttributeCommand, } from "./commands/ModifyAddressAttributeCommand";
626
+ import { ModifyApplicationStatusCheckCommand, } from "./commands/ModifyApplicationStatusCheckCommand";
617
627
  import { ModifyAvailabilityZoneGroupCommand, } from "./commands/ModifyAvailabilityZoneGroupCommand";
618
628
  import { ModifyCapacityReservationCommand, } from "./commands/ModifyCapacityReservationCommand";
619
629
  import { ModifyCapacityReservationFleetCommand, } from "./commands/ModifyCapacityReservationFleetCommand";
@@ -1007,6 +1017,7 @@ const commands = {
1007
1017
  AssignPrivateIpAddressesCommand,
1008
1018
  AssignPrivateNatGatewayAddressCommand,
1009
1019
  AssociateAddressCommand,
1020
+ AssociateApplicationStatusCheckCommand,
1010
1021
  AssociateCapacityReservationBillingOwnerCommand,
1011
1022
  AssociateClientVpnTargetNetworkCommand,
1012
1023
  AssociateDhcpOptionsCommand,
@@ -1052,6 +1063,7 @@ const commands = {
1052
1063
  CopyImageCommand,
1053
1064
  CopySnapshotCommand,
1054
1065
  CopyVolumesCommand,
1066
+ CreateApplicationStatusCheckCommand,
1055
1067
  CreateCapacityManagerDataExportCommand,
1056
1068
  CreateCapacityReservationCommand,
1057
1069
  CreateCapacityReservationBySplittingCommand,
@@ -1158,6 +1170,7 @@ const commands = {
1158
1170
  CreateVpnConnectionCommand,
1159
1171
  CreateVpnConnectionRouteCommand,
1160
1172
  CreateVpnGatewayCommand,
1173
+ DeleteApplicationStatusCheckCommand,
1161
1174
  DeleteCapacityManagerDataExportCommand,
1162
1175
  DeleteCarrierGatewayCommand,
1163
1176
  DeleteClientVpnEndpointCommand,
@@ -1266,6 +1279,9 @@ const commands = {
1266
1279
  DescribeAddressesAttributeCommand,
1267
1280
  DescribeAddressTransfersCommand,
1268
1281
  DescribeAggregateIdFormatCommand,
1282
+ DescribeApplicationStatusCommand,
1283
+ DescribeApplicationStatusCheckAssociationsCommand,
1284
+ DescribeApplicationStatusChecksCommand,
1269
1285
  DescribeAvailabilityZonesCommand,
1270
1286
  DescribeAwsNetworkPerformanceMetricSubscriptionsCommand,
1271
1287
  DescribeBundleTasksCommand,
@@ -1457,6 +1473,7 @@ const commands = {
1457
1473
  DetachVpnGatewayCommand,
1458
1474
  DisableAddressTransferCommand,
1459
1475
  DisableAllowedImagesSettingsCommand,
1476
+ DisableApplicationStatusCheckSuppressionCommand,
1460
1477
  DisableAwsNetworkPerformanceMetricSubscriptionCommand,
1461
1478
  DisableCapacityManagerCommand,
1462
1479
  DisableEbsEncryptionByDefaultCommand,
@@ -1477,6 +1494,7 @@ const commands = {
1477
1494
  DisableVpcClassicLinkCommand,
1478
1495
  DisableVpcClassicLinkDnsSupportCommand,
1479
1496
  DisassociateAddressCommand,
1497
+ DisassociateApplicationStatusCheckCommand,
1480
1498
  DisassociateCapacityReservationBillingOwnerCommand,
1481
1499
  DisassociateClientVpnTargetNetworkCommand,
1482
1500
  DisassociateEnclaveCertificateIamRoleCommand,
@@ -1496,6 +1514,7 @@ const commands = {
1496
1514
  DisassociateVpcCidrBlockCommand,
1497
1515
  EnableAddressTransferCommand,
1498
1516
  EnableAllowedImagesSettingsCommand,
1517
+ EnableApplicationStatusCheckSuppressionCommand,
1499
1518
  EnableAwsNetworkPerformanceMetricSubscriptionCommand,
1500
1519
  EnableCapacityManagerCommand,
1501
1520
  EnableEbsEncryptionByDefaultCommand,
@@ -1604,6 +1623,7 @@ const commands = {
1604
1623
  LockSnapshotCommand,
1605
1624
  ModifyAccountVpcEncryptionControlCommand,
1606
1625
  ModifyAddressAttributeCommand,
1626
+ ModifyApplicationStatusCheckCommand,
1607
1627
  ModifyAvailabilityZoneGroupCommand,
1608
1628
  ModifyCapacityReservationCommand,
1609
1629
  ModifyCapacityReservationFleetCommand,
@@ -0,0 +1,4 @@
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
2
+ import { AssociateApplicationStatusCheck$ } from "../schemas/schemas_0";
3
+ export class AssociateApplicationStatusCheckCommand extends command(_ep0, _mw0, "AssociateApplicationStatusCheck", AssociateApplicationStatusCheck$) {
4
+ }
@@ -0,0 +1,4 @@
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
2
+ import { CreateApplicationStatusCheck$ } from "../schemas/schemas_0";
3
+ export class CreateApplicationStatusCheckCommand extends command(_ep0, _mw0, "CreateApplicationStatusCheck", CreateApplicationStatusCheck$) {
4
+ }
@@ -0,0 +1,4 @@
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
2
+ import { DeleteApplicationStatusCheck$ } from "../schemas/schemas_0";
3
+ export class DeleteApplicationStatusCheckCommand extends command(_ep0, _mw0, "DeleteApplicationStatusCheck", DeleteApplicationStatusCheck$) {
4
+ }
@@ -0,0 +1,4 @@
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
2
+ import { DescribeApplicationStatusCheckAssociations$ } from "../schemas/schemas_0";
3
+ export class DescribeApplicationStatusCheckAssociationsCommand extends command(_ep0, _mw0, "DescribeApplicationStatusCheckAssociations", DescribeApplicationStatusCheckAssociations$) {
4
+ }
@@ -0,0 +1,4 @@
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
2
+ import { DescribeApplicationStatusChecks$ } from "../schemas/schemas_0";
3
+ export class DescribeApplicationStatusChecksCommand extends command(_ep0, _mw0, "DescribeApplicationStatusChecks", DescribeApplicationStatusChecks$) {
4
+ }
@@ -0,0 +1,4 @@
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
2
+ import { DescribeApplicationStatus$ } from "../schemas/schemas_0";
3
+ export class DescribeApplicationStatusCommand extends command(_ep0, _mw0, "DescribeApplicationStatus", DescribeApplicationStatus$) {
4
+ }
@@ -0,0 +1,4 @@
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
2
+ import { DisableApplicationStatusCheckSuppression$ } from "../schemas/schemas_0";
3
+ export class DisableApplicationStatusCheckSuppressionCommand extends command(_ep0, _mw0, "DisableApplicationStatusCheckSuppression", DisableApplicationStatusCheckSuppression$) {
4
+ }
@@ -0,0 +1,4 @@
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
2
+ import { DisassociateApplicationStatusCheck$ } from "../schemas/schemas_0";
3
+ export class DisassociateApplicationStatusCheckCommand extends command(_ep0, _mw0, "DisassociateApplicationStatusCheck", DisassociateApplicationStatusCheck$) {
4
+ }
@@ -0,0 +1,4 @@
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
2
+ import { EnableApplicationStatusCheckSuppression$ } from "../schemas/schemas_0";
3
+ export class EnableApplicationStatusCheckSuppressionCommand extends command(_ep0, _mw0, "EnableApplicationStatusCheckSuppression", EnableApplicationStatusCheckSuppression$) {
4
+ }
@@ -0,0 +1,4 @@
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
2
+ import { ModifyApplicationStatusCheck$ } from "../schemas/schemas_0";
3
+ export class ModifyApplicationStatusCheckCommand extends command(_ep0, _mw0, "ModifyApplicationStatusCheck", ModifyApplicationStatusCheck$) {
4
+ }
@@ -16,6 +16,7 @@ export * from "./AssignIpv6AddressesCommand";
16
16
  export * from "./AssignPrivateIpAddressesCommand";
17
17
  export * from "./AssignPrivateNatGatewayAddressCommand";
18
18
  export * from "./AssociateAddressCommand";
19
+ export * from "./AssociateApplicationStatusCheckCommand";
19
20
  export * from "./AssociateCapacityReservationBillingOwnerCommand";
20
21
  export * from "./AssociateClientVpnTargetNetworkCommand";
21
22
  export * from "./AssociateDhcpOptionsCommand";
@@ -61,6 +62,7 @@ export * from "./CopyFpgaImageCommand";
61
62
  export * from "./CopyImageCommand";
62
63
  export * from "./CopySnapshotCommand";
63
64
  export * from "./CopyVolumesCommand";
65
+ export * from "./CreateApplicationStatusCheckCommand";
64
66
  export * from "./CreateCapacityManagerDataExportCommand";
65
67
  export * from "./CreateCapacityReservationBySplittingCommand";
66
68
  export * from "./CreateCapacityReservationCancellationQuoteCommand";
@@ -167,6 +169,7 @@ export * from "./CreateVpnConcentratorCommand";
167
169
  export * from "./CreateVpnConnectionCommand";
168
170
  export * from "./CreateVpnConnectionRouteCommand";
169
171
  export * from "./CreateVpnGatewayCommand";
172
+ export * from "./DeleteApplicationStatusCheckCommand";
170
173
  export * from "./DeleteCapacityManagerDataExportCommand";
171
174
  export * from "./DeleteCarrierGatewayCommand";
172
175
  export * from "./DeleteClientVpnEndpointCommand";
@@ -275,6 +278,9 @@ export * from "./DescribeAddressTransfersCommand";
275
278
  export * from "./DescribeAddressesAttributeCommand";
276
279
  export * from "./DescribeAddressesCommand";
277
280
  export * from "./DescribeAggregateIdFormatCommand";
281
+ export * from "./DescribeApplicationStatusCheckAssociationsCommand";
282
+ export * from "./DescribeApplicationStatusChecksCommand";
283
+ export * from "./DescribeApplicationStatusCommand";
278
284
  export * from "./DescribeAvailabilityZonesCommand";
279
285
  export * from "./DescribeAwsNetworkPerformanceMetricSubscriptionsCommand";
280
286
  export * from "./DescribeBundleTasksCommand";
@@ -466,6 +472,7 @@ export * from "./DetachVolumeCommand";
466
472
  export * from "./DetachVpnGatewayCommand";
467
473
  export * from "./DisableAddressTransferCommand";
468
474
  export * from "./DisableAllowedImagesSettingsCommand";
475
+ export * from "./DisableApplicationStatusCheckSuppressionCommand";
469
476
  export * from "./DisableAwsNetworkPerformanceMetricSubscriptionCommand";
470
477
  export * from "./DisableCapacityManagerCommand";
471
478
  export * from "./DisableEbsEncryptionByDefaultCommand";
@@ -486,6 +493,7 @@ export * from "./DisableVgwRoutePropagationCommand";
486
493
  export * from "./DisableVpcClassicLinkCommand";
487
494
  export * from "./DisableVpcClassicLinkDnsSupportCommand";
488
495
  export * from "./DisassociateAddressCommand";
496
+ export * from "./DisassociateApplicationStatusCheckCommand";
489
497
  export * from "./DisassociateCapacityReservationBillingOwnerCommand";
490
498
  export * from "./DisassociateClientVpnTargetNetworkCommand";
491
499
  export * from "./DisassociateEnclaveCertificateIamRoleCommand";
@@ -505,6 +513,7 @@ export * from "./DisassociateTrunkInterfaceCommand";
505
513
  export * from "./DisassociateVpcCidrBlockCommand";
506
514
  export * from "./EnableAddressTransferCommand";
507
515
  export * from "./EnableAllowedImagesSettingsCommand";
516
+ export * from "./EnableApplicationStatusCheckSuppressionCommand";
508
517
  export * from "./EnableAwsNetworkPerformanceMetricSubscriptionCommand";
509
518
  export * from "./EnableCapacityManagerCommand";
510
519
  export * from "./EnableEbsEncryptionByDefaultCommand";
@@ -613,6 +622,7 @@ export * from "./ListVolumesInRecycleBinCommand";
613
622
  export * from "./LockSnapshotCommand";
614
623
  export * from "./ModifyAccountVpcEncryptionControlCommand";
615
624
  export * from "./ModifyAddressAttributeCommand";
625
+ export * from "./ModifyApplicationStatusCheckCommand";
616
626
  export * from "./ModifyAvailabilityZoneGroupCommand";
617
627
  export * from "./ModifyCapacityReservationCommand";
618
628
  export * from "./ModifyCapacityReservationFleetCommand";
@@ -33,6 +33,7 @@ export const AcceleratorType = {
33
33
  MEDIA: "media",
34
34
  };
35
35
  export const ResourceType = {
36
+ application_status_check: "application-status-check",
36
37
  capacity_block: "capacity-block",
37
38
  capacity_manager_data_export: "capacity-manager-data-export",
38
39
  capacity_reservation: "capacity-reservation",
@@ -316,6 +317,10 @@ export const Affinity = {
316
317
  default: "default",
317
318
  host: "host",
318
319
  };
320
+ export const AggregationStatusEnum = {
321
+ EXCLUDED: "excluded",
322
+ INCLUDED: "included",
323
+ };
319
324
  export const AutoPlacement = {
320
325
  off: "off",
321
326
  on: "on",
@@ -593,6 +598,17 @@ export const VolumeState = {
593
598
  error: "error",
594
599
  in_use: "in-use",
595
600
  };
601
+ export const IpScopeEnum = {
602
+ PRIVATE: "private",
603
+ };
604
+ export const IpVersionEnum = {
605
+ IPV4: "ipv4",
606
+ IPV6: "ipv6",
607
+ };
608
+ export const NetworkProtocolEnum = {
609
+ HTTP: "http",
610
+ HTTPS: "https",
611
+ };
596
612
  export const OutputFormat = {
597
613
  CSV: "csv",
598
614
  PARQUET: "parquet",
@@ -3178,6 +3194,25 @@ export const SnapshotReturnCodes = {
3178
3194
  SUCCESS: "success",
3179
3195
  WARN_SKIPPED: "skipped",
3180
3196
  };
3197
+ export const ApplicationStatusCheckEnum = {
3198
+ FAILED: "failed",
3199
+ INITIALIZING: "initializing",
3200
+ INSUFFICIENT_DATA: "insufficient-data",
3201
+ NOT_APPLICABLE: "not-applicable",
3202
+ PASSED: "passed",
3203
+ };
3204
+ export const ApplicationStatusEnum = {
3205
+ IMPAIRED: "impaired",
3206
+ INITIALIZING: "initializing",
3207
+ INSUFFICIENT_DATA: "insufficient-data",
3208
+ NOT_APPLICABLE: "not-applicable",
3209
+ OK: "ok",
3210
+ SUPPRESSED: "suppressed",
3211
+ };
3212
+ export const AssociationTypeEnum = {
3213
+ INSTANCE_ID: "instance-id",
3214
+ TAG: "tag",
3215
+ };
3181
3216
  export const AvailabilityZoneOptInStatus = {
3182
3217
  not_opted_in: "not-opted-in",
3183
3218
  opt_in_not_required: "opt-in-not-required",
@@ -3498,6 +3533,13 @@ export const SqlServerLicenseUsage = {
3498
3533
  full: "full",
3499
3534
  waived: "waived",
3500
3535
  };
3536
+ export const SummaryStatus = {
3537
+ impaired: "impaired",
3538
+ initializing: "initializing",
3539
+ insufficient_data: "insufficient-data",
3540
+ not_applicable: "not-applicable",
3541
+ ok: "ok",
3542
+ };
3501
3543
  export const StatusName = {
3502
3544
  reachability: "reachability",
3503
3545
  };
@@ -3507,13 +3549,6 @@ export const StatusType = {
3507
3549
  insufficient_data: "insufficient-data",
3508
3550
  passed: "passed",
3509
3551
  };
3510
- export const SummaryStatus = {
3511
- impaired: "impaired",
3512
- initializing: "initializing",
3513
- insufficient_data: "insufficient-data",
3514
- not_applicable: "not-applicable",
3515
- ok: "ok",
3516
- };
3517
3552
  export const EventCode = {
3518
3553
  instance_reboot: "instance-reboot",
3519
3554
  instance_retirement: "instance-retirement",