@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,19 +1,28 @@
1
1
  import {
2
2
  _InstanceType,
3
3
  AddressAttributeName,
4
+ Affinity,
4
5
  AmdSevSnpSpecification,
5
6
  ApplianceModeSupportValue,
6
7
  ArchitectureValues,
7
8
  AutoAcceptSharedAttachmentsValue,
9
+ AutoPlacement,
8
10
  BootModeValues,
9
11
  CapacityReservationInstancePlatform,
12
+ CapacityReservationPreference,
10
13
  CurrencyCodeValues,
14
+ DefaultHttpTokensEnforcedState,
15
+ DefaultInstanceMetadataEndpointState,
16
+ DefaultInstanceMetadataTagsState,
11
17
  DefaultRouteTableAssociationValue,
12
18
  DefaultRouteTablePropagationValue,
13
19
  DnsSupportValue,
14
20
  EncryptionSupportOptionValue,
15
21
  ExcessCapacityTerminationPolicy,
22
+ HostMaintenance,
16
23
  HostnameType,
24
+ HostRecovery,
25
+ HostTenancy,
17
26
  HttpTokensState,
18
27
  ImdsSupportValues,
19
28
  InstanceAttributeName,
@@ -23,14 +32,17 @@ import {
23
32
  InstanceMetadataEndpointState,
24
33
  InstanceMetadataProtocolState,
25
34
  InstanceMetadataTagsState,
35
+ InstanceRebootMigrationState,
26
36
  InternetGatewayBlockMode,
27
37
  InternetGatewayExclusionMode,
28
38
  IpAddressType,
39
+ IpamMeteredAccount,
29
40
  IpamPolicyResourceType,
41
+ IpamTier,
30
42
  Ipv6SupportValue,
31
43
  ManagedResourceDefaultVisibility,
32
44
  MarketType,
33
- MembershipType,
45
+ MetadataDefaultHttpTokensState,
34
46
  NestedVirtualizationSpecification,
35
47
  OperationType,
36
48
  PayerResponsibility,
@@ -58,7 +70,7 @@ import {
58
70
  TrafficMirrorNetworkService,
59
71
  TrafficMirrorRuleAction,
60
72
  TrafficMirrorSessionField,
61
- TransitGatewayAttachmentResourceType,
73
+ UnsuccessfulInstanceCreditSpecificationErrorCode,
62
74
  VerificationMethod,
63
75
  VerifiedAccessEndpointProtocol,
64
76
  VolumeType,
@@ -80,6 +92,7 @@ import {
80
92
  EnaSrdSpecification,
81
93
  IamInstanceProfileAssociation,
82
94
  IamInstanceProfileSpecification,
95
+ InstanceEventWindow,
83
96
  IpamPoolAllocation,
84
97
  IpPermission,
85
98
  PortRange,
@@ -97,11 +110,13 @@ import {
97
110
  import {
98
111
  AttributeValue,
99
112
  BlockDeviceMapping,
113
+ CapacityReservationTarget,
100
114
  ConnectionTrackingSpecificationRequest,
101
115
  CreditSpecificationRequest,
102
116
  ElasticGpuSpecification,
103
117
  ExternalAuthorityConfiguration,
104
118
  IcmpTypeCode,
119
+ InstanceEventWindowTimeRangeRequest,
105
120
  InstanceIpv6Address,
106
121
  Ipam,
107
122
  IpamPool,
@@ -116,7 +131,6 @@ import {
116
131
  OperatorRequest,
117
132
  Placement,
118
133
  RequestIpamResourceTag,
119
- RouteServer,
120
134
  VpcEncryptionControl,
121
135
  } from "./models_1";
122
136
  import {
@@ -129,6 +143,7 @@ import {
129
143
  Phase2DHGroupNumbersRequestListValue,
130
144
  Phase2EncryptionAlgorithmsRequestListValue,
131
145
  Phase2IntegrityAlgorithmsRequestListValue,
146
+ RouteServer,
132
147
  SubnetConfiguration,
133
148
  TrafficMirrorFilter,
134
149
  TrafficMirrorFilterRule,
@@ -151,42 +166,263 @@ import {
151
166
  Byoasn,
152
167
  CapacityBlock,
153
168
  CapacityBlockExtension,
154
- ClientVpnConnectionStatus,
155
- Filter,
156
169
  InstanceTagNotificationAttribute,
157
170
  IpamPoolCidr,
158
171
  } from "./models_3";
159
172
  import {
160
173
  AttributeBooleanValue,
161
- CreateVolumePermission,
162
- InstanceNetworkInterfaceSpecification,
163
- InstanceState,
174
+ InstanceMetadataOptionsResponse,
175
+ InstanceStatusEvent,
176
+ LaunchPermission,
164
177
  Monitoring,
165
- NetworkInsightsAccessScopeAnalysis,
166
- NetworkInsightsAnalysis,
167
178
  PublicIpv4PoolRange,
168
179
  ReservedInstancesConfiguration,
169
180
  ScheduledInstance,
170
- SpotPlacement,
171
181
  } from "./models_4";
172
182
  import {
183
+ CreateVolumePermission,
184
+ InstanceNetworkInterfaceSpecification,
173
185
  LaunchTemplateConfig,
174
186
  RunInstancesMonitoringEnabled,
175
187
  SpotFleetRequestConfigData,
176
188
  SpotInstanceRequest,
189
+ SpotPlacement,
177
190
  VerifiedAccessInstanceLoggingConfiguration,
178
191
  VolumeModification,
179
192
  VpcBlockPublicAccessOptions,
180
193
  } from "./models_5";
181
194
  import {
182
- CapacityReservationSpecification,
183
- EnclaveOptionsRequest,
184
195
  IpamPolicyDocument,
185
196
  IpamResourceCidr,
186
197
  ManagedResourceVisibilitySettings,
187
198
  Purchase,
188
- RemoveIpamOperatingRegion,
189
199
  } from "./models_6";
200
+ export interface ModifyHostsRequest {
201
+ HostRecovery?: HostRecovery | undefined;
202
+ InstanceType?: string | undefined;
203
+ InstanceFamily?: string | undefined;
204
+ HostMaintenance?: HostMaintenance | undefined;
205
+ HostIds: string[] | undefined;
206
+ AutoPlacement?: AutoPlacement | undefined;
207
+ }
208
+ export interface ModifyHostsResult {
209
+ Successful?: string[] | undefined;
210
+ Unsuccessful?: UnsuccessfulItem[] | undefined;
211
+ }
212
+ export interface ModifyIdentityIdFormatRequest {
213
+ Resource: string | undefined;
214
+ UseLongIds: boolean | undefined;
215
+ PrincipalArn: string | undefined;
216
+ }
217
+ export interface ModifyIdFormatRequest {
218
+ Resource: string | undefined;
219
+ UseLongIds: boolean | undefined;
220
+ }
221
+ export interface LaunchPermissionModifications {
222
+ Add?: LaunchPermission[] | undefined;
223
+ Remove?: LaunchPermission[] | undefined;
224
+ }
225
+ export interface ModifyImageAttributeRequest {
226
+ Attribute?: string | undefined;
227
+ Description?: AttributeValue | undefined;
228
+ ImageId: string | undefined;
229
+ LaunchPermission?: LaunchPermissionModifications | undefined;
230
+ OperationType?: OperationType | undefined;
231
+ ProductCodes?: string[] | undefined;
232
+ UserGroups?: string[] | undefined;
233
+ UserIds?: string[] | undefined;
234
+ Value?: string | undefined;
235
+ OrganizationArns?: string[] | undefined;
236
+ OrganizationalUnitArns?: string[] | undefined;
237
+ ImdsSupport?: AttributeValue | undefined;
238
+ DryRun?: boolean | undefined;
239
+ }
240
+ export interface EbsInstanceBlockDeviceSpecification {
241
+ VolumeId?: string | undefined;
242
+ DeleteOnTermination?: boolean | undefined;
243
+ }
244
+ export interface InstanceBlockDeviceMappingSpecification {
245
+ DeviceName?: string | undefined;
246
+ Ebs?: EbsInstanceBlockDeviceSpecification | undefined;
247
+ VirtualName?: string | undefined;
248
+ NoDevice?: string | undefined;
249
+ }
250
+ export interface EnclaveOptionsRequest {
251
+ Enabled?: boolean | undefined;
252
+ }
253
+ export interface BlobAttributeValue {
254
+ Value?: Uint8Array | undefined;
255
+ }
256
+ export interface ModifyInstanceAttributeRequest {
257
+ SourceDestCheck?: AttributeBooleanValue | undefined;
258
+ EnclaveOptions?: EnclaveOptionsRequest | undefined;
259
+ DisableApiStop?: AttributeBooleanValue | undefined;
260
+ DryRun?: boolean | undefined;
261
+ InstanceId: string | undefined;
262
+ Attribute?: InstanceAttributeName | undefined;
263
+ Value?: string | undefined;
264
+ BlockDeviceMappings?: InstanceBlockDeviceMappingSpecification[] | undefined;
265
+ DisableApiTermination?: AttributeBooleanValue | undefined;
266
+ InstanceType?: AttributeValue | undefined;
267
+ Kernel?: AttributeValue | undefined;
268
+ Ramdisk?: AttributeValue | undefined;
269
+ UserData?: BlobAttributeValue | undefined;
270
+ InstanceInitiatedShutdownBehavior?: AttributeValue | undefined;
271
+ Groups?: string[] | undefined;
272
+ EbsOptimized?: AttributeBooleanValue | undefined;
273
+ SriovNetSupport?: AttributeValue | undefined;
274
+ EnaSupport?: AttributeBooleanValue | undefined;
275
+ }
276
+ export interface CapacityReservationSpecification {
277
+ CapacityReservationPreference?: CapacityReservationPreference | undefined;
278
+ CapacityReservationTarget?: CapacityReservationTarget | undefined;
279
+ }
280
+ export interface ModifyInstanceCapacityReservationAttributesRequest {
281
+ InstanceId: string | undefined;
282
+ CapacityReservationSpecification: CapacityReservationSpecification | undefined;
283
+ DryRun?: boolean | undefined;
284
+ }
285
+ export interface ModifyInstanceCapacityReservationAttributesResult {
286
+ Return?: boolean | undefined;
287
+ }
288
+ export interface ModifyInstanceConnectEndpointRequest {
289
+ DryRun?: boolean | undefined;
290
+ InstanceConnectEndpointId: string | undefined;
291
+ IpAddressType?: IpAddressType | undefined;
292
+ SecurityGroupIds?: string[] | undefined;
293
+ PreserveClientIp?: boolean | undefined;
294
+ }
295
+ export interface ModifyInstanceConnectEndpointResult {
296
+ Return?: boolean | undefined;
297
+ }
298
+ export interface ModifyInstanceCpuOptionsRequest {
299
+ InstanceId: string | undefined;
300
+ CoreCount?: number | undefined;
301
+ ThreadsPerCore?: number | undefined;
302
+ NestedVirtualization?: NestedVirtualizationSpecification | undefined;
303
+ DryRun?: boolean | undefined;
304
+ }
305
+ export interface ModifyInstanceCpuOptionsResult {
306
+ InstanceId?: string | undefined;
307
+ CoreCount?: number | undefined;
308
+ ThreadsPerCore?: number | undefined;
309
+ NestedVirtualization?: NestedVirtualizationSpecification | undefined;
310
+ }
311
+ export interface InstanceCreditSpecificationRequest {
312
+ InstanceId: string | undefined;
313
+ CpuCredits?: string | undefined;
314
+ }
315
+ export interface ModifyInstanceCreditSpecificationRequest {
316
+ DryRun?: boolean | undefined;
317
+ ClientToken?: string | undefined;
318
+ InstanceCreditSpecifications: InstanceCreditSpecificationRequest[] | undefined;
319
+ }
320
+ export interface SuccessfulInstanceCreditSpecificationItem {
321
+ InstanceId?: string | undefined;
322
+ }
323
+ export interface UnsuccessfulInstanceCreditSpecificationItemError {
324
+ Code?: UnsuccessfulInstanceCreditSpecificationErrorCode | undefined;
325
+ Message?: string | undefined;
326
+ }
327
+ export interface UnsuccessfulInstanceCreditSpecificationItem {
328
+ InstanceId?: string | undefined;
329
+ Error?: UnsuccessfulInstanceCreditSpecificationItemError | undefined;
330
+ }
331
+ export interface ModifyInstanceCreditSpecificationResult {
332
+ SuccessfulInstanceCreditSpecifications?: SuccessfulInstanceCreditSpecificationItem[] | undefined;
333
+ UnsuccessfulInstanceCreditSpecifications?:
334
+ | UnsuccessfulInstanceCreditSpecificationItem[]
335
+ | undefined;
336
+ }
337
+ export interface ModifyInstanceEventStartTimeRequest {
338
+ DryRun?: boolean | undefined;
339
+ InstanceId: string | undefined;
340
+ InstanceEventId: string | undefined;
341
+ NotBefore: Date | undefined;
342
+ }
343
+ export interface ModifyInstanceEventStartTimeResult {
344
+ Event?: InstanceStatusEvent | undefined;
345
+ }
346
+ export interface ModifyInstanceEventWindowRequest {
347
+ DryRun?: boolean | undefined;
348
+ Name?: string | undefined;
349
+ InstanceEventWindowId: string | undefined;
350
+ TimeRanges?: InstanceEventWindowTimeRangeRequest[] | undefined;
351
+ CronExpression?: string | undefined;
352
+ }
353
+ export interface ModifyInstanceEventWindowResult {
354
+ InstanceEventWindow?: InstanceEventWindow | undefined;
355
+ }
356
+ export interface ModifyInstanceMaintenanceOptionsRequest {
357
+ InstanceId: string | undefined;
358
+ AutoRecovery?: InstanceAutoRecoveryState | undefined;
359
+ RebootMigration?: InstanceRebootMigrationState | undefined;
360
+ DryRun?: boolean | undefined;
361
+ }
362
+ export interface ModifyInstanceMaintenanceOptionsResult {
363
+ InstanceId?: string | undefined;
364
+ AutoRecovery?: InstanceAutoRecoveryState | undefined;
365
+ RebootMigration?: InstanceRebootMigrationState | undefined;
366
+ }
367
+ export interface ModifyInstanceMetadataDefaultsRequest {
368
+ HttpTokens?: MetadataDefaultHttpTokensState | undefined;
369
+ HttpPutResponseHopLimit?: number | undefined;
370
+ HttpEndpoint?: DefaultInstanceMetadataEndpointState | undefined;
371
+ InstanceMetadataTags?: DefaultInstanceMetadataTagsState | undefined;
372
+ DryRun?: boolean | undefined;
373
+ HttpTokensEnforced?: DefaultHttpTokensEnforcedState | undefined;
374
+ }
375
+ export interface ModifyInstanceMetadataDefaultsResult {
376
+ Return?: boolean | undefined;
377
+ }
378
+ export interface ModifyInstanceMetadataOptionsRequest {
379
+ InstanceId: string | undefined;
380
+ HttpTokens?: HttpTokensState | undefined;
381
+ HttpPutResponseHopLimit?: number | undefined;
382
+ HttpEndpoint?: InstanceMetadataEndpointState | undefined;
383
+ DryRun?: boolean | undefined;
384
+ HttpProtocolIpv6?: InstanceMetadataProtocolState | undefined;
385
+ InstanceMetadataTags?: InstanceMetadataTagsState | undefined;
386
+ }
387
+ export interface ModifyInstanceMetadataOptionsResult {
388
+ InstanceId?: string | undefined;
389
+ InstanceMetadataOptions?: InstanceMetadataOptionsResponse | undefined;
390
+ }
391
+ export interface ModifyInstanceNetworkPerformanceRequest {
392
+ InstanceId: string | undefined;
393
+ BandwidthWeighting: InstanceBandwidthWeighting | undefined;
394
+ DryRun?: boolean | undefined;
395
+ }
396
+ export interface ModifyInstanceNetworkPerformanceResult {
397
+ InstanceId?: string | undefined;
398
+ BandwidthWeighting?: InstanceBandwidthWeighting | undefined;
399
+ }
400
+ export interface ModifyInstancePlacementRequest {
401
+ GroupName?: string | undefined;
402
+ PartitionNumber?: number | undefined;
403
+ HostResourceGroupArn?: string | undefined;
404
+ GroupId?: string | undefined;
405
+ InstanceId: string | undefined;
406
+ Tenancy?: HostTenancy | undefined;
407
+ Affinity?: Affinity | undefined;
408
+ HostId?: string | undefined;
409
+ }
410
+ export interface ModifyInstancePlacementResult {
411
+ Return?: boolean | undefined;
412
+ }
413
+ export interface RemoveIpamOperatingRegion {
414
+ RegionName?: string | undefined;
415
+ }
416
+ export interface ModifyIpamRequest {
417
+ DryRun?: boolean | undefined;
418
+ IpamId: string | undefined;
419
+ Description?: string | undefined;
420
+ AddOperatingRegions?: AddIpamOperatingRegion[] | undefined;
421
+ RemoveOperatingRegions?: RemoveIpamOperatingRegion[] | undefined;
422
+ Tier?: IpamTier | undefined;
423
+ EnablePrivateGua?: boolean | undefined;
424
+ MeteredAccount?: IpamMeteredAccount | undefined;
425
+ }
190
426
  export interface ModifyIpamResult {
191
427
  Ipam?: Ipam | undefined;
192
428
  }
@@ -1644,227 +1880,3 @@ export interface RunInstancesRequest {
1644
1880
  IamInstanceProfile?: IamInstanceProfileSpecification | undefined;
1645
1881
  EbsOptimized?: boolean | undefined;
1646
1882
  }
1647
- export interface ScheduledInstancesEbs {
1648
- DeleteOnTermination?: boolean | undefined;
1649
- Encrypted?: boolean | undefined;
1650
- Iops?: number | undefined;
1651
- SnapshotId?: string | undefined;
1652
- VolumeSize?: number | undefined;
1653
- VolumeType?: string | undefined;
1654
- }
1655
- export interface ScheduledInstancesBlockDeviceMapping {
1656
- DeviceName?: string | undefined;
1657
- Ebs?: ScheduledInstancesEbs | undefined;
1658
- NoDevice?: string | undefined;
1659
- VirtualName?: string | undefined;
1660
- }
1661
- export interface ScheduledInstancesIamInstanceProfile {
1662
- Arn?: string | undefined;
1663
- Name?: string | undefined;
1664
- }
1665
- export interface ScheduledInstancesMonitoring {
1666
- Enabled?: boolean | undefined;
1667
- }
1668
- export interface ScheduledInstancesIpv6Address {
1669
- Ipv6Address?: string | undefined;
1670
- }
1671
- export interface ScheduledInstancesPrivateIpAddressConfig {
1672
- Primary?: boolean | undefined;
1673
- PrivateIpAddress?: string | undefined;
1674
- }
1675
- export interface ScheduledInstancesNetworkInterface {
1676
- AssociatePublicIpAddress?: boolean | undefined;
1677
- DeleteOnTermination?: boolean | undefined;
1678
- Description?: string | undefined;
1679
- DeviceIndex?: number | undefined;
1680
- Groups?: string[] | undefined;
1681
- Ipv6AddressCount?: number | undefined;
1682
- Ipv6Addresses?: ScheduledInstancesIpv6Address[] | undefined;
1683
- NetworkInterfaceId?: string | undefined;
1684
- PrivateIpAddress?: string | undefined;
1685
- PrivateIpAddressConfigs?: ScheduledInstancesPrivateIpAddressConfig[] | undefined;
1686
- SecondaryPrivateIpAddressCount?: number | undefined;
1687
- SubnetId?: string | undefined;
1688
- }
1689
- export interface ScheduledInstancesPlacement {
1690
- AvailabilityZone?: string | undefined;
1691
- GroupName?: string | undefined;
1692
- }
1693
- export interface ScheduledInstancesLaunchSpecification {
1694
- BlockDeviceMappings?: ScheduledInstancesBlockDeviceMapping[] | undefined;
1695
- EbsOptimized?: boolean | undefined;
1696
- IamInstanceProfile?: ScheduledInstancesIamInstanceProfile | undefined;
1697
- ImageId: string | undefined;
1698
- InstanceType?: string | undefined;
1699
- KernelId?: string | undefined;
1700
- KeyName?: string | undefined;
1701
- Monitoring?: ScheduledInstancesMonitoring | undefined;
1702
- NetworkInterfaces?: ScheduledInstancesNetworkInterface[] | undefined;
1703
- Placement?: ScheduledInstancesPlacement | undefined;
1704
- RamdiskId?: string | undefined;
1705
- SecurityGroupIds?: string[] | undefined;
1706
- SubnetId?: string | undefined;
1707
- UserData?: string | undefined;
1708
- }
1709
- export interface RunScheduledInstancesRequest {
1710
- ClientToken?: string | undefined;
1711
- DryRun?: boolean | undefined;
1712
- InstanceCount?: number | undefined;
1713
- LaunchSpecification: ScheduledInstancesLaunchSpecification | undefined;
1714
- ScheduledInstanceId: string | undefined;
1715
- }
1716
- export interface RunScheduledInstancesResult {
1717
- InstanceIdSet?: string[] | undefined;
1718
- }
1719
- export interface SearchLocalGatewayRoutesRequest {
1720
- LocalGatewayRouteTableId: string | undefined;
1721
- Filters?: Filter[] | undefined;
1722
- MaxResults?: number | undefined;
1723
- NextToken?: string | undefined;
1724
- DryRun?: boolean | undefined;
1725
- }
1726
- export interface SearchLocalGatewayRoutesResult {
1727
- Routes?: LocalGatewayRoute[] | undefined;
1728
- NextToken?: string | undefined;
1729
- }
1730
- export interface SearchTransitGatewayMulticastGroupsRequest {
1731
- TransitGatewayMulticastDomainId: string | undefined;
1732
- Filters?: Filter[] | undefined;
1733
- MaxResults?: number | undefined;
1734
- NextToken?: string | undefined;
1735
- DryRun?: boolean | undefined;
1736
- }
1737
- export interface TransitGatewayMulticastGroup {
1738
- GroupIpAddress?: string | undefined;
1739
- TransitGatewayAttachmentId?: string | undefined;
1740
- SubnetId?: string | undefined;
1741
- ResourceId?: string | undefined;
1742
- ResourceType?: TransitGatewayAttachmentResourceType | undefined;
1743
- ResourceOwnerId?: string | undefined;
1744
- NetworkInterfaceId?: string | undefined;
1745
- GroupMember?: boolean | undefined;
1746
- GroupSource?: boolean | undefined;
1747
- MemberType?: MembershipType | undefined;
1748
- SourceType?: MembershipType | undefined;
1749
- }
1750
- export interface SearchTransitGatewayMulticastGroupsResult {
1751
- MulticastGroups?: TransitGatewayMulticastGroup[] | undefined;
1752
- NextToken?: string | undefined;
1753
- }
1754
- export interface SearchTransitGatewayRoutesRequest {
1755
- TransitGatewayRouteTableId: string | undefined;
1756
- Filters: Filter[] | undefined;
1757
- MaxResults?: number | undefined;
1758
- DryRun?: boolean | undefined;
1759
- NextToken?: string | undefined;
1760
- }
1761
- export interface SearchTransitGatewayRoutesResult {
1762
- Routes?: TransitGatewayRoute[] | undefined;
1763
- AdditionalRoutesAvailable?: boolean | undefined;
1764
- NextToken?: string | undefined;
1765
- }
1766
- export interface SendDiagnosticInterruptRequest {
1767
- InstanceId: string | undefined;
1768
- DryRun?: boolean | undefined;
1769
- }
1770
- export interface StartDeclarativePoliciesReportRequest {
1771
- DryRun?: boolean | undefined;
1772
- S3Bucket: string | undefined;
1773
- S3Prefix?: string | undefined;
1774
- TargetId: string | undefined;
1775
- TagSpecifications?: TagSpecification[] | undefined;
1776
- }
1777
- export interface StartDeclarativePoliciesReportResult {
1778
- ReportId?: string | undefined;
1779
- }
1780
- export interface StartInstancesRequest {
1781
- InstanceIds: string[] | undefined;
1782
- AdditionalInfo?: string | undefined;
1783
- DryRun?: boolean | undefined;
1784
- }
1785
- export interface InstanceStateChange {
1786
- InstanceId?: string | undefined;
1787
- CurrentState?: InstanceState | undefined;
1788
- PreviousState?: InstanceState | undefined;
1789
- }
1790
- export interface StartInstancesResult {
1791
- StartingInstances?: InstanceStateChange[] | undefined;
1792
- }
1793
- export interface StartNetworkInsightsAccessScopeAnalysisRequest {
1794
- NetworkInsightsAccessScopeId: string | undefined;
1795
- DryRun?: boolean | undefined;
1796
- TagSpecifications?: TagSpecification[] | undefined;
1797
- ClientToken?: string | undefined;
1798
- }
1799
- export interface StartNetworkInsightsAccessScopeAnalysisResult {
1800
- NetworkInsightsAccessScopeAnalysis?: NetworkInsightsAccessScopeAnalysis | undefined;
1801
- }
1802
- export interface StartNetworkInsightsAnalysisRequest {
1803
- NetworkInsightsPathId: string | undefined;
1804
- AdditionalAccounts?: string[] | undefined;
1805
- FilterInArns?: string[] | undefined;
1806
- FilterOutArns?: string[] | undefined;
1807
- DryRun?: boolean | undefined;
1808
- TagSpecifications?: TagSpecification[] | undefined;
1809
- ClientToken?: string | undefined;
1810
- }
1811
- export interface StartNetworkInsightsAnalysisResult {
1812
- NetworkInsightsAnalysis?: NetworkInsightsAnalysis | undefined;
1813
- }
1814
- export interface StartVpcEndpointServicePrivateDnsVerificationRequest {
1815
- DryRun?: boolean | undefined;
1816
- ServiceId: string | undefined;
1817
- }
1818
- export interface StartVpcEndpointServicePrivateDnsVerificationResult {
1819
- ReturnValue?: boolean | undefined;
1820
- }
1821
- export interface StopInstancesRequest {
1822
- InstanceIds: string[] | undefined;
1823
- Hibernate?: boolean | undefined;
1824
- SkipOsShutdown?: boolean | undefined;
1825
- DryRun?: boolean | undefined;
1826
- Force?: boolean | undefined;
1827
- }
1828
- export interface StopInstancesResult {
1829
- StoppingInstances?: InstanceStateChange[] | undefined;
1830
- }
1831
- export interface TerminateClientVpnConnectionsRequest {
1832
- ClientVpnEndpointId: string | undefined;
1833
- ConnectionId?: string | undefined;
1834
- Username?: string | undefined;
1835
- DryRun?: boolean | undefined;
1836
- }
1837
- export interface TerminateConnectionStatus {
1838
- ConnectionId?: string | undefined;
1839
- PreviousStatus?: ClientVpnConnectionStatus | undefined;
1840
- CurrentStatus?: ClientVpnConnectionStatus | undefined;
1841
- }
1842
- export interface TerminateClientVpnConnectionsResult {
1843
- ClientVpnEndpointId?: string | undefined;
1844
- Username?: string | undefined;
1845
- ConnectionStatuses?: TerminateConnectionStatus[] | undefined;
1846
- }
1847
- export interface TerminateInstancesRequest {
1848
- InstanceIds: string[] | undefined;
1849
- Force?: boolean | undefined;
1850
- SkipOsShutdown?: boolean | undefined;
1851
- DryRun?: boolean | undefined;
1852
- }
1853
- export interface TerminateInstancesResult {
1854
- TerminatingInstances?: InstanceStateChange[] | undefined;
1855
- }
1856
- export interface UnassignIpv6AddressesRequest {
1857
- Ipv6Prefixes?: string[] | undefined;
1858
- NetworkInterfaceId: string | undefined;
1859
- Ipv6Addresses?: string[] | undefined;
1860
- }
1861
- export interface UnassignIpv6AddressesResult {
1862
- NetworkInterfaceId?: string | undefined;
1863
- UnassignedIpv6Addresses?: string[] | undefined;
1864
- UnassignedIpv6Prefixes?: string[] | undefined;
1865
- }
1866
- export interface UnassignPrivateIpAddressesRequest {
1867
- Ipv4Prefixes?: string[] | undefined;
1868
- NetworkInterfaceId: string | undefined;
1869
- PrivateIpAddresses?: string[] | undefined;
1870
- }