@aws-sdk/client-ec2 3.813.0 → 3.815.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 (64) hide show
  1. package/README.md +8 -0
  2. package/dist-cjs/index.js +361 -229
  3. package/dist-es/EC2.js +2 -0
  4. package/dist-es/commands/DescribeLaunchTemplateVersionsCommand.js +1 -1
  5. package/dist-es/commands/ModifyPublicIpDnsNameOptionsCommand.js +22 -0
  6. package/dist-es/commands/index.js +1 -0
  7. package/dist-es/models/models_2.js +0 -4
  8. package/dist-es/models/models_3.js +4 -3
  9. package/dist-es/models/models_4.js +11 -7
  10. package/dist-es/models/models_5.js +7 -0
  11. package/dist-es/models/models_7.js +5 -0
  12. package/dist-es/protocols/Aws_ec2.js +101 -6
  13. package/dist-types/EC2.d.ts +7 -0
  14. package/dist-types/EC2Client.d.ts +3 -2
  15. package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +8 -0
  16. package/dist-types/commands/DescribeInstanceTopologyCommand.d.ts +34 -19
  17. package/dist-types/commands/DescribeInstanceTypesCommand.d.ts +1 -0
  18. package/dist-types/commands/DescribeInstancesCommand.d.ts +1 -0
  19. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
  20. package/dist-types/commands/DescribeLaunchTemplatesCommand.d.ts +2 -1
  21. package/dist-types/commands/DescribeNetworkInterfacesCommand.d.ts +8 -0
  22. package/dist-types/commands/DescribeVpnGatewaysCommand.d.ts +1 -1
  23. package/dist-types/commands/DetachClassicLinkVpcCommand.d.ts +1 -2
  24. package/dist-types/commands/DisassociateAddressCommand.d.ts +12 -0
  25. package/dist-types/commands/GetTransitGatewayPolicyTableEntriesCommand.d.ts +2 -1
  26. package/dist-types/commands/GetTransitGatewayPrefixListReferencesCommand.d.ts +1 -2
  27. package/dist-types/commands/ModifyInstanceMaintenanceOptionsCommand.d.ts +4 -0
  28. package/dist-types/commands/ModifyPublicIpDnsNameOptionsCommand.d.ts +74 -0
  29. package/dist-types/commands/ReplaceIamInstanceProfileAssociationCommand.d.ts +1 -1
  30. package/dist-types/commands/ReplaceImageCriteriaInAllowedImagesSettingsCommand.d.ts +1 -1
  31. package/dist-types/commands/ReplaceNetworkAclAssociationCommand.d.ts +1 -2
  32. package/dist-types/commands/RunInstancesCommand.d.ts +1 -0
  33. package/dist-types/commands/TerminateInstancesCommand.d.ts +4 -4
  34. package/dist-types/commands/index.d.ts +1 -0
  35. package/dist-types/models/models_2.d.ts +42 -13
  36. package/dist-types/models/models_3.d.ts +13 -12
  37. package/dist-types/models/models_4.d.ts +75 -193
  38. package/dist-types/models/models_5.d.ts +191 -105
  39. package/dist-types/models/models_6.d.ts +105 -97
  40. package/dist-types/models/models_7.d.ts +206 -109
  41. package/dist-types/models/models_8.d.ts +107 -1
  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/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
  46. package/dist-types/ts3.4/commands/DescribeLaunchTemplatesCommand.d.ts +2 -4
  47. package/dist-types/ts3.4/commands/DescribeVpnGatewaysCommand.d.ts +1 -1
  48. package/dist-types/ts3.4/commands/DetachClassicLinkVpcCommand.d.ts +4 -2
  49. package/dist-types/ts3.4/commands/GetTransitGatewayPolicyTableEntriesCommand.d.ts +2 -4
  50. package/dist-types/ts3.4/commands/GetTransitGatewayPrefixListReferencesCommand.d.ts +4 -2
  51. package/dist-types/ts3.4/commands/ModifyPublicIpDnsNameOptionsCommand.d.ts +51 -0
  52. package/dist-types/ts3.4/commands/ReplaceIamInstanceProfileAssociationCommand.d.ts +1 -1
  53. package/dist-types/ts3.4/commands/ReplaceImageCriteriaInAllowedImagesSettingsCommand.d.ts +1 -1
  54. package/dist-types/ts3.4/commands/ReplaceNetworkAclAssociationCommand.d.ts +4 -2
  55. package/dist-types/ts3.4/commands/index.d.ts +1 -0
  56. package/dist-types/ts3.4/models/models_2.d.ts +9 -6
  57. package/dist-types/ts3.4/models/models_3.d.ts +6 -6
  58. package/dist-types/ts3.4/models/models_4.d.ts +19 -26
  59. package/dist-types/ts3.4/models/models_5.d.ts +25 -14
  60. package/dist-types/ts3.4/models/models_6.d.ts +14 -17
  61. package/dist-types/ts3.4/models/models_7.d.ts +36 -24
  62. package/dist-types/ts3.4/models/models_8.d.ts +23 -0
  63. package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +12 -0
  64. package/package.json +1 -1
package/README.md CHANGED
@@ -4789,6 +4789,14 @@ ModifyPrivateDnsNameOptions
4789
4789
 
4790
4790
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/ec2/command/ModifyPrivateDnsNameOptionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ec2/Interface/ModifyPrivateDnsNameOptionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ec2/Interface/ModifyPrivateDnsNameOptionsCommandOutput/)
4791
4791
 
4792
+ </details>
4793
+ <details>
4794
+ <summary>
4795
+ ModifyPublicIpDnsNameOptions
4796
+ </summary>
4797
+
4798
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/ec2/command/ModifyPublicIpDnsNameOptionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ec2/Interface/ModifyPublicIpDnsNameOptionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ec2/Interface/ModifyPublicIpDnsNameOptionsCommandOutput/)
4799
+
4792
4800
  </details>
4793
4801
  <details>
4794
4802
  <summary>