@aws-sdk/client-ec2 3.816.0 → 3.818.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 (97) hide show
  1. package/README.md +8 -0
  2. package/dist-cjs/index.js +317 -126
  3. package/dist-cjs/runtimeConfig.js +4 -1
  4. package/dist-es/EC2.js +2 -0
  5. package/dist-es/commands/DescribeVpnConnectionsCommand.js +1 -1
  6. package/dist-es/commands/GetActiveVpnTunnelStatusCommand.js +22 -0
  7. package/dist-es/commands/index.js +1 -0
  8. package/dist-es/models/models_0.js +5 -0
  9. package/dist-es/models/models_1.js +55 -0
  10. package/dist-es/models/models_5.js +0 -7
  11. package/dist-es/models/models_6.js +7 -0
  12. package/dist-es/protocols/Aws_ec2.js +155 -44
  13. package/dist-es/runtimeConfig.js +4 -1
  14. package/dist-types/EC2.d.ts +7 -0
  15. package/dist-types/EC2Client.d.ts +3 -2
  16. package/dist-types/commands/CopyFpgaImageCommand.d.ts +1 -1
  17. package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +2 -2
  18. package/dist-types/commands/CreateFleetCommand.d.ts +4 -4
  19. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +1 -1
  20. package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +2 -2
  21. package/dist-types/commands/CreateVpcEndpointCommand.d.ts +2 -1
  22. package/dist-types/commands/CreateVpcEndpointConnectionNotificationCommand.d.ts +1 -2
  23. package/dist-types/commands/CreateVpnConnectionCommand.d.ts +2 -0
  24. package/dist-types/commands/DescribeCapacityReservationFleetsCommand.d.ts +1 -1
  25. package/dist-types/commands/DescribeClientVpnConnectionsCommand.d.ts +2 -1
  26. package/dist-types/commands/DescribeClientVpnEndpointsCommand.d.ts +1 -2
  27. package/dist-types/commands/DescribeFleetsCommand.d.ts +4 -4
  28. package/dist-types/commands/DescribeInstanceImageMetadataCommand.d.ts +1 -1
  29. package/dist-types/commands/DescribeInstanceTypeOfferingsCommand.d.ts +1 -1
  30. package/dist-types/commands/DescribeInstanceTypesCommand.d.ts +2 -2
  31. package/dist-types/commands/DescribeInstancesCommand.d.ts +1 -1
  32. package/dist-types/commands/DescribeKeyPairsCommand.d.ts +2 -1
  33. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
  34. package/dist-types/commands/DescribeLaunchTemplatesCommand.d.ts +1 -2
  35. package/dist-types/commands/DescribeReservedInstancesCommand.d.ts +1 -1
  36. package/dist-types/commands/DescribeReservedInstancesModificationsCommand.d.ts +1 -1
  37. package/dist-types/commands/DescribeReservedInstancesOfferingsCommand.d.ts +2 -2
  38. package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -2
  39. package/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +1 -1
  40. package/dist-types/commands/DescribeSpotPriceHistoryCommand.d.ts +2 -2
  41. package/dist-types/commands/DescribeVpnConnectionsCommand.d.ts +2 -1
  42. package/dist-types/commands/GetActiveVpnTunnelStatusCommand.d.ts +84 -0
  43. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
  44. package/dist-types/commands/GetTransitGatewayPolicyTableAssociationsCommand.d.ts +2 -1
  45. package/dist-types/commands/GetTransitGatewayPolicyTableEntriesCommand.d.ts +1 -2
  46. package/dist-types/commands/GetVpnConnectionDeviceSampleConfigurationCommand.d.ts +1 -0
  47. package/dist-types/commands/ImportInstanceCommand.d.ts +1 -1
  48. package/dist-types/commands/ModifyFleetCommand.d.ts +1 -1
  49. package/dist-types/commands/ModifyReservedInstancesCommand.d.ts +1 -1
  50. package/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +1 -1
  51. package/dist-types/commands/ModifyVpnConnectionCommand.d.ts +1 -0
  52. package/dist-types/commands/ModifyVpnConnectionOptionsCommand.d.ts +1 -0
  53. package/dist-types/commands/ModifyVpnTunnelCertificateCommand.d.ts +1 -0
  54. package/dist-types/commands/ModifyVpnTunnelOptionsCommand.d.ts +2 -0
  55. package/dist-types/commands/ReleaseHostsCommand.d.ts +1 -1
  56. package/dist-types/commands/ReleaseIpamPoolAllocationCommand.d.ts +1 -1
  57. package/dist-types/commands/RequestSpotFleetCommand.d.ts +2 -2
  58. package/dist-types/commands/RequestSpotInstancesCommand.d.ts +2 -2
  59. package/dist-types/commands/RunInstancesCommand.d.ts +2 -2
  60. package/dist-types/commands/index.d.ts +1 -0
  61. package/dist-types/models/models_0.d.ts +64 -48
  62. package/dist-types/models/models_1.d.ts +103 -28
  63. package/dist-types/models/models_2.d.ts +29 -58
  64. package/dist-types/models/models_3.d.ts +68 -57
  65. package/dist-types/models/models_4.d.ts +59 -72
  66. package/dist-types/models/models_5.d.ts +73 -106
  67. package/dist-types/models/models_6.d.ts +132 -100
  68. package/dist-types/models/models_7.d.ts +112 -65
  69. package/dist-types/models/models_8.d.ts +66 -3
  70. package/dist-types/protocols/Aws_ec2.d.ts +9 -0
  71. package/dist-types/ts3.4/EC2.d.ts +17 -0
  72. package/dist-types/ts3.4/EC2Client.d.ts +6 -0
  73. package/dist-types/ts3.4/commands/CopyFpgaImageCommand.d.ts +1 -1
  74. package/dist-types/ts3.4/commands/CreateVpcEndpointCommand.d.ts +2 -4
  75. package/dist-types/ts3.4/commands/CreateVpcEndpointConnectionNotificationCommand.d.ts +4 -2
  76. package/dist-types/ts3.4/commands/DescribeClientVpnConnectionsCommand.d.ts +2 -4
  77. package/dist-types/ts3.4/commands/DescribeClientVpnEndpointsCommand.d.ts +4 -2
  78. package/dist-types/ts3.4/commands/DescribeKeyPairsCommand.d.ts +2 -4
  79. package/dist-types/ts3.4/commands/DescribeLaunchTemplatesCommand.d.ts +4 -2
  80. package/dist-types/ts3.4/commands/DescribeVpnConnectionsCommand.d.ts +1 -1
  81. package/dist-types/ts3.4/commands/GetActiveVpnTunnelStatusCommand.d.ts +51 -0
  82. package/dist-types/ts3.4/commands/GetTransitGatewayPolicyTableAssociationsCommand.d.ts +2 -4
  83. package/dist-types/ts3.4/commands/GetTransitGatewayPolicyTableEntriesCommand.d.ts +4 -2
  84. package/dist-types/ts3.4/commands/ReleaseHostsCommand.d.ts +1 -1
  85. package/dist-types/ts3.4/commands/ReleaseIpamPoolAllocationCommand.d.ts +1 -1
  86. package/dist-types/ts3.4/commands/index.d.ts +1 -0
  87. package/dist-types/ts3.4/models/models_0.d.ts +18 -11
  88. package/dist-types/ts3.4/models/models_1.d.ts +66 -7
  89. package/dist-types/ts3.4/models/models_2.d.ts +7 -14
  90. package/dist-types/ts3.4/models/models_3.d.ts +15 -11
  91. package/dist-types/ts3.4/models/models_4.d.ts +13 -12
  92. package/dist-types/ts3.4/models/models_5.d.ts +13 -13
  93. package/dist-types/ts3.4/models/models_6.d.ts +21 -23
  94. package/dist-types/ts3.4/models/models_7.d.ts +26 -17
  95. package/dist-types/ts3.4/models/models_8.d.ts +18 -1
  96. package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +12 -0
  97. package/package.json +2 -2
package/README.md CHANGED
@@ -4005,6 +4005,14 @@ ExportVerifiedAccessInstanceClientConfiguration
4005
4005
 
4006
4006
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/ec2/command/ExportVerifiedAccessInstanceClientConfigurationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ec2/Interface/ExportVerifiedAccessInstanceClientConfigurationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ec2/Interface/ExportVerifiedAccessInstanceClientConfigurationCommandOutput/)
4007
4007
 
4008
+ </details>
4009
+ <details>
4010
+ <summary>
4011
+ GetActiveVpnTunnelStatus
4012
+ </summary>
4013
+
4014
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/ec2/command/GetActiveVpnTunnelStatusCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ec2/Interface/GetActiveVpnTunnelStatusCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ec2/Interface/GetActiveVpnTunnelStatusCommandOutput/)
4015
+
4008
4016
  </details>
4009
4017
  <details>
4010
4018
  <summary>