@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/dist/client.d.ts
CHANGED
|
@@ -22709,6 +22709,7 @@ export declare class DescribeInstanceTypesResponseBodyInstanceTypesInstanceType
|
|
|
22709
22709
|
eniTrunkSupported?: boolean;
|
|
22710
22710
|
eriQuantity?: number;
|
|
22711
22711
|
GPUAmount?: number;
|
|
22712
|
+
GPUMemorySize?: number;
|
|
22712
22713
|
GPUSpec?: string;
|
|
22713
22714
|
initialCredit?: number;
|
|
22714
22715
|
instanceBandwidthRx?: number;
|
package/dist/client.js
CHANGED
|
@@ -33072,6 +33072,7 @@ class DescribeInstanceTypesResponseBodyInstanceTypesInstanceType extends $tea.Mo
|
|
|
33072
33072
|
eniTrunkSupported: 'EniTrunkSupported',
|
|
33073
33073
|
eriQuantity: 'EriQuantity',
|
|
33074
33074
|
GPUAmount: 'GPUAmount',
|
|
33075
|
+
GPUMemorySize: 'GPUMemorySize',
|
|
33075
33076
|
GPUSpec: 'GPUSpec',
|
|
33076
33077
|
initialCredit: 'InitialCredit',
|
|
33077
33078
|
instanceBandwidthRx: 'InstanceBandwidthRx',
|
|
@@ -33111,6 +33112,7 @@ class DescribeInstanceTypesResponseBodyInstanceTypesInstanceType extends $tea.Mo
|
|
|
33111
33112
|
eniTrunkSupported: 'boolean',
|
|
33112
33113
|
eriQuantity: 'number',
|
|
33113
33114
|
GPUAmount: 'number',
|
|
33115
|
+
GPUMemorySize: 'number',
|
|
33114
33116
|
GPUSpec: 'string',
|
|
33115
33117
|
initialCredit: 'number',
|
|
33116
33118
|
instanceBandwidthRx: 'number',
|