@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
@@ -105,6 +105,10 @@ import {
105
105
  AssociateAddressCommandInput,
106
106
  AssociateAddressCommandOutput,
107
107
  } from "./commands/AssociateAddressCommand";
108
+ import {
109
+ AssociateApplicationStatusCheckCommandInput,
110
+ AssociateApplicationStatusCheckCommandOutput,
111
+ } from "./commands/AssociateApplicationStatusCheckCommand";
108
112
  import {
109
113
  AssociateCapacityReservationBillingOwnerCommandInput,
110
114
  AssociateCapacityReservationBillingOwnerCommandOutput,
@@ -279,6 +283,10 @@ import {
279
283
  CopySnapshotCommandOutput,
280
284
  } from "./commands/CopySnapshotCommand";
281
285
  import { CopyVolumesCommandInput, CopyVolumesCommandOutput } from "./commands/CopyVolumesCommand";
286
+ import {
287
+ CreateApplicationStatusCheckCommandInput,
288
+ CreateApplicationStatusCheckCommandOutput,
289
+ } from "./commands/CreateApplicationStatusCheckCommand";
282
290
  import {
283
291
  CreateCapacityManagerDataExportCommandInput,
284
292
  CreateCapacityManagerDataExportCommandOutput,
@@ -685,6 +693,10 @@ import {
685
693
  CreateVpnGatewayCommandInput,
686
694
  CreateVpnGatewayCommandOutput,
687
695
  } from "./commands/CreateVpnGatewayCommand";
696
+ import {
697
+ DeleteApplicationStatusCheckCommandInput,
698
+ DeleteApplicationStatusCheckCommandOutput,
699
+ } from "./commands/DeleteApplicationStatusCheckCommand";
688
700
  import {
689
701
  DeleteCapacityManagerDataExportCommandInput,
690
702
  DeleteCapacityManagerDataExportCommandOutput,
@@ -1105,6 +1117,18 @@ import {
1105
1117
  DescribeAggregateIdFormatCommandInput,
1106
1118
  DescribeAggregateIdFormatCommandOutput,
1107
1119
  } from "./commands/DescribeAggregateIdFormatCommand";
1120
+ import {
1121
+ DescribeApplicationStatusCheckAssociationsCommandInput,
1122
+ DescribeApplicationStatusCheckAssociationsCommandOutput,
1123
+ } from "./commands/DescribeApplicationStatusCheckAssociationsCommand";
1124
+ import {
1125
+ DescribeApplicationStatusChecksCommandInput,
1126
+ DescribeApplicationStatusChecksCommandOutput,
1127
+ } from "./commands/DescribeApplicationStatusChecksCommand";
1128
+ import {
1129
+ DescribeApplicationStatusCommandInput,
1130
+ DescribeApplicationStatusCommandOutput,
1131
+ } from "./commands/DescribeApplicationStatusCommand";
1108
1132
  import {
1109
1133
  DescribeAvailabilityZonesCommandInput,
1110
1134
  DescribeAvailabilityZonesCommandOutput,
@@ -1869,6 +1893,10 @@ import {
1869
1893
  DisableAllowedImagesSettingsCommandInput,
1870
1894
  DisableAllowedImagesSettingsCommandOutput,
1871
1895
  } from "./commands/DisableAllowedImagesSettingsCommand";
1896
+ import {
1897
+ DisableApplicationStatusCheckSuppressionCommandInput,
1898
+ DisableApplicationStatusCheckSuppressionCommandOutput,
1899
+ } from "./commands/DisableApplicationStatusCheckSuppressionCommand";
1872
1900
  import {
1873
1901
  DisableAwsNetworkPerformanceMetricSubscriptionCommandInput,
1874
1902
  DisableAwsNetworkPerformanceMetricSubscriptionCommandOutput,
@@ -1949,6 +1977,10 @@ import {
1949
1977
  DisassociateAddressCommandInput,
1950
1978
  DisassociateAddressCommandOutput,
1951
1979
  } from "./commands/DisassociateAddressCommand";
1980
+ import {
1981
+ DisassociateApplicationStatusCheckCommandInput,
1982
+ DisassociateApplicationStatusCheckCommandOutput,
1983
+ } from "./commands/DisassociateApplicationStatusCheckCommand";
1952
1984
  import {
1953
1985
  DisassociateCapacityReservationBillingOwnerCommandInput,
1954
1986
  DisassociateCapacityReservationBillingOwnerCommandOutput,
@@ -2025,6 +2057,10 @@ import {
2025
2057
  EnableAllowedImagesSettingsCommandInput,
2026
2058
  EnableAllowedImagesSettingsCommandOutput,
2027
2059
  } from "./commands/EnableAllowedImagesSettingsCommand";
2060
+ import {
2061
+ EnableApplicationStatusCheckSuppressionCommandInput,
2062
+ EnableApplicationStatusCheckSuppressionCommandOutput,
2063
+ } from "./commands/EnableApplicationStatusCheckSuppressionCommand";
2028
2064
  import {
2029
2065
  EnableAwsNetworkPerformanceMetricSubscriptionCommandInput,
2030
2066
  EnableAwsNetworkPerformanceMetricSubscriptionCommandOutput,
@@ -2448,6 +2484,10 @@ import {
2448
2484
  ModifyAddressAttributeCommandInput,
2449
2485
  ModifyAddressAttributeCommandOutput,
2450
2486
  } from "./commands/ModifyAddressAttributeCommand";
2487
+ import {
2488
+ ModifyApplicationStatusCheckCommandInput,
2489
+ ModifyApplicationStatusCheckCommandOutput,
2490
+ } from "./commands/ModifyApplicationStatusCheckCommand";
2451
2491
  import {
2452
2492
  ModifyAvailabilityZoneGroupCommandInput,
2453
2493
  ModifyAvailabilityZoneGroupCommandOutput,
@@ -3105,6 +3145,7 @@ export type ServiceInputTypes =
3105
3145
  | AssignPrivateIpAddressesCommandInput
3106
3146
  | AssignPrivateNatGatewayAddressCommandInput
3107
3147
  | AssociateAddressCommandInput
3148
+ | AssociateApplicationStatusCheckCommandInput
3108
3149
  | AssociateCapacityReservationBillingOwnerCommandInput
3109
3150
  | AssociateClientVpnTargetNetworkCommandInput
3110
3151
  | AssociateDhcpOptionsCommandInput
@@ -3150,6 +3191,7 @@ export type ServiceInputTypes =
3150
3191
  | CopyImageCommandInput
3151
3192
  | CopySnapshotCommandInput
3152
3193
  | CopyVolumesCommandInput
3194
+ | CreateApplicationStatusCheckCommandInput
3153
3195
  | CreateCapacityManagerDataExportCommandInput
3154
3196
  | CreateCapacityReservationBySplittingCommandInput
3155
3197
  | CreateCapacityReservationCancellationQuoteCommandInput
@@ -3256,6 +3298,7 @@ export type ServiceInputTypes =
3256
3298
  | CreateVpnConnectionCommandInput
3257
3299
  | CreateVpnConnectionRouteCommandInput
3258
3300
  | CreateVpnGatewayCommandInput
3301
+ | DeleteApplicationStatusCheckCommandInput
3259
3302
  | DeleteCapacityManagerDataExportCommandInput
3260
3303
  | DeleteCarrierGatewayCommandInput
3261
3304
  | DeleteClientVpnEndpointCommandInput
@@ -3364,6 +3407,9 @@ export type ServiceInputTypes =
3364
3407
  | DescribeAddressesAttributeCommandInput
3365
3408
  | DescribeAddressesCommandInput
3366
3409
  | DescribeAggregateIdFormatCommandInput
3410
+ | DescribeApplicationStatusCheckAssociationsCommandInput
3411
+ | DescribeApplicationStatusChecksCommandInput
3412
+ | DescribeApplicationStatusCommandInput
3367
3413
  | DescribeAvailabilityZonesCommandInput
3368
3414
  | DescribeAwsNetworkPerformanceMetricSubscriptionsCommandInput
3369
3415
  | DescribeBundleTasksCommandInput
@@ -3555,6 +3601,7 @@ export type ServiceInputTypes =
3555
3601
  | DetachVpnGatewayCommandInput
3556
3602
  | DisableAddressTransferCommandInput
3557
3603
  | DisableAllowedImagesSettingsCommandInput
3604
+ | DisableApplicationStatusCheckSuppressionCommandInput
3558
3605
  | DisableAwsNetworkPerformanceMetricSubscriptionCommandInput
3559
3606
  | DisableCapacityManagerCommandInput
3560
3607
  | DisableEbsEncryptionByDefaultCommandInput
@@ -3575,6 +3622,7 @@ export type ServiceInputTypes =
3575
3622
  | DisableVpcClassicLinkCommandInput
3576
3623
  | DisableVpcClassicLinkDnsSupportCommandInput
3577
3624
  | DisassociateAddressCommandInput
3625
+ | DisassociateApplicationStatusCheckCommandInput
3578
3626
  | DisassociateCapacityReservationBillingOwnerCommandInput
3579
3627
  | DisassociateClientVpnTargetNetworkCommandInput
3580
3628
  | DisassociateEnclaveCertificateIamRoleCommandInput
@@ -3594,6 +3642,7 @@ export type ServiceInputTypes =
3594
3642
  | DisassociateVpcCidrBlockCommandInput
3595
3643
  | EnableAddressTransferCommandInput
3596
3644
  | EnableAllowedImagesSettingsCommandInput
3645
+ | EnableApplicationStatusCheckSuppressionCommandInput
3597
3646
  | EnableAwsNetworkPerformanceMetricSubscriptionCommandInput
3598
3647
  | EnableCapacityManagerCommandInput
3599
3648
  | EnableEbsEncryptionByDefaultCommandInput
@@ -3702,6 +3751,7 @@ export type ServiceInputTypes =
3702
3751
  | LockSnapshotCommandInput
3703
3752
  | ModifyAccountVpcEncryptionControlCommandInput
3704
3753
  | ModifyAddressAttributeCommandInput
3754
+ | ModifyApplicationStatusCheckCommandInput
3705
3755
  | ModifyAvailabilityZoneGroupCommandInput
3706
3756
  | ModifyCapacityReservationCommandInput
3707
3757
  | ModifyCapacityReservationFleetCommandInput
@@ -3881,6 +3931,7 @@ export type ServiceOutputTypes =
3881
3931
  | AssignPrivateIpAddressesCommandOutput
3882
3932
  | AssignPrivateNatGatewayAddressCommandOutput
3883
3933
  | AssociateAddressCommandOutput
3934
+ | AssociateApplicationStatusCheckCommandOutput
3884
3935
  | AssociateCapacityReservationBillingOwnerCommandOutput
3885
3936
  | AssociateClientVpnTargetNetworkCommandOutput
3886
3937
  | AssociateDhcpOptionsCommandOutput
@@ -3926,6 +3977,7 @@ export type ServiceOutputTypes =
3926
3977
  | CopyImageCommandOutput
3927
3978
  | CopySnapshotCommandOutput
3928
3979
  | CopyVolumesCommandOutput
3980
+ | CreateApplicationStatusCheckCommandOutput
3929
3981
  | CreateCapacityManagerDataExportCommandOutput
3930
3982
  | CreateCapacityReservationBySplittingCommandOutput
3931
3983
  | CreateCapacityReservationCancellationQuoteCommandOutput
@@ -4032,6 +4084,7 @@ export type ServiceOutputTypes =
4032
4084
  | CreateVpnConnectionCommandOutput
4033
4085
  | CreateVpnConnectionRouteCommandOutput
4034
4086
  | CreateVpnGatewayCommandOutput
4087
+ | DeleteApplicationStatusCheckCommandOutput
4035
4088
  | DeleteCapacityManagerDataExportCommandOutput
4036
4089
  | DeleteCarrierGatewayCommandOutput
4037
4090
  | DeleteClientVpnEndpointCommandOutput
@@ -4140,6 +4193,9 @@ export type ServiceOutputTypes =
4140
4193
  | DescribeAddressesAttributeCommandOutput
4141
4194
  | DescribeAddressesCommandOutput
4142
4195
  | DescribeAggregateIdFormatCommandOutput
4196
+ | DescribeApplicationStatusCheckAssociationsCommandOutput
4197
+ | DescribeApplicationStatusChecksCommandOutput
4198
+ | DescribeApplicationStatusCommandOutput
4143
4199
  | DescribeAvailabilityZonesCommandOutput
4144
4200
  | DescribeAwsNetworkPerformanceMetricSubscriptionsCommandOutput
4145
4201
  | DescribeBundleTasksCommandOutput
@@ -4331,6 +4387,7 @@ export type ServiceOutputTypes =
4331
4387
  | DetachVpnGatewayCommandOutput
4332
4388
  | DisableAddressTransferCommandOutput
4333
4389
  | DisableAllowedImagesSettingsCommandOutput
4390
+ | DisableApplicationStatusCheckSuppressionCommandOutput
4334
4391
  | DisableAwsNetworkPerformanceMetricSubscriptionCommandOutput
4335
4392
  | DisableCapacityManagerCommandOutput
4336
4393
  | DisableEbsEncryptionByDefaultCommandOutput
@@ -4351,6 +4408,7 @@ export type ServiceOutputTypes =
4351
4408
  | DisableVpcClassicLinkCommandOutput
4352
4409
  | DisableVpcClassicLinkDnsSupportCommandOutput
4353
4410
  | DisassociateAddressCommandOutput
4411
+ | DisassociateApplicationStatusCheckCommandOutput
4354
4412
  | DisassociateCapacityReservationBillingOwnerCommandOutput
4355
4413
  | DisassociateClientVpnTargetNetworkCommandOutput
4356
4414
  | DisassociateEnclaveCertificateIamRoleCommandOutput
@@ -4370,6 +4428,7 @@ export type ServiceOutputTypes =
4370
4428
  | DisassociateVpcCidrBlockCommandOutput
4371
4429
  | EnableAddressTransferCommandOutput
4372
4430
  | EnableAllowedImagesSettingsCommandOutput
4431
+ | EnableApplicationStatusCheckSuppressionCommandOutput
4373
4432
  | EnableAwsNetworkPerformanceMetricSubscriptionCommandOutput
4374
4433
  | EnableCapacityManagerCommandOutput
4375
4434
  | EnableEbsEncryptionByDefaultCommandOutput
@@ -4478,6 +4537,7 @@ export type ServiceOutputTypes =
4478
4537
  | LockSnapshotCommandOutput
4479
4538
  | ModifyAccountVpcEncryptionControlCommandOutput
4480
4539
  | ModifyAddressAttributeCommandOutput
4540
+ | ModifyApplicationStatusCheckCommandOutput
4481
4541
  | ModifyAvailabilityZoneGroupCommandOutput
4482
4542
  | ModifyCapacityReservationCommandOutput
4483
4543
  | ModifyCapacityReservationFleetCommandOutput
@@ -0,0 +1,42 @@
1
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
+ import {
3
+ AssociateApplicationStatusCheckRequest,
4
+ AssociateApplicationStatusCheckResult,
5
+ } from "../models/models_0";
6
+ export { __MetadataBearer };
7
+ export interface AssociateApplicationStatusCheckCommandInput extends AssociateApplicationStatusCheckRequest {}
8
+ export interface AssociateApplicationStatusCheckCommandOutput
9
+ extends AssociateApplicationStatusCheckResult, __MetadataBearer {}
10
+ declare const AssociateApplicationStatusCheckCommand_base: {
11
+ new (
12
+ input: AssociateApplicationStatusCheckCommandInput,
13
+ ): import("@smithy/core/client").CommandImpl<
14
+ AssociateApplicationStatusCheckCommandInput,
15
+ AssociateApplicationStatusCheckCommandOutput,
16
+ import("..").EC2ClientResolvedConfig,
17
+ import("..").ServiceInputTypes,
18
+ import("..").ServiceOutputTypes
19
+ >;
20
+ new (
21
+ input: AssociateApplicationStatusCheckCommandInput,
22
+ ): import("@smithy/core/client").CommandImpl<
23
+ AssociateApplicationStatusCheckCommandInput,
24
+ AssociateApplicationStatusCheckCommandOutput,
25
+ import("..").EC2ClientResolvedConfig,
26
+ import("..").ServiceInputTypes,
27
+ import("..").ServiceOutputTypes
28
+ >;
29
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
+ };
31
+ export declare class AssociateApplicationStatusCheckCommand extends AssociateApplicationStatusCheckCommand_base {
32
+ protected static __types: {
33
+ api: {
34
+ input: AssociateApplicationStatusCheckRequest;
35
+ output: AssociateApplicationStatusCheckResult;
36
+ };
37
+ sdk: {
38
+ input: AssociateApplicationStatusCheckCommandInput;
39
+ output: AssociateApplicationStatusCheckCommandOutput;
40
+ };
41
+ };
42
+ }
@@ -0,0 +1,42 @@
1
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
+ import {
3
+ CreateApplicationStatusCheckRequest,
4
+ CreateApplicationStatusCheckResult,
5
+ } from "../models/models_0";
6
+ export { __MetadataBearer };
7
+ export interface CreateApplicationStatusCheckCommandInput extends CreateApplicationStatusCheckRequest {}
8
+ export interface CreateApplicationStatusCheckCommandOutput
9
+ extends CreateApplicationStatusCheckResult, __MetadataBearer {}
10
+ declare const CreateApplicationStatusCheckCommand_base: {
11
+ new (
12
+ input: CreateApplicationStatusCheckCommandInput,
13
+ ): import("@smithy/core/client").CommandImpl<
14
+ CreateApplicationStatusCheckCommandInput,
15
+ CreateApplicationStatusCheckCommandOutput,
16
+ import("..").EC2ClientResolvedConfig,
17
+ import("..").ServiceInputTypes,
18
+ import("..").ServiceOutputTypes
19
+ >;
20
+ new (
21
+ input: CreateApplicationStatusCheckCommandInput,
22
+ ): import("@smithy/core/client").CommandImpl<
23
+ CreateApplicationStatusCheckCommandInput,
24
+ CreateApplicationStatusCheckCommandOutput,
25
+ import("..").EC2ClientResolvedConfig,
26
+ import("..").ServiceInputTypes,
27
+ import("..").ServiceOutputTypes
28
+ >;
29
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
+ };
31
+ export declare class CreateApplicationStatusCheckCommand extends CreateApplicationStatusCheckCommand_base {
32
+ protected static __types: {
33
+ api: {
34
+ input: CreateApplicationStatusCheckRequest;
35
+ output: CreateApplicationStatusCheckResult;
36
+ };
37
+ sdk: {
38
+ input: CreateApplicationStatusCheckCommandInput;
39
+ output: CreateApplicationStatusCheckCommandOutput;
40
+ };
41
+ };
42
+ }
@@ -1,5 +1,6 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import { CreateClientVpnEndpointRequest, CreateClientVpnEndpointResult } from "../models/models_0";
2
+ import { CreateClientVpnEndpointRequest } from "../models/models_0";
3
+ import { CreateClientVpnEndpointResult } from "../models/models_1";
3
4
  export { __MetadataBearer };
4
5
  export interface CreateClientVpnEndpointCommandInput extends CreateClientVpnEndpointRequest {}
5
6
  export interface CreateClientVpnEndpointCommandOutput
@@ -1,5 +1,5 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import { CreateClientVpnRouteRequest, CreateClientVpnRouteResult } from "../models/models_0";
2
+ import { CreateClientVpnRouteRequest, CreateClientVpnRouteResult } from "../models/models_1";
3
3
  export { __MetadataBearer };
4
4
  export interface CreateClientVpnRouteCommandInput extends CreateClientVpnRouteRequest {}
5
5
  export interface CreateClientVpnRouteCommandOutput
@@ -1,5 +1,5 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import { CreateCoipCidrRequest, CreateCoipCidrResult } from "../models/models_0";
2
+ import { CreateCoipCidrRequest, CreateCoipCidrResult } from "../models/models_1";
3
3
  export { __MetadataBearer };
4
4
  export interface CreateCoipCidrCommandInput extends CreateCoipCidrRequest {}
5
5
  export interface CreateCoipCidrCommandOutput extends CreateCoipCidrResult, __MetadataBearer {}
@@ -1,5 +1,5 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import { CreateCoipPoolRequest, CreateCoipPoolResult } from "../models/models_0";
2
+ import { CreateCoipPoolRequest, CreateCoipPoolResult } from "../models/models_1";
3
3
  export { __MetadataBearer };
4
4
  export interface CreateCoipPoolCommandInput extends CreateCoipPoolRequest {}
5
5
  export interface CreateCoipPoolCommandOutput extends CreateCoipPoolResult, __MetadataBearer {}
@@ -1,5 +1,5 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import { CreateCustomerGatewayRequest, CreateCustomerGatewayResult } from "../models/models_0";
2
+ import { CreateCustomerGatewayRequest, CreateCustomerGatewayResult } from "../models/models_1";
3
3
  export { __MetadataBearer };
4
4
  export interface CreateCustomerGatewayCommandInput extends CreateCustomerGatewayRequest {}
5
5
  export interface CreateCustomerGatewayCommandOutput
@@ -1,6 +1,5 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import { CreateDefaultSubnetRequest } from "../models/models_0";
3
- import { CreateDefaultSubnetResult } from "../models/models_1";
2
+ import { CreateDefaultSubnetRequest, CreateDefaultSubnetResult } from "../models/models_1";
4
3
  export { __MetadataBearer };
5
4
  export interface CreateDefaultSubnetCommandInput extends CreateDefaultSubnetRequest {}
6
5
  export interface CreateDefaultSubnetCommandOutput
@@ -1,8 +1,6 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- CreateReplaceRootVolumeTaskRequest,
4
- CreateReplaceRootVolumeTaskResult,
5
- } from "../models/models_1";
2
+ import { CreateReplaceRootVolumeTaskRequest } from "../models/models_1";
3
+ import { CreateReplaceRootVolumeTaskResult } from "../models/models_2";
6
4
  export { __MetadataBearer };
7
5
  export interface CreateReplaceRootVolumeTaskCommandInput extends CreateReplaceRootVolumeTaskRequest {}
8
6
  export interface CreateReplaceRootVolumeTaskCommandOutput
@@ -2,7 +2,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import {
3
3
  CreateReservedInstancesListingRequest,
4
4
  CreateReservedInstancesListingResult,
5
- } from "../models/models_1";
5
+ } from "../models/models_2";
6
6
  export { __MetadataBearer };
7
7
  export interface CreateReservedInstancesListingCommandInput extends CreateReservedInstancesListingRequest {}
8
8
  export interface CreateReservedInstancesListingCommandOutput
@@ -1,5 +1,5 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import { CreateRestoreImageTaskRequest, CreateRestoreImageTaskResult } from "../models/models_1";
2
+ import { CreateRestoreImageTaskRequest, CreateRestoreImageTaskResult } from "../models/models_2";
3
3
  export { __MetadataBearer };
4
4
  export interface CreateRestoreImageTaskCommandInput extends CreateRestoreImageTaskRequest {}
5
5
  export interface CreateRestoreImageTaskCommandOutput
@@ -1,5 +1,5 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import { CreateRouteRequest, CreateRouteResult } from "../models/models_1";
2
+ import { CreateRouteRequest, CreateRouteResult } from "../models/models_2";
3
3
  export { __MetadataBearer };
4
4
  export interface CreateRouteCommandInput extends CreateRouteRequest {}
5
5
  export interface CreateRouteCommandOutput extends CreateRouteResult, __MetadataBearer {}
@@ -1,5 +1,5 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import { CreateRouteServerRequest, CreateRouteServerResult } from "../models/models_1";
2
+ import { CreateRouteServerRequest, CreateRouteServerResult } from "../models/models_2";
3
3
  export { __MetadataBearer };
4
4
  export interface CreateRouteServerCommandInput extends CreateRouteServerRequest {}
5
5
  export interface CreateRouteServerCommandOutput extends CreateRouteServerResult, __MetadataBearer {}
@@ -2,7 +2,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import {
3
3
  CreateRouteServerEndpointRequest,
4
4
  CreateRouteServerEndpointResult,
5
- } from "../models/models_1";
5
+ } from "../models/models_2";
6
6
  export { __MetadataBearer };
7
7
  export interface CreateRouteServerEndpointCommandInput extends CreateRouteServerEndpointRequest {}
8
8
  export interface CreateRouteServerEndpointCommandOutput
@@ -0,0 +1,42 @@
1
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
+ import {
3
+ DeleteApplicationStatusCheckRequest,
4
+ DeleteApplicationStatusCheckResult,
5
+ } from "../models/models_2";
6
+ export { __MetadataBearer };
7
+ export interface DeleteApplicationStatusCheckCommandInput extends DeleteApplicationStatusCheckRequest {}
8
+ export interface DeleteApplicationStatusCheckCommandOutput
9
+ extends DeleteApplicationStatusCheckResult, __MetadataBearer {}
10
+ declare const DeleteApplicationStatusCheckCommand_base: {
11
+ new (
12
+ input: DeleteApplicationStatusCheckCommandInput,
13
+ ): import("@smithy/core/client").CommandImpl<
14
+ DeleteApplicationStatusCheckCommandInput,
15
+ DeleteApplicationStatusCheckCommandOutput,
16
+ import("..").EC2ClientResolvedConfig,
17
+ import("..").ServiceInputTypes,
18
+ import("..").ServiceOutputTypes
19
+ >;
20
+ new (
21
+ input: DeleteApplicationStatusCheckCommandInput,
22
+ ): import("@smithy/core/client").CommandImpl<
23
+ DeleteApplicationStatusCheckCommandInput,
24
+ DeleteApplicationStatusCheckCommandOutput,
25
+ import("..").EC2ClientResolvedConfig,
26
+ import("..").ServiceInputTypes,
27
+ import("..").ServiceOutputTypes
28
+ >;
29
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
+ };
31
+ export declare class DeleteApplicationStatusCheckCommand extends DeleteApplicationStatusCheckCommand_base {
32
+ protected static __types: {
33
+ api: {
34
+ input: DeleteApplicationStatusCheckRequest;
35
+ output: DeleteApplicationStatusCheckResult;
36
+ };
37
+ sdk: {
38
+ input: DeleteApplicationStatusCheckCommandInput;
39
+ output: DeleteApplicationStatusCheckCommandOutput;
40
+ };
41
+ };
42
+ }
@@ -2,7 +2,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import {
3
3
  DeleteNetworkInsightsAccessScopeAnalysisRequest,
4
4
  DeleteNetworkInsightsAccessScopeAnalysisResult,
5
- } from "../models/models_2";
5
+ } from "../models/models_3";
6
6
  export { __MetadataBearer };
7
7
  export interface DeleteNetworkInsightsAccessScopeAnalysisCommandInput extends DeleteNetworkInsightsAccessScopeAnalysisRequest {}
8
8
  export interface DeleteNetworkInsightsAccessScopeAnalysisCommandOutput
@@ -2,7 +2,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import {
3
3
  DeleteNetworkInsightsAnalysisRequest,
4
4
  DeleteNetworkInsightsAnalysisResult,
5
- } from "../models/models_2";
5
+ } from "../models/models_3";
6
6
  export { __MetadataBearer };
7
7
  export interface DeleteNetworkInsightsAnalysisCommandInput extends DeleteNetworkInsightsAnalysisRequest {}
8
8
  export interface DeleteNetworkInsightsAnalysisCommandOutput
@@ -2,7 +2,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import {
3
3
  DeleteNetworkInsightsPathRequest,
4
4
  DeleteNetworkInsightsPathResult,
5
- } from "../models/models_2";
5
+ } from "../models/models_3";
6
6
  export { __MetadataBearer };
7
7
  export interface DeleteNetworkInsightsPathCommandInput extends DeleteNetworkInsightsPathRequest {}
8
8
  export interface DeleteNetworkInsightsPathCommandOutput
@@ -1,5 +1,5 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import { DeleteNetworkInterfaceRequest } from "../models/models_2";
2
+ import { DeleteNetworkInterfaceRequest } from "../models/models_3";
3
3
  export { __MetadataBearer };
4
4
  export interface DeleteNetworkInterfaceCommandInput extends DeleteNetworkInterfaceRequest {}
5
5
  export interface DeleteNetworkInterfaceCommandOutput extends __MetadataBearer {}
@@ -2,7 +2,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import {
3
3
  DeleteNetworkInterfacePermissionRequest,
4
4
  DeleteNetworkInterfacePermissionResult,
5
- } from "../models/models_2";
5
+ } from "../models/models_3";
6
6
  export { __MetadataBearer };
7
7
  export interface DeleteNetworkInterfacePermissionCommandInput extends DeleteNetworkInterfacePermissionRequest {}
8
8
  export interface DeleteNetworkInterfacePermissionCommandOutput
@@ -1,5 +1,5 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import { DeletePlacementGroupRequest } from "../models/models_2";
2
+ import { DeletePlacementGroupRequest } from "../models/models_3";
3
3
  export { __MetadataBearer };
4
4
  export interface DeletePlacementGroupCommandInput extends DeletePlacementGroupRequest {}
5
5
  export interface DeletePlacementGroupCommandOutput extends __MetadataBearer {}
@@ -1,5 +1,5 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import { DeletePublicIpv4PoolRequest, DeletePublicIpv4PoolResult } from "../models/models_2";
2
+ import { DeletePublicIpv4PoolRequest, DeletePublicIpv4PoolResult } from "../models/models_3";
3
3
  export { __MetadataBearer };
4
4
  export interface DeletePublicIpv4PoolCommandInput extends DeletePublicIpv4PoolRequest {}
5
5
  export interface DeletePublicIpv4PoolCommandOutput
@@ -2,7 +2,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import {
3
3
  DeleteQueuedReservedInstancesRequest,
4
4
  DeleteQueuedReservedInstancesResult,
5
- } from "../models/models_2";
5
+ } from "../models/models_3";
6
6
  export { __MetadataBearer };
7
7
  export interface DeleteQueuedReservedInstancesCommandInput extends DeleteQueuedReservedInstancesRequest {}
8
8
  export interface DeleteQueuedReservedInstancesCommandOutput
@@ -0,0 +1,42 @@
1
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
+ import {
3
+ DescribeApplicationStatusCheckAssociationsRequest,
4
+ DescribeApplicationStatusCheckAssociationsResult,
5
+ } from "../models/models_3";
6
+ export { __MetadataBearer };
7
+ export interface DescribeApplicationStatusCheckAssociationsCommandInput extends DescribeApplicationStatusCheckAssociationsRequest {}
8
+ export interface DescribeApplicationStatusCheckAssociationsCommandOutput
9
+ extends DescribeApplicationStatusCheckAssociationsResult, __MetadataBearer {}
10
+ declare const DescribeApplicationStatusCheckAssociationsCommand_base: {
11
+ new (
12
+ input: DescribeApplicationStatusCheckAssociationsCommandInput,
13
+ ): import("@smithy/core/client").CommandImpl<
14
+ DescribeApplicationStatusCheckAssociationsCommandInput,
15
+ DescribeApplicationStatusCheckAssociationsCommandOutput,
16
+ import("..").EC2ClientResolvedConfig,
17
+ import("..").ServiceInputTypes,
18
+ import("..").ServiceOutputTypes
19
+ >;
20
+ new (
21
+ ...[input]: [] | [DescribeApplicationStatusCheckAssociationsCommandInput]
22
+ ): import("@smithy/core/client").CommandImpl<
23
+ DescribeApplicationStatusCheckAssociationsCommandInput,
24
+ DescribeApplicationStatusCheckAssociationsCommandOutput,
25
+ import("..").EC2ClientResolvedConfig,
26
+ import("..").ServiceInputTypes,
27
+ import("..").ServiceOutputTypes
28
+ >;
29
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
+ };
31
+ export declare class DescribeApplicationStatusCheckAssociationsCommand extends DescribeApplicationStatusCheckAssociationsCommand_base {
32
+ protected static __types: {
33
+ api: {
34
+ input: DescribeApplicationStatusCheckAssociationsRequest;
35
+ output: DescribeApplicationStatusCheckAssociationsResult;
36
+ };
37
+ sdk: {
38
+ input: DescribeApplicationStatusCheckAssociationsCommandInput;
39
+ output: DescribeApplicationStatusCheckAssociationsCommandOutput;
40
+ };
41
+ };
42
+ }
@@ -0,0 +1,42 @@
1
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
+ import {
3
+ DescribeApplicationStatusChecksRequest,
4
+ DescribeApplicationStatusChecksResult,
5
+ } from "../models/models_3";
6
+ export { __MetadataBearer };
7
+ export interface DescribeApplicationStatusChecksCommandInput extends DescribeApplicationStatusChecksRequest {}
8
+ export interface DescribeApplicationStatusChecksCommandOutput
9
+ extends DescribeApplicationStatusChecksResult, __MetadataBearer {}
10
+ declare const DescribeApplicationStatusChecksCommand_base: {
11
+ new (
12
+ input: DescribeApplicationStatusChecksCommandInput,
13
+ ): import("@smithy/core/client").CommandImpl<
14
+ DescribeApplicationStatusChecksCommandInput,
15
+ DescribeApplicationStatusChecksCommandOutput,
16
+ import("..").EC2ClientResolvedConfig,
17
+ import("..").ServiceInputTypes,
18
+ import("..").ServiceOutputTypes
19
+ >;
20
+ new (
21
+ ...[input]: [] | [DescribeApplicationStatusChecksCommandInput]
22
+ ): import("@smithy/core/client").CommandImpl<
23
+ DescribeApplicationStatusChecksCommandInput,
24
+ DescribeApplicationStatusChecksCommandOutput,
25
+ import("..").EC2ClientResolvedConfig,
26
+ import("..").ServiceInputTypes,
27
+ import("..").ServiceOutputTypes
28
+ >;
29
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
+ };
31
+ export declare class DescribeApplicationStatusChecksCommand extends DescribeApplicationStatusChecksCommand_base {
32
+ protected static __types: {
33
+ api: {
34
+ input: DescribeApplicationStatusChecksRequest;
35
+ output: DescribeApplicationStatusChecksResult;
36
+ };
37
+ sdk: {
38
+ input: DescribeApplicationStatusChecksCommandInput;
39
+ output: DescribeApplicationStatusChecksCommandOutput;
40
+ };
41
+ };
42
+ }