@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,43 @@
1
1
  import { __assign } from "tslib";
2
+ export var AcceleratorCount;
3
+ (function (AcceleratorCount) {
4
+ AcceleratorCount.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
5
+ })(AcceleratorCount || (AcceleratorCount = {}));
6
+ export var AcceleratorCountRequest;
7
+ (function (AcceleratorCountRequest) {
8
+ AcceleratorCountRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
9
+ })(AcceleratorCountRequest || (AcceleratorCountRequest = {}));
10
+ export var AcceleratorManufacturer;
11
+ (function (AcceleratorManufacturer) {
12
+ AcceleratorManufacturer["AMAZON_WEB_SERVICES"] = "amazon-web-services";
13
+ AcceleratorManufacturer["AMD"] = "amd";
14
+ AcceleratorManufacturer["NVIDIA"] = "nvidia";
15
+ AcceleratorManufacturer["XILINX"] = "xilinx";
16
+ })(AcceleratorManufacturer || (AcceleratorManufacturer = {}));
17
+ export var AcceleratorName;
18
+ (function (AcceleratorName) {
19
+ AcceleratorName["A100"] = "a100";
20
+ AcceleratorName["K80"] = "k80";
21
+ AcceleratorName["M60"] = "m60";
22
+ AcceleratorName["RADEON_PRO_V520"] = "radeon-pro-v520";
23
+ AcceleratorName["T4"] = "t4";
24
+ AcceleratorName["V100"] = "v100";
25
+ AcceleratorName["VU9P"] = "vu9p";
26
+ })(AcceleratorName || (AcceleratorName = {}));
27
+ export var AcceleratorTotalMemoryMiB;
28
+ (function (AcceleratorTotalMemoryMiB) {
29
+ AcceleratorTotalMemoryMiB.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
30
+ })(AcceleratorTotalMemoryMiB || (AcceleratorTotalMemoryMiB = {}));
31
+ export var AcceleratorTotalMemoryMiBRequest;
32
+ (function (AcceleratorTotalMemoryMiBRequest) {
33
+ AcceleratorTotalMemoryMiBRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
34
+ })(AcceleratorTotalMemoryMiBRequest || (AcceleratorTotalMemoryMiBRequest = {}));
35
+ export var AcceleratorType;
36
+ (function (AcceleratorType) {
37
+ AcceleratorType["FPGA"] = "fpga";
38
+ AcceleratorType["GPU"] = "gpu";
39
+ AcceleratorType["INFERENCE"] = "inference";
40
+ })(AcceleratorType || (AcceleratorType = {}));
2
41
  export var TargetConfigurationRequest;
3
42
  (function (TargetConfigurationRequest) {
4
43
  TargetConfigurationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -908,6 +947,68 @@ export var FleetLaunchTemplateSpecificationRequest;
908
947
  (function (FleetLaunchTemplateSpecificationRequest) {
909
948
  FleetLaunchTemplateSpecificationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
910
949
  })(FleetLaunchTemplateSpecificationRequest || (FleetLaunchTemplateSpecificationRequest = {}));
950
+ export var BareMetal;
951
+ (function (BareMetal) {
952
+ BareMetal["EXCLUDED"] = "excluded";
953
+ BareMetal["INCLUDED"] = "included";
954
+ BareMetal["REQUIRED"] = "required";
955
+ })(BareMetal || (BareMetal = {}));
956
+ export var BaselineEbsBandwidthMbpsRequest;
957
+ (function (BaselineEbsBandwidthMbpsRequest) {
958
+ BaselineEbsBandwidthMbpsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
959
+ })(BaselineEbsBandwidthMbpsRequest || (BaselineEbsBandwidthMbpsRequest = {}));
960
+ export var BurstablePerformance;
961
+ (function (BurstablePerformance) {
962
+ BurstablePerformance["EXCLUDED"] = "excluded";
963
+ BurstablePerformance["INCLUDED"] = "included";
964
+ BurstablePerformance["REQUIRED"] = "required";
965
+ })(BurstablePerformance || (BurstablePerformance = {}));
966
+ export var CpuManufacturer;
967
+ (function (CpuManufacturer) {
968
+ CpuManufacturer["AMAZON_WEB_SERVICES"] = "amazon-web-services";
969
+ CpuManufacturer["AMD"] = "amd";
970
+ CpuManufacturer["INTEL"] = "intel";
971
+ })(CpuManufacturer || (CpuManufacturer = {}));
972
+ export var InstanceGeneration;
973
+ (function (InstanceGeneration) {
974
+ InstanceGeneration["CURRENT"] = "current";
975
+ InstanceGeneration["PREVIOUS"] = "previous";
976
+ })(InstanceGeneration || (InstanceGeneration = {}));
977
+ export var LocalStorage;
978
+ (function (LocalStorage) {
979
+ LocalStorage["EXCLUDED"] = "excluded";
980
+ LocalStorage["INCLUDED"] = "included";
981
+ LocalStorage["REQUIRED"] = "required";
982
+ })(LocalStorage || (LocalStorage = {}));
983
+ export var LocalStorageType;
984
+ (function (LocalStorageType) {
985
+ LocalStorageType["HDD"] = "hdd";
986
+ LocalStorageType["SSD"] = "ssd";
987
+ })(LocalStorageType || (LocalStorageType = {}));
988
+ export var MemoryGiBPerVCpuRequest;
989
+ (function (MemoryGiBPerVCpuRequest) {
990
+ MemoryGiBPerVCpuRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
991
+ })(MemoryGiBPerVCpuRequest || (MemoryGiBPerVCpuRequest = {}));
992
+ export var MemoryMiBRequest;
993
+ (function (MemoryMiBRequest) {
994
+ MemoryMiBRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
995
+ })(MemoryMiBRequest || (MemoryMiBRequest = {}));
996
+ export var NetworkInterfaceCountRequest;
997
+ (function (NetworkInterfaceCountRequest) {
998
+ NetworkInterfaceCountRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
999
+ })(NetworkInterfaceCountRequest || (NetworkInterfaceCountRequest = {}));
1000
+ export var TotalLocalStorageGBRequest;
1001
+ (function (TotalLocalStorageGBRequest) {
1002
+ TotalLocalStorageGBRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1003
+ })(TotalLocalStorageGBRequest || (TotalLocalStorageGBRequest = {}));
1004
+ export var VCpuCountRangeRequest;
1005
+ (function (VCpuCountRangeRequest) {
1006
+ VCpuCountRangeRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1007
+ })(VCpuCountRangeRequest || (VCpuCountRangeRequest = {}));
1008
+ export var InstanceRequirementsRequest;
1009
+ (function (InstanceRequirementsRequest) {
1010
+ InstanceRequirementsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1011
+ })(InstanceRequirementsRequest || (InstanceRequirementsRequest = {}));
911
1012
  export var Placement;
912
1013
  (function (Placement) {
913
1014
  Placement.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -947,6 +1048,7 @@ export var SpotAllocationStrategy;
947
1048
  export var FleetReplacementStrategy;
948
1049
  (function (FleetReplacementStrategy) {
949
1050
  FleetReplacementStrategy["LAUNCH"] = "launch";
1051
+ FleetReplacementStrategy["LAUNCH_BEFORE_TERMINATE"] = "launch-before-terminate";
950
1052
  })(FleetReplacementStrategy || (FleetReplacementStrategy = {}));
951
1053
  export var FleetSpotCapacityRebalanceRequest;
952
1054
  (function (FleetSpotCapacityRebalanceRequest) {
@@ -965,6 +1067,12 @@ export var DefaultTargetCapacityType;
965
1067
  DefaultTargetCapacityType["ON_DEMAND"] = "on-demand";
966
1068
  DefaultTargetCapacityType["SPOT"] = "spot";
967
1069
  })(DefaultTargetCapacityType || (DefaultTargetCapacityType = {}));
1070
+ export var TargetCapacityUnitType;
1071
+ (function (TargetCapacityUnitType) {
1072
+ TargetCapacityUnitType["MEMORY_MIB"] = "memory-mib";
1073
+ TargetCapacityUnitType["UNITS"] = "units";
1074
+ TargetCapacityUnitType["VCPU"] = "vcpu";
1075
+ })(TargetCapacityUnitType || (TargetCapacityUnitType = {}));
968
1076
  export var TargetCapacitySpecificationRequest;
969
1077
  (function (TargetCapacitySpecificationRequest) {
970
1078
  TargetCapacitySpecificationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -983,76 +1091,11 @@ export var FleetLaunchTemplateSpecification;
983
1091
  (function (FleetLaunchTemplateSpecification) {
984
1092
  FleetLaunchTemplateSpecification.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
985
1093
  })(FleetLaunchTemplateSpecification || (FleetLaunchTemplateSpecification = {}));
986
- export var PlacementResponse;
987
- (function (PlacementResponse) {
988
- PlacementResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
989
- })(PlacementResponse || (PlacementResponse = {}));
990
- export var FleetLaunchTemplateOverrides;
991
- (function (FleetLaunchTemplateOverrides) {
992
- FleetLaunchTemplateOverrides.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
993
- })(FleetLaunchTemplateOverrides || (FleetLaunchTemplateOverrides = {}));
994
- export var LaunchTemplateAndOverridesResponse;
995
- (function (LaunchTemplateAndOverridesResponse) {
996
- LaunchTemplateAndOverridesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
997
- })(LaunchTemplateAndOverridesResponse || (LaunchTemplateAndOverridesResponse = {}));
998
- export var InstanceLifecycle;
999
- (function (InstanceLifecycle) {
1000
- InstanceLifecycle["ON_DEMAND"] = "on-demand";
1001
- InstanceLifecycle["SPOT"] = "spot";
1002
- })(InstanceLifecycle || (InstanceLifecycle = {}));
1003
- export var CreateFleetError;
1004
- (function (CreateFleetError) {
1005
- CreateFleetError.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1006
- })(CreateFleetError || (CreateFleetError = {}));
1007
- export var CreateFleetInstance;
1008
- (function (CreateFleetInstance) {
1009
- CreateFleetInstance.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1010
- })(CreateFleetInstance || (CreateFleetInstance = {}));
1011
- export var CreateFleetResult;
1012
- (function (CreateFleetResult) {
1013
- CreateFleetResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1014
- })(CreateFleetResult || (CreateFleetResult = {}));
1015
- export var CreateFlowLogsRequest;
1016
- (function (CreateFlowLogsRequest) {
1017
- CreateFlowLogsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1018
- })(CreateFlowLogsRequest || (CreateFlowLogsRequest = {}));
1019
- export var CreateFlowLogsResult;
1020
- (function (CreateFlowLogsResult) {
1021
- CreateFlowLogsResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1022
- })(CreateFlowLogsResult || (CreateFlowLogsResult = {}));
1023
- export var StorageLocation;
1024
- (function (StorageLocation) {
1025
- StorageLocation.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1026
- })(StorageLocation || (StorageLocation = {}));
1027
- export var CreateFpgaImageRequest;
1028
- (function (CreateFpgaImageRequest) {
1029
- CreateFpgaImageRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1030
- })(CreateFpgaImageRequest || (CreateFpgaImageRequest = {}));
1031
- export var CreateFpgaImageResult;
1032
- (function (CreateFpgaImageResult) {
1033
- CreateFpgaImageResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1034
- })(CreateFpgaImageResult || (CreateFpgaImageResult = {}));
1035
- export var EbsBlockDevice;
1036
- (function (EbsBlockDevice) {
1037
- EbsBlockDevice.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1038
- })(EbsBlockDevice || (EbsBlockDevice = {}));
1039
- export var BlockDeviceMapping;
1040
- (function (BlockDeviceMapping) {
1041
- BlockDeviceMapping.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1042
- })(BlockDeviceMapping || (BlockDeviceMapping = {}));
1043
- export var CreateImageRequest;
1044
- (function (CreateImageRequest) {
1045
- CreateImageRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1046
- })(CreateImageRequest || (CreateImageRequest = {}));
1047
- export var CreateImageResult;
1048
- (function (CreateImageResult) {
1049
- CreateImageResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1050
- })(CreateImageResult || (CreateImageResult = {}));
1051
- export var InstanceEventWindowTimeRangeRequest;
1052
- (function (InstanceEventWindowTimeRangeRequest) {
1053
- InstanceEventWindowTimeRangeRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1054
- })(InstanceEventWindowTimeRangeRequest || (InstanceEventWindowTimeRangeRequest = {}));
1055
- export var CreateInstanceEventWindowRequest;
1056
- (function (CreateInstanceEventWindowRequest) {
1057
- CreateInstanceEventWindowRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1058
- })(CreateInstanceEventWindowRequest || (CreateInstanceEventWindowRequest = {}));
1094
+ export var BaselineEbsBandwidthMbps;
1095
+ (function (BaselineEbsBandwidthMbps) {
1096
+ BaselineEbsBandwidthMbps.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1097
+ })(BaselineEbsBandwidthMbps || (BaselineEbsBandwidthMbps = {}));
1098
+ export var MemoryGiBPerVCpu;
1099
+ (function (MemoryGiBPerVCpu) {
1100
+ MemoryGiBPerVCpu.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1101
+ })(MemoryGiBPerVCpu || (MemoryGiBPerVCpu = {}));
@@ -1,5 +1,107 @@
1
1
  import { __assign } from "tslib";
2
2
  import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
3
+ export var MemoryMiB;
4
+ (function (MemoryMiB) {
5
+ MemoryMiB.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
6
+ })(MemoryMiB || (MemoryMiB = {}));
7
+ export var NetworkInterfaceCount;
8
+ (function (NetworkInterfaceCount) {
9
+ NetworkInterfaceCount.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
10
+ })(NetworkInterfaceCount || (NetworkInterfaceCount = {}));
11
+ export var TotalLocalStorageGB;
12
+ (function (TotalLocalStorageGB) {
13
+ TotalLocalStorageGB.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
14
+ })(TotalLocalStorageGB || (TotalLocalStorageGB = {}));
15
+ export var VCpuCountRange;
16
+ (function (VCpuCountRange) {
17
+ VCpuCountRange.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
18
+ })(VCpuCountRange || (VCpuCountRange = {}));
19
+ export var InstanceRequirements;
20
+ (function (InstanceRequirements) {
21
+ InstanceRequirements.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
22
+ })(InstanceRequirements || (InstanceRequirements = {}));
23
+ export var PlacementResponse;
24
+ (function (PlacementResponse) {
25
+ PlacementResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
26
+ })(PlacementResponse || (PlacementResponse = {}));
27
+ export var FleetLaunchTemplateOverrides;
28
+ (function (FleetLaunchTemplateOverrides) {
29
+ FleetLaunchTemplateOverrides.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
30
+ })(FleetLaunchTemplateOverrides || (FleetLaunchTemplateOverrides = {}));
31
+ export var LaunchTemplateAndOverridesResponse;
32
+ (function (LaunchTemplateAndOverridesResponse) {
33
+ LaunchTemplateAndOverridesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
34
+ })(LaunchTemplateAndOverridesResponse || (LaunchTemplateAndOverridesResponse = {}));
35
+ export var InstanceLifecycle;
36
+ (function (InstanceLifecycle) {
37
+ InstanceLifecycle["ON_DEMAND"] = "on-demand";
38
+ InstanceLifecycle["SPOT"] = "spot";
39
+ })(InstanceLifecycle || (InstanceLifecycle = {}));
40
+ export var CreateFleetError;
41
+ (function (CreateFleetError) {
42
+ CreateFleetError.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
43
+ })(CreateFleetError || (CreateFleetError = {}));
44
+ export var CreateFleetInstance;
45
+ (function (CreateFleetInstance) {
46
+ CreateFleetInstance.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
47
+ })(CreateFleetInstance || (CreateFleetInstance = {}));
48
+ export var CreateFleetResult;
49
+ (function (CreateFleetResult) {
50
+ CreateFleetResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
51
+ })(CreateFleetResult || (CreateFleetResult = {}));
52
+ export var DestinationFileFormat;
53
+ (function (DestinationFileFormat) {
54
+ DestinationFileFormat["parquet"] = "parquet";
55
+ DestinationFileFormat["plain_text"] = "plain-text";
56
+ })(DestinationFileFormat || (DestinationFileFormat = {}));
57
+ export var DestinationOptionsRequest;
58
+ (function (DestinationOptionsRequest) {
59
+ DestinationOptionsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
60
+ })(DestinationOptionsRequest || (DestinationOptionsRequest = {}));
61
+ export var CreateFlowLogsRequest;
62
+ (function (CreateFlowLogsRequest) {
63
+ CreateFlowLogsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
64
+ })(CreateFlowLogsRequest || (CreateFlowLogsRequest = {}));
65
+ export var CreateFlowLogsResult;
66
+ (function (CreateFlowLogsResult) {
67
+ CreateFlowLogsResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
68
+ })(CreateFlowLogsResult || (CreateFlowLogsResult = {}));
69
+ export var StorageLocation;
70
+ (function (StorageLocation) {
71
+ StorageLocation.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
72
+ })(StorageLocation || (StorageLocation = {}));
73
+ export var CreateFpgaImageRequest;
74
+ (function (CreateFpgaImageRequest) {
75
+ CreateFpgaImageRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
76
+ })(CreateFpgaImageRequest || (CreateFpgaImageRequest = {}));
77
+ export var CreateFpgaImageResult;
78
+ (function (CreateFpgaImageResult) {
79
+ CreateFpgaImageResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
80
+ })(CreateFpgaImageResult || (CreateFpgaImageResult = {}));
81
+ export var EbsBlockDevice;
82
+ (function (EbsBlockDevice) {
83
+ EbsBlockDevice.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
84
+ })(EbsBlockDevice || (EbsBlockDevice = {}));
85
+ export var BlockDeviceMapping;
86
+ (function (BlockDeviceMapping) {
87
+ BlockDeviceMapping.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
88
+ })(BlockDeviceMapping || (BlockDeviceMapping = {}));
89
+ export var CreateImageRequest;
90
+ (function (CreateImageRequest) {
91
+ CreateImageRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
92
+ })(CreateImageRequest || (CreateImageRequest = {}));
93
+ export var CreateImageResult;
94
+ (function (CreateImageResult) {
95
+ CreateImageResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
96
+ })(CreateImageResult || (CreateImageResult = {}));
97
+ export var InstanceEventWindowTimeRangeRequest;
98
+ (function (InstanceEventWindowTimeRangeRequest) {
99
+ InstanceEventWindowTimeRangeRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
100
+ })(InstanceEventWindowTimeRangeRequest || (InstanceEventWindowTimeRangeRequest = {}));
101
+ export var CreateInstanceEventWindowRequest;
102
+ (function (CreateInstanceEventWindowRequest) {
103
+ CreateInstanceEventWindowRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
104
+ })(CreateInstanceEventWindowRequest || (CreateInstanceEventWindowRequest = {}));
3
105
  export var CreateInstanceEventWindowResult;
4
106
  (function (CreateInstanceEventWindowResult) {
5
107
  CreateInstanceEventWindowResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -904,127 +1006,3 @@ export var CreateVpcEndpointConnectionNotificationResult;
904
1006
  (function (CreateVpcEndpointConnectionNotificationResult) {
905
1007
  CreateVpcEndpointConnectionNotificationResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
906
1008
  })(CreateVpcEndpointConnectionNotificationResult || (CreateVpcEndpointConnectionNotificationResult = {}));
907
- export var CreateVpcEndpointServiceConfigurationRequest;
908
- (function (CreateVpcEndpointServiceConfigurationRequest) {
909
- CreateVpcEndpointServiceConfigurationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
910
- })(CreateVpcEndpointServiceConfigurationRequest || (CreateVpcEndpointServiceConfigurationRequest = {}));
911
- export var DnsNameState;
912
- (function (DnsNameState) {
913
- DnsNameState["Failed"] = "failed";
914
- DnsNameState["PendingVerification"] = "pendingVerification";
915
- DnsNameState["Verified"] = "verified";
916
- })(DnsNameState || (DnsNameState = {}));
917
- export var PrivateDnsNameConfiguration;
918
- (function (PrivateDnsNameConfiguration) {
919
- PrivateDnsNameConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
920
- })(PrivateDnsNameConfiguration || (PrivateDnsNameConfiguration = {}));
921
- export var ServiceState;
922
- (function (ServiceState) {
923
- ServiceState["Available"] = "Available";
924
- ServiceState["Deleted"] = "Deleted";
925
- ServiceState["Deleting"] = "Deleting";
926
- ServiceState["Failed"] = "Failed";
927
- ServiceState["Pending"] = "Pending";
928
- })(ServiceState || (ServiceState = {}));
929
- export var ServiceType;
930
- (function (ServiceType) {
931
- ServiceType["Gateway"] = "Gateway";
932
- ServiceType["GatewayLoadBalancer"] = "GatewayLoadBalancer";
933
- ServiceType["Interface"] = "Interface";
934
- })(ServiceType || (ServiceType = {}));
935
- export var ServiceTypeDetail;
936
- (function (ServiceTypeDetail) {
937
- ServiceTypeDetail.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
938
- })(ServiceTypeDetail || (ServiceTypeDetail = {}));
939
- export var ServiceConfiguration;
940
- (function (ServiceConfiguration) {
941
- ServiceConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
942
- })(ServiceConfiguration || (ServiceConfiguration = {}));
943
- export var CreateVpcEndpointServiceConfigurationResult;
944
- (function (CreateVpcEndpointServiceConfigurationResult) {
945
- CreateVpcEndpointServiceConfigurationResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
946
- })(CreateVpcEndpointServiceConfigurationResult || (CreateVpcEndpointServiceConfigurationResult = {}));
947
- export var CreateVpcPeeringConnectionRequest;
948
- (function (CreateVpcPeeringConnectionRequest) {
949
- CreateVpcPeeringConnectionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
950
- })(CreateVpcPeeringConnectionRequest || (CreateVpcPeeringConnectionRequest = {}));
951
- export var CreateVpcPeeringConnectionResult;
952
- (function (CreateVpcPeeringConnectionResult) {
953
- CreateVpcPeeringConnectionResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
954
- })(CreateVpcPeeringConnectionResult || (CreateVpcPeeringConnectionResult = {}));
955
- export var IKEVersionsRequestListValue;
956
- (function (IKEVersionsRequestListValue) {
957
- IKEVersionsRequestListValue.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
958
- })(IKEVersionsRequestListValue || (IKEVersionsRequestListValue = {}));
959
- export var Phase1DHGroupNumbersRequestListValue;
960
- (function (Phase1DHGroupNumbersRequestListValue) {
961
- Phase1DHGroupNumbersRequestListValue.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
962
- })(Phase1DHGroupNumbersRequestListValue || (Phase1DHGroupNumbersRequestListValue = {}));
963
- export var Phase1EncryptionAlgorithmsRequestListValue;
964
- (function (Phase1EncryptionAlgorithmsRequestListValue) {
965
- Phase1EncryptionAlgorithmsRequestListValue.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
966
- })(Phase1EncryptionAlgorithmsRequestListValue || (Phase1EncryptionAlgorithmsRequestListValue = {}));
967
- export var Phase1IntegrityAlgorithmsRequestListValue;
968
- (function (Phase1IntegrityAlgorithmsRequestListValue) {
969
- Phase1IntegrityAlgorithmsRequestListValue.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
970
- })(Phase1IntegrityAlgorithmsRequestListValue || (Phase1IntegrityAlgorithmsRequestListValue = {}));
971
- export var Phase2DHGroupNumbersRequestListValue;
972
- (function (Phase2DHGroupNumbersRequestListValue) {
973
- Phase2DHGroupNumbersRequestListValue.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
974
- })(Phase2DHGroupNumbersRequestListValue || (Phase2DHGroupNumbersRequestListValue = {}));
975
- export var Phase2EncryptionAlgorithmsRequestListValue;
976
- (function (Phase2EncryptionAlgorithmsRequestListValue) {
977
- Phase2EncryptionAlgorithmsRequestListValue.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
978
- })(Phase2EncryptionAlgorithmsRequestListValue || (Phase2EncryptionAlgorithmsRequestListValue = {}));
979
- export var Phase2IntegrityAlgorithmsRequestListValue;
980
- (function (Phase2IntegrityAlgorithmsRequestListValue) {
981
- Phase2IntegrityAlgorithmsRequestListValue.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
982
- })(Phase2IntegrityAlgorithmsRequestListValue || (Phase2IntegrityAlgorithmsRequestListValue = {}));
983
- export var VpnTunnelOptionsSpecification;
984
- (function (VpnTunnelOptionsSpecification) {
985
- VpnTunnelOptionsSpecification.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
986
- })(VpnTunnelOptionsSpecification || (VpnTunnelOptionsSpecification = {}));
987
- export var VpnConnectionOptionsSpecification;
988
- (function (VpnConnectionOptionsSpecification) {
989
- VpnConnectionOptionsSpecification.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
990
- })(VpnConnectionOptionsSpecification || (VpnConnectionOptionsSpecification = {}));
991
- export var CreateVpnConnectionRequest;
992
- (function (CreateVpnConnectionRequest) {
993
- CreateVpnConnectionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
994
- })(CreateVpnConnectionRequest || (CreateVpnConnectionRequest = {}));
995
- export var IKEVersionsListValue;
996
- (function (IKEVersionsListValue) {
997
- IKEVersionsListValue.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
998
- })(IKEVersionsListValue || (IKEVersionsListValue = {}));
999
- export var Phase1DHGroupNumbersListValue;
1000
- (function (Phase1DHGroupNumbersListValue) {
1001
- Phase1DHGroupNumbersListValue.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1002
- })(Phase1DHGroupNumbersListValue || (Phase1DHGroupNumbersListValue = {}));
1003
- export var Phase1EncryptionAlgorithmsListValue;
1004
- (function (Phase1EncryptionAlgorithmsListValue) {
1005
- Phase1EncryptionAlgorithmsListValue.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1006
- })(Phase1EncryptionAlgorithmsListValue || (Phase1EncryptionAlgorithmsListValue = {}));
1007
- export var Phase1IntegrityAlgorithmsListValue;
1008
- (function (Phase1IntegrityAlgorithmsListValue) {
1009
- Phase1IntegrityAlgorithmsListValue.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1010
- })(Phase1IntegrityAlgorithmsListValue || (Phase1IntegrityAlgorithmsListValue = {}));
1011
- export var Phase2DHGroupNumbersListValue;
1012
- (function (Phase2DHGroupNumbersListValue) {
1013
- Phase2DHGroupNumbersListValue.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1014
- })(Phase2DHGroupNumbersListValue || (Phase2DHGroupNumbersListValue = {}));
1015
- export var Phase2EncryptionAlgorithmsListValue;
1016
- (function (Phase2EncryptionAlgorithmsListValue) {
1017
- Phase2EncryptionAlgorithmsListValue.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1018
- })(Phase2EncryptionAlgorithmsListValue || (Phase2EncryptionAlgorithmsListValue = {}));
1019
- export var Phase2IntegrityAlgorithmsListValue;
1020
- (function (Phase2IntegrityAlgorithmsListValue) {
1021
- Phase2IntegrityAlgorithmsListValue.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1022
- })(Phase2IntegrityAlgorithmsListValue || (Phase2IntegrityAlgorithmsListValue = {}));
1023
- export var TunnelOption;
1024
- (function (TunnelOption) {
1025
- TunnelOption.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1026
- })(TunnelOption || (TunnelOption = {}));
1027
- export var VpnConnectionOptions;
1028
- (function (VpnConnectionOptions) {
1029
- VpnConnectionOptions.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1030
- })(VpnConnectionOptions || (VpnConnectionOptions = {}));