@aws-sdk/client-ec2 3.1102.0 → 3.1104.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (352) hide show
  1. package/README.md +70 -0
  2. package/dist-cjs/index.js +977 -330
  3. package/dist-es/EC2.js +20 -0
  4. package/dist-es/commands/AssociateApplicationStatusCheckCommand.js +4 -0
  5. package/dist-es/commands/CreateApplicationStatusCheckCommand.js +4 -0
  6. package/dist-es/commands/DeleteApplicationStatusCheckCommand.js +4 -0
  7. package/dist-es/commands/DescribeApplicationStatusCheckAssociationsCommand.js +4 -0
  8. package/dist-es/commands/DescribeApplicationStatusChecksCommand.js +4 -0
  9. package/dist-es/commands/DescribeApplicationStatusCommand.js +4 -0
  10. package/dist-es/commands/DisableApplicationStatusCheckSuppressionCommand.js +4 -0
  11. package/dist-es/commands/DisassociateApplicationStatusCheckCommand.js +4 -0
  12. package/dist-es/commands/EnableApplicationStatusCheckSuppressionCommand.js +4 -0
  13. package/dist-es/commands/ModifyApplicationStatusCheckCommand.js +4 -0
  14. package/dist-es/commands/index.js +10 -0
  15. package/dist-es/models/enums.js +42 -7
  16. package/dist-es/schemas/schemas_0.js +827 -322
  17. package/dist-types/EC2.d.ts +75 -0
  18. package/dist-types/EC2Client.d.ts +12 -2
  19. package/dist-types/commands/AcceptAddressTransferCommand.d.ts +1 -1
  20. package/dist-types/commands/AllocateAddressCommand.d.ts +1 -1
  21. package/dist-types/commands/AllocateHostsCommand.d.ts +1 -1
  22. package/dist-types/commands/AllocateIpamPoolCidrCommand.d.ts +1 -1
  23. package/dist-types/commands/AssociateApplicationStatusCheckCommand.d.ts +144 -0
  24. package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +1 -1
  25. package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -1
  26. package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +1 -1
  27. package/dist-types/commands/BundleInstanceCommand.d.ts +3 -3
  28. package/dist-types/commands/CancelBundleTaskCommand.d.ts +4 -0
  29. package/dist-types/commands/CopyImageCommand.d.ts +1 -1
  30. package/dist-types/commands/CopySnapshotCommand.d.ts +1 -1
  31. package/dist-types/commands/CopyVolumesCommand.d.ts +1 -1
  32. package/dist-types/commands/CreateApplicationStatusCheckCommand.d.ts +206 -0
  33. package/dist-types/commands/CreateCapacityManagerDataExportCommand.d.ts +1 -1
  34. package/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +1 -1
  35. package/dist-types/commands/CreateCapacityReservationCancellationQuoteCommand.d.ts +1 -1
  36. package/dist-types/commands/CreateCapacityReservationCommand.d.ts +1 -1
  37. package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +1 -1
  38. package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +1 -1
  39. package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +3 -2
  40. package/dist-types/commands/CreateClientVpnRouteCommand.d.ts +1 -1
  41. package/dist-types/commands/CreateCoipCidrCommand.d.ts +1 -1
  42. package/dist-types/commands/CreateCoipPoolCommand.d.ts +2 -2
  43. package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +2 -2
  44. package/dist-types/commands/CreateDefaultSubnetCommand.d.ts +1 -2
  45. package/dist-types/commands/CreateDelegateMacVolumeOwnershipTaskCommand.d.ts +1 -1
  46. package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +1 -1
  47. package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -1
  48. package/dist-types/commands/CreateFleetCommand.d.ts +1 -1
  49. package/dist-types/commands/CreateFlowLogsCommand.d.ts +1 -1
  50. package/dist-types/commands/CreateFpgaImageCommand.d.ts +1 -1
  51. package/dist-types/commands/CreateImageCommand.d.ts +1 -1
  52. package/dist-types/commands/CreateImageUsageReportCommand.d.ts +1 -1
  53. package/dist-types/commands/CreateInstanceConnectEndpointCommand.d.ts +1 -1
  54. package/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +1 -1
  55. package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +1 -1
  56. package/dist-types/commands/CreateInternetGatewayCommand.d.ts +1 -1
  57. package/dist-types/commands/CreateInterruptibleCapacityReservationAllocationCommand.d.ts +1 -1
  58. package/dist-types/commands/CreateIpamCommand.d.ts +1 -1
  59. package/dist-types/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
  60. package/dist-types/commands/CreateIpamPolicyCommand.d.ts +1 -1
  61. package/dist-types/commands/CreateIpamPoolCommand.d.ts +1 -1
  62. package/dist-types/commands/CreateIpamPrefixListResolverCommand.d.ts +1 -1
  63. package/dist-types/commands/CreateIpamPrefixListResolverTargetCommand.d.ts +1 -1
  64. package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +1 -1
  65. package/dist-types/commands/CreateIpamScopeCommand.d.ts +1 -1
  66. package/dist-types/commands/CreateKeyPairCommand.d.ts +1 -1
  67. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +2 -2
  68. package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +2 -2
  69. package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
  70. package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
  71. package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
  72. package/dist-types/commands/CreateLocalGatewayVirtualInterfaceCommand.d.ts +1 -1
  73. package/dist-types/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.d.ts +1 -1
  74. package/dist-types/commands/CreateMacSystemIntegrityProtectionModificationTaskCommand.d.ts +1 -1
  75. package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +1 -1
  76. package/dist-types/commands/CreateNatGatewayCommand.d.ts +1 -1
  77. package/dist-types/commands/CreateNetworkAclCommand.d.ts +1 -1
  78. package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
  79. package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +1 -1
  80. package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +1 -1
  81. package/dist-types/commands/CreatePlacementGroupCommand.d.ts +1 -1
  82. package/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +1 -1
  83. package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +3 -2
  84. package/dist-types/commands/CreateReservedInstancesListingCommand.d.ts +1 -1
  85. package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +2 -2
  86. package/dist-types/commands/CreateRouteCommand.d.ts +1 -1
  87. package/dist-types/commands/CreateRouteServerCommand.d.ts +2 -2
  88. package/dist-types/commands/CreateRouteServerEndpointCommand.d.ts +2 -2
  89. package/dist-types/commands/CreateRouteServerPeerCommand.d.ts +1 -1
  90. package/dist-types/commands/CreateRouteTableCommand.d.ts +1 -1
  91. package/dist-types/commands/CreateSecondaryNetworkCommand.d.ts +2 -2
  92. package/dist-types/commands/CreateSecondarySubnetCommand.d.ts +1 -1
  93. package/dist-types/commands/CreateSecurityGroupCommand.d.ts +1 -1
  94. package/dist-types/commands/CreateSnapshotCommand.d.ts +1 -1
  95. package/dist-types/commands/CreateSnapshotsCommand.d.ts +1 -1
  96. package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +1 -1
  97. package/dist-types/commands/CreateSubnetCommand.d.ts +1 -1
  98. package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +1 -1
  99. package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +1 -1
  100. package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
  101. package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
  102. package/dist-types/commands/CreateTransitGatewayCommand.d.ts +1 -1
  103. package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +1 -1
  104. package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +1 -1
  105. package/dist-types/commands/CreateTransitGatewayMeteringPolicyCommand.d.ts +1 -1
  106. package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +1 -1
  107. package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  108. package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +1 -1
  109. package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
  110. package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +1 -1
  111. package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  112. package/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +1 -1
  113. package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +1 -1
  114. package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +1 -1
  115. package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +1 -1
  116. package/dist-types/commands/CreateVolumeCommand.d.ts +1 -1
  117. package/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
  118. package/dist-types/commands/CreateVpcCommand.d.ts +1 -1
  119. package/dist-types/commands/CreateVpcEncryptionControlCommand.d.ts +1 -1
  120. package/dist-types/commands/CreateVpcEndpointCommand.d.ts +1 -1
  121. package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +1 -1
  122. package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +1 -1
  123. package/dist-types/commands/CreateVpnConcentratorCommand.d.ts +1 -1
  124. package/dist-types/commands/CreateVpnConnectionCommand.d.ts +1 -1
  125. package/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
  126. package/dist-types/commands/DeleteApplicationStatusCheckCommand.d.ts +147 -0
  127. package/dist-types/commands/DeleteNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
  128. package/dist-types/commands/DeleteNetworkInsightsAnalysisCommand.d.ts +1 -1
  129. package/dist-types/commands/DeleteNetworkInsightsPathCommand.d.ts +1 -1
  130. package/dist-types/commands/DeleteNetworkInterfaceCommand.d.ts +1 -1
  131. package/dist-types/commands/DeleteNetworkInterfacePermissionCommand.d.ts +1 -1
  132. package/dist-types/commands/DeletePlacementGroupCommand.d.ts +1 -1
  133. package/dist-types/commands/DeletePublicIpv4PoolCommand.d.ts +1 -1
  134. package/dist-types/commands/DeleteQueuedReservedInstancesCommand.d.ts +1 -1
  135. package/dist-types/commands/DescribeApplicationStatusCheckAssociationsCommand.d.ts +105 -0
  136. package/dist-types/commands/DescribeApplicationStatusChecksCommand.d.ts +205 -0
  137. package/dist-types/commands/DescribeApplicationStatusCommand.d.ts +131 -0
  138. package/dist-types/commands/DescribeFpgaImagesCommand.d.ts +2 -1
  139. package/dist-types/commands/DescribeHostReservationOfferingsCommand.d.ts +1 -1
  140. package/dist-types/commands/DescribeHostReservationsCommand.d.ts +1 -1
  141. package/dist-types/commands/DescribeHostsCommand.d.ts +1 -1
  142. package/dist-types/commands/DescribeIamInstanceProfileAssociationsCommand.d.ts +1 -1
  143. package/dist-types/commands/DescribeIdFormatCommand.d.ts +1 -1
  144. package/dist-types/commands/DescribeIdentityIdFormatCommand.d.ts +1 -1
  145. package/dist-types/commands/DescribeImageAttributeCommand.d.ts +1 -1
  146. package/dist-types/commands/DescribeImageReferencesCommand.d.ts +1 -1
  147. package/dist-types/commands/DescribeInstanceStatusCommand.d.ts +10 -0
  148. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
  149. package/dist-types/commands/DescribeSecurityGroupRulesCommand.d.ts +2 -1
  150. package/dist-types/commands/DescribeSecurityGroupVpcAssociationsCommand.d.ts +1 -1
  151. package/dist-types/commands/DescribeSecurityGroupsCommand.d.ts +1 -1
  152. package/dist-types/commands/DescribeServiceLinkVirtualInterfacesCommand.d.ts +1 -1
  153. package/dist-types/commands/DescribeSnapshotAttributeCommand.d.ts +1 -1
  154. package/dist-types/commands/DescribeSnapshotTierStatusCommand.d.ts +1 -1
  155. package/dist-types/commands/DescribeSnapshotsCommand.d.ts +1 -1
  156. package/dist-types/commands/DescribeSpotDatafeedSubscriptionCommand.d.ts +1 -1
  157. package/dist-types/commands/DescribeSpotFleetInstancesCommand.d.ts +1 -1
  158. package/dist-types/commands/DescribeSpotFleetRequestHistoryCommand.d.ts +1 -1
  159. package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +3 -4
  160. package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
  161. package/dist-types/commands/DisableApplicationStatusCheckSuppressionCommand.d.ts +111 -0
  162. package/dist-types/commands/DisassociateApplicationStatusCheckCommand.d.ts +135 -0
  163. package/dist-types/commands/EnableApplicationStatusCheckSuppressionCommand.d.ts +125 -0
  164. package/dist-types/commands/EnableImageDeregistrationProtectionCommand.d.ts +2 -1
  165. package/dist-types/commands/EnableInstanceSqlHaStandbyDetectionsCommand.d.ts +1 -1
  166. package/dist-types/commands/EnableIpamOrganizationAdminAccountCommand.d.ts +1 -1
  167. package/dist-types/commands/EnableIpamPolicyCommand.d.ts +1 -1
  168. package/dist-types/commands/EnableReachabilityAnalyzerOrganizationSharingCommand.d.ts +1 -1
  169. package/dist-types/commands/EnableRouteServerPropagationCommand.d.ts +1 -1
  170. package/dist-types/commands/EnableSerialConsoleAccessCommand.d.ts +1 -1
  171. package/dist-types/commands/EnableSnapshotBlockPublicAccessCommand.d.ts +1 -1
  172. package/dist-types/commands/EnableTransitGatewayRouteTablePropagationCommand.d.ts +1 -1
  173. package/dist-types/commands/EnableVgwRoutePropagationCommand.d.ts +1 -1
  174. package/dist-types/commands/EnableVolumeIOCommand.d.ts +1 -1
  175. package/dist-types/commands/EnableVpcClassicLinkCommand.d.ts +1 -1
  176. package/dist-types/commands/EnableVpcClassicLinkDnsSupportCommand.d.ts +1 -1
  177. package/dist-types/commands/ExportClientVpnClientCertificateRevocationListCommand.d.ts +1 -1
  178. package/dist-types/commands/ExportClientVpnClientConfigurationCommand.d.ts +1 -1
  179. package/dist-types/commands/ExportImageCommand.d.ts +2 -2
  180. package/dist-types/commands/ExportTransitGatewayRoutesCommand.d.ts +1 -1
  181. package/dist-types/commands/ExportVerifiedAccessInstanceClientConfigurationCommand.d.ts +1 -1
  182. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
  183. package/dist-types/commands/ImportImageCommand.d.ts +1 -1
  184. package/dist-types/commands/ImportKeyPairCommand.d.ts +1 -1
  185. package/dist-types/commands/ImportSnapshotCommand.d.ts +1 -1
  186. package/dist-types/commands/ModifyApplicationStatusCheckCommand.d.ts +180 -0
  187. package/dist-types/commands/ModifyHostsCommand.d.ts +1 -1
  188. package/dist-types/commands/ModifyIdFormatCommand.d.ts +1 -1
  189. package/dist-types/commands/ModifyIdentityIdFormatCommand.d.ts +1 -1
  190. package/dist-types/commands/ModifyImageAttributeCommand.d.ts +1 -1
  191. package/dist-types/commands/ModifyInstanceAttributeCommand.d.ts +1 -1
  192. package/dist-types/commands/ModifyInstanceCapacityReservationAttributesCommand.d.ts +1 -1
  193. package/dist-types/commands/ModifyInstanceConnectEndpointCommand.d.ts +1 -1
  194. package/dist-types/commands/ModifyInstanceCpuOptionsCommand.d.ts +1 -1
  195. package/dist-types/commands/ModifyInstanceCreditSpecificationCommand.d.ts +1 -1
  196. package/dist-types/commands/ModifyInstanceEventStartTimeCommand.d.ts +1 -1
  197. package/dist-types/commands/ModifyInstanceEventWindowCommand.d.ts +1 -1
  198. package/dist-types/commands/ModifyInstanceMaintenanceOptionsCommand.d.ts +1 -1
  199. package/dist-types/commands/ModifyInstanceMetadataDefaultsCommand.d.ts +1 -1
  200. package/dist-types/commands/ModifyInstanceMetadataOptionsCommand.d.ts +1 -1
  201. package/dist-types/commands/ModifyInstanceNetworkPerformanceOptionsCommand.d.ts +1 -1
  202. package/dist-types/commands/ModifyInstancePlacementCommand.d.ts +1 -1
  203. package/dist-types/commands/ModifyIpamCommand.d.ts +1 -2
  204. package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +3 -1
  205. package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +1 -1
  206. package/dist-types/commands/PurchaseHostReservationCommand.d.ts +1 -1
  207. package/dist-types/commands/RegisterImageCommand.d.ts +1 -1
  208. package/dist-types/commands/RequestSpotFleetCommand.d.ts +2 -2
  209. package/dist-types/commands/RequestSpotInstancesCommand.d.ts +1 -1
  210. package/dist-types/commands/RunInstancesCommand.d.ts +1 -1
  211. package/dist-types/commands/RunScheduledInstancesCommand.d.ts +1 -1
  212. package/dist-types/commands/SearchLocalGatewayRoutesCommand.d.ts +1 -1
  213. package/dist-types/commands/SearchTransitGatewayMulticastGroupsCommand.d.ts +1 -1
  214. package/dist-types/commands/SearchTransitGatewayRoutesCommand.d.ts +1 -1
  215. package/dist-types/commands/SendDiagnosticInterruptCommand.d.ts +1 -1
  216. package/dist-types/commands/StartDeclarativePoliciesReportCommand.d.ts +2 -2
  217. package/dist-types/commands/StartInstancesCommand.d.ts +1 -1
  218. package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +2 -2
  219. package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +2 -2
  220. package/dist-types/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.d.ts +1 -1
  221. package/dist-types/commands/StopInstancesCommand.d.ts +1 -1
  222. package/dist-types/commands/TerminateClientVpnConnectionsCommand.d.ts +1 -1
  223. package/dist-types/commands/TerminateInstancesCommand.d.ts +1 -1
  224. package/dist-types/commands/UnassignIpv6AddressesCommand.d.ts +1 -1
  225. package/dist-types/commands/UnassignPrivateIpAddressesCommand.d.ts +1 -1
  226. package/dist-types/commands/index.d.ts +10 -0
  227. package/dist-types/models/enums.d.ts +105 -14
  228. package/dist-types/models/models_0.d.ts +1179 -1191
  229. package/dist-types/models/models_1.d.ts +7739 -7823
  230. package/dist-types/models/models_2.d.ts +567 -266
  231. package/dist-types/models/models_3.d.ts +3717 -4040
  232. package/dist-types/models/models_4.d.ts +7901 -8148
  233. package/dist-types/models/models_5.d.ts +5362 -4661
  234. package/dist-types/models/models_6.d.ts +4604 -5062
  235. package/dist-types/models/models_7.d.ts +4821 -4652
  236. package/dist-types/models/models_8.d.ts +1160 -2
  237. package/dist-types/schemas/schemas_0.d.ts +50 -0
  238. package/dist-types/ts3.4/EC2.d.ts +175 -0
  239. package/dist-types/ts3.4/EC2Client.d.ts +60 -0
  240. package/dist-types/ts3.4/commands/AssociateApplicationStatusCheckCommand.d.ts +42 -0
  241. package/dist-types/ts3.4/commands/CreateApplicationStatusCheckCommand.d.ts +42 -0
  242. package/dist-types/ts3.4/commands/CreateClientVpnEndpointCommand.d.ts +2 -1
  243. package/dist-types/ts3.4/commands/CreateClientVpnRouteCommand.d.ts +1 -1
  244. package/dist-types/ts3.4/commands/CreateCoipCidrCommand.d.ts +1 -1
  245. package/dist-types/ts3.4/commands/CreateCoipPoolCommand.d.ts +1 -1
  246. package/dist-types/ts3.4/commands/CreateCustomerGatewayCommand.d.ts +1 -1
  247. package/dist-types/ts3.4/commands/CreateDefaultSubnetCommand.d.ts +1 -2
  248. package/dist-types/ts3.4/commands/CreateReplaceRootVolumeTaskCommand.d.ts +2 -4
  249. package/dist-types/ts3.4/commands/CreateReservedInstancesListingCommand.d.ts +1 -1
  250. package/dist-types/ts3.4/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
  251. package/dist-types/ts3.4/commands/CreateRouteCommand.d.ts +1 -1
  252. package/dist-types/ts3.4/commands/CreateRouteServerCommand.d.ts +1 -1
  253. package/dist-types/ts3.4/commands/CreateRouteServerEndpointCommand.d.ts +1 -1
  254. package/dist-types/ts3.4/commands/DeleteApplicationStatusCheckCommand.d.ts +42 -0
  255. package/dist-types/ts3.4/commands/DeleteNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
  256. package/dist-types/ts3.4/commands/DeleteNetworkInsightsAnalysisCommand.d.ts +1 -1
  257. package/dist-types/ts3.4/commands/DeleteNetworkInsightsPathCommand.d.ts +1 -1
  258. package/dist-types/ts3.4/commands/DeleteNetworkInterfaceCommand.d.ts +1 -1
  259. package/dist-types/ts3.4/commands/DeleteNetworkInterfacePermissionCommand.d.ts +1 -1
  260. package/dist-types/ts3.4/commands/DeletePlacementGroupCommand.d.ts +1 -1
  261. package/dist-types/ts3.4/commands/DeletePublicIpv4PoolCommand.d.ts +1 -1
  262. package/dist-types/ts3.4/commands/DeleteQueuedReservedInstancesCommand.d.ts +1 -1
  263. package/dist-types/ts3.4/commands/DescribeApplicationStatusCheckAssociationsCommand.d.ts +42 -0
  264. package/dist-types/ts3.4/commands/DescribeApplicationStatusChecksCommand.d.ts +42 -0
  265. package/dist-types/ts3.4/commands/DescribeApplicationStatusCommand.d.ts +42 -0
  266. package/dist-types/ts3.4/commands/DescribeFpgaImagesCommand.d.ts +2 -1
  267. package/dist-types/ts3.4/commands/DescribeHostReservationOfferingsCommand.d.ts +1 -1
  268. package/dist-types/ts3.4/commands/DescribeHostReservationsCommand.d.ts +1 -1
  269. package/dist-types/ts3.4/commands/DescribeHostsCommand.d.ts +1 -1
  270. package/dist-types/ts3.4/commands/DescribeIamInstanceProfileAssociationsCommand.d.ts +1 -1
  271. package/dist-types/ts3.4/commands/DescribeIdFormatCommand.d.ts +1 -1
  272. package/dist-types/ts3.4/commands/DescribeIdentityIdFormatCommand.d.ts +1 -1
  273. package/dist-types/ts3.4/commands/DescribeImageAttributeCommand.d.ts +1 -1
  274. package/dist-types/ts3.4/commands/DescribeImageReferencesCommand.d.ts +1 -1
  275. package/dist-types/ts3.4/commands/DescribeSecurityGroupRulesCommand.d.ts +2 -4
  276. package/dist-types/ts3.4/commands/DescribeSecurityGroupVpcAssociationsCommand.d.ts +1 -1
  277. package/dist-types/ts3.4/commands/DescribeSecurityGroupsCommand.d.ts +1 -1
  278. package/dist-types/ts3.4/commands/DescribeServiceLinkVirtualInterfacesCommand.d.ts +1 -1
  279. package/dist-types/ts3.4/commands/DescribeSnapshotAttributeCommand.d.ts +1 -1
  280. package/dist-types/ts3.4/commands/DescribeSnapshotTierStatusCommand.d.ts +1 -1
  281. package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +1 -1
  282. package/dist-types/ts3.4/commands/DescribeSpotDatafeedSubscriptionCommand.d.ts +1 -1
  283. package/dist-types/ts3.4/commands/DescribeSpotFleetInstancesCommand.d.ts +1 -1
  284. package/dist-types/ts3.4/commands/DescribeSpotFleetRequestHistoryCommand.d.ts +1 -1
  285. package/dist-types/ts3.4/commands/DescribeSpotFleetRequestsCommand.d.ts +4 -2
  286. package/dist-types/ts3.4/commands/DisableApplicationStatusCheckSuppressionCommand.d.ts +42 -0
  287. package/dist-types/ts3.4/commands/DisassociateApplicationStatusCheckCommand.d.ts +42 -0
  288. package/dist-types/ts3.4/commands/EnableApplicationStatusCheckSuppressionCommand.d.ts +42 -0
  289. package/dist-types/ts3.4/commands/EnableImageDeregistrationProtectionCommand.d.ts +2 -4
  290. package/dist-types/ts3.4/commands/EnableInstanceSqlHaStandbyDetectionsCommand.d.ts +1 -1
  291. package/dist-types/ts3.4/commands/EnableIpamOrganizationAdminAccountCommand.d.ts +1 -1
  292. package/dist-types/ts3.4/commands/EnableIpamPolicyCommand.d.ts +1 -1
  293. package/dist-types/ts3.4/commands/EnableReachabilityAnalyzerOrganizationSharingCommand.d.ts +1 -1
  294. package/dist-types/ts3.4/commands/EnableRouteServerPropagationCommand.d.ts +1 -1
  295. package/dist-types/ts3.4/commands/EnableSerialConsoleAccessCommand.d.ts +1 -1
  296. package/dist-types/ts3.4/commands/EnableSnapshotBlockPublicAccessCommand.d.ts +1 -1
  297. package/dist-types/ts3.4/commands/EnableTransitGatewayRouteTablePropagationCommand.d.ts +1 -1
  298. package/dist-types/ts3.4/commands/EnableVgwRoutePropagationCommand.d.ts +1 -1
  299. package/dist-types/ts3.4/commands/EnableVolumeIOCommand.d.ts +1 -1
  300. package/dist-types/ts3.4/commands/EnableVpcClassicLinkCommand.d.ts +1 -1
  301. package/dist-types/ts3.4/commands/EnableVpcClassicLinkDnsSupportCommand.d.ts +1 -1
  302. package/dist-types/ts3.4/commands/ExportClientVpnClientCertificateRevocationListCommand.d.ts +1 -1
  303. package/dist-types/ts3.4/commands/ExportClientVpnClientConfigurationCommand.d.ts +1 -1
  304. package/dist-types/ts3.4/commands/ExportImageCommand.d.ts +1 -1
  305. package/dist-types/ts3.4/commands/ExportTransitGatewayRoutesCommand.d.ts +1 -1
  306. package/dist-types/ts3.4/commands/ExportVerifiedAccessInstanceClientConfigurationCommand.d.ts +1 -1
  307. package/dist-types/ts3.4/commands/ModifyApplicationStatusCheckCommand.d.ts +42 -0
  308. package/dist-types/ts3.4/commands/ModifyHostsCommand.d.ts +1 -1
  309. package/dist-types/ts3.4/commands/ModifyIdFormatCommand.d.ts +1 -1
  310. package/dist-types/ts3.4/commands/ModifyIdentityIdFormatCommand.d.ts +1 -1
  311. package/dist-types/ts3.4/commands/ModifyImageAttributeCommand.d.ts +1 -1
  312. package/dist-types/ts3.4/commands/ModifyInstanceAttributeCommand.d.ts +1 -1
  313. package/dist-types/ts3.4/commands/ModifyInstanceCapacityReservationAttributesCommand.d.ts +1 -1
  314. package/dist-types/ts3.4/commands/ModifyInstanceConnectEndpointCommand.d.ts +1 -1
  315. package/dist-types/ts3.4/commands/ModifyInstanceCpuOptionsCommand.d.ts +1 -1
  316. package/dist-types/ts3.4/commands/ModifyInstanceCreditSpecificationCommand.d.ts +1 -1
  317. package/dist-types/ts3.4/commands/ModifyInstanceEventStartTimeCommand.d.ts +1 -1
  318. package/dist-types/ts3.4/commands/ModifyInstanceEventWindowCommand.d.ts +1 -1
  319. package/dist-types/ts3.4/commands/ModifyInstanceMaintenanceOptionsCommand.d.ts +1 -1
  320. package/dist-types/ts3.4/commands/ModifyInstanceMetadataDefaultsCommand.d.ts +1 -1
  321. package/dist-types/ts3.4/commands/ModifyInstanceMetadataOptionsCommand.d.ts +1 -1
  322. package/dist-types/ts3.4/commands/ModifyInstanceNetworkPerformanceOptionsCommand.d.ts +1 -1
  323. package/dist-types/ts3.4/commands/ModifyInstancePlacementCommand.d.ts +1 -1
  324. package/dist-types/ts3.4/commands/ModifyIpamCommand.d.ts +1 -2
  325. package/dist-types/ts3.4/commands/RunScheduledInstancesCommand.d.ts +1 -1
  326. package/dist-types/ts3.4/commands/SearchLocalGatewayRoutesCommand.d.ts +1 -1
  327. package/dist-types/ts3.4/commands/SearchTransitGatewayMulticastGroupsCommand.d.ts +1 -1
  328. package/dist-types/ts3.4/commands/SearchTransitGatewayRoutesCommand.d.ts +1 -1
  329. package/dist-types/ts3.4/commands/SendDiagnosticInterruptCommand.d.ts +1 -1
  330. package/dist-types/ts3.4/commands/StartDeclarativePoliciesReportCommand.d.ts +1 -1
  331. package/dist-types/ts3.4/commands/StartInstancesCommand.d.ts +1 -1
  332. package/dist-types/ts3.4/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
  333. package/dist-types/ts3.4/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
  334. package/dist-types/ts3.4/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.d.ts +1 -1
  335. package/dist-types/ts3.4/commands/StopInstancesCommand.d.ts +1 -1
  336. package/dist-types/ts3.4/commands/TerminateClientVpnConnectionsCommand.d.ts +1 -1
  337. package/dist-types/ts3.4/commands/TerminateInstancesCommand.d.ts +1 -1
  338. package/dist-types/ts3.4/commands/UnassignIpv6AddressesCommand.d.ts +1 -1
  339. package/dist-types/ts3.4/commands/UnassignPrivateIpAddressesCommand.d.ts +1 -1
  340. package/dist-types/ts3.4/commands/index.d.ts +10 -0
  341. package/dist-types/ts3.4/models/enums.d.ts +53 -8
  342. package/dist-types/ts3.4/models/models_0.d.ts +103 -86
  343. package/dist-types/ts3.4/models/models_1.d.ts +86 -110
  344. package/dist-types/ts3.4/models/models_2.d.ts +124 -70
  345. package/dist-types/ts3.4/models/models_3.d.ts +148 -204
  346. package/dist-types/ts3.4/models/models_4.d.ts +204 -224
  347. package/dist-types/ts3.4/models/models_5.d.ts +267 -182
  348. package/dist-types/ts3.4/models/models_6.d.ts +203 -257
  349. package/dist-types/ts3.4/models/models_7.d.ts +250 -238
  350. package/dist-types/ts3.4/models/models_8.d.ts +235 -1
  351. package/dist-types/ts3.4/schemas/schemas_0.d.ts +50 -0
  352. package/package.json +4 -4
@@ -1,22 +1,19 @@
1
1
  import {
2
2
  _InstanceType,
3
3
  AccountVpcEncryptionControlMode,
4
- Affinity,
4
+ AggregationStatusEnum,
5
5
  AnalysisStatus,
6
6
  ArchitectureType,
7
7
  ArchitectureValues,
8
- AutoPlacement,
9
8
  BootModeValues,
10
9
  CapacityManagerMonitoredTagKeyStatus,
11
10
  CapacityManagerStatus,
12
- CapacityReservationPreference,
13
11
  CapacityReservationState,
14
12
  CapacityTenancy,
13
+ ClientCertificateRevocationListStatusCode,
15
14
  Comparison,
16
15
  CurrencyCodeValues,
17
- DefaultHttpTokensEnforcedState,
18
- DefaultInstanceMetadataEndpointState,
19
- DefaultInstanceMetadataTagsState,
16
+ DeviceTrustProviderType,
20
17
  DiskImageFormat,
21
18
  EkPubKeyFormat,
22
19
  EkPubKeyType,
@@ -25,26 +22,16 @@ import {
25
22
  FleetExcessCapacityTerminationPolicy,
26
23
  FpgaImageAttributeName,
27
24
  GroupBy,
28
- HostMaintenance,
29
- HostRecovery,
30
- HostTenancy,
31
25
  HttpTokensEnforcedState,
32
26
  HttpTokensState,
33
27
  IngestionStatus,
34
- InstanceAttributeName,
35
- InstanceAutoRecoveryState,
36
- InstanceBandwidthWeighting,
37
28
  InstanceMatchCriteria,
38
29
  InstanceMetadataEndpointState,
39
- InstanceMetadataProtocolState,
40
30
  InstanceMetadataTagsState,
41
- InstanceRebootMigrationState,
42
- IpAddressType,
43
31
  IpamAddressHistoryResourceType,
44
32
  IpamComplianceStatus,
45
33
  IpamDiscoveryFailureCode,
46
34
  IpamManagementState,
47
- IpamMeteredAccount,
48
35
  IpamNetworkInterfaceAttachmentStatus,
49
36
  IpamOverlapStatus,
50
37
  IpamPolicyManagedBy,
@@ -56,16 +43,16 @@ import {
56
43
  IpamPublicAddressType,
57
44
  IpamResourceCidrIpSource,
58
45
  IpamResourceType,
59
- IpamTier,
46
+ IpScopeEnum,
47
+ IpVersionEnum,
60
48
  LockMode,
61
49
  LockState,
62
50
  ManagedBy,
63
51
  ManagedResourceDefaultVisibility,
64
- MetadataDefaultHttpTokensState,
65
52
  Metric,
66
53
  MetricType,
67
54
  ModifyAvailabilityZoneOptInStatus,
68
- NestedVirtualizationSpecification,
55
+ NetworkProtocolEnum,
69
56
  OperationType,
70
57
  PartitionLoadFrequency,
71
58
  PaymentOption,
@@ -87,7 +74,7 @@ import {
87
74
  TransitGatewayAttachmentResourceType,
88
75
  TransitGatewayPropagationState,
89
76
  UnlimitedSupportedInstanceFamily,
90
- UnsuccessfulInstanceCreditSpecificationErrorCode,
77
+ UserTrustProviderType,
91
78
  VirtualizationType,
92
79
  VolumeState,
93
80
  VolumeType,
@@ -97,13 +84,13 @@ import {
97
84
  AccessScopeAnalysisFinding,
98
85
  AccountVpcEncryptionControl,
99
86
  ActiveVpnTunnelStatus,
100
- AddIpamOperatingRegion,
101
87
  AddressAttribute,
88
+ ApplicationStatusCheckResponseObject,
102
89
  ClientConnectOptions,
103
90
  ClientLoginBannerOptions,
104
91
  ClientRouteEnforcementOptions,
105
92
  ConnectionLogOptions,
106
- InstanceEventWindow,
93
+ HealthCheckPathRequestObject,
107
94
  InterruptibleCapacityAllocation,
108
95
  InterruptionInfo,
109
96
  IpamPoolAllocation,
@@ -115,13 +102,9 @@ import {
115
102
  TargetConfigurationRequest,
116
103
  TransitGatewayConfigurationInputStructure,
117
104
  TransitGatewayPolicyTableAssociation,
118
- UnsuccessfulItem,
119
105
  } from "./models_0";
120
106
  import {
121
- AttributeValue,
122
- CapacityReservationTarget,
123
107
  FleetLaunchTemplateConfigRequest,
124
- InstanceEventWindowTimeRangeRequest,
125
108
  InstanceRequirementsRequest,
126
109
  IpamResourceTag,
127
110
  NetworkInsightsAccessScopeContent,
@@ -138,20 +121,187 @@ import {
138
121
  } from "./models_2";
139
122
  import {
140
123
  ConversionTask,
124
+ ExportTaskS3Location,
141
125
  Filter,
142
126
  FpgaImageAttribute,
143
127
  IpamPoolCidr,
144
- LaunchPermission,
145
128
  } from "./models_3";
146
129
  import {
147
- AttributeBooleanValue,
148
130
  ImportImageLicenseConfigurationResponse,
149
- InstanceMetadataOptionsResponse,
150
- InstanceStatusEvent,
131
+ RegisteredInstance,
151
132
  SnapshotDetail,
152
133
  SnapshotTaskDetail,
153
134
  } from "./models_4";
154
- import { RouteServerPropagation } from "./models_5";
135
+ import { RouteServerPropagation, TransitGatewayPropagation } from "./models_5";
136
+ export interface EnableImageDeregistrationProtectionResult {
137
+ Return?: string | undefined;
138
+ }
139
+ export interface EnableInstanceSqlHaStandbyDetectionsRequest {
140
+ InstanceIds: string[] | undefined;
141
+ SqlServerCredentials?: string | undefined;
142
+ DryRun?: boolean | undefined;
143
+ }
144
+ export interface EnableInstanceSqlHaStandbyDetectionsResult {
145
+ Instances?: RegisteredInstance[] | undefined;
146
+ }
147
+ export interface EnableIpamOrganizationAdminAccountRequest {
148
+ DryRun?: boolean | undefined;
149
+ DelegatedAdminAccountId: string | undefined;
150
+ }
151
+ export interface EnableIpamOrganizationAdminAccountResult {
152
+ Success?: boolean | undefined;
153
+ }
154
+ export interface EnableIpamPolicyRequest {
155
+ DryRun?: boolean | undefined;
156
+ IpamPolicyId: string | undefined;
157
+ OrganizationTargetId?: string | undefined;
158
+ }
159
+ export interface EnableIpamPolicyResult {
160
+ IpamPolicyId?: string | undefined;
161
+ }
162
+ export interface EnableReachabilityAnalyzerOrganizationSharingRequest {
163
+ DryRun?: boolean | undefined;
164
+ }
165
+ export interface EnableReachabilityAnalyzerOrganizationSharingResult {
166
+ ReturnValue?: boolean | undefined;
167
+ }
168
+ export interface EnableRouteServerPropagationRequest {
169
+ RouteServerId: string | undefined;
170
+ RouteTableId: string | undefined;
171
+ DryRun?: boolean | undefined;
172
+ }
173
+ export interface EnableRouteServerPropagationResult {
174
+ RouteServerPropagation?: RouteServerPropagation | undefined;
175
+ }
176
+ export interface EnableSerialConsoleAccessRequest {
177
+ DryRun?: boolean | undefined;
178
+ }
179
+ export interface EnableSerialConsoleAccessResult {
180
+ SerialConsoleAccessEnabled?: boolean | undefined;
181
+ }
182
+ export interface EnableSnapshotBlockPublicAccessRequest {
183
+ State: SnapshotBlockPublicAccessState | undefined;
184
+ DryRun?: boolean | undefined;
185
+ }
186
+ export interface EnableSnapshotBlockPublicAccessResult {
187
+ State?: SnapshotBlockPublicAccessState | undefined;
188
+ }
189
+ export interface EnableTransitGatewayRouteTablePropagationRequest {
190
+ TransitGatewayRouteTableId: string | undefined;
191
+ TransitGatewayAttachmentId?: string | undefined;
192
+ DryRun?: boolean | undefined;
193
+ TransitGatewayRouteTableAnnouncementId?: string | undefined;
194
+ }
195
+ export interface EnableTransitGatewayRouteTablePropagationResult {
196
+ Propagation?: TransitGatewayPropagation | undefined;
197
+ }
198
+ export interface EnableVgwRoutePropagationRequest {
199
+ GatewayId: string | undefined;
200
+ RouteTableId: string | undefined;
201
+ DryRun?: boolean | undefined;
202
+ }
203
+ export interface EnableVolumeIORequest {
204
+ DryRun?: boolean | undefined;
205
+ VolumeId: string | undefined;
206
+ }
207
+ export interface EnableVpcClassicLinkRequest {
208
+ DryRun?: boolean | undefined;
209
+ VpcId: string | undefined;
210
+ }
211
+ export interface EnableVpcClassicLinkResult {
212
+ Return?: boolean | undefined;
213
+ }
214
+ export interface EnableVpcClassicLinkDnsSupportRequest {
215
+ VpcId?: string | undefined;
216
+ }
217
+ export interface EnableVpcClassicLinkDnsSupportResult {
218
+ Return?: boolean | undefined;
219
+ }
220
+ export interface ExportClientVpnClientCertificateRevocationListRequest {
221
+ ClientVpnEndpointId: string | undefined;
222
+ DryRun?: boolean | undefined;
223
+ }
224
+ export interface ClientCertificateRevocationListStatus {
225
+ Code?: ClientCertificateRevocationListStatusCode | undefined;
226
+ Message?: string | undefined;
227
+ }
228
+ export interface ExportClientVpnClientCertificateRevocationListResult {
229
+ CertificateRevocationList?: string | undefined;
230
+ Status?: ClientCertificateRevocationListStatus | undefined;
231
+ }
232
+ export interface ExportClientVpnClientConfigurationRequest {
233
+ ClientVpnEndpointId: string | undefined;
234
+ DryRun?: boolean | undefined;
235
+ }
236
+ export interface ExportClientVpnClientConfigurationResult {
237
+ ClientConfiguration?: string | undefined;
238
+ }
239
+ export interface ExportTaskS3LocationRequest {
240
+ S3Bucket: string | undefined;
241
+ S3Prefix?: string | undefined;
242
+ }
243
+ export interface ExportImageRequest {
244
+ ClientToken?: string | undefined;
245
+ Description?: string | undefined;
246
+ DiskImageFormat: DiskImageFormat | undefined;
247
+ DryRun?: boolean | undefined;
248
+ ImageId: string | undefined;
249
+ S3ExportLocation: ExportTaskS3LocationRequest | undefined;
250
+ RoleName?: string | undefined;
251
+ TagSpecifications?: TagSpecification[] | undefined;
252
+ }
253
+ export interface ExportImageResult {
254
+ Description?: string | undefined;
255
+ DiskImageFormat?: DiskImageFormat | undefined;
256
+ ExportImageTaskId?: string | undefined;
257
+ ImageId?: string | undefined;
258
+ RoleName?: string | undefined;
259
+ Progress?: string | undefined;
260
+ S3ExportLocation?: ExportTaskS3Location | undefined;
261
+ Status?: string | undefined;
262
+ StatusMessage?: string | undefined;
263
+ Tags?: Tag[] | undefined;
264
+ }
265
+ export interface ExportTransitGatewayRoutesRequest {
266
+ TransitGatewayRouteTableId: string | undefined;
267
+ Filters?: Filter[] | undefined;
268
+ S3Bucket: string | undefined;
269
+ DryRun?: boolean | undefined;
270
+ }
271
+ export interface ExportTransitGatewayRoutesResult {
272
+ S3Location?: string | undefined;
273
+ }
274
+ export interface ExportVerifiedAccessInstanceClientConfigurationRequest {
275
+ VerifiedAccessInstanceId: string | undefined;
276
+ DryRun?: boolean | undefined;
277
+ }
278
+ export interface VerifiedAccessInstanceOpenVpnClientConfigurationRoute {
279
+ Cidr?: string | undefined;
280
+ }
281
+ export interface VerifiedAccessInstanceOpenVpnClientConfiguration {
282
+ Config?: string | undefined;
283
+ Routes?: VerifiedAccessInstanceOpenVpnClientConfigurationRoute[] | undefined;
284
+ }
285
+ export interface VerifiedAccessInstanceUserTrustProviderClientConfiguration {
286
+ Type?: UserTrustProviderType | undefined;
287
+ Scopes?: string | undefined;
288
+ Issuer?: string | undefined;
289
+ AuthorizationEndpoint?: string | undefined;
290
+ PublicSigningKeyEndpoint?: string | undefined;
291
+ TokenEndpoint?: string | undefined;
292
+ UserInfoEndpoint?: string | undefined;
293
+ ClientId?: string | undefined;
294
+ ClientSecret?: string | undefined;
295
+ PkceEnabled?: boolean | undefined;
296
+ }
297
+ export interface ExportVerifiedAccessInstanceClientConfigurationResult {
298
+ Version?: string | undefined;
299
+ VerifiedAccessInstanceId?: string | undefined;
300
+ Region?: string | undefined;
301
+ DeviceTrustProviders?: DeviceTrustProviderType[] | undefined;
302
+ UserTrustProvider?: VerifiedAccessInstanceUserTrustProviderClientConfiguration | undefined;
303
+ OpenVpnConfigurations?: VerifiedAccessInstanceOpenVpnClientConfiguration[] | undefined;
304
+ }
155
305
  export interface GetActiveVpnTunnelStatusRequest {
156
306
  VpnConnectionId: string | undefined;
157
307
  VpnTunnelOutsideIpAddress: string | undefined;
@@ -1537,6 +1687,28 @@ export interface ModifyAddressAttributeRequest {
1537
1687
  export interface ModifyAddressAttributeResult {
1538
1688
  Address?: AddressAttribute | undefined;
1539
1689
  }
1690
+ export interface ModifyApplicationStatusCheckRequest {
1691
+ ApplicationStatusCheckId: string | undefined;
1692
+ Aggregation?: AggregationStatusEnum | undefined;
1693
+ HealthCheckPaths?: HealthCheckPathRequestObject[] | undefined;
1694
+ Protocol?: NetworkProtocolEnum | undefined;
1695
+ Port?: number | undefined;
1696
+ Path?: string | undefined;
1697
+ DeviceIndex?: number | undefined;
1698
+ IpVersion?: IpVersionEnum | undefined;
1699
+ IpScope?: IpScopeEnum | undefined;
1700
+ Interval?: number | undefined;
1701
+ Timeout?: number | undefined;
1702
+ FailureThreshold?: number | undefined;
1703
+ SuccessThreshold?: number | undefined;
1704
+ StatusCodeMatcher?: string | undefined;
1705
+ InitializationGracePeriodSeconds?: number | undefined;
1706
+ ClientToken?: string | undefined;
1707
+ DryRun?: boolean | undefined;
1708
+ }
1709
+ export interface ModifyApplicationStatusCheckResult {
1710
+ ApplicationStatusCheck?: ApplicationStatusCheckResponseObject | undefined;
1711
+ }
1540
1712
  export interface ModifyAvailabilityZoneGroupRequest {
1541
1713
  GroupName: string | undefined;
1542
1714
  OptInStatus: ModifyAvailabilityZoneOptInStatus | undefined;
@@ -1643,229 +1815,3 @@ export interface ModifyFpgaImageAttributeRequest {
1643
1815
  export interface ModifyFpgaImageAttributeResult {
1644
1816
  FpgaImageAttribute?: FpgaImageAttribute | undefined;
1645
1817
  }
1646
- export interface ModifyHostsRequest {
1647
- HostRecovery?: HostRecovery | undefined;
1648
- InstanceType?: string | undefined;
1649
- InstanceFamily?: string | undefined;
1650
- HostMaintenance?: HostMaintenance | undefined;
1651
- HostIds: string[] | undefined;
1652
- AutoPlacement?: AutoPlacement | undefined;
1653
- }
1654
- export interface ModifyHostsResult {
1655
- Successful?: string[] | undefined;
1656
- Unsuccessful?: UnsuccessfulItem[] | undefined;
1657
- }
1658
- export interface ModifyIdentityIdFormatRequest {
1659
- Resource: string | undefined;
1660
- UseLongIds: boolean | undefined;
1661
- PrincipalArn: string | undefined;
1662
- }
1663
- export interface ModifyIdFormatRequest {
1664
- Resource: string | undefined;
1665
- UseLongIds: boolean | undefined;
1666
- }
1667
- export interface LaunchPermissionModifications {
1668
- Add?: LaunchPermission[] | undefined;
1669
- Remove?: LaunchPermission[] | undefined;
1670
- }
1671
- export interface ModifyImageAttributeRequest {
1672
- Attribute?: string | undefined;
1673
- Description?: AttributeValue | undefined;
1674
- ImageId: string | undefined;
1675
- LaunchPermission?: LaunchPermissionModifications | undefined;
1676
- OperationType?: OperationType | undefined;
1677
- ProductCodes?: string[] | undefined;
1678
- UserGroups?: string[] | undefined;
1679
- UserIds?: string[] | undefined;
1680
- Value?: string | undefined;
1681
- OrganizationArns?: string[] | undefined;
1682
- OrganizationalUnitArns?: string[] | undefined;
1683
- ImdsSupport?: AttributeValue | undefined;
1684
- DryRun?: boolean | undefined;
1685
- }
1686
- export interface EbsInstanceBlockDeviceSpecification {
1687
- VolumeId?: string | undefined;
1688
- DeleteOnTermination?: boolean | undefined;
1689
- }
1690
- export interface InstanceBlockDeviceMappingSpecification {
1691
- DeviceName?: string | undefined;
1692
- Ebs?: EbsInstanceBlockDeviceSpecification | undefined;
1693
- VirtualName?: string | undefined;
1694
- NoDevice?: string | undefined;
1695
- }
1696
- export interface EnclaveOptionsRequest {
1697
- Enabled?: boolean | undefined;
1698
- }
1699
- export interface BlobAttributeValue {
1700
- Value?: Uint8Array | undefined;
1701
- }
1702
- export interface ModifyInstanceAttributeRequest {
1703
- SourceDestCheck?: AttributeBooleanValue | undefined;
1704
- EnclaveOptions?: EnclaveOptionsRequest | undefined;
1705
- DisableApiStop?: AttributeBooleanValue | undefined;
1706
- DryRun?: boolean | undefined;
1707
- InstanceId: string | undefined;
1708
- Attribute?: InstanceAttributeName | undefined;
1709
- Value?: string | undefined;
1710
- BlockDeviceMappings?: InstanceBlockDeviceMappingSpecification[] | undefined;
1711
- DisableApiTermination?: AttributeBooleanValue | undefined;
1712
- InstanceType?: AttributeValue | undefined;
1713
- Kernel?: AttributeValue | undefined;
1714
- Ramdisk?: AttributeValue | undefined;
1715
- UserData?: BlobAttributeValue | undefined;
1716
- InstanceInitiatedShutdownBehavior?: AttributeValue | undefined;
1717
- Groups?: string[] | undefined;
1718
- EbsOptimized?: AttributeBooleanValue | undefined;
1719
- SriovNetSupport?: AttributeValue | undefined;
1720
- EnaSupport?: AttributeBooleanValue | undefined;
1721
- }
1722
- export interface CapacityReservationSpecification {
1723
- CapacityReservationPreference?: CapacityReservationPreference | undefined;
1724
- CapacityReservationTarget?: CapacityReservationTarget | undefined;
1725
- }
1726
- export interface ModifyInstanceCapacityReservationAttributesRequest {
1727
- InstanceId: string | undefined;
1728
- CapacityReservationSpecification: CapacityReservationSpecification | undefined;
1729
- DryRun?: boolean | undefined;
1730
- }
1731
- export interface ModifyInstanceCapacityReservationAttributesResult {
1732
- Return?: boolean | undefined;
1733
- }
1734
- export interface ModifyInstanceConnectEndpointRequest {
1735
- DryRun?: boolean | undefined;
1736
- InstanceConnectEndpointId: string | undefined;
1737
- IpAddressType?: IpAddressType | undefined;
1738
- SecurityGroupIds?: string[] | undefined;
1739
- PreserveClientIp?: boolean | undefined;
1740
- }
1741
- export interface ModifyInstanceConnectEndpointResult {
1742
- Return?: boolean | undefined;
1743
- }
1744
- export interface ModifyInstanceCpuOptionsRequest {
1745
- InstanceId: string | undefined;
1746
- CoreCount?: number | undefined;
1747
- ThreadsPerCore?: number | undefined;
1748
- NestedVirtualization?: NestedVirtualizationSpecification | undefined;
1749
- DryRun?: boolean | undefined;
1750
- }
1751
- export interface ModifyInstanceCpuOptionsResult {
1752
- InstanceId?: string | undefined;
1753
- CoreCount?: number | undefined;
1754
- ThreadsPerCore?: number | undefined;
1755
- NestedVirtualization?: NestedVirtualizationSpecification | undefined;
1756
- }
1757
- export interface InstanceCreditSpecificationRequest {
1758
- InstanceId: string | undefined;
1759
- CpuCredits?: string | undefined;
1760
- }
1761
- export interface ModifyInstanceCreditSpecificationRequest {
1762
- DryRun?: boolean | undefined;
1763
- ClientToken?: string | undefined;
1764
- InstanceCreditSpecifications: InstanceCreditSpecificationRequest[] | undefined;
1765
- }
1766
- export interface SuccessfulInstanceCreditSpecificationItem {
1767
- InstanceId?: string | undefined;
1768
- }
1769
- export interface UnsuccessfulInstanceCreditSpecificationItemError {
1770
- Code?: UnsuccessfulInstanceCreditSpecificationErrorCode | undefined;
1771
- Message?: string | undefined;
1772
- }
1773
- export interface UnsuccessfulInstanceCreditSpecificationItem {
1774
- InstanceId?: string | undefined;
1775
- Error?: UnsuccessfulInstanceCreditSpecificationItemError | undefined;
1776
- }
1777
- export interface ModifyInstanceCreditSpecificationResult {
1778
- SuccessfulInstanceCreditSpecifications?: SuccessfulInstanceCreditSpecificationItem[] | undefined;
1779
- UnsuccessfulInstanceCreditSpecifications?:
1780
- | UnsuccessfulInstanceCreditSpecificationItem[]
1781
- | undefined;
1782
- }
1783
- export interface ModifyInstanceEventStartTimeRequest {
1784
- DryRun?: boolean | undefined;
1785
- InstanceId: string | undefined;
1786
- InstanceEventId: string | undefined;
1787
- NotBefore: Date | undefined;
1788
- }
1789
- export interface ModifyInstanceEventStartTimeResult {
1790
- Event?: InstanceStatusEvent | undefined;
1791
- }
1792
- export interface ModifyInstanceEventWindowRequest {
1793
- DryRun?: boolean | undefined;
1794
- Name?: string | undefined;
1795
- InstanceEventWindowId: string | undefined;
1796
- TimeRanges?: InstanceEventWindowTimeRangeRequest[] | undefined;
1797
- CronExpression?: string | undefined;
1798
- }
1799
- export interface ModifyInstanceEventWindowResult {
1800
- InstanceEventWindow?: InstanceEventWindow | undefined;
1801
- }
1802
- export interface ModifyInstanceMaintenanceOptionsRequest {
1803
- InstanceId: string | undefined;
1804
- AutoRecovery?: InstanceAutoRecoveryState | undefined;
1805
- RebootMigration?: InstanceRebootMigrationState | undefined;
1806
- DryRun?: boolean | undefined;
1807
- }
1808
- export interface ModifyInstanceMaintenanceOptionsResult {
1809
- InstanceId?: string | undefined;
1810
- AutoRecovery?: InstanceAutoRecoveryState | undefined;
1811
- RebootMigration?: InstanceRebootMigrationState | undefined;
1812
- }
1813
- export interface ModifyInstanceMetadataDefaultsRequest {
1814
- HttpTokens?: MetadataDefaultHttpTokensState | undefined;
1815
- HttpPutResponseHopLimit?: number | undefined;
1816
- HttpEndpoint?: DefaultInstanceMetadataEndpointState | undefined;
1817
- InstanceMetadataTags?: DefaultInstanceMetadataTagsState | undefined;
1818
- DryRun?: boolean | undefined;
1819
- HttpTokensEnforced?: DefaultHttpTokensEnforcedState | undefined;
1820
- }
1821
- export interface ModifyInstanceMetadataDefaultsResult {
1822
- Return?: boolean | undefined;
1823
- }
1824
- export interface ModifyInstanceMetadataOptionsRequest {
1825
- InstanceId: string | undefined;
1826
- HttpTokens?: HttpTokensState | undefined;
1827
- HttpPutResponseHopLimit?: number | undefined;
1828
- HttpEndpoint?: InstanceMetadataEndpointState | undefined;
1829
- DryRun?: boolean | undefined;
1830
- HttpProtocolIpv6?: InstanceMetadataProtocolState | undefined;
1831
- InstanceMetadataTags?: InstanceMetadataTagsState | undefined;
1832
- }
1833
- export interface ModifyInstanceMetadataOptionsResult {
1834
- InstanceId?: string | undefined;
1835
- InstanceMetadataOptions?: InstanceMetadataOptionsResponse | undefined;
1836
- }
1837
- export interface ModifyInstanceNetworkPerformanceRequest {
1838
- InstanceId: string | undefined;
1839
- BandwidthWeighting: InstanceBandwidthWeighting | undefined;
1840
- DryRun?: boolean | undefined;
1841
- }
1842
- export interface ModifyInstanceNetworkPerformanceResult {
1843
- InstanceId?: string | undefined;
1844
- BandwidthWeighting?: InstanceBandwidthWeighting | undefined;
1845
- }
1846
- export interface ModifyInstancePlacementRequest {
1847
- GroupName?: string | undefined;
1848
- PartitionNumber?: number | undefined;
1849
- HostResourceGroupArn?: string | undefined;
1850
- GroupId?: string | undefined;
1851
- InstanceId: string | undefined;
1852
- Tenancy?: HostTenancy | undefined;
1853
- Affinity?: Affinity | undefined;
1854
- HostId?: string | undefined;
1855
- }
1856
- export interface ModifyInstancePlacementResult {
1857
- Return?: boolean | undefined;
1858
- }
1859
- export interface RemoveIpamOperatingRegion {
1860
- RegionName?: string | undefined;
1861
- }
1862
- export interface ModifyIpamRequest {
1863
- DryRun?: boolean | undefined;
1864
- IpamId: string | undefined;
1865
- Description?: string | undefined;
1866
- AddOperatingRegions?: AddIpamOperatingRegion[] | undefined;
1867
- RemoveOperatingRegions?: RemoveIpamOperatingRegion[] | undefined;
1868
- Tier?: IpamTier | undefined;
1869
- EnablePrivateGua?: boolean | undefined;
1870
- MeteredAccount?: IpamMeteredAccount | undefined;
1871
- }