@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
@@ -6,11 +6,11 @@ import {
6
6
  ConnectionNotificationState,
7
7
  ConnectionNotificationType,
8
8
  CopyTagsFromSource,
9
+ CurrencyCodeValues,
9
10
  DatafeedSubscriptionState,
10
11
  DefaultRouteTableAssociationValue,
11
12
  DefaultRouteTablePropagationValue,
12
13
  DeleteFleetErrorCode,
13
- DeleteQueuedReservedInstancesErrorCode,
14
14
  DeviceTrustProviderType,
15
15
  DnsNameState,
16
16
  DnsRecordIpType,
@@ -31,11 +31,16 @@ import {
31
31
  PayerResponsibilityScope,
32
32
  PayerResponsibilityType,
33
33
  ProtocolValue,
34
+ ReplaceRootVolumeTaskState,
34
35
  RouteOrigin,
35
36
  RouteServerBfdState,
36
37
  RouteServerBgpState,
38
+ RouteServerEndpointState,
37
39
  RouteServerPeerLivenessMode,
38
40
  RouteServerPeerState,
41
+ RouteServerPersistRoutesAction,
42
+ RouteServerPersistRoutesState,
43
+ RouteServerState,
39
44
  RouteState,
40
45
  SecondaryNetworkCidrBlockAssociationState,
41
46
  SecondaryNetworkState,
@@ -95,11 +100,9 @@ import {
95
100
  VpnTunnelBandwidth,
96
101
  } from "./enums";
97
102
  import {
103
+ ApplicationStatusCheckResponseObject,
98
104
  CarrierGateway,
99
- ClientVpnEndpointStatus,
100
- ClientVpnRouteStatus,
101
- CoipCidr,
102
- CoipPool,
105
+ ReservedInstancesListing,
103
106
  RouteTableAssociationState,
104
107
  Tag,
105
108
  TagSpecification,
@@ -113,6 +116,10 @@ import {
113
116
  VpcPeeringConnection,
114
117
  } from "./models_0";
115
118
  import {
119
+ ClientVpnEndpointStatus,
120
+ ClientVpnRouteStatus,
121
+ CoipCidr,
122
+ CoipPool,
116
123
  Ec2InstanceConnectEndpoint,
117
124
  Ipam,
118
125
  IpamExternalResourceVerificationToken,
@@ -135,6 +142,109 @@ import {
135
142
  Vpc,
136
143
  VpcEncryptionControl,
137
144
  } from "./models_1";
145
+ export interface ReplaceRootVolumeTask {
146
+ ReplaceRootVolumeTaskId?: string | undefined;
147
+ InstanceId?: string | undefined;
148
+ TaskState?: ReplaceRootVolumeTaskState | undefined;
149
+ StartTime?: string | undefined;
150
+ CompleteTime?: string | undefined;
151
+ Tags?: Tag[] | undefined;
152
+ ImageId?: string | undefined;
153
+ SnapshotId?: string | undefined;
154
+ DeleteReplacedRootVolume?: boolean | undefined;
155
+ }
156
+ export interface CreateReplaceRootVolumeTaskResult {
157
+ ReplaceRootVolumeTask?: ReplaceRootVolumeTask | undefined;
158
+ }
159
+ export interface PriceScheduleSpecification {
160
+ Term?: number | undefined;
161
+ Price?: number | undefined;
162
+ CurrencyCode?: CurrencyCodeValues | undefined;
163
+ }
164
+ export interface CreateReservedInstancesListingRequest {
165
+ ReservedInstancesId: string | undefined;
166
+ InstanceCount: number | undefined;
167
+ PriceSchedules: PriceScheduleSpecification[] | undefined;
168
+ ClientToken: string | undefined;
169
+ }
170
+ export interface CreateReservedInstancesListingResult {
171
+ ReservedInstancesListings?: ReservedInstancesListing[] | undefined;
172
+ }
173
+ export interface CreateRestoreImageTaskRequest {
174
+ Bucket: string | undefined;
175
+ ObjectKey: string | undefined;
176
+ Name?: string | undefined;
177
+ TagSpecifications?: TagSpecification[] | undefined;
178
+ DryRun?: boolean | undefined;
179
+ }
180
+ export interface CreateRestoreImageTaskResult {
181
+ ImageId?: string | undefined;
182
+ }
183
+ export interface CreateRouteRequest {
184
+ DestinationPrefixListId?: string | undefined;
185
+ VpcEndpointId?: string | undefined;
186
+ TransitGatewayId?: string | undefined;
187
+ LocalGatewayId?: string | undefined;
188
+ CarrierGatewayId?: string | undefined;
189
+ CoreNetworkArn?: string | undefined;
190
+ OdbNetworkArn?: string | undefined;
191
+ DryRun?: boolean | undefined;
192
+ RouteTableId: string | undefined;
193
+ DestinationCidrBlock?: string | undefined;
194
+ GatewayId?: string | undefined;
195
+ DestinationIpv6CidrBlock?: string | undefined;
196
+ EgressOnlyInternetGatewayId?: string | undefined;
197
+ InstanceId?: string | undefined;
198
+ NetworkInterfaceId?: string | undefined;
199
+ VpcPeeringConnectionId?: string | undefined;
200
+ NatGatewayId?: string | undefined;
201
+ }
202
+ export interface CreateRouteResult {
203
+ Return?: boolean | undefined;
204
+ }
205
+ export interface CreateRouteServerRequest {
206
+ AmazonSideAsn: number | undefined;
207
+ ClientToken?: string | undefined;
208
+ DryRun?: boolean | undefined;
209
+ PersistRoutes?: RouteServerPersistRoutesAction | undefined;
210
+ PersistRoutesDuration?: number | undefined;
211
+ SnsNotificationsEnabled?: boolean | undefined;
212
+ TagSpecifications?: TagSpecification[] | undefined;
213
+ }
214
+ export interface RouteServer {
215
+ RouteServerId?: string | undefined;
216
+ AmazonSideAsn?: number | undefined;
217
+ State?: RouteServerState | undefined;
218
+ Tags?: Tag[] | undefined;
219
+ PersistRoutesState?: RouteServerPersistRoutesState | undefined;
220
+ PersistRoutesDuration?: number | undefined;
221
+ SnsNotificationsEnabled?: boolean | undefined;
222
+ SnsTopicArn?: string | undefined;
223
+ }
224
+ export interface CreateRouteServerResult {
225
+ RouteServer?: RouteServer | undefined;
226
+ }
227
+ export interface CreateRouteServerEndpointRequest {
228
+ RouteServerId: string | undefined;
229
+ SubnetId: string | undefined;
230
+ ClientToken?: string | undefined;
231
+ DryRun?: boolean | undefined;
232
+ TagSpecifications?: TagSpecification[] | undefined;
233
+ }
234
+ export interface RouteServerEndpoint {
235
+ RouteServerId?: string | undefined;
236
+ RouteServerEndpointId?: string | undefined;
237
+ VpcId?: string | undefined;
238
+ SubnetId?: string | undefined;
239
+ EniId?: string | undefined;
240
+ EniAddress?: string | undefined;
241
+ State?: RouteServerEndpointState | undefined;
242
+ FailureReason?: string | undefined;
243
+ Tags?: Tag[] | undefined;
244
+ }
245
+ export interface CreateRouteServerEndpointResult {
246
+ RouteServerEndpoint?: RouteServerEndpoint | undefined;
247
+ }
138
248
  export interface RouteServerBgpOptionsRequest {
139
249
  PeerAsn: number | undefined;
140
250
  PeerLivenessDetection?: RouteServerPeerLivenessMode | undefined;
@@ -229,7 +339,7 @@ export interface CreateRouteTableResult {
229
339
  export interface CreateSecondaryNetworkRequest {
230
340
  ClientToken?: string | undefined;
231
341
  DryRun?: boolean | undefined;
232
- Ipv4CidrBlock: string | undefined;
342
+ Ipv4CidrBlock?: string | undefined;
233
343
  NetworkType: SecondaryNetworkType | undefined;
234
344
  TagSpecifications?: TagSpecification[] | undefined;
235
345
  }
@@ -1569,6 +1679,14 @@ export interface VpnGateway {
1569
1679
  export interface CreateVpnGatewayResult {
1570
1680
  VpnGateway?: VpnGateway | undefined;
1571
1681
  }
1682
+ export interface DeleteApplicationStatusCheckRequest {
1683
+ ApplicationStatusCheckId: string | undefined;
1684
+ ClientToken?: string | undefined;
1685
+ DryRun?: boolean | undefined;
1686
+ }
1687
+ export interface DeleteApplicationStatusCheckResult {
1688
+ ApplicationStatusCheck?: ApplicationStatusCheckResponseObject | undefined;
1689
+ }
1572
1690
  export interface DeleteCapacityManagerDataExportRequest {
1573
1691
  CapacityManagerDataExportId: string | undefined;
1574
1692
  DryRun?: boolean | undefined;
@@ -1876,67 +1994,3 @@ export interface DeleteNetworkInsightsAccessScopeRequest {
1876
1994
  export interface DeleteNetworkInsightsAccessScopeResult {
1877
1995
  NetworkInsightsAccessScopeId?: string | undefined;
1878
1996
  }
1879
- export interface DeleteNetworkInsightsAccessScopeAnalysisRequest {
1880
- NetworkInsightsAccessScopeAnalysisId: string | undefined;
1881
- DryRun?: boolean | undefined;
1882
- }
1883
- export interface DeleteNetworkInsightsAccessScopeAnalysisResult {
1884
- NetworkInsightsAccessScopeAnalysisId?: string | undefined;
1885
- }
1886
- export interface DeleteNetworkInsightsAnalysisRequest {
1887
- DryRun?: boolean | undefined;
1888
- NetworkInsightsAnalysisId: string | undefined;
1889
- }
1890
- export interface DeleteNetworkInsightsAnalysisResult {
1891
- NetworkInsightsAnalysisId?: string | undefined;
1892
- }
1893
- export interface DeleteNetworkInsightsPathRequest {
1894
- DryRun?: boolean | undefined;
1895
- NetworkInsightsPathId: string | undefined;
1896
- }
1897
- export interface DeleteNetworkInsightsPathResult {
1898
- NetworkInsightsPathId?: string | undefined;
1899
- }
1900
- export interface DeleteNetworkInterfaceRequest {
1901
- DryRun?: boolean | undefined;
1902
- NetworkInterfaceId: string | undefined;
1903
- }
1904
- export interface DeleteNetworkInterfacePermissionRequest {
1905
- NetworkInterfacePermissionId: string | undefined;
1906
- Force?: boolean | undefined;
1907
- DryRun?: boolean | undefined;
1908
- }
1909
- export interface DeleteNetworkInterfacePermissionResult {
1910
- Return?: boolean | undefined;
1911
- }
1912
- export interface DeletePlacementGroupRequest {
1913
- DryRun?: boolean | undefined;
1914
- GroupName: string | undefined;
1915
- }
1916
- export interface DeletePublicIpv4PoolRequest {
1917
- DryRun?: boolean | undefined;
1918
- PoolId: string | undefined;
1919
- NetworkBorderGroup?: string | undefined;
1920
- }
1921
- export interface DeletePublicIpv4PoolResult {
1922
- ReturnValue?: boolean | undefined;
1923
- }
1924
- export interface DeleteQueuedReservedInstancesRequest {
1925
- DryRun?: boolean | undefined;
1926
- ReservedInstancesIds: string[] | undefined;
1927
- }
1928
- export interface DeleteQueuedReservedInstancesError {
1929
- Code?: DeleteQueuedReservedInstancesErrorCode | undefined;
1930
- Message?: string | undefined;
1931
- }
1932
- export interface FailedQueuedPurchaseDeletion {
1933
- Error?: DeleteQueuedReservedInstancesError | undefined;
1934
- ReservedInstancesId?: string | undefined;
1935
- }
1936
- export interface SuccessfulQueuedPurchaseDeletion {
1937
- ReservedInstancesId?: string | undefined;
1938
- }
1939
- export interface DeleteQueuedReservedInstancesResult {
1940
- SuccessfulQueuedPurchaseDeletions?: SuccessfulQueuedPurchaseDeletion[] | undefined;
1941
- FailedQueuedPurchaseDeletions?: FailedQueuedPurchaseDeletion[] | undefined;
1942
- }
@@ -2,12 +2,12 @@ import {
2
2
  _InstanceType,
3
3
  AccountAttributeName,
4
4
  AddressAttributeName,
5
- AllocationState,
6
- AllowsMultipleInstanceTypes,
7
- AmdSevSnp,
5
+ AggregationStatusEnum,
6
+ ApplicationStatusCheckEnum,
7
+ ApplicationStatusEnum,
8
8
  AsnState,
9
9
  AssociatedNetworkType,
10
- AutoPlacement,
10
+ AssociationTypeEnum,
11
11
  AvailabilityZoneOptInStatus,
12
12
  AvailabilityZoneState,
13
13
  CallerRole,
@@ -22,8 +22,8 @@ import {
22
22
  ClientVpnConnectionStatusCode,
23
23
  ClientVpnEndpointAttributeStatusCode,
24
24
  ConversionTaskState,
25
- CurrencyCodeValues,
26
25
  DefaultTargetCapacityType,
26
+ DeleteQueuedReservedInstancesErrorCode,
27
27
  DestinationFileFormat,
28
28
  DiskImageFormat,
29
29
  ElasticGpuState,
@@ -45,24 +45,17 @@ import {
45
45
  FleetType,
46
46
  FpgaImageAttributeName,
47
47
  FpgaImageStateCode,
48
- HostMaintenance,
49
- HostRecovery,
50
- ImageAttributeName,
51
- ImageReferenceOptionName,
52
- ImageReferenceResourceType,
53
48
  InstanceLifecycle,
54
49
  IpamPoolCidrFailureCode,
55
50
  IpamPoolCidrState,
56
51
  LogDestinationType,
57
52
  MetricType,
58
53
  OutputFormat,
59
- PaymentOption,
60
54
  PeriodType,
61
55
  PermissionGroup,
62
56
  PlatformValues,
63
57
  ProductCodeValues,
64
58
  ReportState,
65
- ReservationState,
66
59
  Schedule,
67
60
  SnapshotReturnCodes,
68
61
  SpotAllocationStrategy,
@@ -82,6 +75,7 @@ import {
82
75
  Address,
83
76
  AddressAttribute,
84
77
  AddressTransfer,
78
+ ApplicationStatusCheckResponseObject,
85
79
  AssociationStatus,
86
80
  BundleTask,
87
81
  ByoipCidr,
@@ -89,12 +83,7 @@ import {
89
83
  CapacityReservationCancellationQuote,
90
84
  CarrierGateway,
91
85
  ClientVpnAuthorizationRuleStatus,
92
- ClientVpnEndpointStatus,
93
- ClientVpnRouteStatus,
94
- CoipPool,
95
- CustomerGateway,
96
86
  FleetCapacityReservation,
97
- IamInstanceProfileAssociation,
98
87
  Tag,
99
88
  TransitGatewayClientVpnAttachment,
100
89
  TransitGatewayPeeringAttachment,
@@ -104,8 +93,10 @@ import {
104
93
  VerifiedAccessTrustProvider,
105
94
  } from "./models_0";
106
95
  import {
107
- AttributeValue,
108
- BlockDeviceMapping,
96
+ ClientVpnEndpointStatus,
97
+ ClientVpnRouteStatus,
98
+ CoipPool,
99
+ CustomerGateway,
109
100
  DhcpOptions,
110
101
  EgressOnlyInternetGateway,
111
102
  ExportTask,
@@ -113,11 +104,11 @@ import {
113
104
  FleetLaunchTemplateSpecification,
114
105
  GroupIdentifier,
115
106
  LaunchTemplateAndOverridesResponse,
116
- RouteServer,
117
- RouteServerEndpoint,
118
107
  VpcEncryptionControl,
119
108
  } from "./models_1";
120
109
  import {
110
+ RouteServer,
111
+ RouteServerEndpoint,
121
112
  RouteServerPeer,
122
113
  SecondaryNetwork,
123
114
  SecondarySubnet,
@@ -138,6 +129,70 @@ import {
138
129
  VerifiedAccessGroup,
139
130
  VpcBlockPublicAccessExclusion,
140
131
  } from "./models_2";
132
+ export interface DeleteNetworkInsightsAccessScopeAnalysisRequest {
133
+ NetworkInsightsAccessScopeAnalysisId: string | undefined;
134
+ DryRun?: boolean | undefined;
135
+ }
136
+ export interface DeleteNetworkInsightsAccessScopeAnalysisResult {
137
+ NetworkInsightsAccessScopeAnalysisId?: string | undefined;
138
+ }
139
+ export interface DeleteNetworkInsightsAnalysisRequest {
140
+ DryRun?: boolean | undefined;
141
+ NetworkInsightsAnalysisId: string | undefined;
142
+ }
143
+ export interface DeleteNetworkInsightsAnalysisResult {
144
+ NetworkInsightsAnalysisId?: string | undefined;
145
+ }
146
+ export interface DeleteNetworkInsightsPathRequest {
147
+ DryRun?: boolean | undefined;
148
+ NetworkInsightsPathId: string | undefined;
149
+ }
150
+ export interface DeleteNetworkInsightsPathResult {
151
+ NetworkInsightsPathId?: string | undefined;
152
+ }
153
+ export interface DeleteNetworkInterfaceRequest {
154
+ DryRun?: boolean | undefined;
155
+ NetworkInterfaceId: string | undefined;
156
+ }
157
+ export interface DeleteNetworkInterfacePermissionRequest {
158
+ NetworkInterfacePermissionId: string | undefined;
159
+ Force?: boolean | undefined;
160
+ DryRun?: boolean | undefined;
161
+ }
162
+ export interface DeleteNetworkInterfacePermissionResult {
163
+ Return?: boolean | undefined;
164
+ }
165
+ export interface DeletePlacementGroupRequest {
166
+ DryRun?: boolean | undefined;
167
+ GroupName: string | undefined;
168
+ }
169
+ export interface DeletePublicIpv4PoolRequest {
170
+ DryRun?: boolean | undefined;
171
+ PoolId: string | undefined;
172
+ NetworkBorderGroup?: string | undefined;
173
+ }
174
+ export interface DeletePublicIpv4PoolResult {
175
+ ReturnValue?: boolean | undefined;
176
+ }
177
+ export interface DeleteQueuedReservedInstancesRequest {
178
+ DryRun?: boolean | undefined;
179
+ ReservedInstancesIds: string[] | undefined;
180
+ }
181
+ export interface DeleteQueuedReservedInstancesError {
182
+ Code?: DeleteQueuedReservedInstancesErrorCode | undefined;
183
+ Message?: string | undefined;
184
+ }
185
+ export interface FailedQueuedPurchaseDeletion {
186
+ Error?: DeleteQueuedReservedInstancesError | undefined;
187
+ ReservedInstancesId?: string | undefined;
188
+ }
189
+ export interface SuccessfulQueuedPurchaseDeletion {
190
+ ReservedInstancesId?: string | undefined;
191
+ }
192
+ export interface DeleteQueuedReservedInstancesResult {
193
+ SuccessfulQueuedPurchaseDeletions?: SuccessfulQueuedPurchaseDeletion[] | undefined;
194
+ FailedQueuedPurchaseDeletions?: FailedQueuedPurchaseDeletion[] | undefined;
195
+ }
141
196
  export interface DeleteRouteRequest {
142
197
  DestinationPrefixListId?: string | undefined;
143
198
  DryRun?: boolean | undefined;
@@ -622,6 +677,78 @@ export interface DescribeAggregateIdFormatResult {
622
677
  UseLongIdsAggregated?: boolean | undefined;
623
678
  Statuses?: IdFormat[] | undefined;
624
679
  }
680
+ export interface DescribeApplicationStatusRequest {
681
+ InstanceIds?: string[] | undefined;
682
+ Filters?: Filter[] | undefined;
683
+ MaxResults?: number | undefined;
684
+ NextToken?: string | undefined;
685
+ DryRun?: boolean | undefined;
686
+ }
687
+ export interface ApplicationStatusReason {
688
+ Code?: string | undefined;
689
+ StatusCode?: number | undefined;
690
+ Protocol?: string | undefined;
691
+ }
692
+ export interface ApplicationStatusDetail {
693
+ ApplicationStatusCheckId?: string | undefined;
694
+ CheckUpdateTime?: Date | undefined;
695
+ Aggregation?: AggregationStatusEnum | undefined;
696
+ Status?: ApplicationStatusCheckEnum | undefined;
697
+ StatusTimeStamp?: Date | undefined;
698
+ StatusSince?: Date | undefined;
699
+ Reason?: ApplicationStatusReason | undefined;
700
+ }
701
+ export interface ApplicationStatus {
702
+ Status?: ApplicationStatusEnum | undefined;
703
+ StatusTimeStamp?: Date | undefined;
704
+ StatusSince?: Date | undefined;
705
+ ResumeAt?: Date | undefined;
706
+ Details?: ApplicationStatusDetail[] | undefined;
707
+ }
708
+ export interface InstanceApplicationStatus {
709
+ InstanceId?: string | undefined;
710
+ AvailabilityZone?: string | undefined;
711
+ AvailabilityZoneId?: string | undefined;
712
+ ApplicationStatus?: ApplicationStatus | undefined;
713
+ Tags?: Tag[] | undefined;
714
+ }
715
+ export interface ApplicationStatusesResponseType {
716
+ Instances?: InstanceApplicationStatus[] | undefined;
717
+ }
718
+ export interface DescribeApplicationStatusResult {
719
+ ApplicationStatuses?: ApplicationStatusesResponseType | undefined;
720
+ NextToken?: string | undefined;
721
+ }
722
+ export interface DescribeApplicationStatusCheckAssociationsRequest {
723
+ ApplicationStatusCheckIds?: string[] | undefined;
724
+ Filters?: Filter[] | undefined;
725
+ MaxResults?: number | undefined;
726
+ NextToken?: string | undefined;
727
+ DryRun?: boolean | undefined;
728
+ }
729
+ export interface ApplicationStatusCheckAssociationObject {
730
+ ApplicationStatusCheckId?: string | undefined;
731
+ AssociationType?: AssociationTypeEnum | undefined;
732
+ Key?: string | undefined;
733
+ Value?: string | undefined;
734
+ }
735
+ export interface DescribeApplicationStatusCheckAssociationsResult {
736
+ Associations?: ApplicationStatusCheckAssociationObject[] | undefined;
737
+ NextToken?: string | undefined;
738
+ Tags?: Tag[] | undefined;
739
+ }
740
+ export interface DescribeApplicationStatusChecksRequest {
741
+ ApplicationStatusCheckIds?: string[] | undefined;
742
+ Filters?: Filter[] | undefined;
743
+ MaxResults?: number | undefined;
744
+ NextToken?: string | undefined;
745
+ IncludeAll?: boolean | undefined;
746
+ DryRun?: boolean | undefined;
747
+ }
748
+ export interface DescribeApplicationStatusChecksResult {
749
+ ApplicationStatusChecks?: ApplicationStatusCheckResponseObject[] | undefined;
750
+ NextToken?: string | undefined;
751
+ }
625
752
  export interface DescribeAvailabilityZonesRequest {
626
753
  ZoneNames?: string[] | undefined;
627
754
  ZoneIds?: string[] | undefined;
@@ -1600,186 +1727,3 @@ export interface FpgaImage {
1600
1727
  DataRetentionSupport?: boolean | undefined;
1601
1728
  InstanceTypes?: string[] | undefined;
1602
1729
  }
1603
- export interface DescribeFpgaImagesResult {
1604
- FpgaImages?: FpgaImage[] | undefined;
1605
- NextToken?: string | undefined;
1606
- }
1607
- export interface DescribeHostReservationOfferingsRequest {
1608
- Filter?: Filter[] | undefined;
1609
- MaxDuration?: number | undefined;
1610
- MaxResults?: number | undefined;
1611
- MinDuration?: number | undefined;
1612
- NextToken?: string | undefined;
1613
- OfferingId?: string | undefined;
1614
- }
1615
- export interface HostOffering {
1616
- CurrencyCode?: CurrencyCodeValues | undefined;
1617
- Duration?: number | undefined;
1618
- HourlyPrice?: string | undefined;
1619
- InstanceFamily?: string | undefined;
1620
- OfferingId?: string | undefined;
1621
- PaymentOption?: PaymentOption | undefined;
1622
- UpfrontPrice?: string | undefined;
1623
- }
1624
- export interface DescribeHostReservationOfferingsResult {
1625
- NextToken?: string | undefined;
1626
- OfferingSet?: HostOffering[] | undefined;
1627
- }
1628
- export interface DescribeHostReservationsRequest {
1629
- Filter?: Filter[] | undefined;
1630
- HostReservationIdSet?: string[] | undefined;
1631
- MaxResults?: number | undefined;
1632
- NextToken?: string | undefined;
1633
- }
1634
- export interface HostReservation {
1635
- Count?: number | undefined;
1636
- CurrencyCode?: CurrencyCodeValues | undefined;
1637
- Duration?: number | undefined;
1638
- End?: Date | undefined;
1639
- HostIdSet?: string[] | undefined;
1640
- HostReservationId?: string | undefined;
1641
- HourlyPrice?: string | undefined;
1642
- InstanceFamily?: string | undefined;
1643
- OfferingId?: string | undefined;
1644
- PaymentOption?: PaymentOption | undefined;
1645
- Start?: Date | undefined;
1646
- State?: ReservationState | undefined;
1647
- UpfrontPrice?: string | undefined;
1648
- Tags?: Tag[] | undefined;
1649
- }
1650
- export interface DescribeHostReservationsResult {
1651
- HostReservationSet?: HostReservation[] | undefined;
1652
- NextToken?: string | undefined;
1653
- }
1654
- export interface DescribeHostsRequest {
1655
- HostIds?: string[] | undefined;
1656
- NextToken?: string | undefined;
1657
- MaxResults?: number | undefined;
1658
- Filter?: Filter[] | undefined;
1659
- }
1660
- export interface InstanceCapacity {
1661
- AvailableCapacity?: number | undefined;
1662
- InstanceType?: string | undefined;
1663
- TotalCapacity?: number | undefined;
1664
- }
1665
- export interface AvailableCapacity {
1666
- AvailableInstanceCapacity?: InstanceCapacity[] | undefined;
1667
- AvailableVCpus?: number | undefined;
1668
- }
1669
- export interface HostCpuOptions {
1670
- AmdSevSnp?: AmdSevSnp | undefined;
1671
- }
1672
- export interface HostProperties {
1673
- Cores?: number | undefined;
1674
- InstanceType?: string | undefined;
1675
- InstanceFamily?: string | undefined;
1676
- Sockets?: number | undefined;
1677
- TotalVCpus?: number | undefined;
1678
- }
1679
- export interface HostInstance {
1680
- InstanceId?: string | undefined;
1681
- InstanceType?: string | undefined;
1682
- OwnerId?: string | undefined;
1683
- }
1684
- export interface Host {
1685
- AutoPlacement?: AutoPlacement | undefined;
1686
- AvailabilityZone?: string | undefined;
1687
- AvailableCapacity?: AvailableCapacity | undefined;
1688
- ClientToken?: string | undefined;
1689
- HostId?: string | undefined;
1690
- HostProperties?: HostProperties | undefined;
1691
- HostReservationId?: string | undefined;
1692
- Instances?: HostInstance[] | undefined;
1693
- State?: AllocationState | undefined;
1694
- AllocationTime?: Date | undefined;
1695
- ReleaseTime?: Date | undefined;
1696
- Tags?: Tag[] | undefined;
1697
- HostRecovery?: HostRecovery | undefined;
1698
- AllowsMultipleInstanceTypes?: AllowsMultipleInstanceTypes | undefined;
1699
- OwnerId?: string | undefined;
1700
- AvailabilityZoneId?: string | undefined;
1701
- MemberOfServiceLinkedResourceGroup?: boolean | undefined;
1702
- OutpostArn?: string | undefined;
1703
- HostMaintenance?: HostMaintenance | undefined;
1704
- AssetId?: string | undefined;
1705
- CpuOptions?: HostCpuOptions | undefined;
1706
- }
1707
- export interface DescribeHostsResult {
1708
- Hosts?: Host[] | undefined;
1709
- NextToken?: string | undefined;
1710
- }
1711
- export interface DescribeIamInstanceProfileAssociationsRequest {
1712
- AssociationIds?: string[] | undefined;
1713
- Filters?: Filter[] | undefined;
1714
- MaxResults?: number | undefined;
1715
- NextToken?: string | undefined;
1716
- }
1717
- export interface DescribeIamInstanceProfileAssociationsResult {
1718
- IamInstanceProfileAssociations?: IamInstanceProfileAssociation[] | undefined;
1719
- NextToken?: string | undefined;
1720
- }
1721
- export interface DescribeIdentityIdFormatRequest {
1722
- Resource?: string | undefined;
1723
- PrincipalArn: string | undefined;
1724
- }
1725
- export interface DescribeIdentityIdFormatResult {
1726
- Statuses?: IdFormat[] | undefined;
1727
- }
1728
- export interface DescribeIdFormatRequest {
1729
- Resource?: string | undefined;
1730
- }
1731
- export interface DescribeIdFormatResult {
1732
- Statuses?: IdFormat[] | undefined;
1733
- }
1734
- export interface DescribeImageAttributeRequest {
1735
- Attribute: ImageAttributeName | undefined;
1736
- ImageId: string | undefined;
1737
- DryRun?: boolean | undefined;
1738
- }
1739
- export interface LaunchPermission {
1740
- OrganizationArn?: string | undefined;
1741
- OrganizationalUnitArn?: string | undefined;
1742
- UserId?: string | undefined;
1743
- Group?: PermissionGroup | undefined;
1744
- }
1745
- export interface ImageAttribute {
1746
- Description?: AttributeValue | undefined;
1747
- KernelId?: AttributeValue | undefined;
1748
- RamdiskId?: AttributeValue | undefined;
1749
- SriovNetSupport?: AttributeValue | undefined;
1750
- BootMode?: AttributeValue | undefined;
1751
- TpmSupport?: AttributeValue | undefined;
1752
- UefiData?: AttributeValue | undefined;
1753
- LastLaunchedTime?: AttributeValue | undefined;
1754
- ImdsSupport?: AttributeValue | undefined;
1755
- DeregistrationProtection?: AttributeValue | undefined;
1756
- ImageId?: string | undefined;
1757
- LaunchPermissions?: LaunchPermission[] | undefined;
1758
- ProductCodes?: ProductCode[] | undefined;
1759
- BlockDeviceMappings?: BlockDeviceMapping[] | undefined;
1760
- }
1761
- export interface ResourceTypeOption {
1762
- OptionName?: ImageReferenceOptionName | undefined;
1763
- OptionValues?: string[] | undefined;
1764
- }
1765
- export interface ResourceTypeRequest {
1766
- ResourceType?: ImageReferenceResourceType | undefined;
1767
- ResourceTypeOptions?: ResourceTypeOption[] | undefined;
1768
- }
1769
- export interface DescribeImageReferencesRequest {
1770
- ImageIds: string[] | undefined;
1771
- IncludeAllResourceTypes?: boolean | undefined;
1772
- ResourceTypes?: ResourceTypeRequest[] | undefined;
1773
- NextToken?: string | undefined;
1774
- DryRun?: boolean | undefined;
1775
- MaxResults?: number | undefined;
1776
- }
1777
- export interface ImageReference {
1778
- ImageId?: string | undefined;
1779
- ResourceType?: ImageReferenceResourceType | undefined;
1780
- Arn?: string | undefined;
1781
- }
1782
- export interface DescribeImageReferencesResult {
1783
- NextToken?: string | undefined;
1784
- ImageReferences?: ImageReference[] | undefined;
1785
- }