@aws-sdk/client-ec2 3.36.1 → 3.40.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 (271) hide show
  1. package/CHANGELOG.md +46 -0
  2. package/dist-cjs/EC2.js +30 -0
  3. package/dist-cjs/commands/CreateFleetCommand.js +2 -1
  4. package/dist-cjs/commands/CreateFlowLogsCommand.js +3 -3
  5. package/dist-cjs/commands/CreateFpgaImageCommand.js +3 -3
  6. package/dist-cjs/commands/CreateImageCommand.js +3 -3
  7. package/dist-cjs/commands/CreateInstanceEventWindowCommand.js +1 -2
  8. package/dist-cjs/commands/CreateVpcEndpointServiceConfigurationCommand.js +3 -3
  9. package/dist-cjs/commands/CreateVpcPeeringConnectionCommand.js +3 -3
  10. package/dist-cjs/commands/CreateVpnConnectionCommand.js +1 -2
  11. package/dist-cjs/commands/DescribeHostsCommand.js +2 -1
  12. package/dist-cjs/commands/DescribeIamInstanceProfileAssociationsCommand.js +3 -3
  13. package/dist-cjs/commands/DescribeIdFormatCommand.js +3 -3
  14. package/dist-cjs/commands/DescribeIdentityIdFormatCommand.js +3 -3
  15. package/dist-cjs/commands/DescribeImageAttributeCommand.js +3 -3
  16. package/dist-cjs/commands/DescribeImagesCommand.js +3 -3
  17. package/dist-cjs/commands/DescribeImportImageTasksCommand.js +1 -2
  18. package/dist-cjs/commands/DescribeTagsCommand.js +3 -3
  19. package/dist-cjs/commands/DescribeTrafficMirrorFiltersCommand.js +3 -3
  20. package/dist-cjs/commands/DescribeTrafficMirrorSessionsCommand.js +3 -3
  21. package/dist-cjs/commands/DescribeTrafficMirrorTargetsCommand.js +3 -3
  22. package/dist-cjs/commands/DescribeTransitGatewayAttachmentsCommand.js +3 -3
  23. package/dist-cjs/commands/DescribeTransitGatewayConnectPeersCommand.js +3 -3
  24. package/dist-cjs/commands/DescribeTransitGatewayConnectsCommand.js +3 -3
  25. package/dist-cjs/commands/DescribeTransitGatewayMulticastDomainsCommand.js +3 -3
  26. package/dist-cjs/commands/DescribeTransitGatewayPeeringAttachmentsCommand.js +3 -3
  27. package/dist-cjs/commands/DescribeTransitGatewayRouteTablesCommand.js +3 -3
  28. package/dist-cjs/commands/DescribeTransitGatewayVpcAttachmentsCommand.js +3 -3
  29. package/dist-cjs/commands/DescribeTransitGatewaysCommand.js +3 -3
  30. package/dist-cjs/commands/DescribeTrunkInterfaceAssociationsCommand.js +3 -3
  31. package/dist-cjs/commands/DescribeVolumeAttributeCommand.js +3 -3
  32. package/dist-cjs/commands/GetInstanceTypesFromInstanceRequirementsCommand.js +36 -0
  33. package/dist-cjs/commands/GetSpotPlacementScoresCommand.js +36 -0
  34. package/dist-cjs/commands/ModifyInstanceCreditSpecificationCommand.js +2 -1
  35. package/dist-cjs/commands/ModifyInstanceEventStartTimeCommand.js +3 -3
  36. package/dist-cjs/commands/ModifyInstanceEventWindowCommand.js +3 -3
  37. package/dist-cjs/commands/ModifyInstanceMetadataOptionsCommand.js +3 -3
  38. package/dist-cjs/commands/ModifyInstancePlacementCommand.js +3 -3
  39. package/dist-cjs/commands/ModifyLaunchTemplateCommand.js +3 -3
  40. package/dist-cjs/commands/ModifyManagedPrefixListCommand.js +3 -3
  41. package/dist-cjs/commands/ModifyNetworkInterfaceAttributeCommand.js +2 -2
  42. package/dist-cjs/commands/ModifyReservedInstancesCommand.js +3 -3
  43. package/dist-cjs/commands/ModifySecurityGroupRulesCommand.js +3 -3
  44. package/dist-cjs/commands/ModifySnapshotAttributeCommand.js +2 -2
  45. package/dist-cjs/commands/ModifySpotFleetRequestCommand.js +3 -3
  46. package/dist-cjs/commands/ModifySubnetAttributeCommand.js +2 -2
  47. package/dist-cjs/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.js +3 -3
  48. package/dist-cjs/commands/ModifyTrafficMirrorFilterRuleCommand.js +3 -3
  49. package/dist-cjs/commands/ModifyTrafficMirrorSessionCommand.js +1 -2
  50. package/dist-cjs/commands/index.js +476 -0
  51. package/dist-cjs/endpoints.js +187 -23
  52. package/dist-cjs/index.js +5 -609
  53. package/dist-cjs/models/models_0.js +144 -108
  54. package/dist-cjs/models/models_1.js +153 -181
  55. package/dist-cjs/models/models_2.js +188 -144
  56. package/dist-cjs/models/models_3.js +150 -192
  57. package/dist-cjs/models/models_4.js +234 -223
  58. package/dist-cjs/models/models_5.js +222 -4
  59. package/dist-cjs/pagination/GetInstanceTypesFromInstanceRequirementsPaginator.js +35 -0
  60. package/dist-cjs/pagination/GetSpotPlacementScoresPaginator.js +35 -0
  61. package/dist-cjs/pagination/index.js +109 -0
  62. package/dist-cjs/protocols/Aws_ec2.js +2226 -915
  63. package/dist-cjs/runtimeConfig.browser.js +6 -3
  64. package/dist-cjs/runtimeConfig.js +5 -3
  65. package/dist-cjs/waiters/index.js +35 -0
  66. package/dist-es/EC2.js +30 -0
  67. package/dist-es/commands/CreateFleetCommand.js +2 -1
  68. package/dist-es/commands/CreateFlowLogsCommand.js +1 -1
  69. package/dist-es/commands/CreateFpgaImageCommand.js +1 -1
  70. package/dist-es/commands/CreateImageCommand.js +1 -1
  71. package/dist-es/commands/CreateInstanceEventWindowCommand.js +1 -2
  72. package/dist-es/commands/CreateVpcEndpointServiceConfigurationCommand.js +1 -1
  73. package/dist-es/commands/CreateVpcPeeringConnectionCommand.js +1 -1
  74. package/dist-es/commands/CreateVpnConnectionCommand.js +1 -2
  75. package/dist-es/commands/DescribeHostsCommand.js +2 -1
  76. package/dist-es/commands/DescribeIamInstanceProfileAssociationsCommand.js +1 -1
  77. package/dist-es/commands/DescribeIdFormatCommand.js +1 -1
  78. package/dist-es/commands/DescribeIdentityIdFormatCommand.js +1 -1
  79. package/dist-es/commands/DescribeImageAttributeCommand.js +1 -1
  80. package/dist-es/commands/DescribeImagesCommand.js +1 -1
  81. package/dist-es/commands/DescribeImportImageTasksCommand.js +1 -2
  82. package/dist-es/commands/DescribeTagsCommand.js +1 -1
  83. package/dist-es/commands/DescribeTrafficMirrorFiltersCommand.js +1 -1
  84. package/dist-es/commands/DescribeTrafficMirrorSessionsCommand.js +1 -1
  85. package/dist-es/commands/DescribeTrafficMirrorTargetsCommand.js +1 -1
  86. package/dist-es/commands/DescribeTransitGatewayAttachmentsCommand.js +1 -1
  87. package/dist-es/commands/DescribeTransitGatewayConnectPeersCommand.js +1 -1
  88. package/dist-es/commands/DescribeTransitGatewayConnectsCommand.js +1 -1
  89. package/dist-es/commands/DescribeTransitGatewayMulticastDomainsCommand.js +1 -1
  90. package/dist-es/commands/DescribeTransitGatewayPeeringAttachmentsCommand.js +1 -1
  91. package/dist-es/commands/DescribeTransitGatewayRouteTablesCommand.js +1 -1
  92. package/dist-es/commands/DescribeTransitGatewayVpcAttachmentsCommand.js +1 -1
  93. package/dist-es/commands/DescribeTransitGatewaysCommand.js +1 -1
  94. package/dist-es/commands/DescribeTrunkInterfaceAssociationsCommand.js +1 -1
  95. package/dist-es/commands/DescribeVolumeAttributeCommand.js +1 -1
  96. package/dist-es/commands/GetInstanceTypesFromInstanceRequirementsCommand.js +39 -0
  97. package/dist-es/commands/GetSpotPlacementScoresCommand.js +39 -0
  98. package/dist-es/commands/ModifyInstanceCreditSpecificationCommand.js +2 -1
  99. package/dist-es/commands/ModifyInstanceEventStartTimeCommand.js +1 -1
  100. package/dist-es/commands/ModifyInstanceEventWindowCommand.js +1 -1
  101. package/dist-es/commands/ModifyInstanceMetadataOptionsCommand.js +1 -1
  102. package/dist-es/commands/ModifyInstancePlacementCommand.js +1 -1
  103. package/dist-es/commands/ModifyLaunchTemplateCommand.js +1 -1
  104. package/dist-es/commands/ModifyManagedPrefixListCommand.js +1 -1
  105. package/dist-es/commands/ModifyNetworkInterfaceAttributeCommand.js +1 -1
  106. package/dist-es/commands/ModifyReservedInstancesCommand.js +1 -1
  107. package/dist-es/commands/ModifySecurityGroupRulesCommand.js +1 -1
  108. package/dist-es/commands/ModifySnapshotAttributeCommand.js +1 -1
  109. package/dist-es/commands/ModifySpotFleetRequestCommand.js +1 -1
  110. package/dist-es/commands/ModifySubnetAttributeCommand.js +1 -1
  111. package/dist-es/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.js +1 -1
  112. package/dist-es/commands/ModifyTrafficMirrorFilterRuleCommand.js +1 -1
  113. package/dist-es/commands/ModifyTrafficMirrorSessionCommand.js +1 -2
  114. package/dist-es/commands/index.js +473 -0
  115. package/dist-es/endpoints.js +187 -23
  116. package/dist-es/index.js +5 -609
  117. package/dist-es/models/models_0.js +116 -73
  118. package/dist-es/models/models_1.js +102 -124
  119. package/dist-es/models/models_2.js +128 -92
  120. package/dist-es/models/models_3.js +98 -124
  121. package/dist-es/models/models_4.js +152 -147
  122. package/dist-es/models/models_5.js +147 -0
  123. package/dist-es/pagination/GetInstanceTypesFromInstanceRequirementsPaginator.js +74 -0
  124. package/dist-es/pagination/GetSpotPlacementScoresPaginator.js +74 -0
  125. package/dist-es/pagination/index.js +106 -0
  126. package/dist-es/protocols/Aws_ec2.js +3652 -2148
  127. package/dist-es/runtimeConfig.browser.js +3 -2
  128. package/dist-es/runtimeConfig.js +3 -3
  129. package/dist-es/waiters/index.js +32 -0
  130. package/dist-types/EC2.d.ts +54 -22
  131. package/dist-types/EC2Client.d.ts +12 -2
  132. package/dist-types/commands/CreateFleetCommand.d.ts +2 -1
  133. package/dist-types/commands/CreateFlowLogsCommand.d.ts +1 -1
  134. package/dist-types/commands/CreateFpgaImageCommand.d.ts +2 -2
  135. package/dist-types/commands/CreateImageCommand.d.ts +1 -1
  136. package/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +1 -2
  137. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +1 -1
  138. package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +1 -1
  139. package/dist-types/commands/CreateVpcEndpointCommand.d.ts +6 -5
  140. package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +2 -2
  141. package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +1 -1
  142. package/dist-types/commands/CreateVpnConnectionCommand.d.ts +1 -2
  143. package/dist-types/commands/DescribeAvailabilityZonesCommand.d.ts +2 -2
  144. package/dist-types/commands/DescribeFleetHistoryCommand.d.ts +2 -1
  145. package/dist-types/commands/DescribeFpgaImagesCommand.d.ts +1 -1
  146. package/dist-types/commands/DescribeHostsCommand.d.ts +2 -1
  147. package/dist-types/commands/DescribeIamInstanceProfileAssociationsCommand.d.ts +1 -1
  148. package/dist-types/commands/DescribeIdFormatCommand.d.ts +2 -2
  149. package/dist-types/commands/DescribeIdentityIdFormatCommand.d.ts +1 -1
  150. package/dist-types/commands/DescribeImageAttributeCommand.d.ts +1 -1
  151. package/dist-types/commands/DescribeImagesCommand.d.ts +1 -1
  152. package/dist-types/commands/DescribeImportImageTasksCommand.d.ts +1 -2
  153. package/dist-types/commands/DescribeRegionsCommand.d.ts +3 -3
  154. package/dist-types/commands/DescribeSpotFleetRequestHistoryCommand.d.ts +2 -0
  155. package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
  156. package/dist-types/commands/DescribeTrafficMirrorFiltersCommand.d.ts +1 -1
  157. package/dist-types/commands/DescribeTrafficMirrorSessionsCommand.d.ts +1 -1
  158. package/dist-types/commands/DescribeTrafficMirrorTargetsCommand.d.ts +1 -1
  159. package/dist-types/commands/DescribeTransitGatewayAttachmentsCommand.d.ts +1 -1
  160. package/dist-types/commands/DescribeTransitGatewayConnectPeersCommand.d.ts +1 -1
  161. package/dist-types/commands/DescribeTransitGatewayConnectsCommand.d.ts +1 -1
  162. package/dist-types/commands/DescribeTransitGatewayMulticastDomainsCommand.d.ts +1 -1
  163. package/dist-types/commands/DescribeTransitGatewayPeeringAttachmentsCommand.d.ts +1 -1
  164. package/dist-types/commands/DescribeTransitGatewayRouteTablesCommand.d.ts +1 -1
  165. package/dist-types/commands/DescribeTransitGatewayVpcAttachmentsCommand.d.ts +1 -1
  166. package/dist-types/commands/DescribeTransitGatewaysCommand.d.ts +1 -1
  167. package/dist-types/commands/DescribeTrunkInterfaceAssociationsCommand.d.ts +1 -1
  168. package/dist-types/commands/DescribeVolumeAttributeCommand.d.ts +1 -1
  169. package/dist-types/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +44 -0
  170. package/dist-types/commands/GetSpotPlacementScoresCommand.d.ts +42 -0
  171. package/dist-types/commands/GetVpnConnectionDeviceSampleConfigurationCommand.d.ts +1 -1
  172. package/dist-types/commands/ModifyIdFormatCommand.d.ts +1 -1
  173. package/dist-types/commands/ModifyInstanceCreditSpecificationCommand.d.ts +2 -1
  174. package/dist-types/commands/ModifyInstanceEventStartTimeCommand.d.ts +1 -1
  175. package/dist-types/commands/ModifyInstanceEventWindowCommand.d.ts +1 -1
  176. package/dist-types/commands/ModifyInstanceMetadataOptionsCommand.d.ts +1 -1
  177. package/dist-types/commands/ModifyInstancePlacementCommand.d.ts +1 -1
  178. package/dist-types/commands/ModifyLaunchTemplateCommand.d.ts +1 -1
  179. package/dist-types/commands/ModifyManagedPrefixListCommand.d.ts +1 -1
  180. package/dist-types/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +1 -1
  181. package/dist-types/commands/ModifyReservedInstancesCommand.d.ts +1 -1
  182. package/dist-types/commands/ModifySecurityGroupRulesCommand.d.ts +1 -1
  183. package/dist-types/commands/ModifySnapshotAttributeCommand.d.ts +1 -1
  184. package/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +1 -1
  185. package/dist-types/commands/ModifySubnetAttributeCommand.d.ts +1 -1
  186. package/dist-types/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.d.ts +1 -3
  187. package/dist-types/commands/ModifyTrafficMirrorFilterRuleCommand.d.ts +1 -1
  188. package/dist-types/commands/ModifyTrafficMirrorSessionCommand.d.ts +1 -2
  189. package/dist-types/commands/ModifyVpcEndpointServicePermissionsCommand.d.ts +1 -1
  190. package/dist-types/commands/index.d.ts +473 -0
  191. package/dist-types/index.d.ts +5 -609
  192. package/dist-types/models/models_0.d.ts +610 -699
  193. package/dist-types/models/models_1.d.ts +4710 -4496
  194. package/dist-types/models/models_2.d.ts +4647 -4707
  195. package/dist-types/models/models_3.d.ts +6978 -6938
  196. package/dist-types/models/models_4.d.ts +4834 -4487
  197. package/dist-types/models/models_5.d.ts +974 -20
  198. package/dist-types/pagination/GetInstanceTypesFromInstanceRequirementsPaginator.d.ts +4 -0
  199. package/dist-types/pagination/GetSpotPlacementScoresPaginator.d.ts +4 -0
  200. package/dist-types/pagination/index.d.ts +106 -0
  201. package/dist-types/protocols/Aws_ec2.d.ts +6 -0
  202. package/dist-types/runtimeConfig.browser.d.ts +2 -0
  203. package/dist-types/runtimeConfig.d.ts +2 -0
  204. package/dist-types/runtimeConfig.native.d.ts +2 -0
  205. package/dist-types/ts3.4/EC2.d.ts +10 -0
  206. package/dist-types/ts3.4/EC2Client.d.ts +8 -2
  207. package/dist-types/ts3.4/commands/CreateFleetCommand.d.ts +2 -1
  208. package/dist-types/ts3.4/commands/CreateFlowLogsCommand.d.ts +1 -1
  209. package/dist-types/ts3.4/commands/CreateFpgaImageCommand.d.ts +1 -1
  210. package/dist-types/ts3.4/commands/CreateImageCommand.d.ts +1 -1
  211. package/dist-types/ts3.4/commands/CreateInstanceEventWindowCommand.d.ts +1 -2
  212. package/dist-types/ts3.4/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +1 -1
  213. package/dist-types/ts3.4/commands/CreateVpcPeeringConnectionCommand.d.ts +1 -1
  214. package/dist-types/ts3.4/commands/CreateVpnConnectionCommand.d.ts +1 -2
  215. package/dist-types/ts3.4/commands/DescribeHostsCommand.d.ts +2 -1
  216. package/dist-types/ts3.4/commands/DescribeIamInstanceProfileAssociationsCommand.d.ts +1 -1
  217. package/dist-types/ts3.4/commands/DescribeIdFormatCommand.d.ts +1 -1
  218. package/dist-types/ts3.4/commands/DescribeIdentityIdFormatCommand.d.ts +1 -1
  219. package/dist-types/ts3.4/commands/DescribeImageAttributeCommand.d.ts +1 -1
  220. package/dist-types/ts3.4/commands/DescribeImagesCommand.d.ts +1 -1
  221. package/dist-types/ts3.4/commands/DescribeImportImageTasksCommand.d.ts +1 -2
  222. package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +1 -1
  223. package/dist-types/ts3.4/commands/DescribeTrafficMirrorFiltersCommand.d.ts +1 -1
  224. package/dist-types/ts3.4/commands/DescribeTrafficMirrorSessionsCommand.d.ts +1 -1
  225. package/dist-types/ts3.4/commands/DescribeTrafficMirrorTargetsCommand.d.ts +1 -1
  226. package/dist-types/ts3.4/commands/DescribeTransitGatewayAttachmentsCommand.d.ts +1 -1
  227. package/dist-types/ts3.4/commands/DescribeTransitGatewayConnectPeersCommand.d.ts +1 -1
  228. package/dist-types/ts3.4/commands/DescribeTransitGatewayConnectsCommand.d.ts +1 -1
  229. package/dist-types/ts3.4/commands/DescribeTransitGatewayMulticastDomainsCommand.d.ts +1 -1
  230. package/dist-types/ts3.4/commands/DescribeTransitGatewayPeeringAttachmentsCommand.d.ts +1 -1
  231. package/dist-types/ts3.4/commands/DescribeTransitGatewayRouteTablesCommand.d.ts +1 -1
  232. package/dist-types/ts3.4/commands/DescribeTransitGatewayVpcAttachmentsCommand.d.ts +1 -1
  233. package/dist-types/ts3.4/commands/DescribeTransitGatewaysCommand.d.ts +1 -1
  234. package/dist-types/ts3.4/commands/DescribeTrunkInterfaceAssociationsCommand.d.ts +1 -1
  235. package/dist-types/ts3.4/commands/DescribeVolumeAttributeCommand.d.ts +1 -1
  236. package/dist-types/ts3.4/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +17 -0
  237. package/dist-types/ts3.4/commands/GetSpotPlacementScoresCommand.d.ts +17 -0
  238. package/dist-types/ts3.4/commands/ModifyInstanceCreditSpecificationCommand.d.ts +2 -1
  239. package/dist-types/ts3.4/commands/ModifyInstanceEventStartTimeCommand.d.ts +1 -1
  240. package/dist-types/ts3.4/commands/ModifyInstanceEventWindowCommand.d.ts +1 -1
  241. package/dist-types/ts3.4/commands/ModifyInstanceMetadataOptionsCommand.d.ts +1 -1
  242. package/dist-types/ts3.4/commands/ModifyInstancePlacementCommand.d.ts +1 -1
  243. package/dist-types/ts3.4/commands/ModifyLaunchTemplateCommand.d.ts +1 -1
  244. package/dist-types/ts3.4/commands/ModifyManagedPrefixListCommand.d.ts +1 -1
  245. package/dist-types/ts3.4/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +1 -1
  246. package/dist-types/ts3.4/commands/ModifyReservedInstancesCommand.d.ts +1 -1
  247. package/dist-types/ts3.4/commands/ModifySecurityGroupRulesCommand.d.ts +1 -1
  248. package/dist-types/ts3.4/commands/ModifySnapshotAttributeCommand.d.ts +1 -1
  249. package/dist-types/ts3.4/commands/ModifySpotFleetRequestCommand.d.ts +1 -1
  250. package/dist-types/ts3.4/commands/ModifySubnetAttributeCommand.d.ts +1 -1
  251. package/dist-types/ts3.4/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.d.ts +1 -1
  252. package/dist-types/ts3.4/commands/ModifyTrafficMirrorFilterRuleCommand.d.ts +1 -1
  253. package/dist-types/ts3.4/commands/ModifyTrafficMirrorSessionCommand.d.ts +1 -2
  254. package/dist-types/ts3.4/commands/index.d.ts +473 -0
  255. package/dist-types/ts3.4/index.d.ts +5 -609
  256. package/dist-types/ts3.4/models/models_0.d.ts +231 -266
  257. package/dist-types/ts3.4/models/models_1.d.ts +401 -417
  258. package/dist-types/ts3.4/models/models_2.d.ts +439 -413
  259. package/dist-types/ts3.4/models/models_3.d.ts +2348 -2330
  260. package/dist-types/ts3.4/models/models_4.d.ts +2003 -1964
  261. package/dist-types/ts3.4/models/models_5.d.ts +485 -7
  262. package/dist-types/ts3.4/pagination/GetInstanceTypesFromInstanceRequirementsPaginator.d.ts +4 -0
  263. package/dist-types/ts3.4/pagination/GetSpotPlacementScoresPaginator.d.ts +4 -0
  264. package/dist-types/ts3.4/pagination/index.d.ts +106 -0
  265. package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +6 -0
  266. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
  267. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
  268. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
  269. package/dist-types/ts3.4/waiters/index.d.ts +32 -0
  270. package/dist-types/waiters/index.d.ts +32 -0
  271. package/package.json +34 -34
@@ -1,4 +1,394 @@
1
- import { _InstanceType, AddPrefixListEntry, ApplianceModeSupportValue, AttachmentStatus, CurrencyCodeValues, DnsSupportValue, InstanceEventWindow, InternetGatewayAttachment, Ipv4PrefixSpecification, Ipv6SupportValue, ReservedInstancesListing, ResourceType, RouteTableAssociationState, Subnet, Tag, TagSpecification, Tenancy, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, VolumeAttachment, VolumeType, Vpc, VpcPeeringConnection } from "./models_0";
1
+ import { _InstanceType, AcceleratorCount, AcceleratorManufacturer, AcceleratorName, AcceleratorTotalMemoryMiB, AcceleratorType, AddPrefixListEntry, ApplianceModeSupportValue, AttachmentStatus, BareMetal, BaselineEbsBandwidthMbps, BurstablePerformance, CpuManufacturer, CurrencyCodeValues, DnsSupportValue, FleetLaunchTemplateSpecification, InstanceEventWindow, InstanceGeneration, InstanceRequirementsRequest, InternetGatewayAttachment, Ipv4PrefixSpecification, Ipv6SupportValue, LocalStorage, LocalStorageType, MemoryGiBPerVCpu, ReservedInstancesListing, ResourceType, RouteTableAssociationState, Subnet, Tag, TagSpecification, Tenancy, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, UnsuccessfulItem, VolumeAttachment, Vpc, WeekDay } from "./models_0";
2
+
3
+ export interface MemoryMiB {
4
+
5
+ Min?: number;
6
+
7
+ Max?: number;
8
+ }
9
+ export declare namespace MemoryMiB {
10
+
11
+ const filterSensitiveLog: (obj: MemoryMiB) => any;
12
+ }
13
+
14
+ export interface NetworkInterfaceCount {
15
+
16
+ Min?: number;
17
+
18
+ Max?: number;
19
+ }
20
+ export declare namespace NetworkInterfaceCount {
21
+
22
+ const filterSensitiveLog: (obj: NetworkInterfaceCount) => any;
23
+ }
24
+
25
+ export interface TotalLocalStorageGB {
26
+
27
+ Min?: number;
28
+
29
+ Max?: number;
30
+ }
31
+ export declare namespace TotalLocalStorageGB {
32
+
33
+ const filterSensitiveLog: (obj: TotalLocalStorageGB) => any;
34
+ }
35
+
36
+ export interface VCpuCountRange {
37
+
38
+ Min?: number;
39
+
40
+ Max?: number;
41
+ }
42
+ export declare namespace VCpuCountRange {
43
+
44
+ const filterSensitiveLog: (obj: VCpuCountRange) => any;
45
+ }
46
+
47
+ export interface InstanceRequirements {
48
+
49
+ VCpuCount?: VCpuCountRange;
50
+
51
+ MemoryMiB?: MemoryMiB;
52
+
53
+ CpuManufacturers?: (CpuManufacturer | string)[];
54
+
55
+ MemoryGiBPerVCpu?: MemoryGiBPerVCpu;
56
+
57
+ ExcludedInstanceTypes?: string[];
58
+
59
+ InstanceGenerations?: (InstanceGeneration | string)[];
60
+
61
+ SpotMaxPricePercentageOverLowestPrice?: number;
62
+
63
+ OnDemandMaxPricePercentageOverLowestPrice?: number;
64
+
65
+ BareMetal?: BareMetal | string;
66
+
67
+ BurstablePerformance?: BurstablePerformance | string;
68
+
69
+ RequireHibernateSupport?: boolean;
70
+
71
+ NetworkInterfaceCount?: NetworkInterfaceCount;
72
+
73
+ LocalStorage?: LocalStorage | string;
74
+
75
+ LocalStorageTypes?: (LocalStorageType | string)[];
76
+
77
+ TotalLocalStorageGB?: TotalLocalStorageGB;
78
+
79
+ BaselineEbsBandwidthMbps?: BaselineEbsBandwidthMbps;
80
+
81
+ AcceleratorTypes?: (AcceleratorType | string)[];
82
+
83
+ AcceleratorCount?: AcceleratorCount;
84
+
85
+ AcceleratorManufacturers?: (AcceleratorManufacturer | string)[];
86
+
87
+ AcceleratorNames?: (AcceleratorName | string)[];
88
+
89
+ AcceleratorTotalMemoryMiB?: AcceleratorTotalMemoryMiB;
90
+ }
91
+ export declare namespace InstanceRequirements {
92
+
93
+ const filterSensitiveLog: (obj: InstanceRequirements) => any;
94
+ }
95
+
96
+ export interface PlacementResponse {
97
+
98
+ GroupName?: string;
99
+ }
100
+ export declare namespace PlacementResponse {
101
+
102
+ const filterSensitiveLog: (obj: PlacementResponse) => any;
103
+ }
104
+
105
+ export interface FleetLaunchTemplateOverrides {
106
+
107
+ InstanceType?: _InstanceType | string;
108
+
109
+ MaxPrice?: string;
110
+
111
+ SubnetId?: string;
112
+
113
+ AvailabilityZone?: string;
114
+
115
+ WeightedCapacity?: number;
116
+
117
+ Priority?: number;
118
+
119
+ Placement?: PlacementResponse;
120
+
121
+ InstanceRequirements?: InstanceRequirements;
122
+ }
123
+ export declare namespace FleetLaunchTemplateOverrides {
124
+
125
+ const filterSensitiveLog: (obj: FleetLaunchTemplateOverrides) => any;
126
+ }
127
+
128
+ export interface LaunchTemplateAndOverridesResponse {
129
+
130
+ LaunchTemplateSpecification?: FleetLaunchTemplateSpecification;
131
+
132
+ Overrides?: FleetLaunchTemplateOverrides;
133
+ }
134
+ export declare namespace LaunchTemplateAndOverridesResponse {
135
+
136
+ const filterSensitiveLog: (obj: LaunchTemplateAndOverridesResponse) => any;
137
+ }
138
+ export declare enum InstanceLifecycle {
139
+ ON_DEMAND = "on-demand",
140
+ SPOT = "spot"
141
+ }
142
+
143
+ export interface CreateFleetError {
144
+
145
+ LaunchTemplateAndOverrides?: LaunchTemplateAndOverridesResponse;
146
+
147
+ Lifecycle?: InstanceLifecycle | string;
148
+
149
+ ErrorCode?: string;
150
+
151
+ ErrorMessage?: string;
152
+ }
153
+ export declare namespace CreateFleetError {
154
+
155
+ const filterSensitiveLog: (obj: CreateFleetError) => any;
156
+ }
157
+ export declare type PlatformValues = "Windows";
158
+
159
+ export interface CreateFleetInstance {
160
+
161
+ LaunchTemplateAndOverrides?: LaunchTemplateAndOverridesResponse;
162
+
163
+ Lifecycle?: InstanceLifecycle | string;
164
+
165
+ InstanceIds?: string[];
166
+
167
+ InstanceType?: _InstanceType | string;
168
+
169
+ Platform?: PlatformValues | string;
170
+ }
171
+ export declare namespace CreateFleetInstance {
172
+
173
+ const filterSensitiveLog: (obj: CreateFleetInstance) => any;
174
+ }
175
+ export interface CreateFleetResult {
176
+
177
+ FleetId?: string;
178
+
179
+ Errors?: CreateFleetError[];
180
+
181
+ Instances?: CreateFleetInstance[];
182
+ }
183
+ export declare namespace CreateFleetResult {
184
+
185
+ const filterSensitiveLog: (obj: CreateFleetResult) => any;
186
+ }
187
+ export declare enum DestinationFileFormat {
188
+ parquet = "parquet",
189
+ plain_text = "plain-text"
190
+ }
191
+
192
+ export interface DestinationOptionsRequest {
193
+
194
+ FileFormat?: DestinationFileFormat | string;
195
+
196
+ HiveCompatiblePartitions?: boolean;
197
+
198
+ PerHourPartition?: boolean;
199
+ }
200
+ export declare namespace DestinationOptionsRequest {
201
+
202
+ const filterSensitiveLog: (obj: DestinationOptionsRequest) => any;
203
+ }
204
+ export declare type LogDestinationType = "cloud-watch-logs" | "s3";
205
+ export declare type FlowLogsResourceType = "NetworkInterface" | "Subnet" | "VPC";
206
+ export declare type TrafficType = "ACCEPT" | "ALL" | "REJECT";
207
+ export interface CreateFlowLogsRequest {
208
+
209
+ DryRun?: boolean;
210
+
211
+ ClientToken?: string;
212
+
213
+ DeliverLogsPermissionArn?: string;
214
+
215
+ LogGroupName?: string;
216
+
217
+ ResourceIds: string[] | undefined;
218
+
219
+ ResourceType: FlowLogsResourceType | string | undefined;
220
+
221
+ TrafficType: TrafficType | string | undefined;
222
+
223
+ LogDestinationType?: LogDestinationType | string;
224
+
225
+ LogDestination?: string;
226
+
227
+ LogFormat?: string;
228
+
229
+ TagSpecifications?: TagSpecification[];
230
+
231
+ MaxAggregationInterval?: number;
232
+
233
+ DestinationOptions?: DestinationOptionsRequest;
234
+ }
235
+ export declare namespace CreateFlowLogsRequest {
236
+
237
+ const filterSensitiveLog: (obj: CreateFlowLogsRequest) => any;
238
+ }
239
+ export interface CreateFlowLogsResult {
240
+
241
+ ClientToken?: string;
242
+
243
+ FlowLogIds?: string[];
244
+
245
+ Unsuccessful?: UnsuccessfulItem[];
246
+ }
247
+ export declare namespace CreateFlowLogsResult {
248
+
249
+ const filterSensitiveLog: (obj: CreateFlowLogsResult) => any;
250
+ }
251
+
252
+ export interface StorageLocation {
253
+
254
+ Bucket?: string;
255
+
256
+ Key?: string;
257
+ }
258
+ export declare namespace StorageLocation {
259
+
260
+ const filterSensitiveLog: (obj: StorageLocation) => any;
261
+ }
262
+ export interface CreateFpgaImageRequest {
263
+
264
+ DryRun?: boolean;
265
+
266
+ InputStorageLocation: StorageLocation | undefined;
267
+
268
+ LogsStorageLocation?: StorageLocation;
269
+
270
+ Description?: string;
271
+
272
+ Name?: string;
273
+
274
+ ClientToken?: string;
275
+
276
+ TagSpecifications?: TagSpecification[];
277
+ }
278
+ export declare namespace CreateFpgaImageRequest {
279
+
280
+ const filterSensitiveLog: (obj: CreateFpgaImageRequest) => any;
281
+ }
282
+ export interface CreateFpgaImageResult {
283
+
284
+ FpgaImageId?: string;
285
+
286
+ FpgaImageGlobalId?: string;
287
+ }
288
+ export declare namespace CreateFpgaImageResult {
289
+
290
+ const filterSensitiveLog: (obj: CreateFpgaImageResult) => any;
291
+ }
292
+ export declare type VolumeType = "gp2" | "gp3" | "io1" | "io2" | "sc1" | "st1" | "standard";
293
+
294
+ export interface EbsBlockDevice {
295
+
296
+ DeleteOnTermination?: boolean;
297
+
298
+ Iops?: number;
299
+
300
+ SnapshotId?: string;
301
+
302
+ VolumeSize?: number;
303
+
304
+ VolumeType?: VolumeType | string;
305
+
306
+ KmsKeyId?: string;
307
+
308
+ Throughput?: number;
309
+
310
+ OutpostArn?: string;
311
+
312
+ Encrypted?: boolean;
313
+ }
314
+ export declare namespace EbsBlockDevice {
315
+
316
+ const filterSensitiveLog: (obj: EbsBlockDevice) => any;
317
+ }
318
+
319
+ export interface BlockDeviceMapping {
320
+
321
+ DeviceName?: string;
322
+
323
+ VirtualName?: string;
324
+
325
+ Ebs?: EbsBlockDevice;
326
+
327
+ NoDevice?: string;
328
+ }
329
+ export declare namespace BlockDeviceMapping {
330
+
331
+ const filterSensitiveLog: (obj: BlockDeviceMapping) => any;
332
+ }
333
+ export interface CreateImageRequest {
334
+
335
+ BlockDeviceMappings?: BlockDeviceMapping[];
336
+
337
+ Description?: string;
338
+
339
+ DryRun?: boolean;
340
+
341
+ InstanceId: string | undefined;
342
+
343
+ Name: string | undefined;
344
+
345
+ NoReboot?: boolean;
346
+
347
+ TagSpecifications?: TagSpecification[];
348
+ }
349
+ export declare namespace CreateImageRequest {
350
+
351
+ const filterSensitiveLog: (obj: CreateImageRequest) => any;
352
+ }
353
+ export interface CreateImageResult {
354
+
355
+ ImageId?: string;
356
+ }
357
+ export declare namespace CreateImageResult {
358
+
359
+ const filterSensitiveLog: (obj: CreateImageResult) => any;
360
+ }
361
+
362
+ export interface InstanceEventWindowTimeRangeRequest {
363
+
364
+ StartWeekDay?: WeekDay | string;
365
+
366
+ StartHour?: number;
367
+
368
+ EndWeekDay?: WeekDay | string;
369
+
370
+ EndHour?: number;
371
+ }
372
+ export declare namespace InstanceEventWindowTimeRangeRequest {
373
+
374
+ const filterSensitiveLog: (obj: InstanceEventWindowTimeRangeRequest) => any;
375
+ }
376
+ export interface CreateInstanceEventWindowRequest {
377
+
378
+ DryRun?: boolean;
379
+
380
+ Name?: string;
381
+
382
+ TimeRanges?: InstanceEventWindowTimeRangeRequest[];
383
+
384
+ CronExpression?: string;
385
+
386
+ TagSpecifications?: TagSpecification[];
387
+ }
388
+ export declare namespace CreateInstanceEventWindowRequest {
389
+
390
+ const filterSensitiveLog: (obj: CreateInstanceEventWindowRequest) => any;
391
+ }
2
392
  export interface CreateInstanceEventWindowResult {
3
393
 
4
394
  InstanceEventWindow?: InstanceEventWindow;
@@ -542,6 +932,8 @@ export interface RequestLaunchTemplateData {
542
932
  MetadataOptions?: LaunchTemplateInstanceMetadataOptionsRequest;
543
933
 
544
934
  EnclaveOptions?: LaunchTemplateEnclaveOptionsRequest;
935
+
936
+ InstanceRequirements?: InstanceRequirementsRequest;
545
937
  }
546
938
  export declare namespace RequestLaunchTemplateData {
547
939
 
@@ -991,6 +1383,8 @@ export interface ResponseLaunchTemplateData {
991
1383
  MetadataOptions?: LaunchTemplateInstanceMetadataOptions;
992
1384
 
993
1385
  EnclaveOptions?: LaunchTemplateEnclaveOptions;
1386
+
1387
+ InstanceRequirements?: InstanceRequirements;
994
1388
  }
995
1389
  export declare namespace ResponseLaunchTemplateData {
996
1390
 
@@ -1035,9 +1429,9 @@ export interface CreateLocalGatewayRouteRequest {
1035
1429
 
1036
1430
  LocalGatewayRouteTableId: string | undefined;
1037
1431
 
1038
- DryRun?: boolean;
1039
-
1040
1432
  LocalGatewayVirtualInterfaceGroupId: string | undefined;
1433
+
1434
+ DryRun?: boolean;
1041
1435
  }
1042
1436
  export declare namespace CreateLocalGatewayRouteRequest {
1043
1437
 
@@ -1641,6 +2035,8 @@ export interface NetworkInterface {
1641
2035
  TagSet?: Tag[];
1642
2036
 
1643
2037
  VpcId?: string;
2038
+
2039
+ DenyAllIgwTraffic?: boolean;
1644
2040
  }
1645
2041
  export declare namespace NetworkInterface {
1646
2042
 
@@ -2263,6 +2659,8 @@ export interface CreateSubnetRequest {
2263
2659
 
2264
2660
  AvailabilityZoneId?: string;
2265
2661
 
2662
+ CidrBlock: string | undefined;
2663
+
2266
2664
  Ipv6CidrBlock?: string;
2267
2665
 
2268
2666
  OutpostArn?: string;
@@ -2270,8 +2668,6 @@ export interface CreateSubnetRequest {
2270
2668
  VpcId: string | undefined;
2271
2669
 
2272
2670
  DryRun?: boolean;
2273
-
2274
- CidrBlock: string | undefined;
2275
2671
  }
2276
2672
  export declare namespace CreateSubnetRequest {
2277
2673
 
@@ -3435,415 +3831,3 @@ export declare namespace CreateVpcEndpointConnectionNotificationResult {
3435
3831
 
3436
3832
  const filterSensitiveLog: (obj: CreateVpcEndpointConnectionNotificationResult) => any;
3437
3833
  }
3438
- export interface CreateVpcEndpointServiceConfigurationRequest {
3439
-
3440
- DryRun?: boolean;
3441
-
3442
- AcceptanceRequired?: boolean;
3443
-
3444
- PrivateDnsName?: string;
3445
-
3446
- NetworkLoadBalancerArns?: string[];
3447
-
3448
- GatewayLoadBalancerArns?: string[];
3449
-
3450
- ClientToken?: string;
3451
-
3452
- TagSpecifications?: TagSpecification[];
3453
- }
3454
- export declare namespace CreateVpcEndpointServiceConfigurationRequest {
3455
-
3456
- const filterSensitiveLog: (obj: CreateVpcEndpointServiceConfigurationRequest) => any;
3457
- }
3458
- export declare enum DnsNameState {
3459
- Failed = "failed",
3460
- PendingVerification = "pendingVerification",
3461
- Verified = "verified"
3462
- }
3463
-
3464
- export interface PrivateDnsNameConfiguration {
3465
-
3466
- State?: DnsNameState | string;
3467
-
3468
- Type?: string;
3469
-
3470
- Value?: string;
3471
-
3472
- Name?: string;
3473
- }
3474
- export declare namespace PrivateDnsNameConfiguration {
3475
-
3476
- const filterSensitiveLog: (obj: PrivateDnsNameConfiguration) => any;
3477
- }
3478
- export declare enum ServiceState {
3479
- Available = "Available",
3480
- Deleted = "Deleted",
3481
- Deleting = "Deleting",
3482
- Failed = "Failed",
3483
- Pending = "Pending"
3484
- }
3485
- export declare enum ServiceType {
3486
- Gateway = "Gateway",
3487
- GatewayLoadBalancer = "GatewayLoadBalancer",
3488
- Interface = "Interface"
3489
- }
3490
-
3491
- export interface ServiceTypeDetail {
3492
-
3493
- ServiceType?: ServiceType | string;
3494
- }
3495
- export declare namespace ServiceTypeDetail {
3496
-
3497
- const filterSensitiveLog: (obj: ServiceTypeDetail) => any;
3498
- }
3499
-
3500
- export interface ServiceConfiguration {
3501
-
3502
- ServiceType?: ServiceTypeDetail[];
3503
-
3504
- ServiceId?: string;
3505
-
3506
- ServiceName?: string;
3507
-
3508
- ServiceState?: ServiceState | string;
3509
-
3510
- AvailabilityZones?: string[];
3511
-
3512
- AcceptanceRequired?: boolean;
3513
-
3514
- ManagesVpcEndpoints?: boolean;
3515
-
3516
- NetworkLoadBalancerArns?: string[];
3517
-
3518
- GatewayLoadBalancerArns?: string[];
3519
-
3520
- BaseEndpointDnsNames?: string[];
3521
-
3522
- PrivateDnsName?: string;
3523
-
3524
- PrivateDnsNameConfiguration?: PrivateDnsNameConfiguration;
3525
-
3526
- Tags?: Tag[];
3527
- }
3528
- export declare namespace ServiceConfiguration {
3529
-
3530
- const filterSensitiveLog: (obj: ServiceConfiguration) => any;
3531
- }
3532
- export interface CreateVpcEndpointServiceConfigurationResult {
3533
-
3534
- ServiceConfiguration?: ServiceConfiguration;
3535
-
3536
- ClientToken?: string;
3537
- }
3538
- export declare namespace CreateVpcEndpointServiceConfigurationResult {
3539
-
3540
- const filterSensitiveLog: (obj: CreateVpcEndpointServiceConfigurationResult) => any;
3541
- }
3542
- export interface CreateVpcPeeringConnectionRequest {
3543
-
3544
- DryRun?: boolean;
3545
-
3546
- PeerOwnerId?: string;
3547
-
3548
- PeerVpcId?: string;
3549
-
3550
- VpcId?: string;
3551
-
3552
- PeerRegion?: string;
3553
-
3554
- TagSpecifications?: TagSpecification[];
3555
- }
3556
- export declare namespace CreateVpcPeeringConnectionRequest {
3557
-
3558
- const filterSensitiveLog: (obj: CreateVpcPeeringConnectionRequest) => any;
3559
- }
3560
- export interface CreateVpcPeeringConnectionResult {
3561
-
3562
- VpcPeeringConnection?: VpcPeeringConnection;
3563
- }
3564
- export declare namespace CreateVpcPeeringConnectionResult {
3565
-
3566
- const filterSensitiveLog: (obj: CreateVpcPeeringConnectionResult) => any;
3567
- }
3568
- export declare type TunnelInsideIpVersion = "ipv4" | "ipv6";
3569
-
3570
- export interface IKEVersionsRequestListValue {
3571
-
3572
- Value?: string;
3573
- }
3574
- export declare namespace IKEVersionsRequestListValue {
3575
-
3576
- const filterSensitiveLog: (obj: IKEVersionsRequestListValue) => any;
3577
- }
3578
-
3579
- export interface Phase1DHGroupNumbersRequestListValue {
3580
-
3581
- Value?: number;
3582
- }
3583
- export declare namespace Phase1DHGroupNumbersRequestListValue {
3584
-
3585
- const filterSensitiveLog: (obj: Phase1DHGroupNumbersRequestListValue) => any;
3586
- }
3587
-
3588
- export interface Phase1EncryptionAlgorithmsRequestListValue {
3589
-
3590
- Value?: string;
3591
- }
3592
- export declare namespace Phase1EncryptionAlgorithmsRequestListValue {
3593
-
3594
- const filterSensitiveLog: (obj: Phase1EncryptionAlgorithmsRequestListValue) => any;
3595
- }
3596
-
3597
- export interface Phase1IntegrityAlgorithmsRequestListValue {
3598
-
3599
- Value?: string;
3600
- }
3601
- export declare namespace Phase1IntegrityAlgorithmsRequestListValue {
3602
-
3603
- const filterSensitiveLog: (obj: Phase1IntegrityAlgorithmsRequestListValue) => any;
3604
- }
3605
-
3606
- export interface Phase2DHGroupNumbersRequestListValue {
3607
-
3608
- Value?: number;
3609
- }
3610
- export declare namespace Phase2DHGroupNumbersRequestListValue {
3611
-
3612
- const filterSensitiveLog: (obj: Phase2DHGroupNumbersRequestListValue) => any;
3613
- }
3614
-
3615
- export interface Phase2EncryptionAlgorithmsRequestListValue {
3616
-
3617
- Value?: string;
3618
- }
3619
- export declare namespace Phase2EncryptionAlgorithmsRequestListValue {
3620
-
3621
- const filterSensitiveLog: (obj: Phase2EncryptionAlgorithmsRequestListValue) => any;
3622
- }
3623
-
3624
- export interface Phase2IntegrityAlgorithmsRequestListValue {
3625
-
3626
- Value?: string;
3627
- }
3628
- export declare namespace Phase2IntegrityAlgorithmsRequestListValue {
3629
-
3630
- const filterSensitiveLog: (obj: Phase2IntegrityAlgorithmsRequestListValue) => any;
3631
- }
3632
-
3633
- export interface VpnTunnelOptionsSpecification {
3634
-
3635
- TunnelInsideCidr?: string;
3636
-
3637
- TunnelInsideIpv6Cidr?: string;
3638
-
3639
- PreSharedKey?: string;
3640
-
3641
- Phase1LifetimeSeconds?: number;
3642
-
3643
- Phase2LifetimeSeconds?: number;
3644
-
3645
- RekeyMarginTimeSeconds?: number;
3646
-
3647
- RekeyFuzzPercentage?: number;
3648
-
3649
- ReplayWindowSize?: number;
3650
-
3651
- DPDTimeoutSeconds?: number;
3652
-
3653
- DPDTimeoutAction?: string;
3654
-
3655
- Phase1EncryptionAlgorithms?: Phase1EncryptionAlgorithmsRequestListValue[];
3656
-
3657
- Phase2EncryptionAlgorithms?: Phase2EncryptionAlgorithmsRequestListValue[];
3658
-
3659
- Phase1IntegrityAlgorithms?: Phase1IntegrityAlgorithmsRequestListValue[];
3660
-
3661
- Phase2IntegrityAlgorithms?: Phase2IntegrityAlgorithmsRequestListValue[];
3662
-
3663
- Phase1DHGroupNumbers?: Phase1DHGroupNumbersRequestListValue[];
3664
-
3665
- Phase2DHGroupNumbers?: Phase2DHGroupNumbersRequestListValue[];
3666
-
3667
- IKEVersions?: IKEVersionsRequestListValue[];
3668
-
3669
- StartupAction?: string;
3670
- }
3671
- export declare namespace VpnTunnelOptionsSpecification {
3672
-
3673
- const filterSensitiveLog: (obj: VpnTunnelOptionsSpecification) => any;
3674
- }
3675
-
3676
- export interface VpnConnectionOptionsSpecification {
3677
-
3678
- EnableAcceleration?: boolean;
3679
-
3680
- StaticRoutesOnly?: boolean;
3681
-
3682
- TunnelInsideIpVersion?: TunnelInsideIpVersion | string;
3683
-
3684
- TunnelOptions?: VpnTunnelOptionsSpecification[];
3685
-
3686
- LocalIpv4NetworkCidr?: string;
3687
-
3688
- RemoteIpv4NetworkCidr?: string;
3689
-
3690
- LocalIpv6NetworkCidr?: string;
3691
-
3692
- RemoteIpv6NetworkCidr?: string;
3693
- }
3694
- export declare namespace VpnConnectionOptionsSpecification {
3695
-
3696
- const filterSensitiveLog: (obj: VpnConnectionOptionsSpecification) => any;
3697
- }
3698
-
3699
- export interface CreateVpnConnectionRequest {
3700
-
3701
- CustomerGatewayId: string | undefined;
3702
-
3703
- Type: string | undefined;
3704
-
3705
- VpnGatewayId?: string;
3706
-
3707
- TransitGatewayId?: string;
3708
-
3709
- DryRun?: boolean;
3710
-
3711
- Options?: VpnConnectionOptionsSpecification;
3712
-
3713
- TagSpecifications?: TagSpecification[];
3714
- }
3715
- export declare namespace CreateVpnConnectionRequest {
3716
-
3717
- const filterSensitiveLog: (obj: CreateVpnConnectionRequest) => any;
3718
- }
3719
-
3720
- export interface IKEVersionsListValue {
3721
-
3722
- Value?: string;
3723
- }
3724
- export declare namespace IKEVersionsListValue {
3725
-
3726
- const filterSensitiveLog: (obj: IKEVersionsListValue) => any;
3727
- }
3728
-
3729
- export interface Phase1DHGroupNumbersListValue {
3730
-
3731
- Value?: number;
3732
- }
3733
- export declare namespace Phase1DHGroupNumbersListValue {
3734
-
3735
- const filterSensitiveLog: (obj: Phase1DHGroupNumbersListValue) => any;
3736
- }
3737
-
3738
- export interface Phase1EncryptionAlgorithmsListValue {
3739
-
3740
- Value?: string;
3741
- }
3742
- export declare namespace Phase1EncryptionAlgorithmsListValue {
3743
-
3744
- const filterSensitiveLog: (obj: Phase1EncryptionAlgorithmsListValue) => any;
3745
- }
3746
-
3747
- export interface Phase1IntegrityAlgorithmsListValue {
3748
-
3749
- Value?: string;
3750
- }
3751
- export declare namespace Phase1IntegrityAlgorithmsListValue {
3752
-
3753
- const filterSensitiveLog: (obj: Phase1IntegrityAlgorithmsListValue) => any;
3754
- }
3755
-
3756
- export interface Phase2DHGroupNumbersListValue {
3757
-
3758
- Value?: number;
3759
- }
3760
- export declare namespace Phase2DHGroupNumbersListValue {
3761
-
3762
- const filterSensitiveLog: (obj: Phase2DHGroupNumbersListValue) => any;
3763
- }
3764
-
3765
- export interface Phase2EncryptionAlgorithmsListValue {
3766
-
3767
- Value?: string;
3768
- }
3769
- export declare namespace Phase2EncryptionAlgorithmsListValue {
3770
-
3771
- const filterSensitiveLog: (obj: Phase2EncryptionAlgorithmsListValue) => any;
3772
- }
3773
-
3774
- export interface Phase2IntegrityAlgorithmsListValue {
3775
-
3776
- Value?: string;
3777
- }
3778
- export declare namespace Phase2IntegrityAlgorithmsListValue {
3779
-
3780
- const filterSensitiveLog: (obj: Phase2IntegrityAlgorithmsListValue) => any;
3781
- }
3782
-
3783
- export interface TunnelOption {
3784
-
3785
- OutsideIpAddress?: string;
3786
-
3787
- TunnelInsideCidr?: string;
3788
-
3789
- TunnelInsideIpv6Cidr?: string;
3790
-
3791
- PreSharedKey?: string;
3792
-
3793
- Phase1LifetimeSeconds?: number;
3794
-
3795
- Phase2LifetimeSeconds?: number;
3796
-
3797
- RekeyMarginTimeSeconds?: number;
3798
-
3799
- RekeyFuzzPercentage?: number;
3800
-
3801
- ReplayWindowSize?: number;
3802
-
3803
- DpdTimeoutSeconds?: number;
3804
-
3805
- DpdTimeoutAction?: string;
3806
-
3807
- Phase1EncryptionAlgorithms?: Phase1EncryptionAlgorithmsListValue[];
3808
-
3809
- Phase2EncryptionAlgorithms?: Phase2EncryptionAlgorithmsListValue[];
3810
-
3811
- Phase1IntegrityAlgorithms?: Phase1IntegrityAlgorithmsListValue[];
3812
-
3813
- Phase2IntegrityAlgorithms?: Phase2IntegrityAlgorithmsListValue[];
3814
-
3815
- Phase1DHGroupNumbers?: Phase1DHGroupNumbersListValue[];
3816
-
3817
- Phase2DHGroupNumbers?: Phase2DHGroupNumbersListValue[];
3818
-
3819
- IkeVersions?: IKEVersionsListValue[];
3820
-
3821
- StartupAction?: string;
3822
- }
3823
- export declare namespace TunnelOption {
3824
-
3825
- const filterSensitiveLog: (obj: TunnelOption) => any;
3826
- }
3827
-
3828
- export interface VpnConnectionOptions {
3829
-
3830
- EnableAcceleration?: boolean;
3831
-
3832
- StaticRoutesOnly?: boolean;
3833
-
3834
- LocalIpv4NetworkCidr?: string;
3835
-
3836
- RemoteIpv4NetworkCidr?: string;
3837
-
3838
- LocalIpv6NetworkCidr?: string;
3839
-
3840
- RemoteIpv6NetworkCidr?: string;
3841
-
3842
- TunnelInsideIpVersion?: TunnelInsideIpVersion | string;
3843
-
3844
- TunnelOptions?: TunnelOption[];
3845
- }
3846
- export declare namespace VpnConnectionOptions {
3847
-
3848
- const filterSensitiveLog: (obj: VpnConnectionOptions) => any;
3849
- }