@aws-sdk/client-ec2 3.893.0 → 3.895.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 (31) hide show
  1. package/dist-cjs/index.js +722 -710
  2. package/dist-es/models/models_1.js +12 -0
  3. package/dist-es/protocols/Aws_ec2.js +710 -710
  4. package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +2 -2
  5. package/dist-types/commands/CreateFleetCommand.d.ts +4 -4
  6. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +1 -1
  7. package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +2 -2
  8. package/dist-types/commands/DescribeCapacityReservationFleetsCommand.d.ts +1 -1
  9. package/dist-types/commands/DescribeFleetsCommand.d.ts +4 -4
  10. package/dist-types/commands/DescribeInstanceImageMetadataCommand.d.ts +1 -1
  11. package/dist-types/commands/DescribeInstanceTypeOfferingsCommand.d.ts +1 -1
  12. package/dist-types/commands/DescribeInstanceTypesCommand.d.ts +2 -2
  13. package/dist-types/commands/DescribeInstancesCommand.d.ts +1 -1
  14. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
  15. package/dist-types/commands/DescribeReservedInstancesCommand.d.ts +1 -1
  16. package/dist-types/commands/DescribeReservedInstancesModificationsCommand.d.ts +1 -1
  17. package/dist-types/commands/DescribeReservedInstancesOfferingsCommand.d.ts +2 -2
  18. package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -2
  19. package/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +1 -1
  20. package/dist-types/commands/DescribeSpotPriceHistoryCommand.d.ts +2 -2
  21. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
  22. package/dist-types/commands/ImportInstanceCommand.d.ts +1 -1
  23. package/dist-types/commands/ModifyFleetCommand.d.ts +1 -1
  24. package/dist-types/commands/ModifyReservedInstancesCommand.d.ts +1 -1
  25. package/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +1 -1
  26. package/dist-types/commands/RequestSpotFleetCommand.d.ts +2 -2
  27. package/dist-types/commands/RequestSpotInstancesCommand.d.ts +2 -2
  28. package/dist-types/commands/RunInstancesCommand.d.ts +2 -2
  29. package/dist-types/models/models_1.d.ts +12 -0
  30. package/dist-types/ts3.4/models/models_1.d.ts +12 -0
  31. package/package.json +6 -6
@@ -945,6 +945,18 @@ export const _InstanceType = {
945
945
  r8gd_metal_24xl: "r8gd.metal-24xl",
946
946
  r8gd_metal_48xl: "r8gd.metal-48xl",
947
947
  r8gd_xlarge: "r8gd.xlarge",
948
+ r8gn_12xlarge: "r8gn.12xlarge",
949
+ r8gn_16xlarge: "r8gn.16xlarge",
950
+ r8gn_24xlarge: "r8gn.24xlarge",
951
+ r8gn_2xlarge: "r8gn.2xlarge",
952
+ r8gn_48xlarge: "r8gn.48xlarge",
953
+ r8gn_4xlarge: "r8gn.4xlarge",
954
+ r8gn_8xlarge: "r8gn.8xlarge",
955
+ r8gn_large: "r8gn.large",
956
+ r8gn_medium: "r8gn.medium",
957
+ r8gn_metal_24xl: "r8gn.metal-24xl",
958
+ r8gn_metal_48xl: "r8gn.metal-48xl",
959
+ r8gn_xlarge: "r8gn.xlarge",
948
960
  r8i_12xlarge: "r8i.12xlarge",
949
961
  r8i_16xlarge: "r8i.16xlarge",
950
962
  r8i_24xlarge: "r8i.24xlarge",