@alicloud/ecs20140526 3.0.0 → 3.0.1
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.
- package/dist/client.d.ts +1 -0
- package/dist/client.js +2 -0
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +3 -0
package/package.json
CHANGED
package/src/client.ts
CHANGED
|
@@ -42723,6 +42723,7 @@ export class DescribeInstanceTypesResponseBodyInstanceTypesInstanceType extends
|
|
|
42723
42723
|
eniTrunkSupported?: boolean;
|
|
42724
42724
|
eriQuantity?: number;
|
|
42725
42725
|
GPUAmount?: number;
|
|
42726
|
+
GPUMemorySize?: number;
|
|
42726
42727
|
GPUSpec?: string;
|
|
42727
42728
|
initialCredit?: number;
|
|
42728
42729
|
instanceBandwidthRx?: number;
|
|
@@ -42760,6 +42761,7 @@ export class DescribeInstanceTypesResponseBodyInstanceTypesInstanceType extends
|
|
|
42760
42761
|
eniTrunkSupported: 'EniTrunkSupported',
|
|
42761
42762
|
eriQuantity: 'EriQuantity',
|
|
42762
42763
|
GPUAmount: 'GPUAmount',
|
|
42764
|
+
GPUMemorySize: 'GPUMemorySize',
|
|
42763
42765
|
GPUSpec: 'GPUSpec',
|
|
42764
42766
|
initialCredit: 'InitialCredit',
|
|
42765
42767
|
instanceBandwidthRx: 'InstanceBandwidthRx',
|
|
@@ -42800,6 +42802,7 @@ export class DescribeInstanceTypesResponseBodyInstanceTypesInstanceType extends
|
|
|
42800
42802
|
eniTrunkSupported: 'boolean',
|
|
42801
42803
|
eriQuantity: 'number',
|
|
42802
42804
|
GPUAmount: 'number',
|
|
42805
|
+
GPUMemorySize: 'number',
|
|
42803
42806
|
GPUSpec: 'string',
|
|
42804
42807
|
initialCredit: 'number',
|
|
42805
42808
|
instanceBandwidthRx: 'number',
|