@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
@@ -2,10 +2,244 @@ import {
2
2
  CapacityManagerStatus,
3
3
  InterruptibleCapacityReservationAllocationStatus,
4
4
  InterruptionType,
5
+ MembershipType,
6
+ TransitGatewayAttachmentResourceType,
5
7
  } from "./enums";
6
- import { ByoipCidr, IpPermission, NatGatewayAddress } from "./models_0";
8
+ import { ByoipCidr, IpPermission, NatGatewayAddress, TagSpecification } from "./models_0";
9
+ import { LocalGatewayRoute } from "./models_1";
10
+ import { TransitGatewayRoute } from "./models_2";
11
+ import { ClientVpnConnectionStatus, Filter } from "./models_3";
12
+ import {
13
+ InstanceState,
14
+ NetworkInsightsAccessScopeAnalysis,
15
+ NetworkInsightsAnalysis,
16
+ } from "./models_4";
7
17
  import { CapacityManagerMonitoredTagKey } from "./models_6";
8
18
  import { InstanceMonitoring } from "./models_7";
19
+ export interface ScheduledInstancesEbs {
20
+ DeleteOnTermination?: boolean | undefined;
21
+ Encrypted?: boolean | undefined;
22
+ Iops?: number | undefined;
23
+ SnapshotId?: string | undefined;
24
+ VolumeSize?: number | undefined;
25
+ VolumeType?: string | undefined;
26
+ }
27
+ export interface ScheduledInstancesBlockDeviceMapping {
28
+ DeviceName?: string | undefined;
29
+ Ebs?: ScheduledInstancesEbs | undefined;
30
+ NoDevice?: string | undefined;
31
+ VirtualName?: string | undefined;
32
+ }
33
+ export interface ScheduledInstancesIamInstanceProfile {
34
+ Arn?: string | undefined;
35
+ Name?: string | undefined;
36
+ }
37
+ export interface ScheduledInstancesMonitoring {
38
+ Enabled?: boolean | undefined;
39
+ }
40
+ export interface ScheduledInstancesIpv6Address {
41
+ Ipv6Address?: string | undefined;
42
+ }
43
+ export interface ScheduledInstancesPrivateIpAddressConfig {
44
+ Primary?: boolean | undefined;
45
+ PrivateIpAddress?: string | undefined;
46
+ }
47
+ export interface ScheduledInstancesNetworkInterface {
48
+ AssociatePublicIpAddress?: boolean | undefined;
49
+ DeleteOnTermination?: boolean | undefined;
50
+ Description?: string | undefined;
51
+ DeviceIndex?: number | undefined;
52
+ Groups?: string[] | undefined;
53
+ Ipv6AddressCount?: number | undefined;
54
+ Ipv6Addresses?: ScheduledInstancesIpv6Address[] | undefined;
55
+ NetworkInterfaceId?: string | undefined;
56
+ PrivateIpAddress?: string | undefined;
57
+ PrivateIpAddressConfigs?: ScheduledInstancesPrivateIpAddressConfig[] | undefined;
58
+ SecondaryPrivateIpAddressCount?: number | undefined;
59
+ SubnetId?: string | undefined;
60
+ }
61
+ export interface ScheduledInstancesPlacement {
62
+ AvailabilityZone?: string | undefined;
63
+ GroupName?: string | undefined;
64
+ }
65
+ export interface ScheduledInstancesLaunchSpecification {
66
+ BlockDeviceMappings?: ScheduledInstancesBlockDeviceMapping[] | undefined;
67
+ EbsOptimized?: boolean | undefined;
68
+ IamInstanceProfile?: ScheduledInstancesIamInstanceProfile | undefined;
69
+ ImageId: string | undefined;
70
+ InstanceType?: string | undefined;
71
+ KernelId?: string | undefined;
72
+ KeyName?: string | undefined;
73
+ Monitoring?: ScheduledInstancesMonitoring | undefined;
74
+ NetworkInterfaces?: ScheduledInstancesNetworkInterface[] | undefined;
75
+ Placement?: ScheduledInstancesPlacement | undefined;
76
+ RamdiskId?: string | undefined;
77
+ SecurityGroupIds?: string[] | undefined;
78
+ SubnetId?: string | undefined;
79
+ UserData?: string | undefined;
80
+ }
81
+ export interface RunScheduledInstancesRequest {
82
+ ClientToken?: string | undefined;
83
+ DryRun?: boolean | undefined;
84
+ InstanceCount?: number | undefined;
85
+ LaunchSpecification: ScheduledInstancesLaunchSpecification | undefined;
86
+ ScheduledInstanceId: string | undefined;
87
+ }
88
+ export interface RunScheduledInstancesResult {
89
+ InstanceIdSet?: string[] | undefined;
90
+ }
91
+ export interface SearchLocalGatewayRoutesRequest {
92
+ LocalGatewayRouteTableId: string | undefined;
93
+ Filters?: Filter[] | undefined;
94
+ MaxResults?: number | undefined;
95
+ NextToken?: string | undefined;
96
+ DryRun?: boolean | undefined;
97
+ }
98
+ export interface SearchLocalGatewayRoutesResult {
99
+ Routes?: LocalGatewayRoute[] | undefined;
100
+ NextToken?: string | undefined;
101
+ }
102
+ export interface SearchTransitGatewayMulticastGroupsRequest {
103
+ TransitGatewayMulticastDomainId: string | undefined;
104
+ Filters?: Filter[] | undefined;
105
+ MaxResults?: number | undefined;
106
+ NextToken?: string | undefined;
107
+ DryRun?: boolean | undefined;
108
+ }
109
+ export interface TransitGatewayMulticastGroup {
110
+ GroupIpAddress?: string | undefined;
111
+ TransitGatewayAttachmentId?: string | undefined;
112
+ SubnetId?: string | undefined;
113
+ ResourceId?: string | undefined;
114
+ ResourceType?: TransitGatewayAttachmentResourceType | undefined;
115
+ ResourceOwnerId?: string | undefined;
116
+ NetworkInterfaceId?: string | undefined;
117
+ GroupMember?: boolean | undefined;
118
+ GroupSource?: boolean | undefined;
119
+ MemberType?: MembershipType | undefined;
120
+ SourceType?: MembershipType | undefined;
121
+ }
122
+ export interface SearchTransitGatewayMulticastGroupsResult {
123
+ MulticastGroups?: TransitGatewayMulticastGroup[] | undefined;
124
+ NextToken?: string | undefined;
125
+ }
126
+ export interface SearchTransitGatewayRoutesRequest {
127
+ TransitGatewayRouteTableId: string | undefined;
128
+ Filters: Filter[] | undefined;
129
+ MaxResults?: number | undefined;
130
+ DryRun?: boolean | undefined;
131
+ NextToken?: string | undefined;
132
+ }
133
+ export interface SearchTransitGatewayRoutesResult {
134
+ Routes?: TransitGatewayRoute[] | undefined;
135
+ AdditionalRoutesAvailable?: boolean | undefined;
136
+ NextToken?: string | undefined;
137
+ }
138
+ export interface SendDiagnosticInterruptRequest {
139
+ InstanceId: string | undefined;
140
+ DryRun?: boolean | undefined;
141
+ }
142
+ export interface StartDeclarativePoliciesReportRequest {
143
+ DryRun?: boolean | undefined;
144
+ S3Bucket: string | undefined;
145
+ S3Prefix?: string | undefined;
146
+ TargetId: string | undefined;
147
+ TagSpecifications?: TagSpecification[] | undefined;
148
+ }
149
+ export interface StartDeclarativePoliciesReportResult {
150
+ ReportId?: string | undefined;
151
+ }
152
+ export interface StartInstancesRequest {
153
+ InstanceIds: string[] | undefined;
154
+ AdditionalInfo?: string | undefined;
155
+ DryRun?: boolean | undefined;
156
+ }
157
+ export interface InstanceStateChange {
158
+ InstanceId?: string | undefined;
159
+ CurrentState?: InstanceState | undefined;
160
+ PreviousState?: InstanceState | undefined;
161
+ }
162
+ export interface StartInstancesResult {
163
+ StartingInstances?: InstanceStateChange[] | undefined;
164
+ }
165
+ export interface StartNetworkInsightsAccessScopeAnalysisRequest {
166
+ NetworkInsightsAccessScopeId: string | undefined;
167
+ DryRun?: boolean | undefined;
168
+ TagSpecifications?: TagSpecification[] | undefined;
169
+ ClientToken?: string | undefined;
170
+ }
171
+ export interface StartNetworkInsightsAccessScopeAnalysisResult {
172
+ NetworkInsightsAccessScopeAnalysis?: NetworkInsightsAccessScopeAnalysis | undefined;
173
+ }
174
+ export interface StartNetworkInsightsAnalysisRequest {
175
+ NetworkInsightsPathId: string | undefined;
176
+ AdditionalAccounts?: string[] | undefined;
177
+ FilterInArns?: string[] | undefined;
178
+ FilterOutArns?: string[] | undefined;
179
+ DryRun?: boolean | undefined;
180
+ TagSpecifications?: TagSpecification[] | undefined;
181
+ ClientToken?: string | undefined;
182
+ }
183
+ export interface StartNetworkInsightsAnalysisResult {
184
+ NetworkInsightsAnalysis?: NetworkInsightsAnalysis | undefined;
185
+ }
186
+ export interface StartVpcEndpointServicePrivateDnsVerificationRequest {
187
+ DryRun?: boolean | undefined;
188
+ ServiceId: string | undefined;
189
+ }
190
+ export interface StartVpcEndpointServicePrivateDnsVerificationResult {
191
+ ReturnValue?: boolean | undefined;
192
+ }
193
+ export interface StopInstancesRequest {
194
+ InstanceIds: string[] | undefined;
195
+ Hibernate?: boolean | undefined;
196
+ SkipOsShutdown?: boolean | undefined;
197
+ DryRun?: boolean | undefined;
198
+ Force?: boolean | undefined;
199
+ }
200
+ export interface StopInstancesResult {
201
+ StoppingInstances?: InstanceStateChange[] | undefined;
202
+ }
203
+ export interface TerminateClientVpnConnectionsRequest {
204
+ ClientVpnEndpointId: string | undefined;
205
+ ConnectionId?: string | undefined;
206
+ Username?: string | undefined;
207
+ DryRun?: boolean | undefined;
208
+ }
209
+ export interface TerminateConnectionStatus {
210
+ ConnectionId?: string | undefined;
211
+ PreviousStatus?: ClientVpnConnectionStatus | undefined;
212
+ CurrentStatus?: ClientVpnConnectionStatus | undefined;
213
+ }
214
+ export interface TerminateClientVpnConnectionsResult {
215
+ ClientVpnEndpointId?: string | undefined;
216
+ Username?: string | undefined;
217
+ ConnectionStatuses?: TerminateConnectionStatus[] | undefined;
218
+ }
219
+ export interface TerminateInstancesRequest {
220
+ InstanceIds: string[] | undefined;
221
+ Force?: boolean | undefined;
222
+ SkipOsShutdown?: boolean | undefined;
223
+ DryRun?: boolean | undefined;
224
+ }
225
+ export interface TerminateInstancesResult {
226
+ TerminatingInstances?: InstanceStateChange[] | undefined;
227
+ }
228
+ export interface UnassignIpv6AddressesRequest {
229
+ Ipv6Prefixes?: string[] | undefined;
230
+ NetworkInterfaceId: string | undefined;
231
+ Ipv6Addresses?: string[] | undefined;
232
+ }
233
+ export interface UnassignIpv6AddressesResult {
234
+ NetworkInterfaceId?: string | undefined;
235
+ UnassignedIpv6Addresses?: string[] | undefined;
236
+ UnassignedIpv6Prefixes?: string[] | undefined;
237
+ }
238
+ export interface UnassignPrivateIpAddressesRequest {
239
+ Ipv4Prefixes?: string[] | undefined;
240
+ NetworkInterfaceId: string | undefined;
241
+ PrivateIpAddresses?: string[] | undefined;
242
+ }
9
243
  export interface UnassignPrivateNatGatewayAddressRequest {
10
244
  NatGatewayId: string | undefined;
11
245
  PrivateIpAddresses: string[] | undefined;
@@ -58,6 +58,13 @@ export declare var AnalysisLoadBalancerTarget$: StaticStructureSchema;
58
58
  export declare var AnalysisPacketHeader$: StaticStructureSchema;
59
59
  export declare var AnalysisRouteTableRoute$: StaticStructureSchema;
60
60
  export declare var AnalysisSecurityGroupRule$: StaticStructureSchema;
61
+ export declare var ApplicationStatus$: StaticStructureSchema;
62
+ export declare var ApplicationStatusCheckAssociationObject$: StaticStructureSchema;
63
+ export declare var ApplicationStatusCheckResponseObject$: StaticStructureSchema;
64
+ export declare var ApplicationStatusDetail$: StaticStructureSchema;
65
+ export declare var ApplicationStatusesResponseType$: StaticStructureSchema;
66
+ export declare var ApplicationStatusReason$: StaticStructureSchema;
67
+ export declare var ApplicationStatusSummary$: StaticStructureSchema;
61
68
  export declare var ApplySecurityGroupsToClientVpnTargetNetworkRequest$: StaticStructureSchema;
62
69
  export declare var ApplySecurityGroupsToClientVpnTargetNetworkResult$: StaticStructureSchema;
63
70
  export declare var AsnAssociation$: StaticStructureSchema;
@@ -71,6 +78,8 @@ export declare var AssignPrivateNatGatewayAddressRequest$: StaticStructureSchema
71
78
  export declare var AssignPrivateNatGatewayAddressResult$: StaticStructureSchema;
72
79
  export declare var AssociateAddressRequest$: StaticStructureSchema;
73
80
  export declare var AssociateAddressResult$: StaticStructureSchema;
81
+ export declare var AssociateApplicationStatusCheckRequest$: StaticStructureSchema;
82
+ export declare var AssociateApplicationStatusCheckResult$: StaticStructureSchema;
74
83
  export declare var AssociateCapacityReservationBillingOwnerRequest$: StaticStructureSchema;
75
84
  export declare var AssociateCapacityReservationBillingOwnerResult$: StaticStructureSchema;
76
85
  export declare var AssociateClientVpnTargetNetworkRequest$: StaticStructureSchema;
@@ -263,6 +272,8 @@ export declare var CpuOptions$: StaticStructureSchema;
263
272
  export declare var CpuOptionsRequest$: StaticStructureSchema;
264
273
  export declare var CpuPerformanceFactor$: StaticStructureSchema;
265
274
  export declare var CpuPerformanceFactorRequest$: StaticStructureSchema;
275
+ export declare var CreateApplicationStatusCheckRequest$: StaticStructureSchema;
276
+ export declare var CreateApplicationStatusCheckResult$: StaticStructureSchema;
266
277
  export declare var CreateCapacityManagerDataExportRequest$: StaticStructureSchema;
267
278
  export declare var CreateCapacityManagerDataExportResult$: StaticStructureSchema;
268
279
  export declare var CreateCapacityReservationBySplittingRequest$: StaticStructureSchema;
@@ -490,10 +501,14 @@ export declare var CreationDateConditionRequest$: StaticStructureSchema;
490
501
  export declare var CreditSpecification$: StaticStructureSchema;
491
502
  export declare var CreditSpecificationRequest$: StaticStructureSchema;
492
503
  export declare var CustomerGateway$: StaticStructureSchema;
504
+ export declare var CustomTagKeyValueRequestPair$: StaticStructureSchema;
505
+ export declare var CustomTagKeyValueResponsePair$: StaticStructureSchema;
493
506
  export declare var DataQuery$: StaticStructureSchema;
494
507
  export declare var DataResponse$: StaticStructureSchema;
495
508
  export declare var DeclarativePoliciesReport$: StaticStructureSchema;
496
509
  export declare var DefaultConnectionTrackingConfiguration$: StaticStructureSchema;
510
+ export declare var DeleteApplicationStatusCheckRequest$: StaticStructureSchema;
511
+ export declare var DeleteApplicationStatusCheckResult$: StaticStructureSchema;
497
512
  export declare var DeleteCapacityManagerDataExportRequest$: StaticStructureSchema;
498
513
  export declare var DeleteCapacityManagerDataExportResult$: StaticStructureSchema;
499
514
  export declare var DeleteCarrierGatewayRequest$: StaticStructureSchema;
@@ -702,6 +717,12 @@ export declare var DescribeAddressTransfersRequest$: StaticStructureSchema;
702
717
  export declare var DescribeAddressTransfersResult$: StaticStructureSchema;
703
718
  export declare var DescribeAggregateIdFormatRequest$: StaticStructureSchema;
704
719
  export declare var DescribeAggregateIdFormatResult$: StaticStructureSchema;
720
+ export declare var DescribeApplicationStatusCheckAssociationsRequest$: StaticStructureSchema;
721
+ export declare var DescribeApplicationStatusCheckAssociationsResult$: StaticStructureSchema;
722
+ export declare var DescribeApplicationStatusChecksRequest$: StaticStructureSchema;
723
+ export declare var DescribeApplicationStatusChecksResult$: StaticStructureSchema;
724
+ export declare var DescribeApplicationStatusRequest$: StaticStructureSchema;
725
+ export declare var DescribeApplicationStatusResult$: StaticStructureSchema;
705
726
  export declare var DescribeAvailabilityZonesRequest$: StaticStructureSchema;
706
727
  export declare var DescribeAvailabilityZonesResult$: StaticStructureSchema;
707
728
  export declare var DescribeAwsNetworkPerformanceMetricSubscriptionsRequest$: StaticStructureSchema;
@@ -1090,6 +1111,8 @@ export declare var DisableAddressTransferRequest$: StaticStructureSchema;
1090
1111
  export declare var DisableAddressTransferResult$: StaticStructureSchema;
1091
1112
  export declare var DisableAllowedImagesSettingsRequest$: StaticStructureSchema;
1092
1113
  export declare var DisableAllowedImagesSettingsResult$: StaticStructureSchema;
1114
+ export declare var DisableApplicationStatusCheckSuppressionRequest$: StaticStructureSchema;
1115
+ export declare var DisableApplicationStatusCheckSuppressionResult$: StaticStructureSchema;
1093
1116
  export declare var DisableAwsNetworkPerformanceMetricSubscriptionRequest$: StaticStructureSchema;
1094
1117
  export declare var DisableAwsNetworkPerformanceMetricSubscriptionResult$: StaticStructureSchema;
1095
1118
  export declare var DisableCapacityManagerRequest$: StaticStructureSchema;
@@ -1132,6 +1155,8 @@ export declare var DisableVpcClassicLinkDnsSupportResult$: StaticStructureSchema
1132
1155
  export declare var DisableVpcClassicLinkRequest$: StaticStructureSchema;
1133
1156
  export declare var DisableVpcClassicLinkResult$: StaticStructureSchema;
1134
1157
  export declare var DisassociateAddressRequest$: StaticStructureSchema;
1158
+ export declare var DisassociateApplicationStatusCheckRequest$: StaticStructureSchema;
1159
+ export declare var DisassociateApplicationStatusCheckResult$: StaticStructureSchema;
1135
1160
  export declare var DisassociateCapacityReservationBillingOwnerRequest$: StaticStructureSchema;
1136
1161
  export declare var DisassociateCapacityReservationBillingOwnerResult$: StaticStructureSchema;
1137
1162
  export declare var DisassociateClientVpnTargetNetworkRequest$: StaticStructureSchema;
@@ -1197,6 +1222,8 @@ export declare var EnableAddressTransferRequest$: StaticStructureSchema;
1197
1222
  export declare var EnableAddressTransferResult$: StaticStructureSchema;
1198
1223
  export declare var EnableAllowedImagesSettingsRequest$: StaticStructureSchema;
1199
1224
  export declare var EnableAllowedImagesSettingsResult$: StaticStructureSchema;
1225
+ export declare var EnableApplicationStatusCheckSuppressionRequest$: StaticStructureSchema;
1226
+ export declare var EnableApplicationStatusCheckSuppressionResult$: StaticStructureSchema;
1200
1227
  export declare var EnableAwsNetworkPerformanceMetricSubscriptionRequest$: StaticStructureSchema;
1201
1228
  export declare var EnableAwsNetworkPerformanceMetricSubscriptionResult$: StaticStructureSchema;
1202
1229
  export declare var EnableCapacityManagerRequest$: StaticStructureSchema;
@@ -1446,6 +1473,12 @@ export declare var GpuDeviceInfo$: StaticStructureSchema;
1446
1473
  export declare var GpuDeviceMemoryInfo$: StaticStructureSchema;
1447
1474
  export declare var GpuInfo$: StaticStructureSchema;
1448
1475
  export declare var GroupIdentifier$: StaticStructureSchema;
1476
+ export declare var HealthCheckPathDestinationRequestObject$: StaticStructureSchema;
1477
+ export declare var HealthCheckPathDestinationResponseObject$: StaticStructureSchema;
1478
+ export declare var HealthCheckPathRequestObject$: StaticStructureSchema;
1479
+ export declare var HealthCheckPathResponseObject$: StaticStructureSchema;
1480
+ export declare var HealthCheckPathSourceRequestObject$: StaticStructureSchema;
1481
+ export declare var HealthCheckPathSourceResponseObject$: StaticStructureSchema;
1449
1482
  export declare var HibernationOptions$: StaticStructureSchema;
1450
1483
  export declare var HibernationOptionsRequest$: StaticStructureSchema;
1451
1484
  export declare var HistoryRecord$: StaticStructureSchema;
@@ -1507,6 +1540,7 @@ export declare var InferenceDeviceInfo$: StaticStructureSchema;
1507
1540
  export declare var InferenceDeviceMemoryInfo$: StaticStructureSchema;
1508
1541
  export declare var InitializationStatusDetails$: StaticStructureSchema;
1509
1542
  export declare var Instance$: StaticStructureSchema;
1543
+ export declare var InstanceApplicationStatus$: StaticStructureSchema;
1510
1544
  export declare var InstanceAttachmentEnaSrdSpecification$: StaticStructureSchema;
1511
1545
  export declare var InstanceAttachmentEnaSrdUdpSpecification$: StaticStructureSchema;
1512
1546
  export declare var InstanceAttribute$: StaticStructureSchema;
@@ -1721,6 +1755,8 @@ export declare var ModifyAccountVpcEncryptionControlRequest$: StaticStructureSch
1721
1755
  export declare var ModifyAccountVpcEncryptionControlResult$: StaticStructureSchema;
1722
1756
  export declare var ModifyAddressAttributeRequest$: StaticStructureSchema;
1723
1757
  export declare var ModifyAddressAttributeResult$: StaticStructureSchema;
1758
+ export declare var ModifyApplicationStatusCheckRequest$: StaticStructureSchema;
1759
+ export declare var ModifyApplicationStatusCheckResult$: StaticStructureSchema;
1724
1760
  export declare var ModifyAvailabilityZoneGroupRequest$: StaticStructureSchema;
1725
1761
  export declare var ModifyAvailabilityZoneGroupResult$: StaticStructureSchema;
1726
1762
  export declare var ModifyCapacityReservationFleetRequest$: StaticStructureSchema;
@@ -2235,8 +2271,10 @@ export declare var SubnetConfiguration$: StaticStructureSchema;
2235
2271
  export declare var SubnetIpPrefixes$: StaticStructureSchema;
2236
2272
  export declare var SubnetIpv6CidrBlockAssociation$: StaticStructureSchema;
2237
2273
  export declare var Subscription$: StaticStructureSchema;
2274
+ export declare var SuccessfulAssociationResponseObject$: StaticStructureSchema;
2238
2275
  export declare var SuccessfulInstanceCreditSpecificationItem$: StaticStructureSchema;
2239
2276
  export declare var SuccessfulQueuedPurchaseDeletion$: StaticStructureSchema;
2277
+ export declare var SuccessfulSuppressionResponseObject$: StaticStructureSchema;
2240
2278
  export declare var SupportedRegionDetail$: StaticStructureSchema;
2241
2279
  export declare var Tag$: StaticStructureSchema;
2242
2280
  export declare var TagDescription$: StaticStructureSchema;
@@ -2326,10 +2364,12 @@ export declare var UnlockSnapshotRequest$: StaticStructureSchema;
2326
2364
  export declare var UnlockSnapshotResult$: StaticStructureSchema;
2327
2365
  export declare var UnmonitorInstancesRequest$: StaticStructureSchema;
2328
2366
  export declare var UnmonitorInstancesResult$: StaticStructureSchema;
2367
+ export declare var UnsuccessfulAssociationResponseObject$: StaticStructureSchema;
2329
2368
  export declare var UnsuccessfulInstanceCreditSpecificationItem$: StaticStructureSchema;
2330
2369
  export declare var UnsuccessfulInstanceCreditSpecificationItemError$: StaticStructureSchema;
2331
2370
  export declare var UnsuccessfulItem$: StaticStructureSchema;
2332
2371
  export declare var UnsuccessfulItemError$: StaticStructureSchema;
2372
+ export declare var UnsuccessfulSuppressionResponseObject$: StaticStructureSchema;
2333
2373
  export declare var UpdateCapacityManagerMonitoredTagKeysRequest$: StaticStructureSchema;
2334
2374
  export declare var UpdateCapacityManagerMonitoredTagKeysResult$: StaticStructureSchema;
2335
2375
  export declare var UpdateCapacityManagerOrganizationsAccessRequest$: StaticStructureSchema;
@@ -2439,6 +2479,7 @@ export declare var AssignIpv6Addresses$: StaticOperationSchema;
2439
2479
  export declare var AssignPrivateIpAddresses$: StaticOperationSchema;
2440
2480
  export declare var AssignPrivateNatGatewayAddress$: StaticOperationSchema;
2441
2481
  export declare var AssociateAddress$: StaticOperationSchema;
2482
+ export declare var AssociateApplicationStatusCheck$: StaticOperationSchema;
2442
2483
  export declare var AssociateCapacityReservationBillingOwner$: StaticOperationSchema;
2443
2484
  export declare var AssociateClientVpnTargetNetwork$: StaticOperationSchema;
2444
2485
  export declare var AssociateDhcpOptions$: StaticOperationSchema;
@@ -2484,6 +2525,7 @@ export declare var CopyFpgaImage$: StaticOperationSchema;
2484
2525
  export declare var CopyImage$: StaticOperationSchema;
2485
2526
  export declare var CopySnapshot$: StaticOperationSchema;
2486
2527
  export declare var CopyVolumes$: StaticOperationSchema;
2528
+ export declare var CreateApplicationStatusCheck$: StaticOperationSchema;
2487
2529
  export declare var CreateCapacityManagerDataExport$: StaticOperationSchema;
2488
2530
  export declare var CreateCapacityReservation$: StaticOperationSchema;
2489
2531
  export declare var CreateCapacityReservationBySplitting$: StaticOperationSchema;
@@ -2590,6 +2632,7 @@ export declare var CreateVpnConcentrator$: StaticOperationSchema;
2590
2632
  export declare var CreateVpnConnection$: StaticOperationSchema;
2591
2633
  export declare var CreateVpnConnectionRoute$: StaticOperationSchema;
2592
2634
  export declare var CreateVpnGateway$: StaticOperationSchema;
2635
+ export declare var DeleteApplicationStatusCheck$: StaticOperationSchema;
2593
2636
  export declare var DeleteCapacityManagerDataExport$: StaticOperationSchema;
2594
2637
  export declare var DeleteCarrierGateway$: StaticOperationSchema;
2595
2638
  export declare var DeleteClientVpnEndpoint$: StaticOperationSchema;
@@ -2698,6 +2741,9 @@ export declare var DescribeAddresses$: StaticOperationSchema;
2698
2741
  export declare var DescribeAddressesAttribute$: StaticOperationSchema;
2699
2742
  export declare var DescribeAddressTransfers$: StaticOperationSchema;
2700
2743
  export declare var DescribeAggregateIdFormat$: StaticOperationSchema;
2744
+ export declare var DescribeApplicationStatus$: StaticOperationSchema;
2745
+ export declare var DescribeApplicationStatusCheckAssociations$: StaticOperationSchema;
2746
+ export declare var DescribeApplicationStatusChecks$: StaticOperationSchema;
2701
2747
  export declare var DescribeAvailabilityZones$: StaticOperationSchema;
2702
2748
  export declare var DescribeAwsNetworkPerformanceMetricSubscriptions$: StaticOperationSchema;
2703
2749
  export declare var DescribeBundleTasks$: StaticOperationSchema;
@@ -2889,6 +2935,7 @@ export declare var DetachVolume$: StaticOperationSchema;
2889
2935
  export declare var DetachVpnGateway$: StaticOperationSchema;
2890
2936
  export declare var DisableAddressTransfer$: StaticOperationSchema;
2891
2937
  export declare var DisableAllowedImagesSettings$: StaticOperationSchema;
2938
+ export declare var DisableApplicationStatusCheckSuppression$: StaticOperationSchema;
2892
2939
  export declare var DisableAwsNetworkPerformanceMetricSubscription$: StaticOperationSchema;
2893
2940
  export declare var DisableCapacityManager$: StaticOperationSchema;
2894
2941
  export declare var DisableEbsEncryptionByDefault$: StaticOperationSchema;
@@ -2909,6 +2956,7 @@ export declare var DisableVgwRoutePropagation$: StaticOperationSchema;
2909
2956
  export declare var DisableVpcClassicLink$: StaticOperationSchema;
2910
2957
  export declare var DisableVpcClassicLinkDnsSupport$: StaticOperationSchema;
2911
2958
  export declare var DisassociateAddress$: StaticOperationSchema;
2959
+ export declare var DisassociateApplicationStatusCheck$: StaticOperationSchema;
2912
2960
  export declare var DisassociateCapacityReservationBillingOwner$: StaticOperationSchema;
2913
2961
  export declare var DisassociateClientVpnTargetNetwork$: StaticOperationSchema;
2914
2962
  export declare var DisassociateEnclaveCertificateIamRole$: StaticOperationSchema;
@@ -2928,6 +2976,7 @@ export declare var DisassociateTrunkInterface$: StaticOperationSchema;
2928
2976
  export declare var DisassociateVpcCidrBlock$: StaticOperationSchema;
2929
2977
  export declare var EnableAddressTransfer$: StaticOperationSchema;
2930
2978
  export declare var EnableAllowedImagesSettings$: StaticOperationSchema;
2979
+ export declare var EnableApplicationStatusCheckSuppression$: StaticOperationSchema;
2931
2980
  export declare var EnableAwsNetworkPerformanceMetricSubscription$: StaticOperationSchema;
2932
2981
  export declare var EnableCapacityManager$: StaticOperationSchema;
2933
2982
  export declare var EnableEbsEncryptionByDefault$: StaticOperationSchema;
@@ -3036,6 +3085,7 @@ export declare var ListVolumesInRecycleBin$: StaticOperationSchema;
3036
3085
  export declare var LockSnapshot$: StaticOperationSchema;
3037
3086
  export declare var ModifyAccountVpcEncryptionControl$: StaticOperationSchema;
3038
3087
  export declare var ModifyAddressAttribute$: StaticOperationSchema;
3088
+ export declare var ModifyApplicationStatusCheck$: StaticOperationSchema;
3039
3089
  export declare var ModifyAvailabilityZoneGroup$: StaticOperationSchema;
3040
3090
  export declare var ModifyCapacityReservation$: StaticOperationSchema;
3041
3091
  export declare var ModifyCapacityReservationFleet$: StaticOperationSchema;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-ec2",
3
- "version": "3.1102.0",
3
+ "version": "3.1104.0",
4
4
  "description": "AWS SDK for JavaScript Ec2 Client for Node.js, Browser and React Native",
5
5
  "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-ec2",
6
6
  "license": "Apache-2.0",
@@ -52,9 +52,9 @@
52
52
  "test:index": "tsc --noEmit ./test/index-types.ts && node ./test/index-objects.spec.mjs"
53
53
  },
54
54
  "dependencies": {
55
- "@aws-sdk/core": "^3.977.5",
56
- "@aws-sdk/credential-provider-node": "^3.972.77",
57
- "@aws-sdk/middleware-sdk-ec2": "^3.972.54",
55
+ "@aws-sdk/core": "^3.977.6",
56
+ "@aws-sdk/credential-provider-node": "^3.972.78",
57
+ "@aws-sdk/middleware-sdk-ec2": "^3.972.55",
58
58
  "@aws-sdk/types": "^3.974.2",
59
59
  "@smithy/core": "^3.31.1",
60
60
  "@smithy/fetch-http-handler": "^5.6.13",