@aws-sdk/client-ec2 3.937.0 → 3.938.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 (75) hide show
  1. package/README.md +16 -0
  2. package/dist-cjs/index.js +357 -52
  3. package/dist-es/EC2.js +4 -0
  4. package/dist-es/commands/CreateInterruptibleCapacityReservationAllocationCommand.js +16 -0
  5. package/dist-es/commands/UpdateInterruptibleCapacityReservationAllocationCommand.js +16 -0
  6. package/dist-es/commands/index.js +2 -0
  7. package/dist-es/models/enums.js +13 -0
  8. package/dist-es/schemas/schemas_0.js +314 -52
  9. package/dist-types/EC2.d.ts +14 -0
  10. package/dist-types/EC2Client.d.ts +4 -2
  11. package/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +24 -0
  12. package/dist-types/commands/CreateCapacityReservationCommand.d.ts +12 -0
  13. package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +1 -2
  14. package/dist-types/commands/CreateInterruptibleCapacityReservationAllocationCommand.d.ts +93 -0
  15. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +1 -1
  16. package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +2 -2
  17. package/dist-types/commands/CreateSpotDatafeedSubscriptionCommand.d.ts +2 -1
  18. package/dist-types/commands/CreateStoreImageTaskCommand.d.ts +1 -1
  19. package/dist-types/commands/DeleteTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
  20. package/dist-types/commands/DeleteTransitGatewayRouteCommand.d.ts +1 -1
  21. package/dist-types/commands/DescribeCapacityReservationsCommand.d.ts +12 -0
  22. package/dist-types/commands/DescribeInstanceAttributeCommand.d.ts +2 -1
  23. package/dist-types/commands/DescribeInstanceStatusCommand.d.ts +7 -0
  24. package/dist-types/commands/DescribeInstancesCommand.d.ts +3 -1
  25. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
  26. package/dist-types/commands/DescribeVerifiedAccessInstanceLoggingConfigurationsCommand.d.ts +2 -1
  27. package/dist-types/commands/GetCapacityReservationUsageCommand.d.ts +12 -0
  28. package/dist-types/commands/GetIpamAddressHistoryCommand.d.ts +2 -1
  29. package/dist-types/commands/GetIpamDiscoveredAccountsCommand.d.ts +1 -2
  30. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
  31. package/dist-types/commands/ModifyVerifiedAccessTrustProviderCommand.d.ts +2 -1
  32. package/dist-types/commands/ModifyVolumeAttributeCommand.d.ts +1 -1
  33. package/dist-types/commands/ModifyVolumeCommand.d.ts +1 -1
  34. package/dist-types/commands/MoveCapacityReservationInstancesCommand.d.ts +24 -0
  35. package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +12 -0
  36. package/dist-types/commands/RunInstancesCommand.d.ts +2 -2
  37. package/dist-types/commands/UpdateInterruptibleCapacityReservationAllocationCommand.d.ts +83 -0
  38. package/dist-types/commands/index.d.ts +2 -0
  39. package/dist-types/models/enums.d.ts +29 -0
  40. package/dist-types/models/models_0.d.ts +90 -37
  41. package/dist-types/models/models_1.d.ts +108 -74
  42. package/dist-types/models/models_2.d.ts +73 -65
  43. package/dist-types/models/models_3.d.ts +68 -182
  44. package/dist-types/models/models_4.d.ts +182 -97
  45. package/dist-types/models/models_5.d.ts +117 -158
  46. package/dist-types/models/models_6.d.ts +160 -151
  47. package/dist-types/models/models_7.d.ts +222 -3
  48. package/dist-types/schemas/schemas_0.d.ts +8 -0
  49. package/dist-types/ts3.4/EC2.d.ts +46 -0
  50. package/dist-types/ts3.4/EC2Client.d.ts +12 -0
  51. package/dist-types/ts3.4/commands/CreateDhcpOptionsCommand.d.ts +4 -2
  52. package/dist-types/ts3.4/commands/CreateInterruptibleCapacityReservationAllocationCommand.d.ts +51 -0
  53. package/dist-types/ts3.4/commands/CreateSpotDatafeedSubscriptionCommand.d.ts +2 -4
  54. package/dist-types/ts3.4/commands/CreateStoreImageTaskCommand.d.ts +1 -1
  55. package/dist-types/ts3.4/commands/DeleteTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
  56. package/dist-types/ts3.4/commands/DeleteTransitGatewayRouteCommand.d.ts +1 -1
  57. package/dist-types/ts3.4/commands/DescribeVerifiedAccessInstanceLoggingConfigurationsCommand.d.ts +2 -4
  58. package/dist-types/ts3.4/commands/GetIpamAddressHistoryCommand.d.ts +2 -4
  59. package/dist-types/ts3.4/commands/GetIpamDiscoveredAccountsCommand.d.ts +4 -2
  60. package/dist-types/ts3.4/commands/ModifyVerifiedAccessTrustProviderCommand.d.ts +2 -4
  61. package/dist-types/ts3.4/commands/ModifyVolumeAttributeCommand.d.ts +1 -1
  62. package/dist-types/ts3.4/commands/ModifyVolumeCommand.d.ts +1 -1
  63. package/dist-types/ts3.4/commands/UpdateInterruptibleCapacityReservationAllocationCommand.d.ts +51 -0
  64. package/dist-types/ts3.4/commands/index.d.ts +2 -0
  65. package/dist-types/ts3.4/models/enums.d.ts +17 -0
  66. package/dist-types/ts3.4/models/models_0.d.ts +16 -8
  67. package/dist-types/ts3.4/models/models_1.d.ts +24 -17
  68. package/dist-types/ts3.4/models/models_2.d.ts +17 -18
  69. package/dist-types/ts3.4/models/models_3.d.ts +21 -43
  70. package/dist-types/ts3.4/models/models_4.d.ts +47 -30
  71. package/dist-types/ts3.4/models/models_5.d.ts +37 -34
  72. package/dist-types/ts3.4/models/models_6.d.ts +33 -25
  73. package/dist-types/ts3.4/models/models_7.d.ts +42 -1
  74. package/dist-types/ts3.4/schemas/schemas_0.d.ts +8 -0
  75. package/package.json +1 -1
package/README.md CHANGED
@@ -885,6 +885,14 @@ CreateInternetGateway
885
885
 
886
886
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/ec2/command/CreateInternetGatewayCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ec2/Interface/CreateInternetGatewayCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ec2/Interface/CreateInternetGatewayCommandOutput/)
887
887
 
888
+ </details>
889
+ <details>
890
+ <summary>
891
+ CreateInterruptibleCapacityReservationAllocation
892
+ </summary>
893
+
894
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/ec2/command/CreateInterruptibleCapacityReservationAllocationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ec2/Interface/CreateInterruptibleCapacityReservationAllocationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ec2/Interface/CreateInterruptibleCapacityReservationAllocationCommandOutput/)
895
+
888
896
  </details>
889
897
  <details>
890
898
  <summary>
@@ -6157,6 +6165,14 @@ UpdateCapacityManagerOrganizationsAccess
6157
6165
 
6158
6166
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/ec2/command/UpdateCapacityManagerOrganizationsAccessCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ec2/Interface/UpdateCapacityManagerOrganizationsAccessCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ec2/Interface/UpdateCapacityManagerOrganizationsAccessCommandOutput/)
6159
6167
 
6168
+ </details>
6169
+ <details>
6170
+ <summary>
6171
+ UpdateInterruptibleCapacityReservationAllocation
6172
+ </summary>
6173
+
6174
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/ec2/command/UpdateInterruptibleCapacityReservationAllocationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ec2/Interface/UpdateInterruptibleCapacityReservationAllocationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ec2/Interface/UpdateInterruptibleCapacityReservationAllocationCommandOutput/)
6175
+
6160
6176
  </details>
6161
6177
  <details>
6162
6178
  <summary>