@alicloud/ecd20200930 4.5.1 → 4.5.2

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 CHANGED
@@ -20343,6 +20343,7 @@ export declare class CreateDesktopsRequest extends $dara.Model {
20343
20343
  * 123456789
20344
20344
  */
20345
20345
  endUserId?: string[];
20346
+ extendInfo?: string;
20346
20347
  /**
20347
20348
  * @remarks
20348
20349
  * The ID of the cloud computer pool.
@@ -20699,6 +20700,7 @@ export declare class CreateDesktopsShrinkRequest extends $dara.Model {
20699
20700
  * 123456789
20700
20701
  */
20701
20702
  endUserId?: string[];
20703
+ extendInfo?: string;
20702
20704
  /**
20703
20705
  * @remarks
20704
20706
  * The ID of the cloud computer pool.
package/dist/client.js CHANGED
@@ -9496,6 +9496,7 @@ class CreateDesktopsRequest extends $dara.Model {
9496
9496
  desktopTimers: 'DesktopTimers',
9497
9497
  directoryId: 'DirectoryId',
9498
9498
  endUserId: 'EndUserId',
9499
+ extendInfo: 'ExtendInfo',
9499
9500
  groupId: 'GroupId',
9500
9501
  hostname: 'Hostname',
9501
9502
  monthDesktopSetting: 'MonthDesktopSetting',
@@ -9533,6 +9534,7 @@ class CreateDesktopsRequest extends $dara.Model {
9533
9534
  desktopTimers: { 'type': 'array', 'itemType': CreateDesktopsRequestDesktopTimers },
9534
9535
  directoryId: 'string',
9535
9536
  endUserId: { 'type': 'array', 'itemType': 'string' },
9537
+ extendInfo: 'string',
9536
9538
  groupId: 'string',
9537
9539
  hostname: 'string',
9538
9540
  monthDesktopSetting: CreateDesktopsRequestMonthDesktopSetting,
@@ -9600,6 +9602,7 @@ class CreateDesktopsShrinkRequest extends $dara.Model {
9600
9602
  desktopTimers: 'DesktopTimers',
9601
9603
  directoryId: 'DirectoryId',
9602
9604
  endUserId: 'EndUserId',
9605
+ extendInfo: 'ExtendInfo',
9603
9606
  groupId: 'GroupId',
9604
9607
  hostname: 'Hostname',
9605
9608
  monthDesktopSetting: 'MonthDesktopSetting',
@@ -9637,6 +9640,7 @@ class CreateDesktopsShrinkRequest extends $dara.Model {
9637
9640
  desktopTimers: { 'type': 'array', 'itemType': CreateDesktopsShrinkRequestDesktopTimers },
9638
9641
  directoryId: 'string',
9639
9642
  endUserId: { 'type': 'array', 'itemType': 'string' },
9643
+ extendInfo: 'string',
9640
9644
  groupId: 'string',
9641
9645
  hostname: 'string',
9642
9646
  monthDesktopSetting: CreateDesktopsShrinkRequestMonthDesktopSetting,
@@ -27651,6 +27655,9 @@ class Client extends openapi_core_1.default {
27651
27655
  if (!$dara.isNull(request.endUserId)) {
27652
27656
  query["EndUserId"] = request.endUserId;
27653
27657
  }
27658
+ if (!$dara.isNull(request.extendInfo)) {
27659
+ query["ExtendInfo"] = request.extendInfo;
27660
+ }
27654
27661
  if (!$dara.isNull(request.groupId)) {
27655
27662
  query["GroupId"] = request.groupId;
27656
27663
  }