@aws-sdk/client-ec2 3.1102.0 → 3.1104.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (352) hide show
  1. package/README.md +70 -0
  2. package/dist-cjs/index.js +977 -330
  3. package/dist-es/EC2.js +20 -0
  4. package/dist-es/commands/AssociateApplicationStatusCheckCommand.js +4 -0
  5. package/dist-es/commands/CreateApplicationStatusCheckCommand.js +4 -0
  6. package/dist-es/commands/DeleteApplicationStatusCheckCommand.js +4 -0
  7. package/dist-es/commands/DescribeApplicationStatusCheckAssociationsCommand.js +4 -0
  8. package/dist-es/commands/DescribeApplicationStatusChecksCommand.js +4 -0
  9. package/dist-es/commands/DescribeApplicationStatusCommand.js +4 -0
  10. package/dist-es/commands/DisableApplicationStatusCheckSuppressionCommand.js +4 -0
  11. package/dist-es/commands/DisassociateApplicationStatusCheckCommand.js +4 -0
  12. package/dist-es/commands/EnableApplicationStatusCheckSuppressionCommand.js +4 -0
  13. package/dist-es/commands/ModifyApplicationStatusCheckCommand.js +4 -0
  14. package/dist-es/commands/index.js +10 -0
  15. package/dist-es/models/enums.js +42 -7
  16. package/dist-es/schemas/schemas_0.js +827 -322
  17. package/dist-types/EC2.d.ts +75 -0
  18. package/dist-types/EC2Client.d.ts +12 -2
  19. package/dist-types/commands/AcceptAddressTransferCommand.d.ts +1 -1
  20. package/dist-types/commands/AllocateAddressCommand.d.ts +1 -1
  21. package/dist-types/commands/AllocateHostsCommand.d.ts +1 -1
  22. package/dist-types/commands/AllocateIpamPoolCidrCommand.d.ts +1 -1
  23. package/dist-types/commands/AssociateApplicationStatusCheckCommand.d.ts +144 -0
  24. package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +1 -1
  25. package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -1
  26. package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +1 -1
  27. package/dist-types/commands/BundleInstanceCommand.d.ts +3 -3
  28. package/dist-types/commands/CancelBundleTaskCommand.d.ts +4 -0
  29. package/dist-types/commands/CopyImageCommand.d.ts +1 -1
  30. package/dist-types/commands/CopySnapshotCommand.d.ts +1 -1
  31. package/dist-types/commands/CopyVolumesCommand.d.ts +1 -1
  32. package/dist-types/commands/CreateApplicationStatusCheckCommand.d.ts +206 -0
  33. package/dist-types/commands/CreateCapacityManagerDataExportCommand.d.ts +1 -1
  34. package/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +1 -1
  35. package/dist-types/commands/CreateCapacityReservationCancellationQuoteCommand.d.ts +1 -1
  36. package/dist-types/commands/CreateCapacityReservationCommand.d.ts +1 -1
  37. package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +1 -1
  38. package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +1 -1
  39. package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +3 -2
  40. package/dist-types/commands/CreateClientVpnRouteCommand.d.ts +1 -1
  41. package/dist-types/commands/CreateCoipCidrCommand.d.ts +1 -1
  42. package/dist-types/commands/CreateCoipPoolCommand.d.ts +2 -2
  43. package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +2 -2
  44. package/dist-types/commands/CreateDefaultSubnetCommand.d.ts +1 -2
  45. package/dist-types/commands/CreateDelegateMacVolumeOwnershipTaskCommand.d.ts +1 -1
  46. package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +1 -1
  47. package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -1
  48. package/dist-types/commands/CreateFleetCommand.d.ts +1 -1
  49. package/dist-types/commands/CreateFlowLogsCommand.d.ts +1 -1
  50. package/dist-types/commands/CreateFpgaImageCommand.d.ts +1 -1
  51. package/dist-types/commands/CreateImageCommand.d.ts +1 -1
  52. package/dist-types/commands/CreateImageUsageReportCommand.d.ts +1 -1
  53. package/dist-types/commands/CreateInstanceConnectEndpointCommand.d.ts +1 -1
  54. package/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +1 -1
  55. package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +1 -1
  56. package/dist-types/commands/CreateInternetGatewayCommand.d.ts +1 -1
  57. package/dist-types/commands/CreateInterruptibleCapacityReservationAllocationCommand.d.ts +1 -1
  58. package/dist-types/commands/CreateIpamCommand.d.ts +1 -1
  59. package/dist-types/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
  60. package/dist-types/commands/CreateIpamPolicyCommand.d.ts +1 -1
  61. package/dist-types/commands/CreateIpamPoolCommand.d.ts +1 -1
  62. package/dist-types/commands/CreateIpamPrefixListResolverCommand.d.ts +1 -1
  63. package/dist-types/commands/CreateIpamPrefixListResolverTargetCommand.d.ts +1 -1
  64. package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +1 -1
  65. package/dist-types/commands/CreateIpamScopeCommand.d.ts +1 -1
  66. package/dist-types/commands/CreateKeyPairCommand.d.ts +1 -1
  67. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +2 -2
  68. package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +2 -2
  69. package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
  70. package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
  71. package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
  72. package/dist-types/commands/CreateLocalGatewayVirtualInterfaceCommand.d.ts +1 -1
  73. package/dist-types/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.d.ts +1 -1
  74. package/dist-types/commands/CreateMacSystemIntegrityProtectionModificationTaskCommand.d.ts +1 -1
  75. package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +1 -1
  76. package/dist-types/commands/CreateNatGatewayCommand.d.ts +1 -1
  77. package/dist-types/commands/CreateNetworkAclCommand.d.ts +1 -1
  78. package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
  79. package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +1 -1
  80. package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +1 -1
  81. package/dist-types/commands/CreatePlacementGroupCommand.d.ts +1 -1
  82. package/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +1 -1
  83. package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +3 -2
  84. package/dist-types/commands/CreateReservedInstancesListingCommand.d.ts +1 -1
  85. package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +2 -2
  86. package/dist-types/commands/CreateRouteCommand.d.ts +1 -1
  87. package/dist-types/commands/CreateRouteServerCommand.d.ts +2 -2
  88. package/dist-types/commands/CreateRouteServerEndpointCommand.d.ts +2 -2
  89. package/dist-types/commands/CreateRouteServerPeerCommand.d.ts +1 -1
  90. package/dist-types/commands/CreateRouteTableCommand.d.ts +1 -1
  91. package/dist-types/commands/CreateSecondaryNetworkCommand.d.ts +2 -2
  92. package/dist-types/commands/CreateSecondarySubnetCommand.d.ts +1 -1
  93. package/dist-types/commands/CreateSecurityGroupCommand.d.ts +1 -1
  94. package/dist-types/commands/CreateSnapshotCommand.d.ts +1 -1
  95. package/dist-types/commands/CreateSnapshotsCommand.d.ts +1 -1
  96. package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +1 -1
  97. package/dist-types/commands/CreateSubnetCommand.d.ts +1 -1
  98. package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +1 -1
  99. package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +1 -1
  100. package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
  101. package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
  102. package/dist-types/commands/CreateTransitGatewayCommand.d.ts +1 -1
  103. package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +1 -1
  104. package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +1 -1
  105. package/dist-types/commands/CreateTransitGatewayMeteringPolicyCommand.d.ts +1 -1
  106. package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +1 -1
  107. package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  108. package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +1 -1
  109. package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
  110. package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +1 -1
  111. package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  112. package/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +1 -1
  113. package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +1 -1
  114. package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +1 -1
  115. package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +1 -1
  116. package/dist-types/commands/CreateVolumeCommand.d.ts +1 -1
  117. package/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
  118. package/dist-types/commands/CreateVpcCommand.d.ts +1 -1
  119. package/dist-types/commands/CreateVpcEncryptionControlCommand.d.ts +1 -1
  120. package/dist-types/commands/CreateVpcEndpointCommand.d.ts +1 -1
  121. package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +1 -1
  122. package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +1 -1
  123. package/dist-types/commands/CreateVpnConcentratorCommand.d.ts +1 -1
  124. package/dist-types/commands/CreateVpnConnectionCommand.d.ts +1 -1
  125. package/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
  126. package/dist-types/commands/DeleteApplicationStatusCheckCommand.d.ts +147 -0
  127. package/dist-types/commands/DeleteNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
  128. package/dist-types/commands/DeleteNetworkInsightsAnalysisCommand.d.ts +1 -1
  129. package/dist-types/commands/DeleteNetworkInsightsPathCommand.d.ts +1 -1
  130. package/dist-types/commands/DeleteNetworkInterfaceCommand.d.ts +1 -1
  131. package/dist-types/commands/DeleteNetworkInterfacePermissionCommand.d.ts +1 -1
  132. package/dist-types/commands/DeletePlacementGroupCommand.d.ts +1 -1
  133. package/dist-types/commands/DeletePublicIpv4PoolCommand.d.ts +1 -1
  134. package/dist-types/commands/DeleteQueuedReservedInstancesCommand.d.ts +1 -1
  135. package/dist-types/commands/DescribeApplicationStatusCheckAssociationsCommand.d.ts +105 -0
  136. package/dist-types/commands/DescribeApplicationStatusChecksCommand.d.ts +205 -0
  137. package/dist-types/commands/DescribeApplicationStatusCommand.d.ts +131 -0
  138. package/dist-types/commands/DescribeFpgaImagesCommand.d.ts +2 -1
  139. package/dist-types/commands/DescribeHostReservationOfferingsCommand.d.ts +1 -1
  140. package/dist-types/commands/DescribeHostReservationsCommand.d.ts +1 -1
  141. package/dist-types/commands/DescribeHostsCommand.d.ts +1 -1
  142. package/dist-types/commands/DescribeIamInstanceProfileAssociationsCommand.d.ts +1 -1
  143. package/dist-types/commands/DescribeIdFormatCommand.d.ts +1 -1
  144. package/dist-types/commands/DescribeIdentityIdFormatCommand.d.ts +1 -1
  145. package/dist-types/commands/DescribeImageAttributeCommand.d.ts +1 -1
  146. package/dist-types/commands/DescribeImageReferencesCommand.d.ts +1 -1
  147. package/dist-types/commands/DescribeInstanceStatusCommand.d.ts +10 -0
  148. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
  149. package/dist-types/commands/DescribeSecurityGroupRulesCommand.d.ts +2 -1
  150. package/dist-types/commands/DescribeSecurityGroupVpcAssociationsCommand.d.ts +1 -1
  151. package/dist-types/commands/DescribeSecurityGroupsCommand.d.ts +1 -1
  152. package/dist-types/commands/DescribeServiceLinkVirtualInterfacesCommand.d.ts +1 -1
  153. package/dist-types/commands/DescribeSnapshotAttributeCommand.d.ts +1 -1
  154. package/dist-types/commands/DescribeSnapshotTierStatusCommand.d.ts +1 -1
  155. package/dist-types/commands/DescribeSnapshotsCommand.d.ts +1 -1
  156. package/dist-types/commands/DescribeSpotDatafeedSubscriptionCommand.d.ts +1 -1
  157. package/dist-types/commands/DescribeSpotFleetInstancesCommand.d.ts +1 -1
  158. package/dist-types/commands/DescribeSpotFleetRequestHistoryCommand.d.ts +1 -1
  159. package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +3 -4
  160. package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
  161. package/dist-types/commands/DisableApplicationStatusCheckSuppressionCommand.d.ts +111 -0
  162. package/dist-types/commands/DisassociateApplicationStatusCheckCommand.d.ts +135 -0
  163. package/dist-types/commands/EnableApplicationStatusCheckSuppressionCommand.d.ts +125 -0
  164. package/dist-types/commands/EnableImageDeregistrationProtectionCommand.d.ts +2 -1
  165. package/dist-types/commands/EnableInstanceSqlHaStandbyDetectionsCommand.d.ts +1 -1
  166. package/dist-types/commands/EnableIpamOrganizationAdminAccountCommand.d.ts +1 -1
  167. package/dist-types/commands/EnableIpamPolicyCommand.d.ts +1 -1
  168. package/dist-types/commands/EnableReachabilityAnalyzerOrganizationSharingCommand.d.ts +1 -1
  169. package/dist-types/commands/EnableRouteServerPropagationCommand.d.ts +1 -1
  170. package/dist-types/commands/EnableSerialConsoleAccessCommand.d.ts +1 -1
  171. package/dist-types/commands/EnableSnapshotBlockPublicAccessCommand.d.ts +1 -1
  172. package/dist-types/commands/EnableTransitGatewayRouteTablePropagationCommand.d.ts +1 -1
  173. package/dist-types/commands/EnableVgwRoutePropagationCommand.d.ts +1 -1
  174. package/dist-types/commands/EnableVolumeIOCommand.d.ts +1 -1
  175. package/dist-types/commands/EnableVpcClassicLinkCommand.d.ts +1 -1
  176. package/dist-types/commands/EnableVpcClassicLinkDnsSupportCommand.d.ts +1 -1
  177. package/dist-types/commands/ExportClientVpnClientCertificateRevocationListCommand.d.ts +1 -1
  178. package/dist-types/commands/ExportClientVpnClientConfigurationCommand.d.ts +1 -1
  179. package/dist-types/commands/ExportImageCommand.d.ts +2 -2
  180. package/dist-types/commands/ExportTransitGatewayRoutesCommand.d.ts +1 -1
  181. package/dist-types/commands/ExportVerifiedAccessInstanceClientConfigurationCommand.d.ts +1 -1
  182. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
  183. package/dist-types/commands/ImportImageCommand.d.ts +1 -1
  184. package/dist-types/commands/ImportKeyPairCommand.d.ts +1 -1
  185. package/dist-types/commands/ImportSnapshotCommand.d.ts +1 -1
  186. package/dist-types/commands/ModifyApplicationStatusCheckCommand.d.ts +180 -0
  187. package/dist-types/commands/ModifyHostsCommand.d.ts +1 -1
  188. package/dist-types/commands/ModifyIdFormatCommand.d.ts +1 -1
  189. package/dist-types/commands/ModifyIdentityIdFormatCommand.d.ts +1 -1
  190. package/dist-types/commands/ModifyImageAttributeCommand.d.ts +1 -1
  191. package/dist-types/commands/ModifyInstanceAttributeCommand.d.ts +1 -1
  192. package/dist-types/commands/ModifyInstanceCapacityReservationAttributesCommand.d.ts +1 -1
  193. package/dist-types/commands/ModifyInstanceConnectEndpointCommand.d.ts +1 -1
  194. package/dist-types/commands/ModifyInstanceCpuOptionsCommand.d.ts +1 -1
  195. package/dist-types/commands/ModifyInstanceCreditSpecificationCommand.d.ts +1 -1
  196. package/dist-types/commands/ModifyInstanceEventStartTimeCommand.d.ts +1 -1
  197. package/dist-types/commands/ModifyInstanceEventWindowCommand.d.ts +1 -1
  198. package/dist-types/commands/ModifyInstanceMaintenanceOptionsCommand.d.ts +1 -1
  199. package/dist-types/commands/ModifyInstanceMetadataDefaultsCommand.d.ts +1 -1
  200. package/dist-types/commands/ModifyInstanceMetadataOptionsCommand.d.ts +1 -1
  201. package/dist-types/commands/ModifyInstanceNetworkPerformanceOptionsCommand.d.ts +1 -1
  202. package/dist-types/commands/ModifyInstancePlacementCommand.d.ts +1 -1
  203. package/dist-types/commands/ModifyIpamCommand.d.ts +1 -2
  204. package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +3 -1
  205. package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +1 -1
  206. package/dist-types/commands/PurchaseHostReservationCommand.d.ts +1 -1
  207. package/dist-types/commands/RegisterImageCommand.d.ts +1 -1
  208. package/dist-types/commands/RequestSpotFleetCommand.d.ts +2 -2
  209. package/dist-types/commands/RequestSpotInstancesCommand.d.ts +1 -1
  210. package/dist-types/commands/RunInstancesCommand.d.ts +1 -1
  211. package/dist-types/commands/RunScheduledInstancesCommand.d.ts +1 -1
  212. package/dist-types/commands/SearchLocalGatewayRoutesCommand.d.ts +1 -1
  213. package/dist-types/commands/SearchTransitGatewayMulticastGroupsCommand.d.ts +1 -1
  214. package/dist-types/commands/SearchTransitGatewayRoutesCommand.d.ts +1 -1
  215. package/dist-types/commands/SendDiagnosticInterruptCommand.d.ts +1 -1
  216. package/dist-types/commands/StartDeclarativePoliciesReportCommand.d.ts +2 -2
  217. package/dist-types/commands/StartInstancesCommand.d.ts +1 -1
  218. package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +2 -2
  219. package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +2 -2
  220. package/dist-types/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.d.ts +1 -1
  221. package/dist-types/commands/StopInstancesCommand.d.ts +1 -1
  222. package/dist-types/commands/TerminateClientVpnConnectionsCommand.d.ts +1 -1
  223. package/dist-types/commands/TerminateInstancesCommand.d.ts +1 -1
  224. package/dist-types/commands/UnassignIpv6AddressesCommand.d.ts +1 -1
  225. package/dist-types/commands/UnassignPrivateIpAddressesCommand.d.ts +1 -1
  226. package/dist-types/commands/index.d.ts +10 -0
  227. package/dist-types/models/enums.d.ts +105 -14
  228. package/dist-types/models/models_0.d.ts +1179 -1191
  229. package/dist-types/models/models_1.d.ts +7739 -7823
  230. package/dist-types/models/models_2.d.ts +567 -266
  231. package/dist-types/models/models_3.d.ts +3717 -4040
  232. package/dist-types/models/models_4.d.ts +7901 -8148
  233. package/dist-types/models/models_5.d.ts +5362 -4661
  234. package/dist-types/models/models_6.d.ts +4604 -5062
  235. package/dist-types/models/models_7.d.ts +4821 -4652
  236. package/dist-types/models/models_8.d.ts +1160 -2
  237. package/dist-types/schemas/schemas_0.d.ts +50 -0
  238. package/dist-types/ts3.4/EC2.d.ts +175 -0
  239. package/dist-types/ts3.4/EC2Client.d.ts +60 -0
  240. package/dist-types/ts3.4/commands/AssociateApplicationStatusCheckCommand.d.ts +42 -0
  241. package/dist-types/ts3.4/commands/CreateApplicationStatusCheckCommand.d.ts +42 -0
  242. package/dist-types/ts3.4/commands/CreateClientVpnEndpointCommand.d.ts +2 -1
  243. package/dist-types/ts3.4/commands/CreateClientVpnRouteCommand.d.ts +1 -1
  244. package/dist-types/ts3.4/commands/CreateCoipCidrCommand.d.ts +1 -1
  245. package/dist-types/ts3.4/commands/CreateCoipPoolCommand.d.ts +1 -1
  246. package/dist-types/ts3.4/commands/CreateCustomerGatewayCommand.d.ts +1 -1
  247. package/dist-types/ts3.4/commands/CreateDefaultSubnetCommand.d.ts +1 -2
  248. package/dist-types/ts3.4/commands/CreateReplaceRootVolumeTaskCommand.d.ts +2 -4
  249. package/dist-types/ts3.4/commands/CreateReservedInstancesListingCommand.d.ts +1 -1
  250. package/dist-types/ts3.4/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
  251. package/dist-types/ts3.4/commands/CreateRouteCommand.d.ts +1 -1
  252. package/dist-types/ts3.4/commands/CreateRouteServerCommand.d.ts +1 -1
  253. package/dist-types/ts3.4/commands/CreateRouteServerEndpointCommand.d.ts +1 -1
  254. package/dist-types/ts3.4/commands/DeleteApplicationStatusCheckCommand.d.ts +42 -0
  255. package/dist-types/ts3.4/commands/DeleteNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
  256. package/dist-types/ts3.4/commands/DeleteNetworkInsightsAnalysisCommand.d.ts +1 -1
  257. package/dist-types/ts3.4/commands/DeleteNetworkInsightsPathCommand.d.ts +1 -1
  258. package/dist-types/ts3.4/commands/DeleteNetworkInterfaceCommand.d.ts +1 -1
  259. package/dist-types/ts3.4/commands/DeleteNetworkInterfacePermissionCommand.d.ts +1 -1
  260. package/dist-types/ts3.4/commands/DeletePlacementGroupCommand.d.ts +1 -1
  261. package/dist-types/ts3.4/commands/DeletePublicIpv4PoolCommand.d.ts +1 -1
  262. package/dist-types/ts3.4/commands/DeleteQueuedReservedInstancesCommand.d.ts +1 -1
  263. package/dist-types/ts3.4/commands/DescribeApplicationStatusCheckAssociationsCommand.d.ts +42 -0
  264. package/dist-types/ts3.4/commands/DescribeApplicationStatusChecksCommand.d.ts +42 -0
  265. package/dist-types/ts3.4/commands/DescribeApplicationStatusCommand.d.ts +42 -0
  266. package/dist-types/ts3.4/commands/DescribeFpgaImagesCommand.d.ts +2 -1
  267. package/dist-types/ts3.4/commands/DescribeHostReservationOfferingsCommand.d.ts +1 -1
  268. package/dist-types/ts3.4/commands/DescribeHostReservationsCommand.d.ts +1 -1
  269. package/dist-types/ts3.4/commands/DescribeHostsCommand.d.ts +1 -1
  270. package/dist-types/ts3.4/commands/DescribeIamInstanceProfileAssociationsCommand.d.ts +1 -1
  271. package/dist-types/ts3.4/commands/DescribeIdFormatCommand.d.ts +1 -1
  272. package/dist-types/ts3.4/commands/DescribeIdentityIdFormatCommand.d.ts +1 -1
  273. package/dist-types/ts3.4/commands/DescribeImageAttributeCommand.d.ts +1 -1
  274. package/dist-types/ts3.4/commands/DescribeImageReferencesCommand.d.ts +1 -1
  275. package/dist-types/ts3.4/commands/DescribeSecurityGroupRulesCommand.d.ts +2 -4
  276. package/dist-types/ts3.4/commands/DescribeSecurityGroupVpcAssociationsCommand.d.ts +1 -1
  277. package/dist-types/ts3.4/commands/DescribeSecurityGroupsCommand.d.ts +1 -1
  278. package/dist-types/ts3.4/commands/DescribeServiceLinkVirtualInterfacesCommand.d.ts +1 -1
  279. package/dist-types/ts3.4/commands/DescribeSnapshotAttributeCommand.d.ts +1 -1
  280. package/dist-types/ts3.4/commands/DescribeSnapshotTierStatusCommand.d.ts +1 -1
  281. package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +1 -1
  282. package/dist-types/ts3.4/commands/DescribeSpotDatafeedSubscriptionCommand.d.ts +1 -1
  283. package/dist-types/ts3.4/commands/DescribeSpotFleetInstancesCommand.d.ts +1 -1
  284. package/dist-types/ts3.4/commands/DescribeSpotFleetRequestHistoryCommand.d.ts +1 -1
  285. package/dist-types/ts3.4/commands/DescribeSpotFleetRequestsCommand.d.ts +4 -2
  286. package/dist-types/ts3.4/commands/DisableApplicationStatusCheckSuppressionCommand.d.ts +42 -0
  287. package/dist-types/ts3.4/commands/DisassociateApplicationStatusCheckCommand.d.ts +42 -0
  288. package/dist-types/ts3.4/commands/EnableApplicationStatusCheckSuppressionCommand.d.ts +42 -0
  289. package/dist-types/ts3.4/commands/EnableImageDeregistrationProtectionCommand.d.ts +2 -4
  290. package/dist-types/ts3.4/commands/EnableInstanceSqlHaStandbyDetectionsCommand.d.ts +1 -1
  291. package/dist-types/ts3.4/commands/EnableIpamOrganizationAdminAccountCommand.d.ts +1 -1
  292. package/dist-types/ts3.4/commands/EnableIpamPolicyCommand.d.ts +1 -1
  293. package/dist-types/ts3.4/commands/EnableReachabilityAnalyzerOrganizationSharingCommand.d.ts +1 -1
  294. package/dist-types/ts3.4/commands/EnableRouteServerPropagationCommand.d.ts +1 -1
  295. package/dist-types/ts3.4/commands/EnableSerialConsoleAccessCommand.d.ts +1 -1
  296. package/dist-types/ts3.4/commands/EnableSnapshotBlockPublicAccessCommand.d.ts +1 -1
  297. package/dist-types/ts3.4/commands/EnableTransitGatewayRouteTablePropagationCommand.d.ts +1 -1
  298. package/dist-types/ts3.4/commands/EnableVgwRoutePropagationCommand.d.ts +1 -1
  299. package/dist-types/ts3.4/commands/EnableVolumeIOCommand.d.ts +1 -1
  300. package/dist-types/ts3.4/commands/EnableVpcClassicLinkCommand.d.ts +1 -1
  301. package/dist-types/ts3.4/commands/EnableVpcClassicLinkDnsSupportCommand.d.ts +1 -1
  302. package/dist-types/ts3.4/commands/ExportClientVpnClientCertificateRevocationListCommand.d.ts +1 -1
  303. package/dist-types/ts3.4/commands/ExportClientVpnClientConfigurationCommand.d.ts +1 -1
  304. package/dist-types/ts3.4/commands/ExportImageCommand.d.ts +1 -1
  305. package/dist-types/ts3.4/commands/ExportTransitGatewayRoutesCommand.d.ts +1 -1
  306. package/dist-types/ts3.4/commands/ExportVerifiedAccessInstanceClientConfigurationCommand.d.ts +1 -1
  307. package/dist-types/ts3.4/commands/ModifyApplicationStatusCheckCommand.d.ts +42 -0
  308. package/dist-types/ts3.4/commands/ModifyHostsCommand.d.ts +1 -1
  309. package/dist-types/ts3.4/commands/ModifyIdFormatCommand.d.ts +1 -1
  310. package/dist-types/ts3.4/commands/ModifyIdentityIdFormatCommand.d.ts +1 -1
  311. package/dist-types/ts3.4/commands/ModifyImageAttributeCommand.d.ts +1 -1
  312. package/dist-types/ts3.4/commands/ModifyInstanceAttributeCommand.d.ts +1 -1
  313. package/dist-types/ts3.4/commands/ModifyInstanceCapacityReservationAttributesCommand.d.ts +1 -1
  314. package/dist-types/ts3.4/commands/ModifyInstanceConnectEndpointCommand.d.ts +1 -1
  315. package/dist-types/ts3.4/commands/ModifyInstanceCpuOptionsCommand.d.ts +1 -1
  316. package/dist-types/ts3.4/commands/ModifyInstanceCreditSpecificationCommand.d.ts +1 -1
  317. package/dist-types/ts3.4/commands/ModifyInstanceEventStartTimeCommand.d.ts +1 -1
  318. package/dist-types/ts3.4/commands/ModifyInstanceEventWindowCommand.d.ts +1 -1
  319. package/dist-types/ts3.4/commands/ModifyInstanceMaintenanceOptionsCommand.d.ts +1 -1
  320. package/dist-types/ts3.4/commands/ModifyInstanceMetadataDefaultsCommand.d.ts +1 -1
  321. package/dist-types/ts3.4/commands/ModifyInstanceMetadataOptionsCommand.d.ts +1 -1
  322. package/dist-types/ts3.4/commands/ModifyInstanceNetworkPerformanceOptionsCommand.d.ts +1 -1
  323. package/dist-types/ts3.4/commands/ModifyInstancePlacementCommand.d.ts +1 -1
  324. package/dist-types/ts3.4/commands/ModifyIpamCommand.d.ts +1 -2
  325. package/dist-types/ts3.4/commands/RunScheduledInstancesCommand.d.ts +1 -1
  326. package/dist-types/ts3.4/commands/SearchLocalGatewayRoutesCommand.d.ts +1 -1
  327. package/dist-types/ts3.4/commands/SearchTransitGatewayMulticastGroupsCommand.d.ts +1 -1
  328. package/dist-types/ts3.4/commands/SearchTransitGatewayRoutesCommand.d.ts +1 -1
  329. package/dist-types/ts3.4/commands/SendDiagnosticInterruptCommand.d.ts +1 -1
  330. package/dist-types/ts3.4/commands/StartDeclarativePoliciesReportCommand.d.ts +1 -1
  331. package/dist-types/ts3.4/commands/StartInstancesCommand.d.ts +1 -1
  332. package/dist-types/ts3.4/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
  333. package/dist-types/ts3.4/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
  334. package/dist-types/ts3.4/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.d.ts +1 -1
  335. package/dist-types/ts3.4/commands/StopInstancesCommand.d.ts +1 -1
  336. package/dist-types/ts3.4/commands/TerminateClientVpnConnectionsCommand.d.ts +1 -1
  337. package/dist-types/ts3.4/commands/TerminateInstancesCommand.d.ts +1 -1
  338. package/dist-types/ts3.4/commands/UnassignIpv6AddressesCommand.d.ts +1 -1
  339. package/dist-types/ts3.4/commands/UnassignPrivateIpAddressesCommand.d.ts +1 -1
  340. package/dist-types/ts3.4/commands/index.d.ts +10 -0
  341. package/dist-types/ts3.4/models/enums.d.ts +53 -8
  342. package/dist-types/ts3.4/models/models_0.d.ts +103 -86
  343. package/dist-types/ts3.4/models/models_1.d.ts +86 -110
  344. package/dist-types/ts3.4/models/models_2.d.ts +124 -70
  345. package/dist-types/ts3.4/models/models_3.d.ts +148 -204
  346. package/dist-types/ts3.4/models/models_4.d.ts +204 -224
  347. package/dist-types/ts3.4/models/models_5.d.ts +267 -182
  348. package/dist-types/ts3.4/models/models_6.d.ts +203 -257
  349. package/dist-types/ts3.4/models/models_7.d.ts +250 -238
  350. package/dist-types/ts3.4/models/models_8.d.ts +235 -1
  351. package/dist-types/ts3.4/schemas/schemas_0.d.ts +50 -0
  352. package/package.json +4 -4
@@ -1,5 +1,5 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import { ModifyInstanceAttributeRequest } from "../models/models_6";
2
+ import { ModifyInstanceAttributeRequest } from "../models/models_7";
3
3
  export { __MetadataBearer };
4
4
  export interface ModifyInstanceAttributeCommandInput extends ModifyInstanceAttributeRequest {}
5
5
  export interface ModifyInstanceAttributeCommandOutput extends __MetadataBearer {}
@@ -2,7 +2,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import {
3
3
  ModifyInstanceCapacityReservationAttributesRequest,
4
4
  ModifyInstanceCapacityReservationAttributesResult,
5
- } from "../models/models_6";
5
+ } from "../models/models_7";
6
6
  export { __MetadataBearer };
7
7
  export interface ModifyInstanceCapacityReservationAttributesCommandInput extends ModifyInstanceCapacityReservationAttributesRequest {}
8
8
  export interface ModifyInstanceCapacityReservationAttributesCommandOutput
@@ -2,7 +2,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import {
3
3
  ModifyInstanceConnectEndpointRequest,
4
4
  ModifyInstanceConnectEndpointResult,
5
- } from "../models/models_6";
5
+ } from "../models/models_7";
6
6
  export { __MetadataBearer };
7
7
  export interface ModifyInstanceConnectEndpointCommandInput extends ModifyInstanceConnectEndpointRequest {}
8
8
  export interface ModifyInstanceConnectEndpointCommandOutput
@@ -2,7 +2,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import {
3
3
  ModifyInstanceCpuOptionsRequest,
4
4
  ModifyInstanceCpuOptionsResult,
5
- } from "../models/models_6";
5
+ } from "../models/models_7";
6
6
  export { __MetadataBearer };
7
7
  export interface ModifyInstanceCpuOptionsCommandInput extends ModifyInstanceCpuOptionsRequest {}
8
8
  export interface ModifyInstanceCpuOptionsCommandOutput
@@ -2,7 +2,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import {
3
3
  ModifyInstanceCreditSpecificationRequest,
4
4
  ModifyInstanceCreditSpecificationResult,
5
- } from "../models/models_6";
5
+ } from "../models/models_7";
6
6
  export { __MetadataBearer };
7
7
  export interface ModifyInstanceCreditSpecificationCommandInput extends ModifyInstanceCreditSpecificationRequest {}
8
8
  export interface ModifyInstanceCreditSpecificationCommandOutput
@@ -2,7 +2,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import {
3
3
  ModifyInstanceEventStartTimeRequest,
4
4
  ModifyInstanceEventStartTimeResult,
5
- } from "../models/models_6";
5
+ } from "../models/models_7";
6
6
  export { __MetadataBearer };
7
7
  export interface ModifyInstanceEventStartTimeCommandInput extends ModifyInstanceEventStartTimeRequest {}
8
8
  export interface ModifyInstanceEventStartTimeCommandOutput
@@ -2,7 +2,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import {
3
3
  ModifyInstanceEventWindowRequest,
4
4
  ModifyInstanceEventWindowResult,
5
- } from "../models/models_6";
5
+ } from "../models/models_7";
6
6
  export { __MetadataBearer };
7
7
  export interface ModifyInstanceEventWindowCommandInput extends ModifyInstanceEventWindowRequest {}
8
8
  export interface ModifyInstanceEventWindowCommandOutput
@@ -2,7 +2,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import {
3
3
  ModifyInstanceMaintenanceOptionsRequest,
4
4
  ModifyInstanceMaintenanceOptionsResult,
5
- } from "../models/models_6";
5
+ } from "../models/models_7";
6
6
  export { __MetadataBearer };
7
7
  export interface ModifyInstanceMaintenanceOptionsCommandInput extends ModifyInstanceMaintenanceOptionsRequest {}
8
8
  export interface ModifyInstanceMaintenanceOptionsCommandOutput
@@ -2,7 +2,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import {
3
3
  ModifyInstanceMetadataDefaultsRequest,
4
4
  ModifyInstanceMetadataDefaultsResult,
5
- } from "../models/models_6";
5
+ } from "../models/models_7";
6
6
  export { __MetadataBearer };
7
7
  export interface ModifyInstanceMetadataDefaultsCommandInput extends ModifyInstanceMetadataDefaultsRequest {}
8
8
  export interface ModifyInstanceMetadataDefaultsCommandOutput
@@ -2,7 +2,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import {
3
3
  ModifyInstanceMetadataOptionsRequest,
4
4
  ModifyInstanceMetadataOptionsResult,
5
- } from "../models/models_6";
5
+ } from "../models/models_7";
6
6
  export { __MetadataBearer };
7
7
  export interface ModifyInstanceMetadataOptionsCommandInput extends ModifyInstanceMetadataOptionsRequest {}
8
8
  export interface ModifyInstanceMetadataOptionsCommandOutput
@@ -2,7 +2,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import {
3
3
  ModifyInstanceNetworkPerformanceRequest,
4
4
  ModifyInstanceNetworkPerformanceResult,
5
- } from "../models/models_6";
5
+ } from "../models/models_7";
6
6
  export { __MetadataBearer };
7
7
  export interface ModifyInstanceNetworkPerformanceOptionsCommandInput extends ModifyInstanceNetworkPerformanceRequest {}
8
8
  export interface ModifyInstanceNetworkPerformanceOptionsCommandOutput
@@ -1,5 +1,5 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import { ModifyInstancePlacementRequest, ModifyInstancePlacementResult } from "../models/models_6";
2
+ import { ModifyInstancePlacementRequest, ModifyInstancePlacementResult } from "../models/models_7";
3
3
  export { __MetadataBearer };
4
4
  export interface ModifyInstancePlacementCommandInput extends ModifyInstancePlacementRequest {}
5
5
  export interface ModifyInstancePlacementCommandOutput
@@ -1,6 +1,5 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import { ModifyIpamRequest } from "../models/models_6";
3
- import { ModifyIpamResult } from "../models/models_7";
2
+ import { ModifyIpamRequest, ModifyIpamResult } from "../models/models_7";
4
3
  export { __MetadataBearer };
5
4
  export interface ModifyIpamCommandInput extends ModifyIpamRequest {}
6
5
  export interface ModifyIpamCommandOutput extends ModifyIpamResult, __MetadataBearer {}
@@ -1,5 +1,5 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import { RunScheduledInstancesRequest, RunScheduledInstancesResult } from "../models/models_7";
2
+ import { RunScheduledInstancesRequest, RunScheduledInstancesResult } from "../models/models_8";
3
3
  export { __MetadataBearer };
4
4
  export interface RunScheduledInstancesCommandInput extends RunScheduledInstancesRequest {}
5
5
  export interface RunScheduledInstancesCommandOutput
@@ -2,7 +2,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import {
3
3
  SearchLocalGatewayRoutesRequest,
4
4
  SearchLocalGatewayRoutesResult,
5
- } from "../models/models_7";
5
+ } from "../models/models_8";
6
6
  export { __MetadataBearer };
7
7
  export interface SearchLocalGatewayRoutesCommandInput extends SearchLocalGatewayRoutesRequest {}
8
8
  export interface SearchLocalGatewayRoutesCommandOutput
@@ -2,7 +2,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import {
3
3
  SearchTransitGatewayMulticastGroupsRequest,
4
4
  SearchTransitGatewayMulticastGroupsResult,
5
- } from "../models/models_7";
5
+ } from "../models/models_8";
6
6
  export { __MetadataBearer };
7
7
  export interface SearchTransitGatewayMulticastGroupsCommandInput extends SearchTransitGatewayMulticastGroupsRequest {}
8
8
  export interface SearchTransitGatewayMulticastGroupsCommandOutput
@@ -2,7 +2,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import {
3
3
  SearchTransitGatewayRoutesRequest,
4
4
  SearchTransitGatewayRoutesResult,
5
- } from "../models/models_7";
5
+ } from "../models/models_8";
6
6
  export { __MetadataBearer };
7
7
  export interface SearchTransitGatewayRoutesCommandInput extends SearchTransitGatewayRoutesRequest {}
8
8
  export interface SearchTransitGatewayRoutesCommandOutput
@@ -1,5 +1,5 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import { SendDiagnosticInterruptRequest } from "../models/models_7";
2
+ import { SendDiagnosticInterruptRequest } from "../models/models_8";
3
3
  export { __MetadataBearer };
4
4
  export interface SendDiagnosticInterruptCommandInput extends SendDiagnosticInterruptRequest {}
5
5
  export interface SendDiagnosticInterruptCommandOutput extends __MetadataBearer {}
@@ -2,7 +2,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import {
3
3
  StartDeclarativePoliciesReportRequest,
4
4
  StartDeclarativePoliciesReportResult,
5
- } from "../models/models_7";
5
+ } from "../models/models_8";
6
6
  export { __MetadataBearer };
7
7
  export interface StartDeclarativePoliciesReportCommandInput extends StartDeclarativePoliciesReportRequest {}
8
8
  export interface StartDeclarativePoliciesReportCommandOutput
@@ -1,5 +1,5 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import { StartInstancesRequest, StartInstancesResult } from "../models/models_7";
2
+ import { StartInstancesRequest, StartInstancesResult } from "../models/models_8";
3
3
  export { __MetadataBearer };
4
4
  export interface StartInstancesCommandInput extends StartInstancesRequest {}
5
5
  export interface StartInstancesCommandOutput extends StartInstancesResult, __MetadataBearer {}
@@ -2,7 +2,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import {
3
3
  StartNetworkInsightsAccessScopeAnalysisRequest,
4
4
  StartNetworkInsightsAccessScopeAnalysisResult,
5
- } from "../models/models_7";
5
+ } from "../models/models_8";
6
6
  export { __MetadataBearer };
7
7
  export interface StartNetworkInsightsAccessScopeAnalysisCommandInput extends StartNetworkInsightsAccessScopeAnalysisRequest {}
8
8
  export interface StartNetworkInsightsAccessScopeAnalysisCommandOutput
@@ -2,7 +2,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import {
3
3
  StartNetworkInsightsAnalysisRequest,
4
4
  StartNetworkInsightsAnalysisResult,
5
- } from "../models/models_7";
5
+ } from "../models/models_8";
6
6
  export { __MetadataBearer };
7
7
  export interface StartNetworkInsightsAnalysisCommandInput extends StartNetworkInsightsAnalysisRequest {}
8
8
  export interface StartNetworkInsightsAnalysisCommandOutput
@@ -2,7 +2,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import {
3
3
  StartVpcEndpointServicePrivateDnsVerificationRequest,
4
4
  StartVpcEndpointServicePrivateDnsVerificationResult,
5
- } from "../models/models_7";
5
+ } from "../models/models_8";
6
6
  export { __MetadataBearer };
7
7
  export interface StartVpcEndpointServicePrivateDnsVerificationCommandInput extends StartVpcEndpointServicePrivateDnsVerificationRequest {}
8
8
  export interface StartVpcEndpointServicePrivateDnsVerificationCommandOutput
@@ -1,5 +1,5 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import { StopInstancesRequest, StopInstancesResult } from "../models/models_7";
2
+ import { StopInstancesRequest, StopInstancesResult } from "../models/models_8";
3
3
  export { __MetadataBearer };
4
4
  export interface StopInstancesCommandInput extends StopInstancesRequest {}
5
5
  export interface StopInstancesCommandOutput extends StopInstancesResult, __MetadataBearer {}
@@ -2,7 +2,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import {
3
3
  TerminateClientVpnConnectionsRequest,
4
4
  TerminateClientVpnConnectionsResult,
5
- } from "../models/models_7";
5
+ } from "../models/models_8";
6
6
  export { __MetadataBearer };
7
7
  export interface TerminateClientVpnConnectionsCommandInput extends TerminateClientVpnConnectionsRequest {}
8
8
  export interface TerminateClientVpnConnectionsCommandOutput
@@ -1,5 +1,5 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import { TerminateInstancesRequest, TerminateInstancesResult } from "../models/models_7";
2
+ import { TerminateInstancesRequest, TerminateInstancesResult } from "../models/models_8";
3
3
  export { __MetadataBearer };
4
4
  export interface TerminateInstancesCommandInput extends TerminateInstancesRequest {}
5
5
  export interface TerminateInstancesCommandOutput
@@ -1,5 +1,5 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import { UnassignIpv6AddressesRequest, UnassignIpv6AddressesResult } from "../models/models_7";
2
+ import { UnassignIpv6AddressesRequest, UnassignIpv6AddressesResult } from "../models/models_8";
3
3
  export { __MetadataBearer };
4
4
  export interface UnassignIpv6AddressesCommandInput extends UnassignIpv6AddressesRequest {}
5
5
  export interface UnassignIpv6AddressesCommandOutput
@@ -1,5 +1,5 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import { UnassignPrivateIpAddressesRequest } from "../models/models_7";
2
+ import { UnassignPrivateIpAddressesRequest } from "../models/models_8";
3
3
  export { __MetadataBearer };
4
4
  export interface UnassignPrivateIpAddressesCommandInput extends UnassignPrivateIpAddressesRequest {}
5
5
  export interface UnassignPrivateIpAddressesCommandOutput extends __MetadataBearer {}
@@ -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";
@@ -37,6 +37,7 @@ export declare const AcceleratorType: {
37
37
  };
38
38
  export type AcceleratorType = (typeof AcceleratorType)[keyof typeof AcceleratorType];
39
39
  export declare const ResourceType: {
40
+ readonly application_status_check: "application-status-check";
40
41
  readonly capacity_block: "capacity-block";
41
42
  readonly capacity_manager_data_export: "capacity-manager-data-export";
42
43
  readonly capacity_reservation: "capacity-reservation";
@@ -361,6 +362,12 @@ export declare const Affinity: {
361
362
  readonly host: "host";
362
363
  };
363
364
  export type Affinity = (typeof Affinity)[keyof typeof Affinity];
365
+ export declare const AggregationStatusEnum: {
366
+ readonly EXCLUDED: "excluded";
367
+ readonly INCLUDED: "included";
368
+ };
369
+ export type AggregationStatusEnum =
370
+ (typeof AggregationStatusEnum)[keyof typeof AggregationStatusEnum];
364
371
  export declare const AutoPlacement: {
365
372
  readonly off: "off";
366
373
  readonly on: "on";
@@ -707,6 +714,20 @@ export declare const VolumeState: {
707
714
  readonly in_use: "in-use";
708
715
  };
709
716
  export type VolumeState = (typeof VolumeState)[keyof typeof VolumeState];
717
+ export declare const IpScopeEnum: {
718
+ readonly PRIVATE: "private";
719
+ };
720
+ export type IpScopeEnum = (typeof IpScopeEnum)[keyof typeof IpScopeEnum];
721
+ export declare const IpVersionEnum: {
722
+ readonly IPV4: "ipv4";
723
+ readonly IPV6: "ipv6";
724
+ };
725
+ export type IpVersionEnum = (typeof IpVersionEnum)[keyof typeof IpVersionEnum];
726
+ export declare const NetworkProtocolEnum: {
727
+ readonly HTTP: "http";
728
+ readonly HTTPS: "https";
729
+ };
730
+ export type NetworkProtocolEnum = (typeof NetworkProtocolEnum)[keyof typeof NetworkProtocolEnum];
710
731
  export declare const OutputFormat: {
711
732
  readonly CSV: "csv";
712
733
  readonly PARQUET: "parquet";
@@ -3618,6 +3639,30 @@ export declare const SnapshotReturnCodes: {
3618
3639
  readonly WARN_SKIPPED: "skipped";
3619
3640
  };
3620
3641
  export type SnapshotReturnCodes = (typeof SnapshotReturnCodes)[keyof typeof SnapshotReturnCodes];
3642
+ export declare const ApplicationStatusCheckEnum: {
3643
+ readonly FAILED: "failed";
3644
+ readonly INITIALIZING: "initializing";
3645
+ readonly INSUFFICIENT_DATA: "insufficient-data";
3646
+ readonly NOT_APPLICABLE: "not-applicable";
3647
+ readonly PASSED: "passed";
3648
+ };
3649
+ export type ApplicationStatusCheckEnum =
3650
+ (typeof ApplicationStatusCheckEnum)[keyof typeof ApplicationStatusCheckEnum];
3651
+ export declare const ApplicationStatusEnum: {
3652
+ readonly IMPAIRED: "impaired";
3653
+ readonly INITIALIZING: "initializing";
3654
+ readonly INSUFFICIENT_DATA: "insufficient-data";
3655
+ readonly NOT_APPLICABLE: "not-applicable";
3656
+ readonly OK: "ok";
3657
+ readonly SUPPRESSED: "suppressed";
3658
+ };
3659
+ export type ApplicationStatusEnum =
3660
+ (typeof ApplicationStatusEnum)[keyof typeof ApplicationStatusEnum];
3661
+ export declare const AssociationTypeEnum: {
3662
+ readonly INSTANCE_ID: "instance-id";
3663
+ readonly TAG: "tag";
3664
+ };
3665
+ export type AssociationTypeEnum = (typeof AssociationTypeEnum)[keyof typeof AssociationTypeEnum];
3621
3666
  export declare const AvailabilityZoneOptInStatus: {
3622
3667
  readonly not_opted_in: "not-opted-in";
3623
3668
  readonly opt_in_not_required: "opt-in-not-required";
@@ -4021,6 +4066,14 @@ export declare const SqlServerLicenseUsage: {
4021
4066
  };
4022
4067
  export type SqlServerLicenseUsage =
4023
4068
  (typeof SqlServerLicenseUsage)[keyof typeof SqlServerLicenseUsage];
4069
+ export declare const SummaryStatus: {
4070
+ readonly impaired: "impaired";
4071
+ readonly initializing: "initializing";
4072
+ readonly insufficient_data: "insufficient-data";
4073
+ readonly not_applicable: "not-applicable";
4074
+ readonly ok: "ok";
4075
+ };
4076
+ export type SummaryStatus = (typeof SummaryStatus)[keyof typeof SummaryStatus];
4024
4077
  export declare const StatusName: {
4025
4078
  readonly reachability: "reachability";
4026
4079
  };
@@ -4032,14 +4085,6 @@ export declare const StatusType: {
4032
4085
  readonly passed: "passed";
4033
4086
  };
4034
4087
  export type StatusType = (typeof StatusType)[keyof typeof StatusType];
4035
- export declare const SummaryStatus: {
4036
- readonly impaired: "impaired";
4037
- readonly initializing: "initializing";
4038
- readonly insufficient_data: "insufficient-data";
4039
- readonly not_applicable: "not-applicable";
4040
- readonly ok: "ok";
4041
- };
4042
- export type SummaryStatus = (typeof SummaryStatus)[keyof typeof SummaryStatus];
4043
4088
  export declare const EventCode: {
4044
4089
  readonly instance_reboot: "instance-reboot";
4045
4090
  readonly instance_retirement: "instance-retirement";