@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,6 +1,537 @@
1
- import type { ApplianceModeSupportValue, AutoAcceptSharedAssociationsValue, AutoAcceptSharedAttachmentsValue, BgpStatus, ConnectionNotificationState, ConnectionNotificationType, CopyTagsFromSource, DatafeedSubscriptionState, DefaultRouteTableAssociationValue, DefaultRouteTablePropagationValue, DeleteFleetErrorCode, DeleteQueuedReservedInstancesErrorCode, DeviceTrustProviderType, DnsNameState, DnsRecordIpType, DnsSupportValue, DynamicRoutingValue, EncryptionStateValue, FleetStateCode, GatewayAssociationState, GatewayType, Igmpv2SupportValue, InstanceEventWindowState, InternetGatewayExclusionMode, IpAddressType, Ipv6SupportValue, LaunchTemplateErrorCode, MulticastSupportValue, PayerResponsibility, PayerResponsibilityScope, PayerResponsibilityType, ProtocolValue, RouteOrigin, RouteServerBfdState, RouteServerBgpState, RouteServerPeerLivenessMode, RouteServerPeerState, RouteState, SecondaryNetworkCidrBlockAssociationState, SecondaryNetworkState, SecondaryNetworkType, SecondarySubnetCidrBlockAssociationState, SecondarySubnetState, SecurityGroupReferencingSupportValue, ServiceConnectivityType, ServiceState, ServiceType, SnapshotLocationEnum, SnapshotState, SSEType, State, StaticSourcesSupportValue, StorageTier, SubnetCidrReservationType, TelemetryStatus, Tenancy, TrafficDirection, TrafficMirrorNetworkService, TrafficMirrorRuleAction, TrafficMirrorTargetType, TransferType, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayConnectPeerState, TransitGatewayMeteringPayerType, TransitGatewayMeteringPolicyEntryState, TransitGatewayMeteringPolicyState, TransitGatewayMulticastDomainState, TransitGatewayPolicyTableEntryState, TransitGatewayPolicyTableState, TransitGatewayPrefixListReferenceState, TransitGatewayRouteState, TransitGatewayRouteTableAnnouncementDirection, TransitGatewayRouteTableAnnouncementState, TransitGatewayRouteTableState, TransitGatewayRouteType, TransitGatewayState, TrustProviderType, TunnelInsideIpVersion, UserTrustProviderType, VerifiedAccessEndpointAttachmentType, VerifiedAccessEndpointProtocol, VerifiedAccessEndpointStatusCode, VerifiedAccessEndpointType, VolumeType, VpcBlockPublicAccessExclusionState, VpcEncryptionControlExclusionStateInput, VpcEncryptionControlMode, VpcEndpointType, VpnConcentratorType, VpnEcmpSupportValue, VpnState, VpnStaticRouteSource, VpnTunnelBandwidth } from "./enums";
2
- import type { CarrierGateway, ClientVpnEndpointStatus, ClientVpnRouteStatus, CoipCidr, CoipPool, RouteTableAssociationState, Tag, TagSpecification, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, UnsuccessfulItem, VerifiedAccessInstance, VerifiedAccessSseSpecificationResponse, VerifiedAccessTrustProvider, VpcAttachment, VpcPeeringConnection } from "./models_0";
3
- import type { Ec2InstanceConnectEndpoint, Ipam, IpamExternalResourceVerificationToken, IpamPolicy, IpamPool, IpamPrefixListResolver, IpamPrefixListResolverTarget, IpamResourceDiscovery, IpamScope, LaunchTemplate, LocalGatewayRoute, LocalGatewayRouteTable, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, LocalGatewayVirtualInterface, LocalGatewayVirtualInterfaceGroup, ManagedPrefixList, OperatorRequest, Subnet, Vpc, VpcEncryptionControl } from "./models_1";
1
+ import type { ApplianceModeSupportValue, AutoAcceptSharedAssociationsValue, AutoAcceptSharedAttachmentsValue, BgpStatus, ConnectionNotificationState, ConnectionNotificationType, CopyTagsFromSource, CurrencyCodeValues, DatafeedSubscriptionState, DefaultRouteTableAssociationValue, DefaultRouteTablePropagationValue, DeleteFleetErrorCode, DeviceTrustProviderType, DnsNameState, DnsRecordIpType, DnsSupportValue, DynamicRoutingValue, EncryptionStateValue, FleetStateCode, GatewayAssociationState, GatewayType, Igmpv2SupportValue, InstanceEventWindowState, InternetGatewayExclusionMode, IpAddressType, Ipv6SupportValue, LaunchTemplateErrorCode, MulticastSupportValue, PayerResponsibility, PayerResponsibilityScope, PayerResponsibilityType, ProtocolValue, ReplaceRootVolumeTaskState, RouteOrigin, RouteServerBfdState, RouteServerBgpState, RouteServerEndpointState, RouteServerPeerLivenessMode, RouteServerPeerState, RouteServerPersistRoutesAction, RouteServerPersistRoutesState, RouteServerState, RouteState, SecondaryNetworkCidrBlockAssociationState, SecondaryNetworkState, SecondaryNetworkType, SecondarySubnetCidrBlockAssociationState, SecondarySubnetState, SecurityGroupReferencingSupportValue, ServiceConnectivityType, ServiceState, ServiceType, SnapshotLocationEnum, SnapshotState, SSEType, State, StaticSourcesSupportValue, StorageTier, SubnetCidrReservationType, TelemetryStatus, Tenancy, TrafficDirection, TrafficMirrorNetworkService, TrafficMirrorRuleAction, TrafficMirrorTargetType, TransferType, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayConnectPeerState, TransitGatewayMeteringPayerType, TransitGatewayMeteringPolicyEntryState, TransitGatewayMeteringPolicyState, TransitGatewayMulticastDomainState, TransitGatewayPolicyTableEntryState, TransitGatewayPolicyTableState, TransitGatewayPrefixListReferenceState, TransitGatewayRouteState, TransitGatewayRouteTableAnnouncementDirection, TransitGatewayRouteTableAnnouncementState, TransitGatewayRouteTableState, TransitGatewayRouteType, TransitGatewayState, TrustProviderType, TunnelInsideIpVersion, UserTrustProviderType, VerifiedAccessEndpointAttachmentType, VerifiedAccessEndpointProtocol, VerifiedAccessEndpointStatusCode, VerifiedAccessEndpointType, VolumeType, VpcBlockPublicAccessExclusionState, VpcEncryptionControlExclusionStateInput, VpcEncryptionControlMode, VpcEndpointType, VpnConcentratorType, VpnEcmpSupportValue, VpnState, VpnStaticRouteSource, VpnTunnelBandwidth } from "./enums";
2
+ import type { ApplicationStatusCheckResponseObject, CarrierGateway, ReservedInstancesListing, RouteTableAssociationState, Tag, TagSpecification, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, UnsuccessfulItem, VerifiedAccessInstance, VerifiedAccessSseSpecificationResponse, VerifiedAccessTrustProvider, VpcAttachment, VpcPeeringConnection } from "./models_0";
3
+ import type { ClientVpnEndpointStatus, ClientVpnRouteStatus, CoipCidr, CoipPool, Ec2InstanceConnectEndpoint, Ipam, IpamExternalResourceVerificationToken, IpamPolicy, IpamPool, IpamPrefixListResolver, IpamPrefixListResolverTarget, IpamResourceDiscovery, IpamScope, LaunchTemplate, LocalGatewayRoute, LocalGatewayRouteTable, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, LocalGatewayVirtualInterface, LocalGatewayVirtualInterfaceGroup, ManagedPrefixList, OperatorRequest, Subnet, Vpc, VpcEncryptionControl } from "./models_1";
4
+ /**
5
+ * <p>Information about a root volume replacement task.</p>
6
+ * @public
7
+ */
8
+ export interface ReplaceRootVolumeTask {
9
+ /**
10
+ * <p>The ID of the root volume replacement task.</p>
11
+ * @public
12
+ */
13
+ ReplaceRootVolumeTaskId?: string | undefined;
14
+ /**
15
+ * <p>The ID of the instance for which the root volume replacement task was created.</p>
16
+ * @public
17
+ */
18
+ InstanceId?: string | undefined;
19
+ /**
20
+ * <p>The state of the task. The task can be in one of the following states:</p>
21
+ * <ul>
22
+ * <li>
23
+ * <p>
24
+ * <code>pending</code> - the replacement volume is being created.</p>
25
+ * </li>
26
+ * <li>
27
+ * <p>
28
+ * <code>in-progress</code> - the original volume is being detached and the
29
+ * replacement volume is being attached.</p>
30
+ * </li>
31
+ * <li>
32
+ * <p>
33
+ * <code>succeeded</code> - the replacement volume has been successfully attached
34
+ * to the instance and the instance is available.</p>
35
+ * </li>
36
+ * <li>
37
+ * <p>
38
+ * <code>failing</code> - the replacement task is in the process of failing.</p>
39
+ * </li>
40
+ * <li>
41
+ * <p>
42
+ * <code>failed</code> - the replacement task has failed but the original root
43
+ * volume is still attached.</p>
44
+ * </li>
45
+ * <li>
46
+ * <p>
47
+ * <code>failing-detached</code> - the replacement task is in the process of failing.
48
+ * The instance might have no root volume attached.</p>
49
+ * </li>
50
+ * <li>
51
+ * <p>
52
+ * <code>failed-detached</code> - the replacement task has failed and the instance
53
+ * has no root volume attached.</p>
54
+ * </li>
55
+ * </ul>
56
+ * @public
57
+ */
58
+ TaskState?: ReplaceRootVolumeTaskState | undefined;
59
+ /**
60
+ * <p>The time the task was started.</p>
61
+ * @public
62
+ */
63
+ StartTime?: string | undefined;
64
+ /**
65
+ * <p>The time the task completed.</p>
66
+ * @public
67
+ */
68
+ CompleteTime?: string | undefined;
69
+ /**
70
+ * <p>The tags assigned to the task.</p>
71
+ * @public
72
+ */
73
+ Tags?: Tag[] | undefined;
74
+ /**
75
+ * <p>The ID of the AMI used to create the replacement root volume.</p>
76
+ * @public
77
+ */
78
+ ImageId?: string | undefined;
79
+ /**
80
+ * <p>The ID of the snapshot used to create the replacement root volume.</p>
81
+ * @public
82
+ */
83
+ SnapshotId?: string | undefined;
84
+ /**
85
+ * <p>Indicates whether the original root volume is to be deleted after the root volume
86
+ * replacement task completes.</p>
87
+ * @public
88
+ */
89
+ DeleteReplacedRootVolume?: boolean | undefined;
90
+ }
91
+ /**
92
+ * @public
93
+ */
94
+ export interface CreateReplaceRootVolumeTaskResult {
95
+ /**
96
+ * <p>Information about the root volume replacement task.</p>
97
+ * @public
98
+ */
99
+ ReplaceRootVolumeTask?: ReplaceRootVolumeTask | undefined;
100
+ }
101
+ /**
102
+ * <p>Describes the price for a Reserved Instance.</p>
103
+ * @public
104
+ */
105
+ export interface PriceScheduleSpecification {
106
+ /**
107
+ * <p>The number of months remaining in the reservation. For example, 2 is the second to the
108
+ * last month before the capacity reservation expires.</p>
109
+ * @public
110
+ */
111
+ Term?: number | undefined;
112
+ /**
113
+ * <p>The fixed price for the term.</p>
114
+ * @public
115
+ */
116
+ Price?: number | undefined;
117
+ /**
118
+ * <p>The currency for transacting the Reserved Instance resale. At this time, the only
119
+ * supported currency is <code>USD</code>.</p>
120
+ * @public
121
+ */
122
+ CurrencyCode?: CurrencyCodeValues | undefined;
123
+ }
124
+ /**
125
+ * <p>Contains the parameters for CreateReservedInstancesListing.</p>
126
+ * @public
127
+ */
128
+ export interface CreateReservedInstancesListingRequest {
129
+ /**
130
+ * <p>The ID of the active Standard Reserved Instance.</p>
131
+ * @public
132
+ */
133
+ ReservedInstancesId: string | undefined;
134
+ /**
135
+ * <p>The number of instances that are a part of a Reserved Instance account to be listed in the
136
+ * Reserved Instance Marketplace. This number should be less than or equal to the instance count
137
+ * associated with the Reserved Instance ID specified in this call.</p>
138
+ * @public
139
+ */
140
+ InstanceCount: number | undefined;
141
+ /**
142
+ * <p>A list specifying the price of the Standard Reserved Instance for each month remaining in
143
+ * the Reserved Instance term.</p>
144
+ * @public
145
+ */
146
+ PriceSchedules: PriceScheduleSpecification[] | undefined;
147
+ /**
148
+ * <p>Unique, case-sensitive identifier you provide to ensure idempotency of your listings. This
149
+ * helps avoid duplicate listings. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensuring
150
+ * Idempotency</a>.</p>
151
+ * @public
152
+ */
153
+ ClientToken: string | undefined;
154
+ }
155
+ /**
156
+ * <p>Contains the output of CreateReservedInstancesListing.</p>
157
+ * @public
158
+ */
159
+ export interface CreateReservedInstancesListingResult {
160
+ /**
161
+ * <p>Information about the Standard Reserved Instance listing.</p>
162
+ * @public
163
+ */
164
+ ReservedInstancesListings?: ReservedInstancesListing[] | undefined;
165
+ }
166
+ /**
167
+ * @public
168
+ */
169
+ export interface CreateRestoreImageTaskRequest {
170
+ /**
171
+ * <p>The name of the Amazon S3 bucket that contains the stored AMI object.</p>
172
+ * @public
173
+ */
174
+ Bucket: string | undefined;
175
+ /**
176
+ * <p>The name of the stored AMI object in the bucket.</p>
177
+ * @public
178
+ */
179
+ ObjectKey: string | undefined;
180
+ /**
181
+ * <p>The name for the restored AMI. The name must be unique for AMIs in the Region for this
182
+ * account. If you do not provide a name, the new AMI gets the same name as the original
183
+ * AMI.</p>
184
+ * @public
185
+ */
186
+ Name?: string | undefined;
187
+ /**
188
+ * <p>The tags to apply to the AMI and snapshots on restoration. You can tag the AMI, the
189
+ * snapshots, or both.</p>
190
+ * <ul>
191
+ * <li>
192
+ * <p>To tag the AMI, the value for <code>ResourceType</code> must be
193
+ * <code>image</code>.</p>
194
+ * </li>
195
+ * <li>
196
+ * <p>To tag the snapshots, the value for <code>ResourceType</code> must be
197
+ * <code>snapshot</code>. The same tag is applied to all of the snapshots that are
198
+ * created.</p>
199
+ * </li>
200
+ * </ul>
201
+ * @public
202
+ */
203
+ TagSpecifications?: TagSpecification[] | undefined;
204
+ /**
205
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
206
+ * and provides an error response. If you have the required permissions, the error response is
207
+ * <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
208
+ * @public
209
+ */
210
+ DryRun?: boolean | undefined;
211
+ }
212
+ /**
213
+ * @public
214
+ */
215
+ export interface CreateRestoreImageTaskResult {
216
+ /**
217
+ * <p>The AMI ID.</p>
218
+ * @public
219
+ */
220
+ ImageId?: string | undefined;
221
+ }
222
+ /**
223
+ * @public
224
+ */
225
+ export interface CreateRouteRequest {
226
+ /**
227
+ * <p>The ID of a prefix list used for the destination match.</p>
228
+ * @public
229
+ */
230
+ DestinationPrefixListId?: string | undefined;
231
+ /**
232
+ * <p>The ID of a VPC endpoint. Supported for Gateway Load Balancer endpoints only.</p>
233
+ * @public
234
+ */
235
+ VpcEndpointId?: string | undefined;
236
+ /**
237
+ * <p>The ID of a transit gateway.</p>
238
+ * @public
239
+ */
240
+ TransitGatewayId?: string | undefined;
241
+ /**
242
+ * <p>The ID of the local gateway.</p>
243
+ * @public
244
+ */
245
+ LocalGatewayId?: string | undefined;
246
+ /**
247
+ * <p>The ID of the carrier gateway.</p>
248
+ * <p>You can only use this option when the VPC contains a subnet which is associated with a Wavelength Zone.</p>
249
+ * @public
250
+ */
251
+ CarrierGatewayId?: string | undefined;
252
+ /**
253
+ * <p>The Amazon Resource Name (ARN) of the core network.</p>
254
+ * @public
255
+ */
256
+ CoreNetworkArn?: string | undefined;
257
+ /**
258
+ * <p>The Amazon Resource Name (ARN) of the ODB network.</p>
259
+ * @public
260
+ */
261
+ OdbNetworkArn?: string | undefined;
262
+ /**
263
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
264
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
265
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
266
+ * @public
267
+ */
268
+ DryRun?: boolean | undefined;
269
+ /**
270
+ * <p>The ID of the route table for the route.</p>
271
+ * @public
272
+ */
273
+ RouteTableId: string | undefined;
274
+ /**
275
+ * <p>The IPv4 CIDR address block used for the destination match. Routing decisions are based on the most specific match. We modify the specified CIDR block to its canonical form; for example, if you specify <code>100.68.0.18/18</code>, we modify it to <code>100.68.0.0/18</code>.</p>
276
+ * @public
277
+ */
278
+ DestinationCidrBlock?: string | undefined;
279
+ /**
280
+ * <p>The ID of an internet gateway or virtual private gateway attached to your
281
+ * VPC.</p>
282
+ * @public
283
+ */
284
+ GatewayId?: string | undefined;
285
+ /**
286
+ * <p>The IPv6 CIDR block used for the destination match. Routing decisions are based on the most specific match.</p>
287
+ * @public
288
+ */
289
+ DestinationIpv6CidrBlock?: string | undefined;
290
+ /**
291
+ * <p>[IPv6 traffic only] The ID of an egress-only internet gateway.</p>
292
+ * @public
293
+ */
294
+ EgressOnlyInternetGatewayId?: string | undefined;
295
+ /**
296
+ * <p>The ID of a NAT instance in your VPC. The operation fails if you specify an instance ID unless exactly one network interface is attached.</p>
297
+ * @public
298
+ */
299
+ InstanceId?: string | undefined;
300
+ /**
301
+ * <p>The ID of a network interface.</p>
302
+ * @public
303
+ */
304
+ NetworkInterfaceId?: string | undefined;
305
+ /**
306
+ * <p>The ID of a VPC peering connection.</p>
307
+ * @public
308
+ */
309
+ VpcPeeringConnectionId?: string | undefined;
310
+ /**
311
+ * <p>[IPv4 traffic only] The ID of a NAT gateway.</p>
312
+ * @public
313
+ */
314
+ NatGatewayId?: string | undefined;
315
+ }
316
+ /**
317
+ * @public
318
+ */
319
+ export interface CreateRouteResult {
320
+ /**
321
+ * <p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>
322
+ * @public
323
+ */
324
+ Return?: boolean | undefined;
325
+ }
326
+ /**
327
+ * @public
328
+ */
329
+ export interface CreateRouteServerRequest {
330
+ /**
331
+ * <p>The private Autonomous System Number (ASN) for the Amazon side of the BGP session. Valid values are from 1 to 4294967295. We recommend using a private ASN in the 64512–65534 (16-bit ASN) or 4200000000–4294967294 (32-bit ASN) range.</p>
332
+ * @public
333
+ */
334
+ AmazonSideAsn: number | undefined;
335
+ /**
336
+ * <p>Unique, case-sensitive identifier to ensure idempotency of the request.</p>
337
+ * @public
338
+ */
339
+ ClientToken?: string | undefined;
340
+ /**
341
+ * <p>A check for whether you have the required permissions for the action without actually making the request
342
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
343
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
344
+ * @public
345
+ */
346
+ DryRun?: boolean | undefined;
347
+ /**
348
+ * <p>Indicates whether routes should be persisted after all BGP sessions are terminated.</p>
349
+ * @public
350
+ */
351
+ PersistRoutes?: RouteServerPersistRoutesAction | undefined;
352
+ /**
353
+ * <p>The number of minutes a route server will wait after BGP is re-established to unpersist the routes in the FIB and RIB. Value must be in the range of 1-5. Required if PersistRoutes is <code>enabled</code>.</p>
354
+ * <p>If you set the duration to 1 minute, then when your network appliance re-establishes BGP with route server, it has 1 minute to relearn it's adjacent network and advertise those routes to route server before route server resumes normal functionality. In most cases, 1 minute is probably sufficient. If, however, you have concerns that your BGP network may not be capable of fully re-establishing and re-learning everything in 1 minute, you can increase the duration up to 5 minutes.</p>
355
+ * @public
356
+ */
357
+ PersistRoutesDuration?: number | undefined;
358
+ /**
359
+ * <p>Indicates whether SNS notifications should be enabled for route server events. Enabling SNS notifications persists BGP status changes to an SNS topic provisioned by Amazon Web Services.</p>
360
+ * @public
361
+ */
362
+ SnsNotificationsEnabled?: boolean | undefined;
363
+ /**
364
+ * <p>The tags to apply to the route server during creation.</p>
365
+ * @public
366
+ */
367
+ TagSpecifications?: TagSpecification[] | undefined;
368
+ }
369
+ /**
370
+ * <p>Describes a route server and its configuration.</p>
371
+ * <p>Amazon VPC Route Server simplifies routing for traffic between workloads that are deployed within a VPC and its internet gateways. With this feature,
372
+ * VPC Route Server dynamically updates VPC and internet gateway route tables with your preferred IPv4 or IPv6 routes to achieve routing fault tolerance for those workloads. This enables you to automatically reroute traffic within a VPC, which increases the manageability of VPC routing and interoperability with third-party workloads.</p>
373
+ * <p>Route server supports the follow route table types:</p>
374
+ * <ul>
375
+ * <li>
376
+ * <p>VPC route tables not associated with subnets</p>
377
+ * </li>
378
+ * <li>
379
+ * <p>Subnet route tables</p>
380
+ * </li>
381
+ * <li>
382
+ * <p>Internet gateway route tables</p>
383
+ * </li>
384
+ * </ul>
385
+ * <p>Route server does not support route tables associated with virtual private gateways. To propagate routes into a transit gateway route table, use <a href="https://docs.aws.amazon.com/vpc/latest/tgw/tgw-connect.html">Transit Gateway Connect</a>.</p>
386
+ * @public
387
+ */
388
+ export interface RouteServer {
389
+ /**
390
+ * <p>The unique identifier of the route server.</p>
391
+ * @public
392
+ */
393
+ RouteServerId?: string | undefined;
394
+ /**
395
+ * <p>The Border Gateway Protocol (BGP) Autonomous System Number (ASN) for the appliance. Valid values are from 1 to 4294967295. We recommend using a private ASN in the 64512–65534 (16-bit ASN) or 4200000000–4294967294 (32-bit ASN) range.</p>
396
+ * @public
397
+ */
398
+ AmazonSideAsn?: number | undefined;
399
+ /**
400
+ * <p>The current state of the route server.</p>
401
+ * @public
402
+ */
403
+ State?: RouteServerState | undefined;
404
+ /**
405
+ * <p>Any tags assigned to the route server.</p>
406
+ * @public
407
+ */
408
+ Tags?: Tag[] | undefined;
409
+ /**
410
+ * <p>The current state of route persistence for the route server.</p>
411
+ * @public
412
+ */
413
+ PersistRoutesState?: RouteServerPersistRoutesState | undefined;
414
+ /**
415
+ * <p>The number of minutes a route server will wait after BGP is re-established to unpersist the routes in the FIB and RIB. Value must be in the range of 1-5. The default value is 1. Only valid if <code>persistRoutesState</code> is 'enabled'.</p>
416
+ * <p>If you set the duration to 1 minute, then when your network appliance re-establishes BGP with route server, it has 1 minute to relearn it's adjacent network and advertise those routes to route server before route server resumes normal functionality. In most cases, 1 minute is probably sufficient. If, however, you have concerns that your BGP network may not be capable of fully re-establishing and re-learning everything in 1 minute, you can increase the duration up to 5 minutes.</p>
417
+ * @public
418
+ */
419
+ PersistRoutesDuration?: number | undefined;
420
+ /**
421
+ * <p>Indicates whether SNS notifications are enabled for the route server. Enabling SNS notifications persists BGP status changes to an SNS topic provisioned by Amazon Web Services.</p>
422
+ * @public
423
+ */
424
+ SnsNotificationsEnabled?: boolean | undefined;
425
+ /**
426
+ * <p>The ARN of the SNS topic where notifications are published.</p>
427
+ * @public
428
+ */
429
+ SnsTopicArn?: string | undefined;
430
+ }
431
+ /**
432
+ * @public
433
+ */
434
+ export interface CreateRouteServerResult {
435
+ /**
436
+ * <p>Information about the created route server.</p>
437
+ * @public
438
+ */
439
+ RouteServer?: RouteServer | undefined;
440
+ }
441
+ /**
442
+ * @public
443
+ */
444
+ export interface CreateRouteServerEndpointRequest {
445
+ /**
446
+ * <p>The ID of the route server for which to create an endpoint.</p>
447
+ * @public
448
+ */
449
+ RouteServerId: string | undefined;
450
+ /**
451
+ * <p>The ID of the subnet in which to create the route server endpoint.</p>
452
+ * @public
453
+ */
454
+ SubnetId: string | undefined;
455
+ /**
456
+ * <p>Unique, case-sensitive identifier to ensure idempotency of the request.</p>
457
+ * @public
458
+ */
459
+ ClientToken?: string | undefined;
460
+ /**
461
+ * <p>A check for whether you have the required permissions for the action without actually making the request
462
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
463
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
464
+ * @public
465
+ */
466
+ DryRun?: boolean | undefined;
467
+ /**
468
+ * <p>The tags to apply to the route server endpoint during creation.</p>
469
+ * @public
470
+ */
471
+ TagSpecifications?: TagSpecification[] | undefined;
472
+ }
473
+ /**
474
+ * <p>Describes a route server endpoint and its properties.</p>
475
+ * <p>A route server endpoint is an Amazon Web Services-managed component inside a subnet that facilitates <a href="https://en.wikipedia.org/wiki/Border_Gateway_Protocol">BGP (Border Gateway Protocol)</a> connections between your route server and your BGP peers.</p>
476
+ * @public
477
+ */
478
+ export interface RouteServerEndpoint {
479
+ /**
480
+ * <p>The ID of the route server associated with this endpoint.</p>
481
+ * @public
482
+ */
483
+ RouteServerId?: string | undefined;
484
+ /**
485
+ * <p>The unique identifier of the route server endpoint.</p>
486
+ * @public
487
+ */
488
+ RouteServerEndpointId?: string | undefined;
489
+ /**
490
+ * <p>The ID of the VPC containing the endpoint.</p>
491
+ * @public
492
+ */
493
+ VpcId?: string | undefined;
494
+ /**
495
+ * <p>The ID of the subnet to place the route server endpoint into.</p>
496
+ * @public
497
+ */
498
+ SubnetId?: string | undefined;
499
+ /**
500
+ * <p>The ID of the Elastic network interface for the endpoint.</p>
501
+ * @public
502
+ */
503
+ EniId?: string | undefined;
504
+ /**
505
+ * <p>The IP address of the Elastic network interface for the endpoint.</p>
506
+ * @public
507
+ */
508
+ EniAddress?: string | undefined;
509
+ /**
510
+ * <p>The current state of the route server endpoint.</p>
511
+ * @public
512
+ */
513
+ State?: RouteServerEndpointState | undefined;
514
+ /**
515
+ * <p>The reason for any failure in endpoint creation or operation.</p>
516
+ * @public
517
+ */
518
+ FailureReason?: string | undefined;
519
+ /**
520
+ * <p>Any tags assigned to the route server endpoint.</p>
521
+ * @public
522
+ */
523
+ Tags?: Tag[] | undefined;
524
+ }
525
+ /**
526
+ * @public
527
+ */
528
+ export interface CreateRouteServerEndpointResult {
529
+ /**
530
+ * <p>Information about the created route server endpoint.</p>
531
+ * @public
532
+ */
533
+ RouteServerEndpoint?: RouteServerEndpoint | undefined;
534
+ }
4
535
  /**
5
536
  * <p>The BGP configuration options requested for a route server peer.</p>
6
537
  * @public
@@ -479,7 +1010,7 @@ export interface CreateSecondaryNetworkRequest {
479
1010
  * <p>The IPv4 CIDR block for the secondary network. The CIDR block size must be between /12 and /28.</p>
480
1011
  * @public
481
1012
  */
482
- Ipv4CidrBlock: string | undefined;
1013
+ Ipv4CidrBlock?: string | undefined;
483
1014
  /**
484
1015
  * <p>The type of secondary network.</p>
485
1016
  * @public
@@ -7098,6 +7629,38 @@ export interface CreateVpnGatewayResult {
7098
7629
  */
7099
7630
  VpnGateway?: VpnGateway | undefined;
7100
7631
  }
7632
+ /**
7633
+ * @public
7634
+ */
7635
+ export interface DeleteApplicationStatusCheckRequest {
7636
+ /**
7637
+ * <p>The ID of the application status check to delete.</p>
7638
+ * @public
7639
+ */
7640
+ ApplicationStatusCheckId: string | undefined;
7641
+ /**
7642
+ * <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensuring idempotency</a>.</p>
7643
+ * @public
7644
+ */
7645
+ ClientToken?: string | undefined;
7646
+ /**
7647
+ * <p>Checks whether you have the required permissions for the operation, without actually making the
7648
+ * request, and provides an error response. If you have the required permissions, the error response is
7649
+ * <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
7650
+ * @public
7651
+ */
7652
+ DryRun?: boolean | undefined;
7653
+ }
7654
+ /**
7655
+ * @public
7656
+ */
7657
+ export interface DeleteApplicationStatusCheckResult {
7658
+ /**
7659
+ * <p>Information about the deleted application status check.</p>
7660
+ * @public
7661
+ */
7662
+ ApplicationStatusCheck?: ApplicationStatusCheckResponseObject | undefined;
7663
+ }
7101
7664
  /**
7102
7665
  * @public
7103
7666
  */
@@ -8358,265 +8921,3 @@ export interface DeleteNetworkInsightsAccessScopeResult {
8358
8921
  */
8359
8922
  NetworkInsightsAccessScopeId?: string | undefined;
8360
8923
  }
8361
- /**
8362
- * @public
8363
- */
8364
- export interface DeleteNetworkInsightsAccessScopeAnalysisRequest {
8365
- /**
8366
- * <p>The ID of the Network Access Scope analysis.</p>
8367
- * @public
8368
- */
8369
- NetworkInsightsAccessScopeAnalysisId: string | undefined;
8370
- /**
8371
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
8372
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
8373
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
8374
- * @public
8375
- */
8376
- DryRun?: boolean | undefined;
8377
- }
8378
- /**
8379
- * @public
8380
- */
8381
- export interface DeleteNetworkInsightsAccessScopeAnalysisResult {
8382
- /**
8383
- * <p>The ID of the Network Access Scope analysis.</p>
8384
- * @public
8385
- */
8386
- NetworkInsightsAccessScopeAnalysisId?: string | undefined;
8387
- }
8388
- /**
8389
- * @public
8390
- */
8391
- export interface DeleteNetworkInsightsAnalysisRequest {
8392
- /**
8393
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
8394
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
8395
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
8396
- * @public
8397
- */
8398
- DryRun?: boolean | undefined;
8399
- /**
8400
- * <p>The ID of the network insights analysis.</p>
8401
- * @public
8402
- */
8403
- NetworkInsightsAnalysisId: string | undefined;
8404
- }
8405
- /**
8406
- * @public
8407
- */
8408
- export interface DeleteNetworkInsightsAnalysisResult {
8409
- /**
8410
- * <p>The ID of the network insights analysis.</p>
8411
- * @public
8412
- */
8413
- NetworkInsightsAnalysisId?: string | undefined;
8414
- }
8415
- /**
8416
- * @public
8417
- */
8418
- export interface DeleteNetworkInsightsPathRequest {
8419
- /**
8420
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
8421
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
8422
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
8423
- * @public
8424
- */
8425
- DryRun?: boolean | undefined;
8426
- /**
8427
- * <p>The ID of the path.</p>
8428
- * @public
8429
- */
8430
- NetworkInsightsPathId: string | undefined;
8431
- }
8432
- /**
8433
- * @public
8434
- */
8435
- export interface DeleteNetworkInsightsPathResult {
8436
- /**
8437
- * <p>The ID of the path.</p>
8438
- * @public
8439
- */
8440
- NetworkInsightsPathId?: string | undefined;
8441
- }
8442
- /**
8443
- * <p>Contains the parameters for DeleteNetworkInterface.</p>
8444
- * @public
8445
- */
8446
- export interface DeleteNetworkInterfaceRequest {
8447
- /**
8448
- * <p>Checks whether you have the required permissions for the action, without actually
8449
- * making the request, and provides an error response. If you have the required
8450
- * permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is
8451
- * <code>UnauthorizedOperation</code>.</p>
8452
- * @public
8453
- */
8454
- DryRun?: boolean | undefined;
8455
- /**
8456
- * <p>The ID of the network interface.</p>
8457
- * @public
8458
- */
8459
- NetworkInterfaceId: string | undefined;
8460
- }
8461
- /**
8462
- * <p>Contains the parameters for DeleteNetworkInterfacePermission.</p>
8463
- * @public
8464
- */
8465
- export interface DeleteNetworkInterfacePermissionRequest {
8466
- /**
8467
- * <p>The ID of the network interface permission.</p>
8468
- * @public
8469
- */
8470
- NetworkInterfacePermissionId: string | undefined;
8471
- /**
8472
- * <p>Specify <code>true</code> to remove the permission even if the network interface is
8473
- * attached to an instance.</p>
8474
- * @public
8475
- */
8476
- Force?: boolean | undefined;
8477
- /**
8478
- * <p>Checks whether you have the required permissions for the action, without actually
8479
- * making the request, and provides an error response. If you have the required
8480
- * permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is
8481
- * <code>UnauthorizedOperation</code>.</p>
8482
- * @public
8483
- */
8484
- DryRun?: boolean | undefined;
8485
- }
8486
- /**
8487
- * <p>Contains the output for DeleteNetworkInterfacePermission.</p>
8488
- * @public
8489
- */
8490
- export interface DeleteNetworkInterfacePermissionResult {
8491
- /**
8492
- * <p>Is <code>true</code> if the request succeeds and an error otherwise.</p>
8493
- * @public
8494
- */
8495
- Return?: boolean | undefined;
8496
- }
8497
- /**
8498
- * @public
8499
- */
8500
- export interface DeletePlacementGroupRequest {
8501
- /**
8502
- * <p>Checks whether you have the required permissions for the operation, without actually making the
8503
- * request, and provides an error response. If you have the required permissions, the error response is
8504
- * <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
8505
- * @public
8506
- */
8507
- DryRun?: boolean | undefined;
8508
- /**
8509
- * <p>The name of the placement group.</p>
8510
- * @public
8511
- */
8512
- GroupName: string | undefined;
8513
- }
8514
- /**
8515
- * @public
8516
- */
8517
- export interface DeletePublicIpv4PoolRequest {
8518
- /**
8519
- * <p>A check for whether you have the required permissions for the action without actually making the request
8520
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
8521
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
8522
- * @public
8523
- */
8524
- DryRun?: boolean | undefined;
8525
- /**
8526
- * <p>The ID of the public IPv4 pool you want to delete.</p>
8527
- * @public
8528
- */
8529
- PoolId: string | undefined;
8530
- /**
8531
- * <p>The Availability Zone (AZ) or Local Zone (LZ) network border group that the resource that the IP address is assigned to is in. Defaults to an AZ network border group. For more information on available Local Zones, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-byoip.html#byoip-zone-avail">Local Zone availability</a> in the <i>Amazon EC2 User Guide</i>.</p>
8532
- * @public
8533
- */
8534
- NetworkBorderGroup?: string | undefined;
8535
- }
8536
- /**
8537
- * @public
8538
- */
8539
- export interface DeletePublicIpv4PoolResult {
8540
- /**
8541
- * <p>Information about the result of deleting the public IPv4 pool.</p>
8542
- * @public
8543
- */
8544
- ReturnValue?: boolean | undefined;
8545
- }
8546
- /**
8547
- * @public
8548
- */
8549
- export interface DeleteQueuedReservedInstancesRequest {
8550
- /**
8551
- * <p>Checks whether you have the required permissions for the action, without actually making
8552
- * the request, and provides an error response. If you have the required permissions, the error
8553
- * response is <code>DryRunOperation</code>. Otherwise, it is
8554
- * <code>UnauthorizedOperation</code>.</p>
8555
- * @public
8556
- */
8557
- DryRun?: boolean | undefined;
8558
- /**
8559
- * <p>The IDs of the Reserved Instances.</p>
8560
- * @public
8561
- */
8562
- ReservedInstancesIds: string[] | undefined;
8563
- }
8564
- /**
8565
- * <p>Describes the error for a Reserved Instance whose queued purchase could not be
8566
- * deleted.</p>
8567
- * @public
8568
- */
8569
- export interface DeleteQueuedReservedInstancesError {
8570
- /**
8571
- * <p>The error code.</p>
8572
- * @public
8573
- */
8574
- Code?: DeleteQueuedReservedInstancesErrorCode | undefined;
8575
- /**
8576
- * <p>The error message.</p>
8577
- * @public
8578
- */
8579
- Message?: string | undefined;
8580
- }
8581
- /**
8582
- * <p>Describes a Reserved Instance whose queued purchase was not deleted.</p>
8583
- * @public
8584
- */
8585
- export interface FailedQueuedPurchaseDeletion {
8586
- /**
8587
- * <p>The error.</p>
8588
- * @public
8589
- */
8590
- Error?: DeleteQueuedReservedInstancesError | undefined;
8591
- /**
8592
- * <p>The ID of the Reserved Instance.</p>
8593
- * @public
8594
- */
8595
- ReservedInstancesId?: string | undefined;
8596
- }
8597
- /**
8598
- * <p>Describes a Reserved Instance whose queued purchase was successfully deleted.</p>
8599
- * @public
8600
- */
8601
- export interface SuccessfulQueuedPurchaseDeletion {
8602
- /**
8603
- * <p>The ID of the Reserved Instance.</p>
8604
- * @public
8605
- */
8606
- ReservedInstancesId?: string | undefined;
8607
- }
8608
- /**
8609
- * @public
8610
- */
8611
- export interface DeleteQueuedReservedInstancesResult {
8612
- /**
8613
- * <p>Information about the queued purchases that were successfully deleted.</p>
8614
- * @public
8615
- */
8616
- SuccessfulQueuedPurchaseDeletions?: SuccessfulQueuedPurchaseDeletion[] | undefined;
8617
- /**
8618
- * <p>Information about the queued purchases that could not be deleted.</p>
8619
- * @public
8620
- */
8621
- FailedQueuedPurchaseDeletions?: FailedQueuedPurchaseDeletion[] | undefined;
8622
- }