@alicloud/ecd20200930 4.6.5 → 4.6.7

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/src/client.ts CHANGED
@@ -935,6 +935,7 @@ export class CreateCenterPolicyRequestDeviceRules extends $dara.Model {
935
935
  * 2:0
936
936
  */
937
937
  optCommand?: string;
938
+ platforms?: string;
938
939
  /**
939
940
  * @remarks
940
941
  * The redirection type.
@@ -956,6 +957,7 @@ export class CreateCenterPolicyRequestDeviceRules extends $dara.Model {
956
957
  deviceType: 'DeviceType',
957
958
  deviceVid: 'DeviceVid',
958
959
  optCommand: 'OptCommand',
960
+ platforms: 'Platforms',
959
961
  redirectType: 'RedirectType',
960
962
  };
961
963
  }
@@ -967,6 +969,7 @@ export class CreateCenterPolicyRequestDeviceRules extends $dara.Model {
967
969
  deviceType: 'string',
968
970
  deviceVid: 'string',
969
971
  optCommand: 'string',
972
+ platforms: 'string',
970
973
  redirectType: 'string',
971
974
  };
972
975
  }
@@ -2826,6 +2829,7 @@ export class CreatePolicyGroupRequestDeviceRules extends $dara.Model {
2826
2829
  * 2:0
2827
2830
  */
2828
2831
  optCommand?: string;
2832
+ platforms?: string;
2829
2833
  /**
2830
2834
  * @remarks
2831
2835
  * The redirection type.
@@ -2847,6 +2851,7 @@ export class CreatePolicyGroupRequestDeviceRules extends $dara.Model {
2847
2851
  deviceType: 'DeviceType',
2848
2852
  deviceVid: 'DeviceVid',
2849
2853
  optCommand: 'OptCommand',
2854
+ platforms: 'Platforms',
2850
2855
  redirectType: 'RedirectType',
2851
2856
  };
2852
2857
  }
@@ -2858,6 +2863,7 @@ export class CreatePolicyGroupRequestDeviceRules extends $dara.Model {
2858
2863
  deviceType: 'string',
2859
2864
  deviceVid: 'string',
2860
2865
  optCommand: 'string',
2866
+ platforms: 'string',
2861
2867
  redirectType: 'string',
2862
2868
  };
2863
2869
  }
@@ -4234,6 +4240,7 @@ export class DescribeCenterPolicyListResponseBodyDescribePolicyGroupsDeviceRules
4234
4240
  * 2:0
4235
4241
  */
4236
4242
  optCommand?: string;
4243
+ platforms?: string;
4237
4244
  /**
4238
4245
  * @remarks
4239
4246
  * The redirection type.
@@ -4249,6 +4256,7 @@ export class DescribeCenterPolicyListResponseBodyDescribePolicyGroupsDeviceRules
4249
4256
  deviceType: 'DeviceType',
4250
4257
  deviceVid: 'DeviceVid',
4251
4258
  optCommand: 'OptCommand',
4259
+ platforms: 'Platforms',
4252
4260
  redirectType: 'RedirectType',
4253
4261
  };
4254
4262
  }
@@ -4260,6 +4268,7 @@ export class DescribeCenterPolicyListResponseBodyDescribePolicyGroupsDeviceRules
4260
4268
  deviceType: 'string',
4261
4269
  deviceVid: 'string',
4262
4270
  optCommand: 'string',
4271
+ platforms: 'string',
4263
4272
  redirectType: 'string',
4264
4273
  };
4265
4274
  }
@@ -4663,6 +4672,7 @@ export class DescribeCenterPolicyListResponseBodyDescribePolicyGroups extends $d
4663
4672
  * tcp
4664
4673
  */
4665
4674
  internetCommunicationProtocol?: string;
4675
+ internetPrinter?: string;
4666
4676
  /**
4667
4677
  * @remarks
4668
4678
  * The read/write permissions on the on-premises drive.
@@ -4972,6 +4982,7 @@ export class DescribeCenterPolicyListResponseBodyDescribePolicyGroups extends $d
4972
4982
  * 1
4973
4983
  */
4974
4984
  resourceGroupCount?: number;
4985
+ safeMenu?: string;
4975
4986
  /**
4976
4987
  * @remarks
4977
4988
  * The effective scope of the policy.
@@ -5232,6 +5243,7 @@ export class DescribeCenterPolicyListResponseBodyDescribePolicyGroups extends $d
5232
5243
  html5Access: 'Html5Access',
5233
5244
  html5FileTransfer: 'Html5FileTransfer',
5234
5245
  internetCommunicationProtocol: 'InternetCommunicationProtocol',
5246
+ internetPrinter: 'InternetPrinter',
5235
5247
  localDrive: 'LocalDrive',
5236
5248
  maxReconnectTime: 'MaxReconnectTime',
5237
5249
  memoryDownGradeDuration: 'MemoryDownGradeDuration',
@@ -5271,6 +5283,7 @@ export class DescribeCenterPolicyListResponseBodyDescribePolicyGroups extends $d
5271
5283
  resolutionModel: 'ResolutionModel',
5272
5284
  resolutionWidth: 'ResolutionWidth',
5273
5285
  resourceGroupCount: 'ResourceGroupCount',
5286
+ safeMenu: 'SafeMenu',
5274
5287
  scope: 'Scope',
5275
5288
  scopeValue: 'ScopeValue',
5276
5289
  smoothEnhancement: 'SmoothEnhancement',
@@ -5335,6 +5348,7 @@ export class DescribeCenterPolicyListResponseBodyDescribePolicyGroups extends $d
5335
5348
  html5Access: 'string',
5336
5349
  html5FileTransfer: 'string',
5337
5350
  internetCommunicationProtocol: 'string',
5351
+ internetPrinter: 'string',
5338
5352
  localDrive: 'string',
5339
5353
  maxReconnectTime: 'number',
5340
5354
  memoryDownGradeDuration: 'number',
@@ -5374,6 +5388,7 @@ export class DescribeCenterPolicyListResponseBodyDescribePolicyGroups extends $d
5374
5388
  resolutionModel: 'string',
5375
5389
  resolutionWidth: 'number',
5376
5390
  resourceGroupCount: 'number',
5391
+ safeMenu: 'string',
5377
5392
  scope: 'string',
5378
5393
  scopeValue: { 'type': 'array', 'itemType': 'string' },
5379
5394
  smoothEnhancement: 'string',
@@ -7045,7 +7060,7 @@ export class DescribeDesktopGroupsResponseBodyDesktopGroups extends $dara.Model
7045
7060
  * The user\\"s organizational unit path.
7046
7061
  *
7047
7062
  * @example
7048
- * example.com\\wuying\\users
7063
+ * example.com
7049
7064
  */
7050
7065
  userOuPath?: string;
7051
7066
  /**
@@ -11134,6 +11149,7 @@ export class DescribeImageModifiedRecordsResponseBodyImageModifiedRecords extend
11134
11149
  * xxxxImageID
11135
11150
  */
11136
11151
  newImageName?: string;
11152
+ reason?: string;
11137
11153
  /**
11138
11154
  * @remarks
11139
11155
  * The status of the image modification.
@@ -11164,6 +11180,7 @@ export class DescribeImageModifiedRecordsResponseBodyImageModifiedRecords extend
11164
11180
  imageName: 'ImageName',
11165
11181
  newImageId: 'NewImageId',
11166
11182
  newImageName: 'NewImageName',
11183
+ reason: 'Reason',
11167
11184
  status: 'Status',
11168
11185
  updateTime: 'UpdateTime',
11169
11186
  };
@@ -11175,6 +11192,7 @@ export class DescribeImageModifiedRecordsResponseBodyImageModifiedRecords extend
11175
11192
  imageName: 'string',
11176
11193
  newImageId: 'string',
11177
11194
  newImageName: 'string',
11195
+ reason: 'string',
11178
11196
  status: 'number',
11179
11197
  updateTime: 'string',
11180
11198
  };
@@ -13946,6 +13964,7 @@ export class DescribePolicyGroupsResponseBodyDescribePolicyGroupsDeviceRules ext
13946
13964
  * 2:0
13947
13965
  */
13948
13966
  optCommand?: string;
13967
+ platforms?: string;
13949
13968
  /**
13950
13969
  * @remarks
13951
13970
  * The redirection type.
@@ -13967,6 +13986,7 @@ export class DescribePolicyGroupsResponseBodyDescribePolicyGroupsDeviceRules ext
13967
13986
  deviceType: 'DeviceType',
13968
13987
  deviceVid: 'DeviceVid',
13969
13988
  optCommand: 'OptCommand',
13989
+ platforms: 'Platforms',
13970
13990
  redirectType: 'RedirectType',
13971
13991
  };
13972
13992
  }
@@ -13978,6 +13998,7 @@ export class DescribePolicyGroupsResponseBodyDescribePolicyGroupsDeviceRules ext
13978
13998
  deviceType: 'string',
13979
13999
  deviceVid: 'string',
13980
14000
  optCommand: 'string',
14001
+ platforms: 'string',
13981
14002
  redirectType: 'string',
13982
14003
  };
13983
14004
  }
@@ -14506,6 +14527,7 @@ export class DescribePolicyGroupsResponseBodyDescribePolicyGroups extends $dara.
14506
14527
  * BOTH
14507
14528
  */
14508
14529
  internetCommunicationProtocol?: string;
14530
+ internetPrinter?: string;
14509
14531
  /**
14510
14532
  * @remarks
14511
14533
  * The permissions on local disk mapping.
@@ -14904,6 +14926,7 @@ export class DescribePolicyGroupsResponseBodyDescribePolicyGroups extends $dara.
14904
14926
  * center
14905
14927
  */
14906
14928
  resourceRegionId?: string;
14929
+ safeMenu?: string;
14907
14930
  /**
14908
14931
  * @remarks
14909
14932
  * The effective scope of the policy.
@@ -15256,6 +15279,7 @@ export class DescribePolicyGroupsResponseBodyDescribePolicyGroups extends $dara.
15256
15279
  html5Access: 'Html5Access',
15257
15280
  html5FileTransfer: 'Html5FileTransfer',
15258
15281
  internetCommunicationProtocol: 'InternetCommunicationProtocol',
15282
+ internetPrinter: 'InternetPrinter',
15259
15283
  localDrive: 'LocalDrive',
15260
15284
  maxReconnectTime: 'MaxReconnectTime',
15261
15285
  memoryDownGradeDuration: 'MemoryDownGradeDuration',
@@ -15297,6 +15321,7 @@ export class DescribePolicyGroupsResponseBodyDescribePolicyGroups extends $dara.
15297
15321
  resolutionWidth: 'ResolutionWidth',
15298
15322
  resourceGroupCount: 'ResourceGroupCount',
15299
15323
  resourceRegionId: 'ResourceRegionId',
15324
+ safeMenu: 'SafeMenu',
15300
15325
  scope: 'Scope',
15301
15326
  scopeValue: 'ScopeValue',
15302
15327
  smoothEnhancement: 'SmoothEnhancement',
@@ -15364,6 +15389,7 @@ export class DescribePolicyGroupsResponseBodyDescribePolicyGroups extends $dara.
15364
15389
  html5Access: 'string',
15365
15390
  html5FileTransfer: 'string',
15366
15391
  internetCommunicationProtocol: 'string',
15392
+ internetPrinter: 'string',
15367
15393
  localDrive: 'string',
15368
15394
  maxReconnectTime: 'number',
15369
15395
  memoryDownGradeDuration: 'number',
@@ -15405,6 +15431,7 @@ export class DescribePolicyGroupsResponseBodyDescribePolicyGroups extends $dara.
15405
15431
  resolutionWidth: 'number',
15406
15432
  resourceGroupCount: 'number',
15407
15433
  resourceRegionId: 'string',
15434
+ safeMenu: 'string',
15408
15435
  scope: 'string',
15409
15436
  scopeValue: { 'type': 'array', 'itemType': 'string' },
15410
15437
  smoothEnhancement: 'string',
@@ -20183,6 +20210,7 @@ export class ModifyCenterPolicyRequestDeviceRules extends $dara.Model {
20183
20210
  * 2:0
20184
20211
  */
20185
20212
  optCommand?: string;
20213
+ platforms?: string;
20186
20214
  /**
20187
20215
  * @remarks
20188
20216
  * The redirection type.
@@ -20204,6 +20232,7 @@ export class ModifyCenterPolicyRequestDeviceRules extends $dara.Model {
20204
20232
  deviceType: 'DeviceType',
20205
20233
  deviceVid: 'DeviceVid',
20206
20234
  optCommand: 'OptCommand',
20235
+ platforms: 'Platforms',
20207
20236
  redirectType: 'RedirectType',
20208
20237
  };
20209
20238
  }
@@ -20215,6 +20244,7 @@ export class ModifyCenterPolicyRequestDeviceRules extends $dara.Model {
20215
20244
  deviceType: 'string',
20216
20245
  deviceVid: 'string',
20217
20246
  optCommand: 'string',
20247
+ platforms: 'string',
20218
20248
  redirectType: 'string',
20219
20249
  };
20220
20250
  }
@@ -21453,6 +21483,7 @@ export class ModifyPolicyGroupRequestDeviceRules extends $dara.Model {
21453
21483
  * 2:0
21454
21484
  */
21455
21485
  optCommand?: string;
21486
+ platforms?: string;
21456
21487
  /**
21457
21488
  * @remarks
21458
21489
  * The redirection type.
@@ -21474,6 +21505,7 @@ export class ModifyPolicyGroupRequestDeviceRules extends $dara.Model {
21474
21505
  deviceType: 'DeviceType',
21475
21506
  deviceVid: 'DeviceVid',
21476
21507
  optCommand: 'OptCommand',
21508
+ platforms: 'Platforms',
21477
21509
  redirectType: 'RedirectType',
21478
21510
  };
21479
21511
  }
@@ -21485,6 +21517,7 @@ export class ModifyPolicyGroupRequestDeviceRules extends $dara.Model {
21485
21517
  deviceType: 'string',
21486
21518
  deviceVid: 'string',
21487
21519
  optCommand: 'string',
21520
+ platforms: 'string',
21488
21521
  redirectType: 'string',
21489
21522
  };
21490
21523
  }
@@ -29172,6 +29205,7 @@ export class CreateCenterPolicyRequest extends $dara.Model {
29172
29205
  * both
29173
29206
  */
29174
29207
  internetCommunicationProtocol?: string;
29208
+ internetPrinter?: string;
29175
29209
  /**
29176
29210
  * @remarks
29177
29211
  * The read/write permissions on the on-premises drive.
@@ -29544,6 +29578,7 @@ export class CreateCenterPolicyRequest extends $dara.Model {
29544
29578
  * desktop
29545
29579
  */
29546
29580
  resourceType?: string;
29581
+ safeMenu?: string;
29547
29582
  /**
29548
29583
  * @remarks
29549
29584
  * The effective scope of the policy.
@@ -29920,6 +29955,7 @@ export class CreateCenterPolicyRequest extends $dara.Model {
29920
29955
  gpuAcceleration: 'GpuAcceleration',
29921
29956
  html5FileTransfer: 'Html5FileTransfer',
29922
29957
  internetCommunicationProtocol: 'InternetCommunicationProtocol',
29958
+ internetPrinter: 'InternetPrinter',
29923
29959
  localDrive: 'LocalDrive',
29924
29960
  maxReconnectTime: 'MaxReconnectTime',
29925
29961
  memoryDownGradeDuration: 'MemoryDownGradeDuration',
@@ -29957,6 +29993,7 @@ export class CreateCenterPolicyRequest extends $dara.Model {
29957
29993
  resolutionModel: 'ResolutionModel',
29958
29994
  resolutionWidth: 'ResolutionWidth',
29959
29995
  resourceType: 'ResourceType',
29996
+ safeMenu: 'SafeMenu',
29960
29997
  scope: 'Scope',
29961
29998
  scopeValue: 'ScopeValue',
29962
29999
  sessionMaxRateKbps: 'SessionMaxRateKbps',
@@ -30024,6 +30061,7 @@ export class CreateCenterPolicyRequest extends $dara.Model {
30024
30061
  gpuAcceleration: 'string',
30025
30062
  html5FileTransfer: 'string',
30026
30063
  internetCommunicationProtocol: 'string',
30064
+ internetPrinter: 'string',
30027
30065
  localDrive: 'string',
30028
30066
  maxReconnectTime: 'number',
30029
30067
  memoryDownGradeDuration: 'number',
@@ -30061,6 +30099,7 @@ export class CreateCenterPolicyRequest extends $dara.Model {
30061
30099
  resolutionModel: 'string',
30062
30100
  resolutionWidth: 'number',
30063
30101
  resourceType: 'string',
30102
+ safeMenu: 'string',
30064
30103
  scope: 'string',
30065
30104
  scopeValue: { 'type': 'array', 'itemType': 'string' },
30066
30105
  sessionMaxRateKbps: 'number',
@@ -30369,6 +30408,7 @@ export class CreateCloudDriveServiceRequest extends $dara.Model {
30369
30408
  * cn-hangzhou
30370
30409
  */
30371
30410
  regionId?: string;
30411
+ resellerOwnerUid?: number;
30372
30412
  /**
30373
30413
  * @remarks
30374
30414
  * > This parameter is not publicly available.
@@ -30415,6 +30455,7 @@ export class CreateCloudDriveServiceRequest extends $dara.Model {
30415
30455
  period: 'Period',
30416
30456
  periodUnit: 'PeriodUnit',
30417
30457
  regionId: 'RegionId',
30458
+ resellerOwnerUid: 'ResellerOwnerUid',
30418
30459
  solutionId: 'SolutionId',
30419
30460
  userCount: 'UserCount',
30420
30461
  userMaxSize: 'UserMaxSize',
@@ -30437,6 +30478,7 @@ export class CreateCloudDriveServiceRequest extends $dara.Model {
30437
30478
  period: 'number',
30438
30479
  periodUnit: 'string',
30439
30480
  regionId: 'string',
30481
+ resellerOwnerUid: 'number',
30440
30482
  solutionId: 'string',
30441
30483
  userCount: 'number',
30442
30484
  userMaxSize: 'number',
@@ -31396,6 +31438,7 @@ export class CreateDesktopGroupRequest extends $dara.Model {
31396
31438
  * cn-hangzhou
31397
31439
  */
31398
31440
  regionId?: string;
31441
+ resellerOwnerUid?: number;
31399
31442
  /**
31400
31443
  * @remarks
31401
31444
  * The reset option of the shared group.
@@ -31571,6 +31614,7 @@ export class CreateDesktopGroupRequest extends $dara.Model {
31571
31614
  promotionId: 'PromotionId',
31572
31615
  ratioThreshold: 'RatioThreshold',
31573
31616
  regionId: 'RegionId',
31617
+ resellerOwnerUid: 'ResellerOwnerUid',
31574
31618
  resetType: 'ResetType',
31575
31619
  scaleStrategyId: 'ScaleStrategyId',
31576
31620
  sessionType: 'SessionType',
@@ -31633,6 +31677,7 @@ export class CreateDesktopGroupRequest extends $dara.Model {
31633
31677
  promotionId: 'string',
31634
31678
  ratioThreshold: 'number',
31635
31679
  regionId: 'string',
31680
+ resellerOwnerUid: 'number',
31636
31681
  resetType: 'number',
31637
31682
  scaleStrategyId: 'string',
31638
31683
  sessionType: 'string',
@@ -32132,6 +32177,7 @@ export class CreateDesktopsRequest extends $dara.Model {
32132
32177
  * cn-hangzhou
32133
32178
  */
32134
32179
  regionId?: string;
32180
+ resellerOwnerUid?: number;
32135
32181
  /**
32136
32182
  * @remarks
32137
32183
  * The ID of the resource group.
@@ -32261,6 +32307,7 @@ export class CreateDesktopsRequest extends $dara.Model {
32261
32307
  policyGroupId: 'PolicyGroupId',
32262
32308
  promotionId: 'PromotionId',
32263
32309
  regionId: 'RegionId',
32310
+ resellerOwnerUid: 'ResellerOwnerUid',
32264
32311
  resourceGroupId: 'ResourceGroupId',
32265
32312
  savingPlanId: 'SavingPlanId',
32266
32313
  snapshotPolicyId: 'SnapshotPolicyId',
@@ -32300,6 +32347,7 @@ export class CreateDesktopsRequest extends $dara.Model {
32300
32347
  policyGroupId: 'string',
32301
32348
  promotionId: 'string',
32302
32349
  regionId: 'string',
32350
+ resellerOwnerUid: 'number',
32303
32351
  resourceGroupId: 'string',
32304
32352
  savingPlanId: 'string',
32305
32353
  snapshotPolicyId: 'string',
@@ -32584,6 +32632,7 @@ export class CreateDesktopsShrinkRequest extends $dara.Model {
32584
32632
  * cn-hangzhou
32585
32633
  */
32586
32634
  regionId?: string;
32635
+ resellerOwnerUid?: number;
32587
32636
  /**
32588
32637
  * @remarks
32589
32638
  * The ID of the resource group.
@@ -32713,6 +32762,7 @@ export class CreateDesktopsShrinkRequest extends $dara.Model {
32713
32762
  policyGroupId: 'PolicyGroupId',
32714
32763
  promotionId: 'PromotionId',
32715
32764
  regionId: 'RegionId',
32765
+ resellerOwnerUid: 'ResellerOwnerUid',
32716
32766
  resourceGroupId: 'ResourceGroupId',
32717
32767
  savingPlanId: 'SavingPlanId',
32718
32768
  snapshotPolicyId: 'SnapshotPolicyId',
@@ -32752,6 +32802,7 @@ export class CreateDesktopsShrinkRequest extends $dara.Model {
32752
32802
  policyGroupId: 'string',
32753
32803
  promotionId: 'string',
32754
32804
  regionId: 'string',
32805
+ resellerOwnerUid: 'number',
32755
32806
  resourceGroupId: 'string',
32756
32807
  savingPlanId: 'string',
32757
32808
  snapshotPolicyId: 'string',
@@ -33575,6 +33626,7 @@ export class CreateNetworkPackageRequest extends $dara.Model {
33575
33626
  * cn-hangzhou
33576
33627
  */
33577
33628
  regionId?: string;
33629
+ resellerOwnerUid?: number;
33578
33630
  static names(): { [key: string]: string } {
33579
33631
  return {
33580
33632
  autoPay: 'AutoPay',
@@ -33587,6 +33639,7 @@ export class CreateNetworkPackageRequest extends $dara.Model {
33587
33639
  periodUnit: 'PeriodUnit',
33588
33640
  promotionId: 'PromotionId',
33589
33641
  regionId: 'RegionId',
33642
+ resellerOwnerUid: 'ResellerOwnerUid',
33590
33643
  };
33591
33644
  }
33592
33645
 
@@ -33602,6 +33655,7 @@ export class CreateNetworkPackageRequest extends $dara.Model {
33602
33655
  periodUnit: 'string',
33603
33656
  promotionId: 'string',
33604
33657
  regionId: 'string',
33658
+ resellerOwnerUid: 'number',
33605
33659
  };
33606
33660
  }
33607
33661
 
@@ -36387,10 +36441,12 @@ export class DeleteDesktopGroupRequest extends $dara.Model {
36387
36441
  * cn-hangzhou
36388
36442
  */
36389
36443
  regionId?: string;
36444
+ resellerOwnerUid?: number;
36390
36445
  static names(): { [key: string]: string } {
36391
36446
  return {
36392
36447
  desktopGroupId: 'DesktopGroupId',
36393
36448
  regionId: 'RegionId',
36449
+ resellerOwnerUid: 'ResellerOwnerUid',
36394
36450
  };
36395
36451
  }
36396
36452
 
@@ -36398,6 +36454,7 @@ export class DeleteDesktopGroupRequest extends $dara.Model {
36398
36454
  return {
36399
36455
  desktopGroupId: 'string',
36400
36456
  regionId: 'string',
36457
+ resellerOwnerUid: 'number',
36401
36458
  };
36402
36459
  }
36403
36460
 
@@ -36493,10 +36550,12 @@ export class DeleteDesktopsRequest extends $dara.Model {
36493
36550
  * cn-hangzhou
36494
36551
  */
36495
36552
  regionId?: string;
36553
+ resellerOwnerUid?: number;
36496
36554
  static names(): { [key: string]: string } {
36497
36555
  return {
36498
36556
  desktopId: 'DesktopId',
36499
36557
  regionId: 'RegionId',
36558
+ resellerOwnerUid: 'ResellerOwnerUid',
36500
36559
  };
36501
36560
  }
36502
36561
 
@@ -36504,6 +36563,7 @@ export class DeleteDesktopsRequest extends $dara.Model {
36504
36563
  return {
36505
36564
  desktopId: { 'type': 'array', 'itemType': 'string' },
36506
36565
  regionId: 'string',
36566
+ resellerOwnerUid: 'number',
36507
36567
  };
36508
36568
  }
36509
36569
 
@@ -37178,10 +37238,12 @@ export class DeleteNetworkPackagesRequest extends $dara.Model {
37178
37238
  * cn-hangzhou
37179
37239
  */
37180
37240
  regionId?: string;
37241
+ resellerOwnerUid?: number;
37181
37242
  static names(): { [key: string]: string } {
37182
37243
  return {
37183
37244
  networkPackageId: 'NetworkPackageId',
37184
37245
  regionId: 'RegionId',
37246
+ resellerOwnerUid: 'ResellerOwnerUid',
37185
37247
  };
37186
37248
  }
37187
37249
 
@@ -37189,6 +37251,7 @@ export class DeleteNetworkPackagesRequest extends $dara.Model {
37189
37251
  return {
37190
37252
  networkPackageId: { 'type': 'array', 'itemType': 'string' },
37191
37253
  regionId: 'string',
37254
+ resellerOwnerUid: 'number',
37192
37255
  };
37193
37256
  }
37194
37257
 
@@ -45133,6 +45196,7 @@ export class DescribeModificationPriceRequest extends $dara.Model {
45133
45196
  * cn-hangzhou
45134
45197
  */
45135
45198
  regionId?: string;
45199
+ resellerOwnerUid?: number;
45136
45200
  /**
45137
45201
  * @remarks
45138
45202
  * The resource type. The required parameters depend on the resource type.
@@ -45171,6 +45235,7 @@ export class DescribeModificationPriceRequest extends $dara.Model {
45171
45235
  instanceId: 'InstanceId',
45172
45236
  instanceType: 'InstanceType',
45173
45237
  regionId: 'RegionId',
45238
+ resellerOwnerUid: 'ResellerOwnerUid',
45174
45239
  resourceType: 'ResourceType',
45175
45240
  rootDiskSizeGib: 'RootDiskSizeGib',
45176
45241
  userDiskSizeGib: 'UserDiskSizeGib',
@@ -45183,6 +45248,7 @@ export class DescribeModificationPriceRequest extends $dara.Model {
45183
45248
  instanceId: 'string',
45184
45249
  instanceType: 'string',
45185
45250
  regionId: 'string',
45251
+ resellerOwnerUid: 'number',
45186
45252
  resourceType: 'string',
45187
45253
  rootDiskSizeGib: 'number',
45188
45254
  userDiskSizeGib: 'number',
@@ -46227,6 +46293,7 @@ export class DescribePriceRequest extends $dara.Model {
46227
46293
  * cn-hangzhou
46228
46294
  */
46229
46295
  regionId?: string;
46296
+ resellerOwnerUid?: number;
46230
46297
  /**
46231
46298
  * @remarks
46232
46299
  * The type of the resource.
@@ -46299,6 +46366,7 @@ export class DescribePriceRequest extends $dara.Model {
46299
46366
  periodUnit: 'PeriodUnit',
46300
46367
  promotionId: 'PromotionId',
46301
46368
  regionId: 'RegionId',
46369
+ resellerOwnerUid: 'ResellerOwnerUid',
46302
46370
  resourceType: 'ResourceType',
46303
46371
  rootDiskCategory: 'RootDiskCategory',
46304
46372
  rootDiskSizeGib: 'RootDiskSizeGib',
@@ -46320,6 +46388,7 @@ export class DescribePriceRequest extends $dara.Model {
46320
46388
  periodUnit: 'string',
46321
46389
  promotionId: 'string',
46322
46390
  regionId: 'string',
46391
+ resellerOwnerUid: 'number',
46323
46392
  resourceType: 'string',
46324
46393
  rootDiskCategory: 'string',
46325
46394
  rootDiskSizeGib: 'number',
@@ -46960,11 +47029,13 @@ export class DescribeRefundPriceRequest extends $dara.Model {
46960
47029
  * cn-hangzhou
46961
47030
  */
46962
47031
  regionId?: string;
47032
+ resellerOwnerUid?: number;
46963
47033
  static names(): { [key: string]: string } {
46964
47034
  return {
46965
47035
  desktopId: 'DesktopId',
46966
47036
  refundType: 'RefundType',
46967
47037
  regionId: 'RegionId',
47038
+ resellerOwnerUid: 'ResellerOwnerUid',
46968
47039
  };
46969
47040
  }
46970
47041
 
@@ -46973,6 +47044,7 @@ export class DescribeRefundPriceRequest extends $dara.Model {
46973
47044
  desktopId: { 'type': 'array', 'itemType': 'string' },
46974
47045
  refundType: 'string',
46975
47046
  regionId: 'string',
47047
+ resellerOwnerUid: 'number',
46976
47048
  };
46977
47049
  }
46978
47050
 
@@ -47234,6 +47306,7 @@ export class DescribeRenewalPriceRequest extends $dara.Model {
47234
47306
  * cn-hangzhou
47235
47307
  */
47236
47308
  regionId?: string;
47309
+ resellerOwnerUid?: number;
47237
47310
  /**
47238
47311
  * @remarks
47239
47312
  * The resource type.
@@ -47255,6 +47328,7 @@ export class DescribeRenewalPriceRequest extends $dara.Model {
47255
47328
  period: 'Period',
47256
47329
  periodUnit: 'PeriodUnit',
47257
47330
  regionId: 'RegionId',
47331
+ resellerOwnerUid: 'ResellerOwnerUid',
47258
47332
  resourceType: 'ResourceType',
47259
47333
  };
47260
47334
  }
@@ -47266,6 +47340,7 @@ export class DescribeRenewalPriceRequest extends $dara.Model {
47266
47340
  period: 'number',
47267
47341
  periodUnit: 'string',
47268
47342
  regionId: 'string',
47343
+ resellerOwnerUid: 'number',
47269
47344
  resourceType: 'string',
47270
47345
  };
47271
47346
  }
@@ -55948,6 +56023,7 @@ export class ModifyCenterPolicyRequest extends $dara.Model {
55948
56023
  * both
55949
56024
  */
55950
56025
  internetCommunicationProtocol?: string;
56026
+ internetPrinter?: string;
55951
56027
  /**
55952
56028
  * @remarks
55953
56029
  * The read/write permissions on the on-premises drive.
@@ -56343,6 +56419,7 @@ export class ModifyCenterPolicyRequest extends $dara.Model {
56343
56419
  * The security group rules that you want to delete.
56344
56420
  */
56345
56421
  revokeSecurityPolicyRule?: ModifyCenterPolicyRequestRevokeSecurityPolicyRule[];
56422
+ safeMenu?: string;
56346
56423
  /**
56347
56424
  * @remarks
56348
56425
  * The effective scope of the policy.
@@ -56724,6 +56801,7 @@ export class ModifyCenterPolicyRequest extends $dara.Model {
56724
56801
  gpuAcceleration: 'GpuAcceleration',
56725
56802
  html5FileTransfer: 'Html5FileTransfer',
56726
56803
  internetCommunicationProtocol: 'InternetCommunicationProtocol',
56804
+ internetPrinter: 'InternetPrinter',
56727
56805
  localDrive: 'LocalDrive',
56728
56806
  maxReconnectTime: 'MaxReconnectTime',
56729
56807
  memoryDownGradeDuration: 'MemoryDownGradeDuration',
@@ -56764,6 +56842,7 @@ export class ModifyCenterPolicyRequest extends $dara.Model {
56764
56842
  resourceType: 'ResourceType',
56765
56843
  revokeAccessPolicyRule: 'RevokeAccessPolicyRule',
56766
56844
  revokeSecurityPolicyRule: 'RevokeSecurityPolicyRule',
56845
+ safeMenu: 'SafeMenu',
56767
56846
  scope: 'Scope',
56768
56847
  scopeValue: 'ScopeValue',
56769
56848
  sessionMaxRateKbps: 'SessionMaxRateKbps',
@@ -56831,6 +56910,7 @@ export class ModifyCenterPolicyRequest extends $dara.Model {
56831
56910
  gpuAcceleration: 'string',
56832
56911
  html5FileTransfer: 'string',
56833
56912
  internetCommunicationProtocol: 'string',
56913
+ internetPrinter: 'string',
56834
56914
  localDrive: 'string',
56835
56915
  maxReconnectTime: 'number',
56836
56916
  memoryDownGradeDuration: 'number',
@@ -56871,6 +56951,7 @@ export class ModifyCenterPolicyRequest extends $dara.Model {
56871
56951
  resourceType: 'string',
56872
56952
  revokeAccessPolicyRule: { 'type': 'array', 'itemType': ModifyCenterPolicyRequestRevokeAccessPolicyRule },
56873
56953
  revokeSecurityPolicyRule: { 'type': 'array', 'itemType': ModifyCenterPolicyRequestRevokeSecurityPolicyRule },
56954
+ safeMenu: 'string',
56874
56955
  scope: 'string',
56875
56956
  scopeValue: { 'type': 'array', 'itemType': 'string' },
56876
56957
  sessionMaxRateKbps: 'number',
@@ -57852,6 +57933,7 @@ export class ModifyDesktopChargeTypeRequest extends $dara.Model {
57852
57933
  * cn-hangzhou
57853
57934
  */
57854
57935
  regionId?: string;
57936
+ resellerOwnerUid?: number;
57855
57937
  /**
57856
57938
  * @remarks
57857
57939
  * > This parameter is in invitational preview and not publicly available.
@@ -57869,6 +57951,7 @@ export class ModifyDesktopChargeTypeRequest extends $dara.Model {
57869
57951
  periodUnit: 'PeriodUnit',
57870
57952
  promotionId: 'PromotionId',
57871
57953
  regionId: 'RegionId',
57954
+ resellerOwnerUid: 'ResellerOwnerUid',
57872
57955
  useDuration: 'UseDuration',
57873
57956
  };
57874
57957
  }
@@ -57882,6 +57965,7 @@ export class ModifyDesktopChargeTypeRequest extends $dara.Model {
57882
57965
  periodUnit: 'string',
57883
57966
  promotionId: 'string',
57884
57967
  regionId: 'string',
57968
+ resellerOwnerUid: 'number',
57885
57969
  useDuration: 'number',
57886
57970
  };
57887
57971
  }
@@ -59012,6 +59096,7 @@ export class ModifyDesktopSpecRequest extends $dara.Model {
59012
59096
  * cn-hangzhou
59013
59097
  */
59014
59098
  regionId?: string;
59099
+ resellerOwnerUid?: number;
59015
59100
  /**
59016
59101
  * @remarks
59017
59102
  * The array of resource specification templates.
@@ -59095,6 +59180,7 @@ export class ModifyDesktopSpecRequest extends $dara.Model {
59095
59180
  desktopType: 'DesktopType',
59096
59181
  promotionId: 'PromotionId',
59097
59182
  regionId: 'RegionId',
59183
+ resellerOwnerUid: 'ResellerOwnerUid',
59098
59184
  resourceSpecs: 'ResourceSpecs',
59099
59185
  resourceType: 'ResourceType',
59100
59186
  rootDiskSizeGib: 'RootDiskSizeGib',
@@ -59110,6 +59196,7 @@ export class ModifyDesktopSpecRequest extends $dara.Model {
59110
59196
  desktopType: 'string',
59111
59197
  promotionId: 'string',
59112
59198
  regionId: 'string',
59199
+ resellerOwnerUid: 'number',
59113
59200
  resourceSpecs: { 'type': 'array', 'itemType': ModifyDesktopSpecRequestResourceSpecs },
59114
59201
  resourceType: 'string',
59115
59202
  rootDiskSizeGib: 'number',
@@ -60258,6 +60345,7 @@ export class ModifyNetworkPackageBandwidthRequest extends $dara.Model {
60258
60345
  * cn-hangzhou
60259
60346
  */
60260
60347
  regionId?: string;
60348
+ resellerOwnerUid?: number;
60261
60349
  static names(): { [key: string]: string } {
60262
60350
  return {
60263
60351
  autoPay: 'AutoPay',
@@ -60265,6 +60353,7 @@ export class ModifyNetworkPackageBandwidthRequest extends $dara.Model {
60265
60353
  networkPackageId: 'NetworkPackageId',
60266
60354
  promotionId: 'PromotionId',
60267
60355
  regionId: 'RegionId',
60356
+ resellerOwnerUid: 'ResellerOwnerUid',
60268
60357
  };
60269
60358
  }
60270
60359
 
@@ -60275,6 +60364,7 @@ export class ModifyNetworkPackageBandwidthRequest extends $dara.Model {
60275
60364
  networkPackageId: 'string',
60276
60365
  promotionId: 'string',
60277
60366
  regionId: 'string',
60367
+ resellerOwnerUid: 'number',
60278
60368
  };
60279
60369
  }
60280
60370
 
@@ -63595,6 +63685,7 @@ export class RenewDesktopGroupRequest extends $dara.Model {
63595
63685
  * cn-hangzhou
63596
63686
  */
63597
63687
  regionId?: string;
63688
+ resellerOwnerUid?: number;
63598
63689
  static names(): { [key: string]: string } {
63599
63690
  return {
63600
63691
  autoPay: 'AutoPay',
@@ -63603,6 +63694,7 @@ export class RenewDesktopGroupRequest extends $dara.Model {
63603
63694
  period: 'Period',
63604
63695
  periodUnit: 'PeriodUnit',
63605
63696
  regionId: 'RegionId',
63697
+ resellerOwnerUid: 'ResellerOwnerUid',
63606
63698
  };
63607
63699
  }
63608
63700
 
@@ -63614,6 +63706,7 @@ export class RenewDesktopGroupRequest extends $dara.Model {
63614
63706
  period: 'number',
63615
63707
  periodUnit: 'string',
63616
63708
  regionId: 'string',
63709
+ resellerOwnerUid: 'number',
63617
63710
  };
63618
63711
  }
63619
63712
 
@@ -63883,6 +63976,7 @@ export class RenewDesktopsRequest extends $dara.Model {
63883
63976
  * cn-hangzhou
63884
63977
  */
63885
63978
  regionId?: string;
63979
+ resellerOwnerUid?: number;
63886
63980
  /**
63887
63981
  * @remarks
63888
63982
  * > This field is not available for public use.
@@ -63900,6 +63994,7 @@ export class RenewDesktopsRequest extends $dara.Model {
63900
63994
  periodUnit: 'PeriodUnit',
63901
63995
  promotionId: 'PromotionId',
63902
63996
  regionId: 'RegionId',
63997
+ resellerOwnerUid: 'ResellerOwnerUid',
63903
63998
  resourceType: 'ResourceType',
63904
63999
  };
63905
64000
  }
@@ -63913,6 +64008,7 @@ export class RenewDesktopsRequest extends $dara.Model {
63913
64008
  periodUnit: 'string',
63914
64009
  promotionId: 'string',
63915
64010
  regionId: 'string',
64011
+ resellerOwnerUid: 'number',
63916
64012
  resourceType: 'string',
63917
64013
  };
63918
64014
  }
@@ -64086,6 +64182,7 @@ export class RenewNetworkPackagesRequest extends $dara.Model {
64086
64182
  * cn-hangzhou
64087
64183
  */
64088
64184
  regionId?: string;
64185
+ resellerOwnerUid?: number;
64089
64186
  static names(): { [key: string]: string } {
64090
64187
  return {
64091
64188
  autoPay: 'AutoPay',
@@ -64095,6 +64192,7 @@ export class RenewNetworkPackagesRequest extends $dara.Model {
64095
64192
  periodUnit: 'PeriodUnit',
64096
64193
  promotionId: 'PromotionId',
64097
64194
  regionId: 'RegionId',
64195
+ resellerOwnerUid: 'ResellerOwnerUid',
64098
64196
  };
64099
64197
  }
64100
64198
 
@@ -64107,6 +64205,7 @@ export class RenewNetworkPackagesRequest extends $dara.Model {
64107
64205
  periodUnit: 'string',
64108
64206
  promotionId: 'string',
64109
64207
  regionId: 'string',
64208
+ resellerOwnerUid: 'number',
64110
64209
  };
64111
64210
  }
64112
64211
 
@@ -70095,6 +70194,8 @@ export default class Client extends OpenApi {
70095
70194
  }
70096
70195
 
70097
70196
  /**
70197
+ * 创建无地域策略
70198
+ *
70098
70199
  * @param request - CreateCenterPolicyRequest
70099
70200
  * @param runtime - runtime options for this request RuntimeOptions
70100
70201
  * @returns CreateCenterPolicyResponse
@@ -70222,6 +70323,10 @@ export default class Client extends OpenApi {
70222
70323
  query["InternetCommunicationProtocol"] = request.internetCommunicationProtocol;
70223
70324
  }
70224
70325
 
70326
+ if (!$dara.isNull(request.internetPrinter)) {
70327
+ query["InternetPrinter"] = request.internetPrinter;
70328
+ }
70329
+
70225
70330
  if (!$dara.isNull(request.localDrive)) {
70226
70331
  query["LocalDrive"] = request.localDrive;
70227
70332
  }
@@ -70370,6 +70475,10 @@ export default class Client extends OpenApi {
70370
70475
  query["ResourceType"] = request.resourceType;
70371
70476
  }
70372
70477
 
70478
+ if (!$dara.isNull(request.safeMenu)) {
70479
+ query["SafeMenu"] = request.safeMenu;
70480
+ }
70481
+
70373
70482
  if (!$dara.isNull(request.scope)) {
70374
70483
  query["Scope"] = request.scope;
70375
70484
  }
@@ -70516,6 +70625,8 @@ export default class Client extends OpenApi {
70516
70625
  }
70517
70626
 
70518
70627
  /**
70628
+ * 创建无地域策略
70629
+ *
70519
70630
  * @param request - CreateCenterPolicyRequest
70520
70631
  * @returns CreateCenterPolicyResponse
70521
70632
  */
@@ -70593,6 +70704,10 @@ export default class Client extends OpenApi {
70593
70704
  query["RegionId"] = request.regionId;
70594
70705
  }
70595
70706
 
70707
+ if (!$dara.isNull(request.resellerOwnerUid)) {
70708
+ query["ResellerOwnerUid"] = request.resellerOwnerUid;
70709
+ }
70710
+
70596
70711
  if (!$dara.isNull(request.solutionId)) {
70597
70712
  query["SolutionId"] = request.solutionId;
70598
70713
  }
@@ -70938,6 +71053,10 @@ export default class Client extends OpenApi {
70938
71053
  query["RegionId"] = request.regionId;
70939
71054
  }
70940
71055
 
71056
+ if (!$dara.isNull(request.resellerOwnerUid)) {
71057
+ query["ResellerOwnerUid"] = request.resellerOwnerUid;
71058
+ }
71059
+
70941
71060
  if (!$dara.isNull(request.resetType)) {
70942
71061
  query["ResetType"] = request.resetType;
70943
71062
  }
@@ -71245,6 +71364,10 @@ export default class Client extends OpenApi {
71245
71364
  query["RegionId"] = request.regionId;
71246
71365
  }
71247
71366
 
71367
+ if (!$dara.isNull(request.resellerOwnerUid)) {
71368
+ query["ResellerOwnerUid"] = request.resellerOwnerUid;
71369
+ }
71370
+
71248
71371
  if (!$dara.isNull(request.resourceGroupId)) {
71249
71372
  query["ResourceGroupId"] = request.resourceGroupId;
71250
71373
  }
@@ -71582,6 +71705,10 @@ export default class Client extends OpenApi {
71582
71705
  query["RegionId"] = request.regionId;
71583
71706
  }
71584
71707
 
71708
+ if (!$dara.isNull(request.resellerOwnerUid)) {
71709
+ query["ResellerOwnerUid"] = request.resellerOwnerUid;
71710
+ }
71711
+
71585
71712
  let req = new $OpenApiUtil.OpenApiRequest({
71586
71713
  query: OpenApiUtil.query(query),
71587
71714
  });
@@ -72485,6 +72612,10 @@ export default class Client extends OpenApi {
72485
72612
  query["RegionId"] = request.regionId;
72486
72613
  }
72487
72614
 
72615
+ if (!$dara.isNull(request.resellerOwnerUid)) {
72616
+ query["ResellerOwnerUid"] = request.resellerOwnerUid;
72617
+ }
72618
+
72488
72619
  let req = new $OpenApiUtil.OpenApiRequest({
72489
72620
  query: OpenApiUtil.query(query),
72490
72621
  });
@@ -72536,6 +72667,10 @@ export default class Client extends OpenApi {
72536
72667
  query["RegionId"] = request.regionId;
72537
72668
  }
72538
72669
 
72670
+ if (!$dara.isNull(request.resellerOwnerUid)) {
72671
+ query["ResellerOwnerUid"] = request.resellerOwnerUid;
72672
+ }
72673
+
72539
72674
  let req = new $OpenApiUtil.OpenApiRequest({
72540
72675
  query: OpenApiUtil.query(query),
72541
72676
  });
@@ -72848,6 +72983,10 @@ export default class Client extends OpenApi {
72848
72983
  query["RegionId"] = request.regionId;
72849
72984
  }
72850
72985
 
72986
+ if (!$dara.isNull(request.resellerOwnerUid)) {
72987
+ query["ResellerOwnerUid"] = request.resellerOwnerUid;
72988
+ }
72989
+
72851
72990
  let req = new $OpenApiUtil.OpenApiRequest({
72852
72991
  query: OpenApiUtil.query(query),
72853
72992
  });
@@ -75614,6 +75753,10 @@ export default class Client extends OpenApi {
75614
75753
  query["RegionId"] = request.regionId;
75615
75754
  }
75616
75755
 
75756
+ if (!$dara.isNull(request.resellerOwnerUid)) {
75757
+ query["ResellerOwnerUid"] = request.resellerOwnerUid;
75758
+ }
75759
+
75617
75760
  if (!$dara.isNull(request.resourceType)) {
75618
75761
  query["ResourceType"] = request.resourceType;
75619
75762
  }
@@ -75972,6 +76115,10 @@ export default class Client extends OpenApi {
75972
76115
  query["RegionId"] = request.regionId;
75973
76116
  }
75974
76117
 
76118
+ if (!$dara.isNull(request.resellerOwnerUid)) {
76119
+ query["ResellerOwnerUid"] = request.resellerOwnerUid;
76120
+ }
76121
+
75975
76122
  if (!$dara.isNull(request.resourceType)) {
75976
76123
  query["ResourceType"] = request.resourceType;
75977
76124
  }
@@ -76298,6 +76445,10 @@ export default class Client extends OpenApi {
76298
76445
  query["RegionId"] = request.regionId;
76299
76446
  }
76300
76447
 
76448
+ if (!$dara.isNull(request.resellerOwnerUid)) {
76449
+ query["ResellerOwnerUid"] = request.resellerOwnerUid;
76450
+ }
76451
+
76301
76452
  let req = new $OpenApiUtil.OpenApiRequest({
76302
76453
  query: OpenApiUtil.query(query),
76303
76454
  });
@@ -76402,6 +76553,10 @@ export default class Client extends OpenApi {
76402
76553
  query["RegionId"] = request.regionId;
76403
76554
  }
76404
76555
 
76556
+ if (!$dara.isNull(request.resellerOwnerUid)) {
76557
+ query["ResellerOwnerUid"] = request.resellerOwnerUid;
76558
+ }
76559
+
76405
76560
  if (!$dara.isNull(request.resourceType)) {
76406
76561
  query["ResourceType"] = request.resourceType;
76407
76562
  }
@@ -79458,6 +79613,10 @@ export default class Client extends OpenApi {
79458
79613
  query["InternetCommunicationProtocol"] = request.internetCommunicationProtocol;
79459
79614
  }
79460
79615
 
79616
+ if (!$dara.isNull(request.internetPrinter)) {
79617
+ query["InternetPrinter"] = request.internetPrinter;
79618
+ }
79619
+
79461
79620
  if (!$dara.isNull(request.localDrive)) {
79462
79621
  query["LocalDrive"] = request.localDrive;
79463
79622
  }
@@ -79618,6 +79777,10 @@ export default class Client extends OpenApi {
79618
79777
  query["RevokeSecurityPolicyRule"] = request.revokeSecurityPolicyRule;
79619
79778
  }
79620
79779
 
79780
+ if (!$dara.isNull(request.safeMenu)) {
79781
+ query["SafeMenu"] = request.safeMenu;
79782
+ }
79783
+
79621
79784
  if (!$dara.isNull(request.scope)) {
79622
79785
  query["Scope"] = request.scope;
79623
79786
  }
@@ -80095,6 +80258,10 @@ export default class Client extends OpenApi {
80095
80258
  query["RegionId"] = request.regionId;
80096
80259
  }
80097
80260
 
80261
+ if (!$dara.isNull(request.resellerOwnerUid)) {
80262
+ query["ResellerOwnerUid"] = request.resellerOwnerUid;
80263
+ }
80264
+
80098
80265
  if (!$dara.isNull(request.useDuration)) {
80099
80266
  query["UseDuration"] = request.useDuration;
80100
80267
  }
@@ -80618,6 +80785,10 @@ export default class Client extends OpenApi {
80618
80785
  query["RegionId"] = request.regionId;
80619
80786
  }
80620
80787
 
80788
+ if (!$dara.isNull(request.resellerOwnerUid)) {
80789
+ query["ResellerOwnerUid"] = request.resellerOwnerUid;
80790
+ }
80791
+
80621
80792
  if (!$dara.isNull(request.resourceSpecs)) {
80622
80793
  query["ResourceSpecs"] = request.resourceSpecs;
80623
80794
  }
@@ -81156,6 +81327,10 @@ export default class Client extends OpenApi {
81156
81327
  query["RegionId"] = request.regionId;
81157
81328
  }
81158
81329
 
81330
+ if (!$dara.isNull(request.resellerOwnerUid)) {
81331
+ query["ResellerOwnerUid"] = request.resellerOwnerUid;
81332
+ }
81333
+
81159
81334
  let req = new $OpenApiUtil.OpenApiRequest({
81160
81335
  query: OpenApiUtil.query(query),
81161
81336
  });
@@ -82378,6 +82553,10 @@ export default class Client extends OpenApi {
82378
82553
  query["RegionId"] = request.regionId;
82379
82554
  }
82380
82555
 
82556
+ if (!$dara.isNull(request.resellerOwnerUid)) {
82557
+ query["ResellerOwnerUid"] = request.resellerOwnerUid;
82558
+ }
82559
+
82381
82560
  let req = new $OpenApiUtil.OpenApiRequest({
82382
82561
  query: OpenApiUtil.query(query),
82383
82562
  });
@@ -82494,6 +82673,10 @@ export default class Client extends OpenApi {
82494
82673
  query["RegionId"] = request.regionId;
82495
82674
  }
82496
82675
 
82676
+ if (!$dara.isNull(request.resellerOwnerUid)) {
82677
+ query["ResellerOwnerUid"] = request.resellerOwnerUid;
82678
+ }
82679
+
82497
82680
  if (!$dara.isNull(request.resourceType)) {
82498
82681
  query["ResourceType"] = request.resourceType;
82499
82682
  }
@@ -82564,6 +82747,10 @@ export default class Client extends OpenApi {
82564
82747
  query["RegionId"] = request.regionId;
82565
82748
  }
82566
82749
 
82750
+ if (!$dara.isNull(request.resellerOwnerUid)) {
82751
+ query["ResellerOwnerUid"] = request.resellerOwnerUid;
82752
+ }
82753
+
82567
82754
  let req = new $OpenApiUtil.OpenApiRequest({
82568
82755
  query: OpenApiUtil.query(query),
82569
82756
  });