@alicloud/ecd20200930 4.6.0 → 4.6.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 +547 -148
- package/dist/client.js +30 -10
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +553 -148
package/dist/client.js
CHANGED
|
@@ -595,6 +595,7 @@ class CreateConfigGroupRequestConfigTimers extends $dara.Model {
|
|
|
595
595
|
cronExpression: 'CronExpression',
|
|
596
596
|
enforce: 'Enforce',
|
|
597
597
|
interval: 'Interval',
|
|
598
|
+
notificationTime: 'NotificationTime',
|
|
598
599
|
operationType: 'OperationType',
|
|
599
600
|
processWhitelist: 'ProcessWhitelist',
|
|
600
601
|
resetType: 'ResetType',
|
|
@@ -608,6 +609,7 @@ class CreateConfigGroupRequestConfigTimers extends $dara.Model {
|
|
|
608
609
|
cronExpression: 'string',
|
|
609
610
|
enforce: 'boolean',
|
|
610
611
|
interval: 'number',
|
|
612
|
+
notificationTime: 'number',
|
|
611
613
|
operationType: 'string',
|
|
612
614
|
processWhitelist: { 'type': 'array', 'itemType': 'string' },
|
|
613
615
|
resetType: 'string',
|
|
@@ -5239,6 +5241,7 @@ class DescribeTimerGroupResponseBodyDataConfigTimers extends $dara.Model {
|
|
|
5239
5241
|
cronExpression: 'CronExpression',
|
|
5240
5242
|
enforce: 'Enforce',
|
|
5241
5243
|
interval: 'Interval',
|
|
5244
|
+
notificationTime: 'NotificationTime',
|
|
5242
5245
|
operationType: 'OperationType',
|
|
5243
5246
|
processWhitelist: 'ProcessWhitelist',
|
|
5244
5247
|
resetType: 'ResetType',
|
|
@@ -5252,6 +5255,7 @@ class DescribeTimerGroupResponseBodyDataConfigTimers extends $dara.Model {
|
|
|
5252
5255
|
cronExpression: 'string',
|
|
5253
5256
|
enforce: 'boolean',
|
|
5254
5257
|
interval: 'number',
|
|
5258
|
+
notificationTime: 'number',
|
|
5255
5259
|
operationType: 'string',
|
|
5256
5260
|
processWhitelist: { 'type': 'array', 'itemType': 'string' },
|
|
5257
5261
|
resetType: 'string',
|
|
@@ -6882,6 +6886,7 @@ class ModifyTimerGroupRequestConfigTimers extends $dara.Model {
|
|
|
6882
6886
|
cronExpression: 'CronExpression',
|
|
6883
6887
|
enforce: 'Enforce',
|
|
6884
6888
|
interval: 'Interval',
|
|
6889
|
+
notificationTime: 'NotificationTime',
|
|
6885
6890
|
operationType: 'OperationType',
|
|
6886
6891
|
processWhitelist: 'ProcessWhitelist',
|
|
6887
6892
|
resetType: 'ResetType',
|
|
@@ -6895,6 +6900,7 @@ class ModifyTimerGroupRequestConfigTimers extends $dara.Model {
|
|
|
6895
6900
|
cronExpression: 'string',
|
|
6896
6901
|
enforce: 'boolean',
|
|
6897
6902
|
interval: 'number',
|
|
6903
|
+
notificationTime: 'number',
|
|
6898
6904
|
operationType: 'string',
|
|
6899
6905
|
processWhitelist: { 'type': 'array', 'itemType': 'string' },
|
|
6900
6906
|
resetType: 'string',
|
|
@@ -29572,7 +29578,10 @@ class Client extends openapi_core_1.default {
|
|
|
29572
29578
|
return await this.createCenterPolicyWithOptions(request, runtime);
|
|
29573
29579
|
}
|
|
29574
29580
|
/**
|
|
29575
|
-
* Creates
|
|
29581
|
+
* Creates an enterprise drive.
|
|
29582
|
+
*
|
|
29583
|
+
* @remarks
|
|
29584
|
+
* Before you call this operation, make sure that you understand the billing methods and pricing of Enterprise Drive Service (formerly Cloud Drive Service). For more information, see [Overview](https://help.aliyun.com/document_detail/386301.html).
|
|
29576
29585
|
*
|
|
29577
29586
|
* @param request - CreateCloudDriveServiceRequest
|
|
29578
29587
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -29654,7 +29663,10 @@ class Client extends openapi_core_1.default {
|
|
|
29654
29663
|
}
|
|
29655
29664
|
}
|
|
29656
29665
|
/**
|
|
29657
|
-
* Creates
|
|
29666
|
+
* Creates an enterprise drive.
|
|
29667
|
+
*
|
|
29668
|
+
* @remarks
|
|
29669
|
+
* Before you call this operation, make sure that you understand the billing methods and pricing of Enterprise Drive Service (formerly Cloud Drive Service). For more information, see [Overview](https://help.aliyun.com/document_detail/386301.html).
|
|
29658
29670
|
*
|
|
29659
29671
|
* @param request - CreateCloudDriveServiceRequest
|
|
29660
29672
|
* @returns CreateCloudDriveServiceResponse
|
|
@@ -32778,7 +32790,7 @@ class Client extends openapi_core_1.default {
|
|
|
32778
32790
|
return await this.describeDesktopGroupSessionsWithOptions(request, runtime);
|
|
32779
32791
|
}
|
|
32780
32792
|
/**
|
|
32781
|
-
* Queries
|
|
32793
|
+
* Queries cloud computer shares.
|
|
32782
32794
|
*
|
|
32783
32795
|
* @param request - DescribeDesktopGroupsRequest
|
|
32784
32796
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -32866,7 +32878,7 @@ class Client extends openapi_core_1.default {
|
|
|
32866
32878
|
}
|
|
32867
32879
|
}
|
|
32868
32880
|
/**
|
|
32869
|
-
* Queries
|
|
32881
|
+
* Queries cloud computer shares.
|
|
32870
32882
|
*
|
|
32871
32883
|
* @param request - DescribeDesktopGroupsRequest
|
|
32872
32884
|
* @returns DescribeDesktopGroupsResponse
|
|
@@ -34233,6 +34245,8 @@ class Client extends openapi_core_1.default {
|
|
|
34233
34245
|
return await this.describeKmsKeysWithOptions(request, runtime);
|
|
34234
34246
|
}
|
|
34235
34247
|
/**
|
|
34248
|
+
* Queries the price for changing the specifications of a monthly subscription cloud computer with unlimited hours or a premium bandwidth plan.
|
|
34249
|
+
*
|
|
34236
34250
|
* @param request - DescribeModificationPriceRequest
|
|
34237
34251
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
34238
34252
|
* @returns DescribeModificationPriceResponse
|
|
@@ -34283,6 +34297,8 @@ class Client extends openapi_core_1.default {
|
|
|
34283
34297
|
}
|
|
34284
34298
|
}
|
|
34285
34299
|
/**
|
|
34300
|
+
* Queries the price for changing the specifications of a monthly subscription cloud computer with unlimited hours or a premium bandwidth plan.
|
|
34301
|
+
*
|
|
34286
34302
|
* @param request - DescribeModificationPriceRequest
|
|
34287
34303
|
* @returns DescribeModificationPriceResponse
|
|
34288
34304
|
*/
|
|
@@ -34967,6 +34983,8 @@ class Client extends openapi_core_1.default {
|
|
|
34967
34983
|
return await this.describeRegionsWithOptions(request, runtime);
|
|
34968
34984
|
}
|
|
34969
34985
|
/**
|
|
34986
|
+
* Queries the renewal price of an Alibaba Cloud Workspace service.
|
|
34987
|
+
*
|
|
34970
34988
|
* @param request - DescribeRenewalPriceRequest
|
|
34971
34989
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
34972
34990
|
* @returns DescribeRenewalPriceResponse
|
|
@@ -35014,6 +35032,8 @@ class Client extends openapi_core_1.default {
|
|
|
35014
35032
|
}
|
|
35015
35033
|
}
|
|
35016
35034
|
/**
|
|
35035
|
+
* Queries the renewal price of an Alibaba Cloud Workspace service.
|
|
35036
|
+
*
|
|
35017
35037
|
* @param request - DescribeRenewalPriceRequest
|
|
35018
35038
|
* @returns DescribeRenewalPriceResponse
|
|
35019
35039
|
*/
|
|
@@ -36446,7 +36466,7 @@ class Client extends openapi_core_1.default {
|
|
|
36446
36466
|
return await this.getCoordinateTicketWithOptions(request, runtime);
|
|
36447
36467
|
}
|
|
36448
36468
|
/**
|
|
36449
|
-
* Queries the information about a cloud computer
|
|
36469
|
+
* Queries the information about a cloud computer share.
|
|
36450
36470
|
*
|
|
36451
36471
|
* @param request - GetDesktopGroupDetailRequest
|
|
36452
36472
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -36483,7 +36503,7 @@ class Client extends openapi_core_1.default {
|
|
|
36483
36503
|
}
|
|
36484
36504
|
}
|
|
36485
36505
|
/**
|
|
36486
|
-
* Queries the information about a cloud computer
|
|
36506
|
+
* Queries the information about a cloud computer share.
|
|
36487
36507
|
*
|
|
36488
36508
|
* @param request - GetDesktopGroupDetailRequest
|
|
36489
36509
|
* @returns GetDesktopGroupDetailResponse
|
|
@@ -38454,10 +38474,10 @@ class Client extends openapi_core_1.default {
|
|
|
38454
38474
|
return await this.modifyDesktopChargeTypeWithOptions(request, runtime);
|
|
38455
38475
|
}
|
|
38456
38476
|
/**
|
|
38457
|
-
* Modifies
|
|
38477
|
+
* Modifies a cloud computer share.
|
|
38458
38478
|
*
|
|
38459
38479
|
* @remarks
|
|
38460
|
-
*
|
|
38480
|
+
* Once a cloud computer share is created, the system automatically provisions cloud computers according to the auto-scaling policy and user connections, all based on the same template and security policy. You can adjust the cloud computer share\\"s configurations, including the share name, template, and policy, for different business scenarios.
|
|
38461
38481
|
*
|
|
38462
38482
|
* @param request - ModifyDesktopGroupRequest
|
|
38463
38483
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -38566,10 +38586,10 @@ class Client extends openapi_core_1.default {
|
|
|
38566
38586
|
}
|
|
38567
38587
|
}
|
|
38568
38588
|
/**
|
|
38569
|
-
* Modifies
|
|
38589
|
+
* Modifies a cloud computer share.
|
|
38570
38590
|
*
|
|
38571
38591
|
* @remarks
|
|
38572
|
-
*
|
|
38592
|
+
* Once a cloud computer share is created, the system automatically provisions cloud computers according to the auto-scaling policy and user connections, all based on the same template and security policy. You can adjust the cloud computer share\\"s configurations, including the share name, template, and policy, for different business scenarios.
|
|
38573
38593
|
*
|
|
38574
38594
|
* @param request - ModifyDesktopGroupRequest
|
|
38575
38595
|
* @returns ModifyDesktopGroupResponse
|