@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
@@ -3,6 +3,7 @@ import {
3
3
  AccountVpcEncryptionControlMode,
4
4
  AccountVpcEncryptionControlState,
5
5
  AddressTransferStatus,
6
+ AggregationStatusEnum,
6
7
  AllocationType,
7
8
  AmdSevSnp,
8
9
  ApplianceModeSupportValue,
@@ -26,8 +27,6 @@ import {
26
27
  CarrierGatewayState,
27
28
  ClientVpnAuthenticationType,
28
29
  ClientVpnAuthorizationRuleStatusCode,
29
- ClientVpnEndpointStatusCode,
30
- ClientVpnRouteStatusCode,
31
30
  CurrencyCodeValues,
32
31
  DeviceTrustProviderType,
33
32
  DnsSupportValue,
@@ -37,7 +36,6 @@ import {
37
36
  EndpointIpAddressType,
38
37
  FleetCapacityReservationTenancy,
39
38
  FleetInstanceMatchCriteria,
40
- GatewayType,
41
39
  HostMaintenance,
42
40
  HostRecovery,
43
41
  IamInstanceProfileAssociationState,
@@ -50,13 +48,16 @@ import {
50
48
  IpamAssociatedResourceDiscoveryStatus,
51
49
  IpamPoolAllocationResourceType,
52
50
  IpamResourceDiscoveryAssociationState,
51
+ IpScopeEnum,
53
52
  IpSource,
54
53
  Ipv6AddressAttribute,
55
54
  Ipv6SupportValue,
55
+ IpVersionEnum,
56
56
  ListingState,
57
57
  ListingStatus,
58
58
  ManagedBy,
59
59
  NatGatewayAddressStatus,
60
+ NetworkProtocolEnum,
60
61
  OutputFormat,
61
62
  PrincipalType,
62
63
  Protocol,
@@ -798,6 +799,32 @@ export interface AssociateAddressRequest {
798
799
  export interface AssociateAddressResult {
799
800
  AssociationId?: string | undefined;
800
801
  }
802
+ export interface CustomTagKeyValueRequestPair {
803
+ Key?: string | undefined;
804
+ Value?: string | undefined;
805
+ }
806
+ export interface AssociateApplicationStatusCheckRequest {
807
+ ApplicationStatusCheckId: string | undefined;
808
+ TargetTagAssociations?: CustomTagKeyValueRequestPair[] | undefined;
809
+ InstanceIds?: string[] | undefined;
810
+ ClientToken?: string | undefined;
811
+ DryRun?: boolean | undefined;
812
+ }
813
+ export interface SuccessfulAssociationResponseObject {
814
+ ApplicationStatusCheckId?: string | undefined;
815
+ AssociationType?: string | undefined;
816
+ AssociationValue?: string | undefined;
817
+ }
818
+ export interface UnsuccessfulAssociationResponseObject {
819
+ ApplicationStatusCheckId?: string | undefined;
820
+ AssociationType?: string | undefined;
821
+ AssociationValue?: string | undefined;
822
+ Reason?: string | undefined;
823
+ }
824
+ export interface AssociateApplicationStatusCheckResult {
825
+ SuccessfulResults?: SuccessfulAssociationResponseObject[] | undefined;
826
+ UnsuccessfulResults?: UnsuccessfulAssociationResponseObject[] | undefined;
827
+ }
801
828
  export interface AssociateCapacityReservationBillingOwnerRequest {
802
829
  DryRun?: boolean | undefined;
803
830
  CapacityReservationId: string | undefined;
@@ -1594,6 +1621,79 @@ export interface Volume {
1594
1621
  export interface CopyVolumesResult {
1595
1622
  Volumes?: Volume[] | undefined;
1596
1623
  }
1624
+ export interface HealthCheckPathDestinationRequestObject {
1625
+ SubnetId?: string | undefined;
1626
+ SecurityGroupId?: string | undefined;
1627
+ }
1628
+ export interface HealthCheckPathSourceRequestObject {
1629
+ SubnetId?: string | undefined;
1630
+ SecurityGroupId?: string | undefined;
1631
+ }
1632
+ export interface HealthCheckPathRequestObject {
1633
+ Source?: HealthCheckPathSourceRequestObject | undefined;
1634
+ Destinations?: HealthCheckPathDestinationRequestObject[] | undefined;
1635
+ }
1636
+ export interface CreateApplicationStatusCheckRequest {
1637
+ HealthCheckPaths?: HealthCheckPathRequestObject[] | undefined;
1638
+ Aggregation?: AggregationStatusEnum | undefined;
1639
+ Protocol: NetworkProtocolEnum | undefined;
1640
+ Port: number | undefined;
1641
+ Path?: string | undefined;
1642
+ DeviceIndex?: number | undefined;
1643
+ IpVersion?: IpVersionEnum | undefined;
1644
+ IpScope?: IpScopeEnum | undefined;
1645
+ Interval?: number | undefined;
1646
+ Timeout?: number | undefined;
1647
+ FailureThreshold?: number | undefined;
1648
+ SuccessThreshold?: number | undefined;
1649
+ StatusCodeMatcher?: string | undefined;
1650
+ InitializationGracePeriodSeconds?: number | undefined;
1651
+ TagSpecifications?: TagSpecification[] | undefined;
1652
+ ClientToken?: string | undefined;
1653
+ DryRun?: boolean | undefined;
1654
+ }
1655
+ export interface HealthCheckPathDestinationResponseObject {
1656
+ SubnetId?: string | undefined;
1657
+ SecurityGroupId?: string | undefined;
1658
+ }
1659
+ export interface HealthCheckPathSourceResponseObject {
1660
+ SubnetId?: string | undefined;
1661
+ SecurityGroupId?: string | undefined;
1662
+ }
1663
+ export interface HealthCheckPathResponseObject {
1664
+ Source?: HealthCheckPathSourceResponseObject | undefined;
1665
+ Destinations?: HealthCheckPathDestinationResponseObject[] | undefined;
1666
+ }
1667
+ export interface CustomTagKeyValueResponsePair {
1668
+ Key?: string | undefined;
1669
+ Value?: string | undefined;
1670
+ }
1671
+ export interface ApplicationStatusCheckResponseObject {
1672
+ ApplicationStatusCheckId?: string | undefined;
1673
+ Aggregation?: AggregationStatusEnum | undefined;
1674
+ HealthCheckPaths?: HealthCheckPathResponseObject[] | undefined;
1675
+ Protocol?: NetworkProtocolEnum | undefined;
1676
+ Port?: number | undefined;
1677
+ Path?: string | undefined;
1678
+ DeviceIndex?: number | undefined;
1679
+ IpVersion?: IpVersionEnum | undefined;
1680
+ IpScope?: IpScopeEnum | undefined;
1681
+ Interval?: number | undefined;
1682
+ Timeout?: number | undefined;
1683
+ FailureThreshold?: number | undefined;
1684
+ SuccessThreshold?: number | undefined;
1685
+ StatusCodeMatcher?: string | undefined;
1686
+ InitializationGracePeriodSeconds?: number | undefined;
1687
+ LastUpdatedAt?: Date | undefined;
1688
+ TargetTagAssociations?: CustomTagKeyValueResponsePair[] | undefined;
1689
+ Tags?: Tag[] | undefined;
1690
+ CreationTime?: Date | undefined;
1691
+ ModifyTime?: Date | undefined;
1692
+ DeletionTime?: Date | undefined;
1693
+ }
1694
+ export interface CreateApplicationStatusCheckResult {
1695
+ ApplicationStatusCheck?: ApplicationStatusCheckResponseObject | undefined;
1696
+ }
1597
1697
  export interface CreateCapacityManagerDataExportRequest {
1598
1698
  S3BucketName: string | undefined;
1599
1699
  S3BucketPrefix?: string | undefined;
@@ -1853,86 +1953,3 @@ export interface CreateClientVpnEndpointRequest {
1853
1953
  TrafficIpAddressType?: TrafficIpAddressType | undefined;
1854
1954
  TransitGatewayConfiguration?: TransitGatewayConfigurationInputStructure | undefined;
1855
1955
  }
1856
- export interface ClientVpnEndpointStatus {
1857
- Code?: ClientVpnEndpointStatusCode | undefined;
1858
- Message?: string | undefined;
1859
- }
1860
- export interface CreateClientVpnEndpointResult {
1861
- ClientVpnEndpointId?: string | undefined;
1862
- Status?: ClientVpnEndpointStatus | undefined;
1863
- DnsName?: string | undefined;
1864
- }
1865
- export interface CreateClientVpnRouteRequest {
1866
- ClientVpnEndpointId: string | undefined;
1867
- DestinationCidrBlock: string | undefined;
1868
- TargetVpcSubnetId?: string | undefined;
1869
- Description?: string | undefined;
1870
- ClientToken?: string | undefined;
1871
- DryRun?: boolean | undefined;
1872
- }
1873
- export interface ClientVpnRouteStatus {
1874
- Code?: ClientVpnRouteStatusCode | undefined;
1875
- Message?: string | undefined;
1876
- }
1877
- export interface CreateClientVpnRouteResult {
1878
- Status?: ClientVpnRouteStatus | undefined;
1879
- }
1880
- export interface CreateCoipCidrRequest {
1881
- Cidr: string | undefined;
1882
- CoipPoolId: string | undefined;
1883
- DryRun?: boolean | undefined;
1884
- }
1885
- export interface CoipCidr {
1886
- Cidr?: string | undefined;
1887
- CoipPoolId?: string | undefined;
1888
- LocalGatewayRouteTableId?: string | undefined;
1889
- }
1890
- export interface CreateCoipCidrResult {
1891
- CoipCidr?: CoipCidr | undefined;
1892
- }
1893
- export interface CreateCoipPoolRequest {
1894
- LocalGatewayRouteTableId: string | undefined;
1895
- TagSpecifications?: TagSpecification[] | undefined;
1896
- DryRun?: boolean | undefined;
1897
- }
1898
- export interface CoipPool {
1899
- PoolId?: string | undefined;
1900
- PoolCidrs?: string[] | undefined;
1901
- LocalGatewayRouteTableId?: string | undefined;
1902
- Tags?: Tag[] | undefined;
1903
- PoolArn?: string | undefined;
1904
- }
1905
- export interface CreateCoipPoolResult {
1906
- CoipPool?: CoipPool | undefined;
1907
- }
1908
- export interface CreateCustomerGatewayRequest {
1909
- BgpAsn?: number | undefined;
1910
- PublicIp?: string | undefined;
1911
- CertificateArn?: string | undefined;
1912
- Type: GatewayType | undefined;
1913
- TagSpecifications?: TagSpecification[] | undefined;
1914
- DeviceName?: string | undefined;
1915
- IpAddress?: string | undefined;
1916
- BgpAsnExtended?: number | undefined;
1917
- DryRun?: boolean | undefined;
1918
- }
1919
- export interface CustomerGateway {
1920
- CertificateArn?: string | undefined;
1921
- DeviceName?: string | undefined;
1922
- Tags?: Tag[] | undefined;
1923
- BgpAsnExtended?: string | undefined;
1924
- CustomerGatewayId?: string | undefined;
1925
- State?: string | undefined;
1926
- Type?: string | undefined;
1927
- IpAddress?: string | undefined;
1928
- BgpAsn?: string | undefined;
1929
- }
1930
- export interface CreateCustomerGatewayResult {
1931
- CustomerGateway?: CustomerGateway | undefined;
1932
- }
1933
- export interface CreateDefaultSubnetRequest {
1934
- AvailabilityZone?: string | undefined;
1935
- DryRun?: boolean | undefined;
1936
- Ipv6Native?: boolean | undefined;
1937
- AvailabilityZoneId?: string | undefined;
1938
- }
@@ -13,10 +13,11 @@ import {
13
13
  BlockPublicAccessMode,
14
14
  BurstablePerformance,
15
15
  CapacityReservationPreference,
16
+ ClientVpnEndpointStatusCode,
17
+ ClientVpnRouteStatusCode,
16
18
  ConnectivityType,
17
19
  ContainerFormat,
18
20
  CpuManufacturer,
19
- CurrencyCodeValues,
20
21
  DefaultTargetCapacityType,
21
22
  DestinationFileFormat,
22
23
  DiskImageFormat,
@@ -32,6 +33,7 @@ import {
32
33
  FleetReservationType,
33
34
  FleetType,
34
35
  FlowLogsResourceType,
36
+ GatewayType,
35
37
  HostnameType,
36
38
  InstanceBandwidthWeighting,
37
39
  InstanceGeneration,
@@ -94,12 +96,7 @@ import {
94
96
  PlatformValues,
95
97
  PrefixListState,
96
98
  Protocol,
97
- ReplaceRootVolumeTaskState,
98
99
  ResourceType,
99
- RouteServerEndpointState,
100
- RouteServerPersistRoutesAction,
101
- RouteServerPersistRoutesState,
102
- RouteServerState,
103
100
  RuleAction,
104
101
  SecondaryInterfaceType,
105
102
  ShutdownBehavior,
@@ -135,7 +132,6 @@ import {
135
132
  NatGatewayAddress,
136
133
  OperatorResponse,
137
134
  PortRange,
138
- ReservedInstancesListing,
139
135
  SubnetIpv6CidrBlockAssociation,
140
136
  Tag,
141
137
  TagSpecification,
@@ -143,6 +139,89 @@ import {
143
139
  VpcCidrBlockAssociation,
144
140
  VpcIpv6CidrBlockAssociation,
145
141
  } from "./models_0";
142
+ export interface ClientVpnEndpointStatus {
143
+ Code?: ClientVpnEndpointStatusCode | undefined;
144
+ Message?: string | undefined;
145
+ }
146
+ export interface CreateClientVpnEndpointResult {
147
+ ClientVpnEndpointId?: string | undefined;
148
+ Status?: ClientVpnEndpointStatus | undefined;
149
+ DnsName?: string | undefined;
150
+ }
151
+ export interface CreateClientVpnRouteRequest {
152
+ ClientVpnEndpointId: string | undefined;
153
+ DestinationCidrBlock: string | undefined;
154
+ TargetVpcSubnetId?: string | undefined;
155
+ Description?: string | undefined;
156
+ ClientToken?: string | undefined;
157
+ DryRun?: boolean | undefined;
158
+ }
159
+ export interface ClientVpnRouteStatus {
160
+ Code?: ClientVpnRouteStatusCode | undefined;
161
+ Message?: string | undefined;
162
+ }
163
+ export interface CreateClientVpnRouteResult {
164
+ Status?: ClientVpnRouteStatus | undefined;
165
+ }
166
+ export interface CreateCoipCidrRequest {
167
+ Cidr: string | undefined;
168
+ CoipPoolId: string | undefined;
169
+ DryRun?: boolean | undefined;
170
+ }
171
+ export interface CoipCidr {
172
+ Cidr?: string | undefined;
173
+ CoipPoolId?: string | undefined;
174
+ LocalGatewayRouteTableId?: string | undefined;
175
+ }
176
+ export interface CreateCoipCidrResult {
177
+ CoipCidr?: CoipCidr | undefined;
178
+ }
179
+ export interface CreateCoipPoolRequest {
180
+ LocalGatewayRouteTableId: string | undefined;
181
+ TagSpecifications?: TagSpecification[] | undefined;
182
+ DryRun?: boolean | undefined;
183
+ }
184
+ export interface CoipPool {
185
+ PoolId?: string | undefined;
186
+ PoolCidrs?: string[] | undefined;
187
+ LocalGatewayRouteTableId?: string | undefined;
188
+ Tags?: Tag[] | undefined;
189
+ PoolArn?: string | undefined;
190
+ }
191
+ export interface CreateCoipPoolResult {
192
+ CoipPool?: CoipPool | undefined;
193
+ }
194
+ export interface CreateCustomerGatewayRequest {
195
+ BgpAsn?: number | undefined;
196
+ PublicIp?: string | undefined;
197
+ CertificateArn?: string | undefined;
198
+ Type: GatewayType | undefined;
199
+ TagSpecifications?: TagSpecification[] | undefined;
200
+ DeviceName?: string | undefined;
201
+ IpAddress?: string | undefined;
202
+ BgpAsnExtended?: number | undefined;
203
+ DryRun?: boolean | undefined;
204
+ }
205
+ export interface CustomerGateway {
206
+ CertificateArn?: string | undefined;
207
+ DeviceName?: string | undefined;
208
+ Tags?: Tag[] | undefined;
209
+ BgpAsnExtended?: string | undefined;
210
+ CustomerGatewayId?: string | undefined;
211
+ State?: string | undefined;
212
+ Type?: string | undefined;
213
+ IpAddress?: string | undefined;
214
+ BgpAsn?: string | undefined;
215
+ }
216
+ export interface CreateCustomerGatewayResult {
217
+ CustomerGateway?: CustomerGateway | undefined;
218
+ }
219
+ export interface CreateDefaultSubnetRequest {
220
+ AvailabilityZone?: string | undefined;
221
+ DryRun?: boolean | undefined;
222
+ Ipv6Native?: boolean | undefined;
223
+ AvailabilityZoneId?: string | undefined;
224
+ }
146
225
  export interface BlockPublicAccessStates {
147
226
  InternetGatewayBlockMode?: BlockPublicAccessMode | undefined;
148
227
  }
@@ -2127,106 +2206,3 @@ export interface CreateReplaceRootVolumeTaskRequest {
2127
2206
  VolumeInitializationRate?: number | undefined;
2128
2207
  VolumeId?: string | undefined;
2129
2208
  }
2130
- export interface ReplaceRootVolumeTask {
2131
- ReplaceRootVolumeTaskId?: string | undefined;
2132
- InstanceId?: string | undefined;
2133
- TaskState?: ReplaceRootVolumeTaskState | undefined;
2134
- StartTime?: string | undefined;
2135
- CompleteTime?: string | undefined;
2136
- Tags?: Tag[] | undefined;
2137
- ImageId?: string | undefined;
2138
- SnapshotId?: string | undefined;
2139
- DeleteReplacedRootVolume?: boolean | undefined;
2140
- }
2141
- export interface CreateReplaceRootVolumeTaskResult {
2142
- ReplaceRootVolumeTask?: ReplaceRootVolumeTask | undefined;
2143
- }
2144
- export interface PriceScheduleSpecification {
2145
- Term?: number | undefined;
2146
- Price?: number | undefined;
2147
- CurrencyCode?: CurrencyCodeValues | undefined;
2148
- }
2149
- export interface CreateReservedInstancesListingRequest {
2150
- ReservedInstancesId: string | undefined;
2151
- InstanceCount: number | undefined;
2152
- PriceSchedules: PriceScheduleSpecification[] | undefined;
2153
- ClientToken: string | undefined;
2154
- }
2155
- export interface CreateReservedInstancesListingResult {
2156
- ReservedInstancesListings?: ReservedInstancesListing[] | undefined;
2157
- }
2158
- export interface CreateRestoreImageTaskRequest {
2159
- Bucket: string | undefined;
2160
- ObjectKey: string | undefined;
2161
- Name?: string | undefined;
2162
- TagSpecifications?: TagSpecification[] | undefined;
2163
- DryRun?: boolean | undefined;
2164
- }
2165
- export interface CreateRestoreImageTaskResult {
2166
- ImageId?: string | undefined;
2167
- }
2168
- export interface CreateRouteRequest {
2169
- DestinationPrefixListId?: string | undefined;
2170
- VpcEndpointId?: string | undefined;
2171
- TransitGatewayId?: string | undefined;
2172
- LocalGatewayId?: string | undefined;
2173
- CarrierGatewayId?: string | undefined;
2174
- CoreNetworkArn?: string | undefined;
2175
- OdbNetworkArn?: string | undefined;
2176
- DryRun?: boolean | undefined;
2177
- RouteTableId: string | undefined;
2178
- DestinationCidrBlock?: string | undefined;
2179
- GatewayId?: string | undefined;
2180
- DestinationIpv6CidrBlock?: string | undefined;
2181
- EgressOnlyInternetGatewayId?: string | undefined;
2182
- InstanceId?: string | undefined;
2183
- NetworkInterfaceId?: string | undefined;
2184
- VpcPeeringConnectionId?: string | undefined;
2185
- NatGatewayId?: string | undefined;
2186
- }
2187
- export interface CreateRouteResult {
2188
- Return?: boolean | undefined;
2189
- }
2190
- export interface CreateRouteServerRequest {
2191
- AmazonSideAsn: number | undefined;
2192
- ClientToken?: string | undefined;
2193
- DryRun?: boolean | undefined;
2194
- PersistRoutes?: RouteServerPersistRoutesAction | undefined;
2195
- PersistRoutesDuration?: number | undefined;
2196
- SnsNotificationsEnabled?: boolean | undefined;
2197
- TagSpecifications?: TagSpecification[] | undefined;
2198
- }
2199
- export interface RouteServer {
2200
- RouteServerId?: string | undefined;
2201
- AmazonSideAsn?: number | undefined;
2202
- State?: RouteServerState | undefined;
2203
- Tags?: Tag[] | undefined;
2204
- PersistRoutesState?: RouteServerPersistRoutesState | undefined;
2205
- PersistRoutesDuration?: number | undefined;
2206
- SnsNotificationsEnabled?: boolean | undefined;
2207
- SnsTopicArn?: string | undefined;
2208
- }
2209
- export interface CreateRouteServerResult {
2210
- RouteServer?: RouteServer | undefined;
2211
- }
2212
- export interface CreateRouteServerEndpointRequest {
2213
- RouteServerId: string | undefined;
2214
- SubnetId: string | undefined;
2215
- ClientToken?: string | undefined;
2216
- DryRun?: boolean | undefined;
2217
- TagSpecifications?: TagSpecification[] | undefined;
2218
- }
2219
- export interface RouteServerEndpoint {
2220
- RouteServerId?: string | undefined;
2221
- RouteServerEndpointId?: string | undefined;
2222
- VpcId?: string | undefined;
2223
- SubnetId?: string | undefined;
2224
- EniId?: string | undefined;
2225
- EniAddress?: string | undefined;
2226
- State?: RouteServerEndpointState | undefined;
2227
- FailureReason?: string | undefined;
2228
- Tags?: Tag[] | undefined;
2229
- }
2230
- export interface CreateRouteServerEndpointResult {
2231
- RouteServerEndpoint?: RouteServerEndpoint | undefined;
2232
- }