@alicloud/ecd20200930 4.2.3 → 4.2.4
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 +8 -0
- package/dist/client.js +34 -0
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +45 -0
package/dist/client.d.ts
CHANGED
|
@@ -8829,6 +8829,7 @@ export declare class DescribePolicyGroupsResponseBodyDescribePolicyGroups extend
|
|
|
8829
8829
|
* on
|
|
8830
8830
|
*/
|
|
8831
8831
|
endUserGroupCoordinate?: string;
|
|
8832
|
+
fileTransfer?: string;
|
|
8832
8833
|
/**
|
|
8833
8834
|
* @remarks
|
|
8834
8835
|
* Indicates whether the image quality feature is enabled for Graphics cloud desktops. If you have high requirements for desktop performance and user experience, we recommend that you enable this feature. For example, you can enable this feature in professional graphic design scenarios.
|
|
@@ -9057,6 +9058,9 @@ export declare class DescribePolicyGroupsResponseBodyDescribePolicyGroups extend
|
|
|
9057
9058
|
* 30
|
|
9058
9059
|
*/
|
|
9059
9060
|
recordContentExpires?: number;
|
|
9061
|
+
recordEventDuration?: number;
|
|
9062
|
+
recordEventFilePaths?: string[];
|
|
9063
|
+
recordEventRegisters?: string[];
|
|
9060
9064
|
/**
|
|
9061
9065
|
* @remarks
|
|
9062
9066
|
* Indicates whether the screen recording feature is enabled.
|
|
@@ -9155,6 +9159,7 @@ export declare class DescribePolicyGroupsResponseBodyDescribePolicyGroups extend
|
|
|
9155
9159
|
* fullControl
|
|
9156
9160
|
*/
|
|
9157
9161
|
remoteCoordinate?: string;
|
|
9162
|
+
resetDesktop?: string;
|
|
9158
9163
|
resourceGroupCount?: number;
|
|
9159
9164
|
resourceRegionId?: string;
|
|
9160
9165
|
/**
|
|
@@ -27341,6 +27346,7 @@ export declare class DescribeOfficeSitesResponse extends $dara.Model {
|
|
|
27341
27346
|
});
|
|
27342
27347
|
}
|
|
27343
27348
|
export declare class DescribePolicyGroupsRequest extends $dara.Model {
|
|
27349
|
+
externalPolicyGroupIds?: string[];
|
|
27344
27350
|
/**
|
|
27345
27351
|
* @remarks
|
|
27346
27352
|
* The number of entries per page.
|
|
@@ -27843,6 +27849,8 @@ export declare class DescribeRecordingsRequest extends $dara.Model {
|
|
|
27843
27849
|
* 10
|
|
27844
27850
|
*/
|
|
27845
27851
|
signedUrlExpireMinutes?: number;
|
|
27852
|
+
standardEndTime?: string;
|
|
27853
|
+
standardStartTime?: string;
|
|
27846
27854
|
/**
|
|
27847
27855
|
* @example
|
|
27848
27856
|
* 20230424000000
|
package/dist/client.js
CHANGED
|
@@ -3620,6 +3620,7 @@ class DescribePolicyGroupsResponseBodyDescribePolicyGroups extends $dara.Model {
|
|
|
3620
3620
|
edsCount: 'EdsCount',
|
|
3621
3621
|
endUserApplyAdminCoordinate: 'EndUserApplyAdminCoordinate',
|
|
3622
3622
|
endUserGroupCoordinate: 'EndUserGroupCoordinate',
|
|
3623
|
+
fileTransfer: 'FileTransfer',
|
|
3623
3624
|
gpuAcceleration: 'GpuAcceleration',
|
|
3624
3625
|
html5Access: 'Html5Access',
|
|
3625
3626
|
html5FileTransfer: 'Html5FileTransfer',
|
|
@@ -3646,6 +3647,9 @@ class DescribePolicyGroupsResponseBodyDescribePolicyGroups extends $dara.Model {
|
|
|
3646
3647
|
qualityEnhancement: 'QualityEnhancement',
|
|
3647
3648
|
recordContent: 'RecordContent',
|
|
3648
3649
|
recordContentExpires: 'RecordContentExpires',
|
|
3650
|
+
recordEventDuration: 'RecordEventDuration',
|
|
3651
|
+
recordEventFilePaths: 'RecordEventFilePaths',
|
|
3652
|
+
recordEventRegisters: 'RecordEventRegisters',
|
|
3649
3653
|
recording: 'Recording',
|
|
3650
3654
|
recordingAudio: 'RecordingAudio',
|
|
3651
3655
|
recordingDuration: 'RecordingDuration',
|
|
@@ -3656,6 +3660,7 @@ class DescribePolicyGroupsResponseBodyDescribePolicyGroups extends $dara.Model {
|
|
|
3656
3660
|
recordingUserNotify: 'RecordingUserNotify',
|
|
3657
3661
|
recordingUserNotifyMessage: 'RecordingUserNotifyMessage',
|
|
3658
3662
|
remoteCoordinate: 'RemoteCoordinate',
|
|
3663
|
+
resetDesktop: 'ResetDesktop',
|
|
3659
3664
|
resourceGroupCount: 'ResourceGroupCount',
|
|
3660
3665
|
resourceRegionId: 'ResourceRegionId',
|
|
3661
3666
|
scope: 'Scope',
|
|
@@ -3716,6 +3721,7 @@ class DescribePolicyGroupsResponseBodyDescribePolicyGroups extends $dara.Model {
|
|
|
3716
3721
|
edsCount: 'number',
|
|
3717
3722
|
endUserApplyAdminCoordinate: 'string',
|
|
3718
3723
|
endUserGroupCoordinate: 'string',
|
|
3724
|
+
fileTransfer: 'string',
|
|
3719
3725
|
gpuAcceleration: 'string',
|
|
3720
3726
|
html5Access: 'string',
|
|
3721
3727
|
html5FileTransfer: 'string',
|
|
@@ -3742,6 +3748,9 @@ class DescribePolicyGroupsResponseBodyDescribePolicyGroups extends $dara.Model {
|
|
|
3742
3748
|
qualityEnhancement: 'string',
|
|
3743
3749
|
recordContent: 'string',
|
|
3744
3750
|
recordContentExpires: 'number',
|
|
3751
|
+
recordEventDuration: 'number',
|
|
3752
|
+
recordEventFilePaths: { 'type': 'array', 'itemType': 'string' },
|
|
3753
|
+
recordEventRegisters: { 'type': 'array', 'itemType': 'string' },
|
|
3745
3754
|
recording: 'string',
|
|
3746
3755
|
recordingAudio: 'string',
|
|
3747
3756
|
recordingDuration: 'number',
|
|
@@ -3752,6 +3761,7 @@ class DescribePolicyGroupsResponseBodyDescribePolicyGroups extends $dara.Model {
|
|
|
3752
3761
|
recordingUserNotify: 'string',
|
|
3753
3762
|
recordingUserNotifyMessage: 'string',
|
|
3754
3763
|
remoteCoordinate: 'string',
|
|
3764
|
+
resetDesktop: 'string',
|
|
3755
3765
|
resourceGroupCount: 'number',
|
|
3756
3766
|
resourceRegionId: 'string',
|
|
3757
3767
|
scope: 'string',
|
|
@@ -3816,6 +3826,12 @@ class DescribePolicyGroupsResponseBodyDescribePolicyGroups extends $dara.Model {
|
|
|
3816
3826
|
if (Array.isArray(this.preemptLoginUsers)) {
|
|
3817
3827
|
$dara.Model.validateArray(this.preemptLoginUsers);
|
|
3818
3828
|
}
|
|
3829
|
+
if (Array.isArray(this.recordEventFilePaths)) {
|
|
3830
|
+
$dara.Model.validateArray(this.recordEventFilePaths);
|
|
3831
|
+
}
|
|
3832
|
+
if (Array.isArray(this.recordEventRegisters)) {
|
|
3833
|
+
$dara.Model.validateArray(this.recordEventRegisters);
|
|
3834
|
+
}
|
|
3819
3835
|
if (Array.isArray(this.scopeValue)) {
|
|
3820
3836
|
$dara.Model.validateArray(this.scopeValue);
|
|
3821
3837
|
}
|
|
@@ -14494,6 +14510,7 @@ exports.DescribeOfficeSitesResponse = DescribeOfficeSitesResponse;
|
|
|
14494
14510
|
class DescribePolicyGroupsRequest extends $dara.Model {
|
|
14495
14511
|
static names() {
|
|
14496
14512
|
return {
|
|
14513
|
+
externalPolicyGroupIds: 'ExternalPolicyGroupIds',
|
|
14497
14514
|
maxResults: 'MaxResults',
|
|
14498
14515
|
nextToken: 'NextToken',
|
|
14499
14516
|
policyGroupId: 'PolicyGroupId',
|
|
@@ -14503,6 +14520,7 @@ class DescribePolicyGroupsRequest extends $dara.Model {
|
|
|
14503
14520
|
}
|
|
14504
14521
|
static types() {
|
|
14505
14522
|
return {
|
|
14523
|
+
externalPolicyGroupIds: { 'type': 'array', 'itemType': 'string' },
|
|
14506
14524
|
maxResults: 'number',
|
|
14507
14525
|
nextToken: 'string',
|
|
14508
14526
|
policyGroupId: { 'type': 'array', 'itemType': 'string' },
|
|
@@ -14511,6 +14529,9 @@ class DescribePolicyGroupsRequest extends $dara.Model {
|
|
|
14511
14529
|
};
|
|
14512
14530
|
}
|
|
14513
14531
|
validate() {
|
|
14532
|
+
if (Array.isArray(this.externalPolicyGroupIds)) {
|
|
14533
|
+
$dara.Model.validateArray(this.externalPolicyGroupIds);
|
|
14534
|
+
}
|
|
14514
14535
|
if (Array.isArray(this.policyGroupId)) {
|
|
14515
14536
|
$dara.Model.validateArray(this.policyGroupId);
|
|
14516
14537
|
}
|
|
@@ -14925,6 +14946,8 @@ class DescribeRecordingsRequest extends $dara.Model {
|
|
|
14925
14946
|
policyGroupId: 'PolicyGroupId',
|
|
14926
14947
|
regionId: 'RegionId',
|
|
14927
14948
|
signedUrlExpireMinutes: 'SignedUrlExpireMinutes',
|
|
14949
|
+
standardEndTime: 'StandardEndTime',
|
|
14950
|
+
standardStartTime: 'StandardStartTime',
|
|
14928
14951
|
startTime: 'StartTime',
|
|
14929
14952
|
};
|
|
14930
14953
|
}
|
|
@@ -14938,6 +14961,8 @@ class DescribeRecordingsRequest extends $dara.Model {
|
|
|
14938
14961
|
policyGroupId: 'string',
|
|
14939
14962
|
regionId: 'string',
|
|
14940
14963
|
signedUrlExpireMinutes: 'number',
|
|
14964
|
+
standardEndTime: 'string',
|
|
14965
|
+
standardStartTime: 'string',
|
|
14941
14966
|
startTime: 'string',
|
|
14942
14967
|
};
|
|
14943
14968
|
}
|
|
@@ -29823,6 +29848,9 @@ class Client extends openapi_core_1.default {
|
|
|
29823
29848
|
async describePolicyGroupsWithOptions(request, runtime) {
|
|
29824
29849
|
request.validate();
|
|
29825
29850
|
let query = {};
|
|
29851
|
+
if (!$dara.isNull(request.externalPolicyGroupIds)) {
|
|
29852
|
+
query["ExternalPolicyGroupIds"] = request.externalPolicyGroupIds;
|
|
29853
|
+
}
|
|
29826
29854
|
if (!$dara.isNull(request.maxResults)) {
|
|
29827
29855
|
query["MaxResults"] = request.maxResults;
|
|
29828
29856
|
}
|
|
@@ -30143,6 +30171,12 @@ class Client extends openapi_core_1.default {
|
|
|
30143
30171
|
if (!$dara.isNull(request.signedUrlExpireMinutes)) {
|
|
30144
30172
|
query["SignedUrlExpireMinutes"] = request.signedUrlExpireMinutes;
|
|
30145
30173
|
}
|
|
30174
|
+
if (!$dara.isNull(request.standardEndTime)) {
|
|
30175
|
+
query["StandardEndTime"] = request.standardEndTime;
|
|
30176
|
+
}
|
|
30177
|
+
if (!$dara.isNull(request.standardStartTime)) {
|
|
30178
|
+
query["StandardStartTime"] = request.standardStartTime;
|
|
30179
|
+
}
|
|
30146
30180
|
if (!$dara.isNull(request.startTime)) {
|
|
30147
30181
|
query["StartTime"] = request.startTime;
|
|
30148
30182
|
}
|