@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
@@ -0,0 +1,42 @@
1
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
+ import {
3
+ DescribeApplicationStatusRequest,
4
+ DescribeApplicationStatusResult,
5
+ } from "../models/models_3";
6
+ export { __MetadataBearer };
7
+ export interface DescribeApplicationStatusCommandInput extends DescribeApplicationStatusRequest {}
8
+ export interface DescribeApplicationStatusCommandOutput
9
+ extends DescribeApplicationStatusResult, __MetadataBearer {}
10
+ declare const DescribeApplicationStatusCommand_base: {
11
+ new (
12
+ input: DescribeApplicationStatusCommandInput,
13
+ ): import("@smithy/core/client").CommandImpl<
14
+ DescribeApplicationStatusCommandInput,
15
+ DescribeApplicationStatusCommandOutput,
16
+ import("..").EC2ClientResolvedConfig,
17
+ import("..").ServiceInputTypes,
18
+ import("..").ServiceOutputTypes
19
+ >;
20
+ new (
21
+ ...[input]: [] | [DescribeApplicationStatusCommandInput]
22
+ ): import("@smithy/core/client").CommandImpl<
23
+ DescribeApplicationStatusCommandInput,
24
+ DescribeApplicationStatusCommandOutput,
25
+ import("..").EC2ClientResolvedConfig,
26
+ import("..").ServiceInputTypes,
27
+ import("..").ServiceOutputTypes
28
+ >;
29
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
+ };
31
+ export declare class DescribeApplicationStatusCommand extends DescribeApplicationStatusCommand_base {
32
+ protected static __types: {
33
+ api: {
34
+ input: DescribeApplicationStatusRequest;
35
+ output: DescribeApplicationStatusResult;
36
+ };
37
+ sdk: {
38
+ input: DescribeApplicationStatusCommandInput;
39
+ output: DescribeApplicationStatusCommandOutput;
40
+ };
41
+ };
42
+ }
@@ -1,5 +1,6 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import { DescribeFpgaImagesRequest, DescribeFpgaImagesResult } from "../models/models_3";
2
+ import { DescribeFpgaImagesRequest } from "../models/models_3";
3
+ import { DescribeFpgaImagesResult } from "../models/models_4";
3
4
  export { __MetadataBearer };
4
5
  export interface DescribeFpgaImagesCommandInput extends DescribeFpgaImagesRequest {}
5
6
  export interface DescribeFpgaImagesCommandOutput
@@ -2,7 +2,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import {
3
3
  DescribeHostReservationOfferingsRequest,
4
4
  DescribeHostReservationOfferingsResult,
5
- } from "../models/models_3";
5
+ } from "../models/models_4";
6
6
  export { __MetadataBearer };
7
7
  export interface DescribeHostReservationOfferingsCommandInput extends DescribeHostReservationOfferingsRequest {}
8
8
  export interface DescribeHostReservationOfferingsCommandOutput
@@ -2,7 +2,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import {
3
3
  DescribeHostReservationsRequest,
4
4
  DescribeHostReservationsResult,
5
- } from "../models/models_3";
5
+ } from "../models/models_4";
6
6
  export { __MetadataBearer };
7
7
  export interface DescribeHostReservationsCommandInput extends DescribeHostReservationsRequest {}
8
8
  export interface DescribeHostReservationsCommandOutput
@@ -1,5 +1,5 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import { DescribeHostsRequest, DescribeHostsResult } from "../models/models_3";
2
+ import { DescribeHostsRequest, DescribeHostsResult } from "../models/models_4";
3
3
  export { __MetadataBearer };
4
4
  export interface DescribeHostsCommandInput extends DescribeHostsRequest {}
5
5
  export interface DescribeHostsCommandOutput extends DescribeHostsResult, __MetadataBearer {}
@@ -2,7 +2,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import {
3
3
  DescribeIamInstanceProfileAssociationsRequest,
4
4
  DescribeIamInstanceProfileAssociationsResult,
5
- } from "../models/models_3";
5
+ } from "../models/models_4";
6
6
  export { __MetadataBearer };
7
7
  export interface DescribeIamInstanceProfileAssociationsCommandInput extends DescribeIamInstanceProfileAssociationsRequest {}
8
8
  export interface DescribeIamInstanceProfileAssociationsCommandOutput
@@ -1,5 +1,5 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import { DescribeIdFormatRequest, DescribeIdFormatResult } from "../models/models_3";
2
+ import { DescribeIdFormatRequest, DescribeIdFormatResult } from "../models/models_4";
3
3
  export { __MetadataBearer };
4
4
  export interface DescribeIdFormatCommandInput extends DescribeIdFormatRequest {}
5
5
  export interface DescribeIdFormatCommandOutput extends DescribeIdFormatResult, __MetadataBearer {}
@@ -2,7 +2,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import {
3
3
  DescribeIdentityIdFormatRequest,
4
4
  DescribeIdentityIdFormatResult,
5
- } from "../models/models_3";
5
+ } from "../models/models_4";
6
6
  export { __MetadataBearer };
7
7
  export interface DescribeIdentityIdFormatCommandInput extends DescribeIdentityIdFormatRequest {}
8
8
  export interface DescribeIdentityIdFormatCommandOutput
@@ -1,5 +1,5 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import { DescribeImageAttributeRequest, ImageAttribute } from "../models/models_3";
2
+ import { DescribeImageAttributeRequest, ImageAttribute } from "../models/models_4";
3
3
  export { __MetadataBearer };
4
4
  export interface DescribeImageAttributeCommandInput extends DescribeImageAttributeRequest {}
5
5
  export interface DescribeImageAttributeCommandOutput extends ImageAttribute, __MetadataBearer {}
@@ -1,5 +1,5 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import { DescribeImageReferencesRequest, DescribeImageReferencesResult } from "../models/models_3";
2
+ import { DescribeImageReferencesRequest, DescribeImageReferencesResult } from "../models/models_4";
3
3
  export { __MetadataBearer };
4
4
  export interface DescribeImageReferencesCommandInput extends DescribeImageReferencesRequest {}
5
5
  export interface DescribeImageReferencesCommandOutput
@@ -1,8 +1,6 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- DescribeSecurityGroupRulesRequest,
4
- DescribeSecurityGroupRulesResult,
5
- } from "../models/models_4";
2
+ import { DescribeSecurityGroupRulesRequest } from "../models/models_4";
3
+ import { DescribeSecurityGroupRulesResult } from "../models/models_5";
6
4
  export { __MetadataBearer };
7
5
  export interface DescribeSecurityGroupRulesCommandInput extends DescribeSecurityGroupRulesRequest {}
8
6
  export interface DescribeSecurityGroupRulesCommandOutput
@@ -2,7 +2,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import {
3
3
  DescribeSecurityGroupVpcAssociationsRequest,
4
4
  DescribeSecurityGroupVpcAssociationsResult,
5
- } from "../models/models_4";
5
+ } from "../models/models_5";
6
6
  export { __MetadataBearer };
7
7
  export interface DescribeSecurityGroupVpcAssociationsCommandInput extends DescribeSecurityGroupVpcAssociationsRequest {}
8
8
  export interface DescribeSecurityGroupVpcAssociationsCommandOutput
@@ -1,5 +1,5 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import { DescribeSecurityGroupsRequest, DescribeSecurityGroupsResult } from "../models/models_4";
2
+ import { DescribeSecurityGroupsRequest, DescribeSecurityGroupsResult } from "../models/models_5";
3
3
  export { __MetadataBearer };
4
4
  export interface DescribeSecurityGroupsCommandInput extends DescribeSecurityGroupsRequest {}
5
5
  export interface DescribeSecurityGroupsCommandOutput
@@ -2,7 +2,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import {
3
3
  DescribeServiceLinkVirtualInterfacesRequest,
4
4
  DescribeServiceLinkVirtualInterfacesResult,
5
- } from "../models/models_4";
5
+ } from "../models/models_5";
6
6
  export { __MetadataBearer };
7
7
  export interface DescribeServiceLinkVirtualInterfacesCommandInput extends DescribeServiceLinkVirtualInterfacesRequest {}
8
8
  export interface DescribeServiceLinkVirtualInterfacesCommandOutput
@@ -2,7 +2,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import {
3
3
  DescribeSnapshotAttributeRequest,
4
4
  DescribeSnapshotAttributeResult,
5
- } from "../models/models_4";
5
+ } from "../models/models_5";
6
6
  export { __MetadataBearer };
7
7
  export interface DescribeSnapshotAttributeCommandInput extends DescribeSnapshotAttributeRequest {}
8
8
  export interface DescribeSnapshotAttributeCommandOutput
@@ -2,7 +2,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import {
3
3
  DescribeSnapshotTierStatusRequest,
4
4
  DescribeSnapshotTierStatusResult,
5
- } from "../models/models_4";
5
+ } from "../models/models_5";
6
6
  export { __MetadataBearer };
7
7
  export interface DescribeSnapshotTierStatusCommandInput extends DescribeSnapshotTierStatusRequest {}
8
8
  export interface DescribeSnapshotTierStatusCommandOutput
@@ -1,5 +1,5 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import { DescribeSnapshotsRequest, DescribeSnapshotsResult } from "../models/models_4";
2
+ import { DescribeSnapshotsRequest, DescribeSnapshotsResult } from "../models/models_5";
3
3
  export { __MetadataBearer };
4
4
  export interface DescribeSnapshotsCommandInput extends DescribeSnapshotsRequest {}
5
5
  export interface DescribeSnapshotsCommandOutput extends DescribeSnapshotsResult, __MetadataBearer {}
@@ -2,7 +2,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import {
3
3
  DescribeSpotDatafeedSubscriptionRequest,
4
4
  DescribeSpotDatafeedSubscriptionResult,
5
- } from "../models/models_4";
5
+ } from "../models/models_5";
6
6
  export { __MetadataBearer };
7
7
  export interface DescribeSpotDatafeedSubscriptionCommandInput extends DescribeSpotDatafeedSubscriptionRequest {}
8
8
  export interface DescribeSpotDatafeedSubscriptionCommandOutput
@@ -2,7 +2,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import {
3
3
  DescribeSpotFleetInstancesRequest,
4
4
  DescribeSpotFleetInstancesResponse,
5
- } from "../models/models_4";
5
+ } from "../models/models_5";
6
6
  export { __MetadataBearer };
7
7
  export interface DescribeSpotFleetInstancesCommandInput extends DescribeSpotFleetInstancesRequest {}
8
8
  export interface DescribeSpotFleetInstancesCommandOutput
@@ -2,7 +2,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import {
3
3
  DescribeSpotFleetRequestHistoryRequest,
4
4
  DescribeSpotFleetRequestHistoryResponse,
5
- } from "../models/models_4";
5
+ } from "../models/models_5";
6
6
  export { __MetadataBearer };
7
7
  export interface DescribeSpotFleetRequestHistoryCommandInput extends DescribeSpotFleetRequestHistoryRequest {}
8
8
  export interface DescribeSpotFleetRequestHistoryCommandOutput
@@ -1,6 +1,8 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import { DescribeSpotFleetRequestsRequest } from "../models/models_4";
3
- import { DescribeSpotFleetRequestsResponse } from "../models/models_5";
2
+ import {
3
+ DescribeSpotFleetRequestsRequest,
4
+ DescribeSpotFleetRequestsResponse,
5
+ } from "../models/models_5";
4
6
  export { __MetadataBearer };
5
7
  export interface DescribeSpotFleetRequestsCommandInput extends DescribeSpotFleetRequestsRequest {}
6
8
  export interface DescribeSpotFleetRequestsCommandOutput
@@ -0,0 +1,42 @@
1
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
+ import {
3
+ DisableApplicationStatusCheckSuppressionRequest,
4
+ DisableApplicationStatusCheckSuppressionResult,
5
+ } from "../models/models_5";
6
+ export { __MetadataBearer };
7
+ export interface DisableApplicationStatusCheckSuppressionCommandInput extends DisableApplicationStatusCheckSuppressionRequest {}
8
+ export interface DisableApplicationStatusCheckSuppressionCommandOutput
9
+ extends DisableApplicationStatusCheckSuppressionResult, __MetadataBearer {}
10
+ declare const DisableApplicationStatusCheckSuppressionCommand_base: {
11
+ new (
12
+ input: DisableApplicationStatusCheckSuppressionCommandInput,
13
+ ): import("@smithy/core/client").CommandImpl<
14
+ DisableApplicationStatusCheckSuppressionCommandInput,
15
+ DisableApplicationStatusCheckSuppressionCommandOutput,
16
+ import("..").EC2ClientResolvedConfig,
17
+ import("..").ServiceInputTypes,
18
+ import("..").ServiceOutputTypes
19
+ >;
20
+ new (
21
+ ...[input]: [] | [DisableApplicationStatusCheckSuppressionCommandInput]
22
+ ): import("@smithy/core/client").CommandImpl<
23
+ DisableApplicationStatusCheckSuppressionCommandInput,
24
+ DisableApplicationStatusCheckSuppressionCommandOutput,
25
+ import("..").EC2ClientResolvedConfig,
26
+ import("..").ServiceInputTypes,
27
+ import("..").ServiceOutputTypes
28
+ >;
29
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
+ };
31
+ export declare class DisableApplicationStatusCheckSuppressionCommand extends DisableApplicationStatusCheckSuppressionCommand_base {
32
+ protected static __types: {
33
+ api: {
34
+ input: DisableApplicationStatusCheckSuppressionRequest;
35
+ output: DisableApplicationStatusCheckSuppressionResult;
36
+ };
37
+ sdk: {
38
+ input: DisableApplicationStatusCheckSuppressionCommandInput;
39
+ output: DisableApplicationStatusCheckSuppressionCommandOutput;
40
+ };
41
+ };
42
+ }
@@ -0,0 +1,42 @@
1
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
+ import {
3
+ DisassociateApplicationStatusCheckRequest,
4
+ DisassociateApplicationStatusCheckResult,
5
+ } from "../models/models_5";
6
+ export { __MetadataBearer };
7
+ export interface DisassociateApplicationStatusCheckCommandInput extends DisassociateApplicationStatusCheckRequest {}
8
+ export interface DisassociateApplicationStatusCheckCommandOutput
9
+ extends DisassociateApplicationStatusCheckResult, __MetadataBearer {}
10
+ declare const DisassociateApplicationStatusCheckCommand_base: {
11
+ new (
12
+ input: DisassociateApplicationStatusCheckCommandInput,
13
+ ): import("@smithy/core/client").CommandImpl<
14
+ DisassociateApplicationStatusCheckCommandInput,
15
+ DisassociateApplicationStatusCheckCommandOutput,
16
+ import("..").EC2ClientResolvedConfig,
17
+ import("..").ServiceInputTypes,
18
+ import("..").ServiceOutputTypes
19
+ >;
20
+ new (
21
+ input: DisassociateApplicationStatusCheckCommandInput,
22
+ ): import("@smithy/core/client").CommandImpl<
23
+ DisassociateApplicationStatusCheckCommandInput,
24
+ DisassociateApplicationStatusCheckCommandOutput,
25
+ import("..").EC2ClientResolvedConfig,
26
+ import("..").ServiceInputTypes,
27
+ import("..").ServiceOutputTypes
28
+ >;
29
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
+ };
31
+ export declare class DisassociateApplicationStatusCheckCommand extends DisassociateApplicationStatusCheckCommand_base {
32
+ protected static __types: {
33
+ api: {
34
+ input: DisassociateApplicationStatusCheckRequest;
35
+ output: DisassociateApplicationStatusCheckResult;
36
+ };
37
+ sdk: {
38
+ input: DisassociateApplicationStatusCheckCommandInput;
39
+ output: DisassociateApplicationStatusCheckCommandOutput;
40
+ };
41
+ };
42
+ }
@@ -0,0 +1,42 @@
1
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
+ import {
3
+ EnableApplicationStatusCheckSuppressionRequest,
4
+ EnableApplicationStatusCheckSuppressionResult,
5
+ } from "../models/models_5";
6
+ export { __MetadataBearer };
7
+ export interface EnableApplicationStatusCheckSuppressionCommandInput extends EnableApplicationStatusCheckSuppressionRequest {}
8
+ export interface EnableApplicationStatusCheckSuppressionCommandOutput
9
+ extends EnableApplicationStatusCheckSuppressionResult, __MetadataBearer {}
10
+ declare const EnableApplicationStatusCheckSuppressionCommand_base: {
11
+ new (
12
+ input: EnableApplicationStatusCheckSuppressionCommandInput,
13
+ ): import("@smithy/core/client").CommandImpl<
14
+ EnableApplicationStatusCheckSuppressionCommandInput,
15
+ EnableApplicationStatusCheckSuppressionCommandOutput,
16
+ import("..").EC2ClientResolvedConfig,
17
+ import("..").ServiceInputTypes,
18
+ import("..").ServiceOutputTypes
19
+ >;
20
+ new (
21
+ ...[input]: [] | [EnableApplicationStatusCheckSuppressionCommandInput]
22
+ ): import("@smithy/core/client").CommandImpl<
23
+ EnableApplicationStatusCheckSuppressionCommandInput,
24
+ EnableApplicationStatusCheckSuppressionCommandOutput,
25
+ import("..").EC2ClientResolvedConfig,
26
+ import("..").ServiceInputTypes,
27
+ import("..").ServiceOutputTypes
28
+ >;
29
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
+ };
31
+ export declare class EnableApplicationStatusCheckSuppressionCommand extends EnableApplicationStatusCheckSuppressionCommand_base {
32
+ protected static __types: {
33
+ api: {
34
+ input: EnableApplicationStatusCheckSuppressionRequest;
35
+ output: EnableApplicationStatusCheckSuppressionResult;
36
+ };
37
+ sdk: {
38
+ input: EnableApplicationStatusCheckSuppressionCommandInput;
39
+ output: EnableApplicationStatusCheckSuppressionCommandOutput;
40
+ };
41
+ };
42
+ }
@@ -1,8 +1,6 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- EnableImageDeregistrationProtectionRequest,
4
- EnableImageDeregistrationProtectionResult,
5
- } from "../models/models_5";
2
+ import { EnableImageDeregistrationProtectionRequest } from "../models/models_5";
3
+ import { EnableImageDeregistrationProtectionResult } from "../models/models_6";
6
4
  export { __MetadataBearer };
7
5
  export interface EnableImageDeregistrationProtectionCommandInput extends EnableImageDeregistrationProtectionRequest {}
8
6
  export interface EnableImageDeregistrationProtectionCommandOutput
@@ -2,7 +2,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import {
3
3
  EnableInstanceSqlHaStandbyDetectionsRequest,
4
4
  EnableInstanceSqlHaStandbyDetectionsResult,
5
- } from "../models/models_5";
5
+ } from "../models/models_6";
6
6
  export { __MetadataBearer };
7
7
  export interface EnableInstanceSqlHaStandbyDetectionsCommandInput extends EnableInstanceSqlHaStandbyDetectionsRequest {}
8
8
  export interface EnableInstanceSqlHaStandbyDetectionsCommandOutput
@@ -2,7 +2,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import {
3
3
  EnableIpamOrganizationAdminAccountRequest,
4
4
  EnableIpamOrganizationAdminAccountResult,
5
- } from "../models/models_5";
5
+ } from "../models/models_6";
6
6
  export { __MetadataBearer };
7
7
  export interface EnableIpamOrganizationAdminAccountCommandInput extends EnableIpamOrganizationAdminAccountRequest {}
8
8
  export interface EnableIpamOrganizationAdminAccountCommandOutput
@@ -1,5 +1,5 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import { EnableIpamPolicyRequest, EnableIpamPolicyResult } from "../models/models_5";
2
+ import { EnableIpamPolicyRequest, EnableIpamPolicyResult } from "../models/models_6";
3
3
  export { __MetadataBearer };
4
4
  export interface EnableIpamPolicyCommandInput extends EnableIpamPolicyRequest {}
5
5
  export interface EnableIpamPolicyCommandOutput extends EnableIpamPolicyResult, __MetadataBearer {}
@@ -2,7 +2,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import {
3
3
  EnableReachabilityAnalyzerOrganizationSharingRequest,
4
4
  EnableReachabilityAnalyzerOrganizationSharingResult,
5
- } from "../models/models_5";
5
+ } from "../models/models_6";
6
6
  export { __MetadataBearer };
7
7
  export interface EnableReachabilityAnalyzerOrganizationSharingCommandInput extends EnableReachabilityAnalyzerOrganizationSharingRequest {}
8
8
  export interface EnableReachabilityAnalyzerOrganizationSharingCommandOutput
@@ -2,7 +2,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import {
3
3
  EnableRouteServerPropagationRequest,
4
4
  EnableRouteServerPropagationResult,
5
- } from "../models/models_5";
5
+ } from "../models/models_6";
6
6
  export { __MetadataBearer };
7
7
  export interface EnableRouteServerPropagationCommandInput extends EnableRouteServerPropagationRequest {}
8
8
  export interface EnableRouteServerPropagationCommandOutput
@@ -2,7 +2,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import {
3
3
  EnableSerialConsoleAccessRequest,
4
4
  EnableSerialConsoleAccessResult,
5
- } from "../models/models_5";
5
+ } from "../models/models_6";
6
6
  export { __MetadataBearer };
7
7
  export interface EnableSerialConsoleAccessCommandInput extends EnableSerialConsoleAccessRequest {}
8
8
  export interface EnableSerialConsoleAccessCommandOutput
@@ -2,7 +2,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import {
3
3
  EnableSnapshotBlockPublicAccessRequest,
4
4
  EnableSnapshotBlockPublicAccessResult,
5
- } from "../models/models_5";
5
+ } from "../models/models_6";
6
6
  export { __MetadataBearer };
7
7
  export interface EnableSnapshotBlockPublicAccessCommandInput extends EnableSnapshotBlockPublicAccessRequest {}
8
8
  export interface EnableSnapshotBlockPublicAccessCommandOutput
@@ -2,7 +2,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import {
3
3
  EnableTransitGatewayRouteTablePropagationRequest,
4
4
  EnableTransitGatewayRouteTablePropagationResult,
5
- } from "../models/models_5";
5
+ } from "../models/models_6";
6
6
  export { __MetadataBearer };
7
7
  export interface EnableTransitGatewayRouteTablePropagationCommandInput extends EnableTransitGatewayRouteTablePropagationRequest {}
8
8
  export interface EnableTransitGatewayRouteTablePropagationCommandOutput
@@ -1,5 +1,5 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import { EnableVgwRoutePropagationRequest } from "../models/models_5";
2
+ import { EnableVgwRoutePropagationRequest } from "../models/models_6";
3
3
  export { __MetadataBearer };
4
4
  export interface EnableVgwRoutePropagationCommandInput extends EnableVgwRoutePropagationRequest {}
5
5
  export interface EnableVgwRoutePropagationCommandOutput extends __MetadataBearer {}
@@ -1,5 +1,5 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import { EnableVolumeIORequest } from "../models/models_5";
2
+ import { EnableVolumeIORequest } from "../models/models_6";
3
3
  export { __MetadataBearer };
4
4
  export interface EnableVolumeIOCommandInput extends EnableVolumeIORequest {}
5
5
  export interface EnableVolumeIOCommandOutput extends __MetadataBearer {}
@@ -1,5 +1,5 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import { EnableVpcClassicLinkRequest, EnableVpcClassicLinkResult } from "../models/models_5";
2
+ import { EnableVpcClassicLinkRequest, EnableVpcClassicLinkResult } from "../models/models_6";
3
3
  export { __MetadataBearer };
4
4
  export interface EnableVpcClassicLinkCommandInput extends EnableVpcClassicLinkRequest {}
5
5
  export interface EnableVpcClassicLinkCommandOutput
@@ -2,7 +2,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import {
3
3
  EnableVpcClassicLinkDnsSupportRequest,
4
4
  EnableVpcClassicLinkDnsSupportResult,
5
- } from "../models/models_5";
5
+ } from "../models/models_6";
6
6
  export { __MetadataBearer };
7
7
  export interface EnableVpcClassicLinkDnsSupportCommandInput extends EnableVpcClassicLinkDnsSupportRequest {}
8
8
  export interface EnableVpcClassicLinkDnsSupportCommandOutput
@@ -2,7 +2,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import {
3
3
  ExportClientVpnClientCertificateRevocationListRequest,
4
4
  ExportClientVpnClientCertificateRevocationListResult,
5
- } from "../models/models_5";
5
+ } from "../models/models_6";
6
6
  export { __MetadataBearer };
7
7
  export interface ExportClientVpnClientCertificateRevocationListCommandInput extends ExportClientVpnClientCertificateRevocationListRequest {}
8
8
  export interface ExportClientVpnClientCertificateRevocationListCommandOutput
@@ -2,7 +2,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import {
3
3
  ExportClientVpnClientConfigurationRequest,
4
4
  ExportClientVpnClientConfigurationResult,
5
- } from "../models/models_5";
5
+ } from "../models/models_6";
6
6
  export { __MetadataBearer };
7
7
  export interface ExportClientVpnClientConfigurationCommandInput extends ExportClientVpnClientConfigurationRequest {}
8
8
  export interface ExportClientVpnClientConfigurationCommandOutput
@@ -1,5 +1,5 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import { ExportImageRequest, ExportImageResult } from "../models/models_5";
2
+ import { ExportImageRequest, ExportImageResult } from "../models/models_6";
3
3
  export { __MetadataBearer };
4
4
  export interface ExportImageCommandInput extends ExportImageRequest {}
5
5
  export interface ExportImageCommandOutput extends ExportImageResult, __MetadataBearer {}
@@ -2,7 +2,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import {
3
3
  ExportTransitGatewayRoutesRequest,
4
4
  ExportTransitGatewayRoutesResult,
5
- } from "../models/models_5";
5
+ } from "../models/models_6";
6
6
  export { __MetadataBearer };
7
7
  export interface ExportTransitGatewayRoutesCommandInput extends ExportTransitGatewayRoutesRequest {}
8
8
  export interface ExportTransitGatewayRoutesCommandOutput
@@ -2,7 +2,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import {
3
3
  ExportVerifiedAccessInstanceClientConfigurationRequest,
4
4
  ExportVerifiedAccessInstanceClientConfigurationResult,
5
- } from "../models/models_5";
5
+ } from "../models/models_6";
6
6
  export { __MetadataBearer };
7
7
  export interface ExportVerifiedAccessInstanceClientConfigurationCommandInput extends ExportVerifiedAccessInstanceClientConfigurationRequest {}
8
8
  export interface ExportVerifiedAccessInstanceClientConfigurationCommandOutput
@@ -0,0 +1,42 @@
1
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
+ import {
3
+ ModifyApplicationStatusCheckRequest,
4
+ ModifyApplicationStatusCheckResult,
5
+ } from "../models/models_6";
6
+ export { __MetadataBearer };
7
+ export interface ModifyApplicationStatusCheckCommandInput extends ModifyApplicationStatusCheckRequest {}
8
+ export interface ModifyApplicationStatusCheckCommandOutput
9
+ extends ModifyApplicationStatusCheckResult, __MetadataBearer {}
10
+ declare const ModifyApplicationStatusCheckCommand_base: {
11
+ new (
12
+ input: ModifyApplicationStatusCheckCommandInput,
13
+ ): import("@smithy/core/client").CommandImpl<
14
+ ModifyApplicationStatusCheckCommandInput,
15
+ ModifyApplicationStatusCheckCommandOutput,
16
+ import("..").EC2ClientResolvedConfig,
17
+ import("..").ServiceInputTypes,
18
+ import("..").ServiceOutputTypes
19
+ >;
20
+ new (
21
+ input: ModifyApplicationStatusCheckCommandInput,
22
+ ): import("@smithy/core/client").CommandImpl<
23
+ ModifyApplicationStatusCheckCommandInput,
24
+ ModifyApplicationStatusCheckCommandOutput,
25
+ import("..").EC2ClientResolvedConfig,
26
+ import("..").ServiceInputTypes,
27
+ import("..").ServiceOutputTypes
28
+ >;
29
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
+ };
31
+ export declare class ModifyApplicationStatusCheckCommand extends ModifyApplicationStatusCheckCommand_base {
32
+ protected static __types: {
33
+ api: {
34
+ input: ModifyApplicationStatusCheckRequest;
35
+ output: ModifyApplicationStatusCheckResult;
36
+ };
37
+ sdk: {
38
+ input: ModifyApplicationStatusCheckCommandInput;
39
+ output: ModifyApplicationStatusCheckCommandOutput;
40
+ };
41
+ };
42
+ }
@@ -1,5 +1,5 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import { ModifyHostsRequest, ModifyHostsResult } from "../models/models_6";
2
+ import { ModifyHostsRequest, ModifyHostsResult } from "../models/models_7";
3
3
  export { __MetadataBearer };
4
4
  export interface ModifyHostsCommandInput extends ModifyHostsRequest {}
5
5
  export interface ModifyHostsCommandOutput extends ModifyHostsResult, __MetadataBearer {}
@@ -1,5 +1,5 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import { ModifyIdFormatRequest } from "../models/models_6";
2
+ import { ModifyIdFormatRequest } from "../models/models_7";
3
3
  export { __MetadataBearer };
4
4
  export interface ModifyIdFormatCommandInput extends ModifyIdFormatRequest {}
5
5
  export interface ModifyIdFormatCommandOutput extends __MetadataBearer {}
@@ -1,5 +1,5 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import { ModifyIdentityIdFormatRequest } from "../models/models_6";
2
+ import { ModifyIdentityIdFormatRequest } from "../models/models_7";
3
3
  export { __MetadataBearer };
4
4
  export interface ModifyIdentityIdFormatCommandInput extends ModifyIdentityIdFormatRequest {}
5
5
  export interface ModifyIdentityIdFormatCommandOutput extends __MetadataBearer {}
@@ -1,5 +1,5 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import { ModifyImageAttributeRequest } from "../models/models_6";
2
+ import { ModifyImageAttributeRequest } from "../models/models_7";
3
3
  export { __MetadataBearer };
4
4
  export interface ModifyImageAttributeCommandInput extends ModifyImageAttributeRequest {}
5
5
  export interface ModifyImageAttributeCommandOutput extends __MetadataBearer {}