File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @alicloud/ecs20140526" ,
3- "version" : " 3.0.0 " ,
3+ "version" : " 3.0.1 " ,
44 "description" : " " ,
55 "main" : " dist/client.js" ,
66 "scripts" : {
Original file line number Diff line number Diff line change @@ -42723,6 +42723,7 @@ export class DescribeInstanceTypesResponseBodyInstanceTypesInstanceType extends
4272342723 eniTrunkSupported?: boolean;
4272442724 eriQuantity?: number;
4272542725 GPUAmount?: number;
42726+ GPUMemorySize?: number;
4272642727 GPUSpec?: string;
4272742728 initialCredit?: number;
4272842729 instanceBandwidthRx?: number;
@@ -42760,6 +42761,7 @@ export class DescribeInstanceTypesResponseBodyInstanceTypesInstanceType extends
4276042761 eniTrunkSupported: 'EniTrunkSupported',
4276142762 eriQuantity: 'EriQuantity',
4276242763 GPUAmount: 'GPUAmount',
42764+ GPUMemorySize: 'GPUMemorySize',
4276342765 GPUSpec: 'GPUSpec',
4276442766 initialCredit: 'InitialCredit',
4276542767 instanceBandwidthRx: 'InstanceBandwidthRx',
@@ -42800,6 +42802,7 @@ export class DescribeInstanceTypesResponseBodyInstanceTypesInstanceType extends
4280042802 eniTrunkSupported: 'boolean',
4280142803 eriQuantity: 'number',
4280242804 GPUAmount: 'number',
42805+ GPUMemorySize: 'number',
4280342806 GPUSpec: 'string',
4280442807 initialCredit: 'number',
4280542808 instanceBandwidthRx: 'number',
You can’t perform that action at this time.
0 commit comments