@@ -1998,6 +1998,21 @@ export interface CreateKxScalingGroupRequest {
1998
1998
* <ul>
1999
1999
* <li>
2000
2000
* <p>
2001
+ * <code>kx.sg.large</code> – The host type with a configuration of 16 GiB
2002
+ * memory and 2 vCPUs.</p>
2003
+ * </li>
2004
+ * <li>
2005
+ * <p>
2006
+ * <code>kx.sg.xlarge</code> – The host type with a configuration of 32 GiB
2007
+ * memory and 4 vCPUs.</p>
2008
+ * </li>
2009
+ * <li>
2010
+ * <p>
2011
+ * <code>kx.sg.2xlarge</code> – The host type with a configuration of 64 GiB
2012
+ * memory and 8 vCPUs.</p>
2013
+ * </li>
2014
+ * <li>
2015
+ * <p>
2001
2016
* <code>kx.sg.4xlarge</code> – The host type with a configuration of 108 GiB memory and 16 vCPUs.</p>
2002
2017
* </li>
2003
2018
* <li>
@@ -3784,6 +3799,21 @@ export interface GetKxScalingGroupResponse {
3784
3799
* <ul>
3785
3800
* <li>
3786
3801
* <p>
3802
+ * <code>kx.sg.large</code> – The host type with a configuration of 16 GiB
3803
+ * memory and 2 vCPUs.</p>
3804
+ * </li>
3805
+ * <li>
3806
+ * <p>
3807
+ * <code>kx.sg.xlarge</code> – The host type with a configuration of 32 GiB
3808
+ * memory and 4 vCPUs.</p>
3809
+ * </li>
3810
+ * <li>
3811
+ * <p>
3812
+ * <code>kx.sg.2xlarge</code> – The host type with a configuration of 64 GiB
3813
+ * memory and 8 vCPUs.</p>
3814
+ * </li>
3815
+ * <li>
3816
+ * <p>
3787
3817
* <code>kx.sg.4xlarge</code> – The host type with a configuration of 108 GiB memory and 16 vCPUs.</p>
3788
3818
* </li>
3789
3819
* <li>
@@ -5012,6 +5042,21 @@ export interface KxScalingGroup {
5012
5042
* <ul>
5013
5043
* <li>
5014
5044
* <p>
5045
+ * <code>kx.sg.large</code> – The host type with a configuration of 16 GiB
5046
+ * memory and 2 vCPUs.</p>
5047
+ * </li>
5048
+ * <li>
5049
+ * <p>
5050
+ * <code>kx.sg.xlarge</code> – The host type with a configuration of 32 GiB
5051
+ * memory and 4 vCPUs.</p>
5052
+ * </li>
5053
+ * <li>
5054
+ * <p>
5055
+ * <code>kx.sg.2xlarge</code> – The host type with a configuration of 64 GiB
5056
+ * memory and 8 vCPUs.</p>
5057
+ * </li>
5058
+ * <li>
5059
+ * <p>
5015
5060
* <code>kx.sg.4xlarge</code> – The host type with a configuration of 108 GiB memory and 16 vCPUs.</p>
5016
5061
* </li>
5017
5062
* <li>
0 commit comments