@aws-sdk/client-ec2 3.817.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 (69) hide show
  1. package/README.md +8 -0
  2. package/dist-cjs/index.js +262 -126
  3. package/dist-es/EC2.js +2 -0
  4. package/dist-es/commands/DescribeVpnConnectionsCommand.js +1 -1
  5. package/dist-es/commands/GetActiveVpnTunnelStatusCommand.js +22 -0
  6. package/dist-es/commands/index.js +1 -0
  7. package/dist-es/models/models_0.js +5 -0
  8. package/dist-es/models/models_5.js +0 -7
  9. package/dist-es/models/models_6.js +7 -0
  10. package/dist-es/protocols/Aws_ec2.js +155 -44
  11. package/dist-types/EC2.d.ts +7 -0
  12. package/dist-types/EC2Client.d.ts +3 -2
  13. package/dist-types/commands/CopyFpgaImageCommand.d.ts +1 -1
  14. package/dist-types/commands/CreateVpcEndpointCommand.d.ts +2 -1
  15. package/dist-types/commands/CreateVpcEndpointConnectionNotificationCommand.d.ts +1 -2
  16. package/dist-types/commands/CreateVpnConnectionCommand.d.ts +2 -0
  17. package/dist-types/commands/DescribeClientVpnConnectionsCommand.d.ts +2 -1
  18. package/dist-types/commands/DescribeClientVpnEndpointsCommand.d.ts +1 -2
  19. package/dist-types/commands/DescribeKeyPairsCommand.d.ts +2 -1
  20. package/dist-types/commands/DescribeLaunchTemplatesCommand.d.ts +1 -2
  21. package/dist-types/commands/DescribeVpnConnectionsCommand.d.ts +2 -1
  22. package/dist-types/commands/GetActiveVpnTunnelStatusCommand.d.ts +84 -0
  23. package/dist-types/commands/GetTransitGatewayPolicyTableAssociationsCommand.d.ts +2 -1
  24. package/dist-types/commands/GetTransitGatewayPolicyTableEntriesCommand.d.ts +1 -2
  25. package/dist-types/commands/GetVpnConnectionDeviceSampleConfigurationCommand.d.ts +1 -0
  26. package/dist-types/commands/ModifyVpnConnectionCommand.d.ts +1 -0
  27. package/dist-types/commands/ModifyVpnConnectionOptionsCommand.d.ts +1 -0
  28. package/dist-types/commands/ModifyVpnTunnelCertificateCommand.d.ts +1 -0
  29. package/dist-types/commands/ModifyVpnTunnelOptionsCommand.d.ts +2 -0
  30. package/dist-types/commands/ReleaseHostsCommand.d.ts +1 -1
  31. package/dist-types/commands/ReleaseIpamPoolAllocationCommand.d.ts +1 -1
  32. package/dist-types/commands/index.d.ts +1 -0
  33. package/dist-types/models/models_0.d.ts +64 -48
  34. package/dist-types/models/models_1.d.ts +48 -28
  35. package/dist-types/models/models_2.d.ts +29 -58
  36. package/dist-types/models/models_3.d.ts +68 -57
  37. package/dist-types/models/models_4.d.ts +59 -72
  38. package/dist-types/models/models_5.d.ts +73 -106
  39. package/dist-types/models/models_6.d.ts +132 -100
  40. package/dist-types/models/models_7.d.ts +112 -65
  41. package/dist-types/models/models_8.d.ts +66 -3
  42. package/dist-types/protocols/Aws_ec2.d.ts +9 -0
  43. package/dist-types/ts3.4/EC2.d.ts +17 -0
  44. package/dist-types/ts3.4/EC2Client.d.ts +6 -0
  45. package/dist-types/ts3.4/commands/CopyFpgaImageCommand.d.ts +1 -1
  46. package/dist-types/ts3.4/commands/CreateVpcEndpointCommand.d.ts +2 -4
  47. package/dist-types/ts3.4/commands/CreateVpcEndpointConnectionNotificationCommand.d.ts +4 -2
  48. package/dist-types/ts3.4/commands/DescribeClientVpnConnectionsCommand.d.ts +2 -4
  49. package/dist-types/ts3.4/commands/DescribeClientVpnEndpointsCommand.d.ts +4 -2
  50. package/dist-types/ts3.4/commands/DescribeKeyPairsCommand.d.ts +2 -4
  51. package/dist-types/ts3.4/commands/DescribeLaunchTemplatesCommand.d.ts +4 -2
  52. package/dist-types/ts3.4/commands/DescribeVpnConnectionsCommand.d.ts +1 -1
  53. package/dist-types/ts3.4/commands/GetActiveVpnTunnelStatusCommand.d.ts +51 -0
  54. package/dist-types/ts3.4/commands/GetTransitGatewayPolicyTableAssociationsCommand.d.ts +2 -4
  55. package/dist-types/ts3.4/commands/GetTransitGatewayPolicyTableEntriesCommand.d.ts +4 -2
  56. package/dist-types/ts3.4/commands/ReleaseHostsCommand.d.ts +1 -1
  57. package/dist-types/ts3.4/commands/ReleaseIpamPoolAllocationCommand.d.ts +1 -1
  58. package/dist-types/ts3.4/commands/index.d.ts +1 -0
  59. package/dist-types/ts3.4/models/models_0.d.ts +18 -11
  60. package/dist-types/ts3.4/models/models_1.d.ts +11 -7
  61. package/dist-types/ts3.4/models/models_2.d.ts +7 -14
  62. package/dist-types/ts3.4/models/models_3.d.ts +15 -11
  63. package/dist-types/ts3.4/models/models_4.d.ts +13 -12
  64. package/dist-types/ts3.4/models/models_5.d.ts +13 -13
  65. package/dist-types/ts3.4/models/models_6.d.ts +21 -23
  66. package/dist-types/ts3.4/models/models_7.d.ts +26 -17
  67. package/dist-types/ts3.4/models/models_8.d.ts +18 -1
  68. package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +12 -0
  69. package/package.json +1 -1
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>