tencentcloud-sdk-nodejs-intl-en 3.0.589 → 3.0.590
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/package.json +1 -1
- package/tencentcloud/cdn/v20180606/cdn_client.js +1 -1
- package/tencentcloud/cdn/v20180606/models.js +17 -3
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/lighthouse/v20200324/lighthouse_client.js +46 -16
- package/tencentcloud/lighthouse/v20200324/models.js +527 -105
- package/tencentcloud/tms/v20201229/models.js +93 -2
- package/tencentcloud/tms/v20201229/tms_client.js +1 -0
package/package.json
CHANGED
|
@@ -282,7 +282,7 @@ class CdnClient extends AbstractClient {
|
|
|
282
282
|
}
|
|
283
283
|
|
|
284
284
|
/**
|
|
285
|
-
* This API is used to query the
|
|
285
|
+
* This API is used to query the IP details of edge nodes (available soon) and intermediate nodes. Note that there is a certain delay in data availability.
|
|
286
286
|
|
|
287
287
|
>? If you have migrated your ECDN service to CDN, you can use the <a href="https://intl.cloud.tencent.com/document/api/228/41954?from_cn_redirect=1">corresponding CDN API</a>.
|
|
288
288
|
* @param {DescribeIpStatusRequest} req
|
|
@@ -4942,7 +4942,7 @@ class UpdateDomainConfigRequest extends AbstractModel {
|
|
|
4942
4942
|
this.Cache = null;
|
|
4943
4943
|
|
|
4944
4944
|
/**
|
|
4945
|
-
* Cross-border linkage optimization
|
|
4945
|
+
* (Disused) Cross-border linkage optimization\
|
|
4946
4946
|
* @type {OriginPullOptimization || null}
|
|
4947
4947
|
*/
|
|
4948
4948
|
this.OriginPullOptimization = null;
|
|
@@ -7239,6 +7239,18 @@ If this parameter is left empty, edge server information will be returned by def
|
|
|
7239
7239
|
*/
|
|
7240
7240
|
this.Segment = null;
|
|
7241
7241
|
|
|
7242
|
+
/**
|
|
7243
|
+
*
|
|
7244
|
+
* @type {boolean || null}
|
|
7245
|
+
*/
|
|
7246
|
+
this.ShowIpv6 = null;
|
|
7247
|
+
|
|
7248
|
+
/**
|
|
7249
|
+
* Whether to abbreviate the IPv6 address.
|
|
7250
|
+
* @type {boolean || null}
|
|
7251
|
+
*/
|
|
7252
|
+
this.AbbreviationIpv6 = null;
|
|
7253
|
+
|
|
7242
7254
|
}
|
|
7243
7255
|
|
|
7244
7256
|
/**
|
|
@@ -7252,6 +7264,8 @@ If this parameter is left empty, edge server information will be returned by def
|
|
|
7252
7264
|
this.Layer = 'Layer' in params ? params.Layer : null;
|
|
7253
7265
|
this.Area = 'Area' in params ? params.Area : null;
|
|
7254
7266
|
this.Segment = 'Segment' in params ? params.Segment : null;
|
|
7267
|
+
this.ShowIpv6 = 'ShowIpv6' in params ? params.ShowIpv6 : null;
|
|
7268
|
+
this.AbbreviationIpv6 = 'AbbreviationIpv6' in params ? params.AbbreviationIpv6 : null;
|
|
7255
7269
|
|
|
7256
7270
|
}
|
|
7257
7271
|
}
|
|
@@ -12637,7 +12651,7 @@ The specified purging region should match the domain name acceleration region.
|
|
|
12637
12651
|
}
|
|
12638
12652
|
|
|
12639
12653
|
/**
|
|
12640
|
-
* Cross-border origin-pull optimization
|
|
12654
|
+
* (Disused) Cross-border origin-pull optimization
|
|
12641
12655
|
* @class
|
|
12642
12656
|
*/
|
|
12643
12657
|
class OriginPullOptimization extends AbstractModel {
|
|
@@ -14669,7 +14683,7 @@ Note: This field may return `null`, indicating that no valid value can be obtain
|
|
|
14669
14683
|
this.ConnectTimeout = null;
|
|
14670
14684
|
|
|
14671
14685
|
/**
|
|
14672
|
-
* The origin-pull receipt timeout (in seconds). Valid range: 10-
|
|
14686
|
+
* The origin-pull receipt timeout (in seconds). Valid range: 10-300.
|
|
14673
14687
|
Note: This field may return `null`, indicating that no valid value can be obtained.
|
|
14674
14688
|
* @type {number || null}
|
|
14675
14689
|
*/
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
const sdkVersion = "3.0.
|
|
1
|
+
const sdkVersion = "3.0.590";
|
|
2
2
|
module.exports = sdkVersion
|
|
@@ -32,14 +32,16 @@ const InquirePriceCreateDisksRequest = models.InquirePriceCreateDisksRequest;
|
|
|
32
32
|
const ModifyBundle = models.ModifyBundle;
|
|
33
33
|
const DetachCcnResponse = models.DetachCcnResponse;
|
|
34
34
|
const CreateInstanceSnapshotResponse = models.CreateInstanceSnapshotResponse;
|
|
35
|
+
const DescribeScenesResponse = models.DescribeScenesResponse;
|
|
35
36
|
const InquirePriceRenewInstancesResponse = models.InquirePriceRenewInstancesResponse;
|
|
36
37
|
const DeleteFirewallRulesResponse = models.DeleteFirewallRulesResponse;
|
|
37
38
|
const ModifyInstancesAttributeRequest = models.ModifyInstancesAttributeRequest;
|
|
38
|
-
const
|
|
39
|
+
const DescribeInstancesResponse = models.DescribeInstancesResponse;
|
|
39
40
|
const DeleteKeyPairsRequest = models.DeleteKeyPairsRequest;
|
|
40
41
|
const SystemDisk = models.SystemDisk;
|
|
41
42
|
const ResetInstanceBlueprint = models.ResetInstanceBlueprint;
|
|
42
43
|
const DescribeBundlesResponse = models.DescribeBundlesResponse;
|
|
44
|
+
const InstancePriceDetail = models.InstancePriceDetail;
|
|
43
45
|
const InquirePriceRenewInstancesRequest = models.InquirePriceRenewInstancesRequest;
|
|
44
46
|
const DiscountDetail = models.DiscountDetail;
|
|
45
47
|
const DescribeDiskConfigsRequest = models.DescribeDiskConfigsRequest;
|
|
@@ -84,19 +86,21 @@ const SnapshotDeniedActions = models.SnapshotDeniedActions;
|
|
|
84
86
|
const DeleteSnapshotsRequest = models.DeleteSnapshotsRequest;
|
|
85
87
|
const ModifyDisksRenewFlagResponse = models.ModifyDisksRenewFlagResponse;
|
|
86
88
|
const ModifySnapshotAttributeRequest = models.ModifySnapshotAttributeRequest;
|
|
89
|
+
const DeleteSnapshotsResponse = models.DeleteSnapshotsResponse;
|
|
87
90
|
const DescribeDisksResponse = models.DescribeDisksResponse;
|
|
88
91
|
const DescribeBundleDiscountResponse = models.DescribeBundleDiscountResponse;
|
|
89
|
-
const
|
|
92
|
+
const DescribeAllScenesRequest = models.DescribeAllScenesRequest;
|
|
90
93
|
const ModifyDisksRenewFlagRequest = models.ModifyDisksRenewFlagRequest;
|
|
91
94
|
const DisassociateInstancesKeyPairsRequest = models.DisassociateInstancesKeyPairsRequest;
|
|
92
95
|
const DataDiskPrice = models.DataDiskPrice;
|
|
96
|
+
const SceneInfo = models.SceneInfo;
|
|
93
97
|
const ImportKeyPairRequest = models.ImportKeyPairRequest;
|
|
94
98
|
const DeleteBlueprintsResponse = models.DeleteBlueprintsResponse;
|
|
95
99
|
const ModifyInstancesLoginKeyPairAttributeRequest = models.ModifyInstancesLoginKeyPairAttributeRequest;
|
|
96
100
|
const StopInstancesResponse = models.StopInstancesResponse;
|
|
97
101
|
const CreateInstancesResponse = models.CreateInstancesResponse;
|
|
98
102
|
const ModifyBlueprintAttributeResponse = models.ModifyBlueprintAttributeResponse;
|
|
99
|
-
const
|
|
103
|
+
const DescribeScenesRequest = models.DescribeScenesRequest;
|
|
100
104
|
const DescribeRegionsRequest = models.DescribeRegionsRequest;
|
|
101
105
|
const DescribeInstancesDiskNumResponse = models.DescribeInstancesDiskNumResponse;
|
|
102
106
|
const InquirePriceCreateBlueprintResponse = models.InquirePriceCreateBlueprintResponse;
|
|
@@ -116,7 +120,9 @@ const DiskPrice = models.DiskPrice;
|
|
|
116
120
|
const DescribeCcnAttachedInstancesResponse = models.DescribeCcnAttachedInstancesResponse;
|
|
117
121
|
const DescribeBundlesRequest = models.DescribeBundlesRequest;
|
|
118
122
|
const Blueprint = models.Blueprint;
|
|
123
|
+
const TotalPrice = models.TotalPrice;
|
|
119
124
|
const DeniedAction = models.DeniedAction;
|
|
125
|
+
const DescribeAllScenesResponse = models.DescribeAllScenesResponse;
|
|
120
126
|
const ModifyInstancesLoginKeyPairAttributeResponse = models.ModifyInstancesLoginKeyPairAttributeResponse;
|
|
121
127
|
const InquirePriceRenewDisksResponse = models.InquirePriceRenewDisksResponse;
|
|
122
128
|
const Bundle = models.Bundle;
|
|
@@ -146,7 +152,7 @@ const DeleteBlueprintsRequest = models.DeleteBlueprintsRequest;
|
|
|
146
152
|
const FirewallRuleInfo = models.FirewallRuleInfo;
|
|
147
153
|
const CreateFirewallRulesResponse = models.CreateFirewallRulesResponse;
|
|
148
154
|
const DescribeDisksRequest = models.DescribeDisksRequest;
|
|
149
|
-
const
|
|
155
|
+
const DescribeGeneralResourceQuotasRequest = models.DescribeGeneralResourceQuotasRequest;
|
|
150
156
|
const DescribeZonesResponse = models.DescribeZonesResponse;
|
|
151
157
|
const CreateBlueprintResponse = models.CreateBlueprintResponse;
|
|
152
158
|
const PolicyDetail = models.PolicyDetail;
|
|
@@ -181,11 +187,13 @@ const ModifySnapshotAttributeResponse = models.ModifySnapshotAttributeResponse;
|
|
|
181
187
|
const DescribeGeneralResourceQuotasResponse = models.DescribeGeneralResourceQuotasResponse;
|
|
182
188
|
const ModifyInstancesRenewFlagRequest = models.ModifyInstancesRenewFlagRequest;
|
|
183
189
|
const StopInstancesRequest = models.StopInstancesRequest;
|
|
190
|
+
const DescribeFirewallRulesTemplateResponse = models.DescribeFirewallRulesTemplateResponse;
|
|
184
191
|
const DescribeModifyInstanceBundlesRequest = models.DescribeModifyInstanceBundlesRequest;
|
|
185
192
|
const ResetInstanceResponse = models.ResetInstanceResponse;
|
|
186
193
|
const DescribeFirewallRulesRequest = models.DescribeFirewallRulesRequest;
|
|
187
194
|
const DiskDeniedActions = models.DiskDeniedActions;
|
|
188
195
|
const InquirePriceCreateInstancesRequest = models.InquirePriceCreateInstancesRequest;
|
|
196
|
+
const Scene = models.Scene;
|
|
189
197
|
const CcnAttachedInstance = models.CcnAttachedInstance;
|
|
190
198
|
const DescribeModifyInstanceBundlesResponse = models.DescribeModifyInstanceBundlesResponse;
|
|
191
199
|
const AttachDetail = models.AttachDetail;
|
|
@@ -255,14 +263,14 @@ In the `FirewallRule` parameter:
|
|
|
255
263
|
}
|
|
256
264
|
|
|
257
265
|
/**
|
|
258
|
-
* This API is used to query the
|
|
259
|
-
* @param {
|
|
260
|
-
* @param {function(string,
|
|
266
|
+
* This API is used to query the list of scenes in all regions.
|
|
267
|
+
* @param {DescribeAllScenesRequest} req
|
|
268
|
+
* @param {function(string, DescribeAllScenesResponse):void} cb
|
|
261
269
|
* @public
|
|
262
270
|
*/
|
|
263
|
-
|
|
264
|
-
let resp = new
|
|
265
|
-
this.request("
|
|
271
|
+
DescribeAllScenes(req, cb) {
|
|
272
|
+
let resp = new DescribeAllScenesResponse();
|
|
273
|
+
this.request("DescribeAllScenes", req, resp, cb);
|
|
266
274
|
}
|
|
267
275
|
|
|
268
276
|
/**
|
|
@@ -370,6 +378,17 @@ In the `FirewallRules` parameter:
|
|
|
370
378
|
this.request("DescribeBundles", req, resp, cb);
|
|
371
379
|
}
|
|
372
380
|
|
|
381
|
+
/**
|
|
382
|
+
* This API is used to query the number of cloud disks attached to instances.
|
|
383
|
+
* @param {DescribeInstancesDiskNumRequest} req
|
|
384
|
+
* @param {function(string, DescribeInstancesDiskNumResponse):void} cb
|
|
385
|
+
* @public
|
|
386
|
+
*/
|
|
387
|
+
DescribeInstancesDiskNum(req, cb) {
|
|
388
|
+
let resp = new DescribeInstancesDiskNumResponse();
|
|
389
|
+
this.request("DescribeInstancesDiskNum", req, resp, cb);
|
|
390
|
+
}
|
|
391
|
+
|
|
373
392
|
/**
|
|
374
393
|
* This API is used to delete a key pair.
|
|
375
394
|
* @param {DeleteKeyPairsRequest} req
|
|
@@ -931,14 +950,14 @@ https://img.qcloud.com/qcloud/app/active_vnc/index.html?InstanceVncUrl=wss%3A%2F
|
|
|
931
950
|
}
|
|
932
951
|
|
|
933
952
|
/**
|
|
934
|
-
* This API is used to query the list of
|
|
935
|
-
* @param {
|
|
936
|
-
* @param {function(string,
|
|
953
|
+
* This API is used to query the list of scenes.
|
|
954
|
+
* @param {DescribeScenesRequest} req
|
|
955
|
+
* @param {function(string, DescribeScenesResponse):void} cb
|
|
937
956
|
* @public
|
|
938
957
|
*/
|
|
939
|
-
|
|
940
|
-
let resp = new
|
|
941
|
-
this.request("
|
|
958
|
+
DescribeScenes(req, cb) {
|
|
959
|
+
let resp = new DescribeScenesResponse();
|
|
960
|
+
this.request("DescribeScenes", req, resp, cb);
|
|
942
961
|
}
|
|
943
962
|
|
|
944
963
|
/**
|
|
@@ -1034,6 +1053,17 @@ https://img.qcloud.com/qcloud/app/active_vnc/index.html?InstanceVncUrl=wss%3A%2F
|
|
|
1034
1053
|
this.request("CreateBlueprint", req, resp, cb);
|
|
1035
1054
|
}
|
|
1036
1055
|
|
|
1056
|
+
/**
|
|
1057
|
+
* This API is used to query the list of operation limits of one or more snapshots.
|
|
1058
|
+
* @param {DescribeSnapshotsDeniedActionsRequest} req
|
|
1059
|
+
* @param {function(string, DescribeSnapshotsDeniedActionsResponse):void} cb
|
|
1060
|
+
* @public
|
|
1061
|
+
*/
|
|
1062
|
+
DescribeSnapshotsDeniedActions(req, cb) {
|
|
1063
|
+
let resp = new DescribeSnapshotsDeniedActionsResponse();
|
|
1064
|
+
this.request("DescribeSnapshotsDeniedActions", req, resp, cb);
|
|
1065
|
+
}
|
|
1066
|
+
|
|
1037
1067
|
/**
|
|
1038
1068
|
* This API is used to detach one or more cloud disks.
|
|
1039
1069
|
* @param {DetachDisksRequest} req
|
|
@@ -739,6 +739,56 @@ class CreateInstanceSnapshotResponse extends AbstractModel {
|
|
|
739
739
|
}
|
|
740
740
|
}
|
|
741
741
|
|
|
742
|
+
/**
|
|
743
|
+
* DescribeScenes response structure.
|
|
744
|
+
* @class
|
|
745
|
+
*/
|
|
746
|
+
class DescribeScenesResponse extends AbstractModel {
|
|
747
|
+
constructor(){
|
|
748
|
+
super();
|
|
749
|
+
|
|
750
|
+
/**
|
|
751
|
+
* List of scenes
|
|
752
|
+
* @type {Array.<Scene> || null}
|
|
753
|
+
*/
|
|
754
|
+
this.SceneSet = null;
|
|
755
|
+
|
|
756
|
+
/**
|
|
757
|
+
* Total number of scenes
|
|
758
|
+
* @type {number || null}
|
|
759
|
+
*/
|
|
760
|
+
this.TotalCount = null;
|
|
761
|
+
|
|
762
|
+
/**
|
|
763
|
+
* The unique request ID, which is returned for each request. RequestId is required for locating a problem.
|
|
764
|
+
* @type {string || null}
|
|
765
|
+
*/
|
|
766
|
+
this.RequestId = null;
|
|
767
|
+
|
|
768
|
+
}
|
|
769
|
+
|
|
770
|
+
/**
|
|
771
|
+
* @private
|
|
772
|
+
*/
|
|
773
|
+
deserialize(params) {
|
|
774
|
+
if (!params) {
|
|
775
|
+
return;
|
|
776
|
+
}
|
|
777
|
+
|
|
778
|
+
if (params.SceneSet) {
|
|
779
|
+
this.SceneSet = new Array();
|
|
780
|
+
for (let z in params.SceneSet) {
|
|
781
|
+
let obj = new Scene();
|
|
782
|
+
obj.deserialize(params.SceneSet[z]);
|
|
783
|
+
this.SceneSet.push(obj);
|
|
784
|
+
}
|
|
785
|
+
}
|
|
786
|
+
this.TotalCount = 'TotalCount' in params ? params.TotalCount : null;
|
|
787
|
+
this.RequestId = 'RequestId' in params ? params.RequestId : null;
|
|
788
|
+
|
|
789
|
+
}
|
|
790
|
+
}
|
|
791
|
+
|
|
742
792
|
/**
|
|
743
793
|
* InquirePriceRenewInstances response structure.
|
|
744
794
|
* @class
|
|
@@ -748,7 +798,7 @@ class InquirePriceRenewInstancesResponse extends AbstractModel {
|
|
|
748
798
|
super();
|
|
749
799
|
|
|
750
800
|
/**
|
|
751
|
-
* Price
|
|
801
|
+
* Price information. It defaults to the price information of the first instance in the list.
|
|
752
802
|
* @type {Price || null}
|
|
753
803
|
*/
|
|
754
804
|
this.Price = null;
|
|
@@ -760,6 +810,19 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
760
810
|
*/
|
|
761
811
|
this.DataDiskPriceSet = null;
|
|
762
812
|
|
|
813
|
+
/**
|
|
814
|
+
* Price list of the instances to be renewed.
|
|
815
|
+
Note: This field may return `null`, indicating that no valid value was found.
|
|
816
|
+
* @type {Array.<InstancePriceDetail> || null}
|
|
817
|
+
*/
|
|
818
|
+
this.InstancePriceDetailSet = null;
|
|
819
|
+
|
|
820
|
+
/**
|
|
821
|
+
* Total price
|
|
822
|
+
* @type {TotalPrice || null}
|
|
823
|
+
*/
|
|
824
|
+
this.TotalPrice = null;
|
|
825
|
+
|
|
763
826
|
/**
|
|
764
827
|
* The unique request ID, which is returned for each request. RequestId is required for locating a problem.
|
|
765
828
|
* @type {string || null}
|
|
@@ -790,6 +853,21 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
790
853
|
this.DataDiskPriceSet.push(obj);
|
|
791
854
|
}
|
|
792
855
|
}
|
|
856
|
+
|
|
857
|
+
if (params.InstancePriceDetailSet) {
|
|
858
|
+
this.InstancePriceDetailSet = new Array();
|
|
859
|
+
for (let z in params.InstancePriceDetailSet) {
|
|
860
|
+
let obj = new InstancePriceDetail();
|
|
861
|
+
obj.deserialize(params.InstancePriceDetailSet[z]);
|
|
862
|
+
this.InstancePriceDetailSet.push(obj);
|
|
863
|
+
}
|
|
864
|
+
}
|
|
865
|
+
|
|
866
|
+
if (params.TotalPrice) {
|
|
867
|
+
let obj = new TotalPrice();
|
|
868
|
+
obj.deserialize(params.TotalPrice)
|
|
869
|
+
this.TotalPrice = obj;
|
|
870
|
+
}
|
|
793
871
|
this.RequestId = 'RequestId' in params ? params.RequestId : null;
|
|
794
872
|
|
|
795
873
|
}
|
|
@@ -859,29 +937,30 @@ class ModifyInstancesAttributeRequest extends AbstractModel {
|
|
|
859
937
|
}
|
|
860
938
|
|
|
861
939
|
/**
|
|
862
|
-
*
|
|
940
|
+
* DescribeInstances response structure.
|
|
863
941
|
* @class
|
|
864
942
|
*/
|
|
865
|
-
class
|
|
943
|
+
class DescribeInstancesResponse extends AbstractModel {
|
|
866
944
|
constructor(){
|
|
867
945
|
super();
|
|
868
946
|
|
|
869
947
|
/**
|
|
870
|
-
*
|
|
871
|
-
|
|
872
|
-
- `STORAGE_BUNDLE_INSTANCE`: Storage bundle
|
|
873
|
-
- `ENTERPRISE_BUNDLE_INSTANCE`: Enterprise bundle
|
|
874
|
-
- `EXCLUSIVE_BUNDLE_INSTANCE`: Dedicated bundle
|
|
875
|
-
- `BEFAST_BUNDLE_INSTANCE`: BeFast bundle
|
|
876
|
-
- `USER_KEY_PAIR`: Key pair
|
|
877
|
-
- `SNAPSHOT`: Snapshot
|
|
878
|
-
- `BLUEPRINT`: Custom image
|
|
879
|
-
- `FREE_BLUEPRINT`: Free custom image
|
|
880
|
-
- `DATA_DISK`: Data disk
|
|
881
|
-
- `FIREWALL_RULE`: Firewall rules
|
|
882
|
-
* @type {Array.<string> || null}
|
|
948
|
+
* Number of eligible instances.
|
|
949
|
+
* @type {number || null}
|
|
883
950
|
*/
|
|
884
|
-
this.
|
|
951
|
+
this.TotalCount = null;
|
|
952
|
+
|
|
953
|
+
/**
|
|
954
|
+
* List of instance details
|
|
955
|
+
* @type {Array.<Instance> || null}
|
|
956
|
+
*/
|
|
957
|
+
this.InstanceSet = null;
|
|
958
|
+
|
|
959
|
+
/**
|
|
960
|
+
* The unique request ID, which is returned for each request. RequestId is required for locating a problem.
|
|
961
|
+
* @type {string || null}
|
|
962
|
+
*/
|
|
963
|
+
this.RequestId = null;
|
|
885
964
|
|
|
886
965
|
}
|
|
887
966
|
|
|
@@ -892,7 +971,17 @@ class DescribeGeneralResourceQuotasRequest extends AbstractModel {
|
|
|
892
971
|
if (!params) {
|
|
893
972
|
return;
|
|
894
973
|
}
|
|
895
|
-
this.
|
|
974
|
+
this.TotalCount = 'TotalCount' in params ? params.TotalCount : null;
|
|
975
|
+
|
|
976
|
+
if (params.InstanceSet) {
|
|
977
|
+
this.InstanceSet = new Array();
|
|
978
|
+
for (let z in params.InstanceSet) {
|
|
979
|
+
let obj = new Instance();
|
|
980
|
+
obj.deserialize(params.InstanceSet[z]);
|
|
981
|
+
this.InstanceSet.push(obj);
|
|
982
|
+
}
|
|
983
|
+
}
|
|
984
|
+
this.RequestId = 'RequestId' in params ? params.RequestId : null;
|
|
896
985
|
|
|
897
986
|
}
|
|
898
987
|
}
|
|
@@ -1067,6 +1156,63 @@ class DescribeBundlesResponse extends AbstractModel {
|
|
|
1067
1156
|
}
|
|
1068
1157
|
}
|
|
1069
1158
|
|
|
1159
|
+
/**
|
|
1160
|
+
* Instance price details
|
|
1161
|
+
* @class
|
|
1162
|
+
*/
|
|
1163
|
+
class InstancePriceDetail extends AbstractModel {
|
|
1164
|
+
constructor(){
|
|
1165
|
+
super();
|
|
1166
|
+
|
|
1167
|
+
/**
|
|
1168
|
+
* Instance ID.
|
|
1169
|
+
Note: This field may return `null`, indicating that no valid value was found.
|
|
1170
|
+
* @type {string || null}
|
|
1171
|
+
*/
|
|
1172
|
+
this.InstanceId = null;
|
|
1173
|
+
|
|
1174
|
+
/**
|
|
1175
|
+
* Price query information.
|
|
1176
|
+
Note: This field may return `null`, indicating that no valid value was found.
|
|
1177
|
+
* @type {InstancePrice || null}
|
|
1178
|
+
*/
|
|
1179
|
+
this.InstancePrice = null;
|
|
1180
|
+
|
|
1181
|
+
/**
|
|
1182
|
+
*
|
|
1183
|
+
* @type {Array.<DiscountDetail> || null}
|
|
1184
|
+
*/
|
|
1185
|
+
this.DiscountDetail = null;
|
|
1186
|
+
|
|
1187
|
+
}
|
|
1188
|
+
|
|
1189
|
+
/**
|
|
1190
|
+
* @private
|
|
1191
|
+
*/
|
|
1192
|
+
deserialize(params) {
|
|
1193
|
+
if (!params) {
|
|
1194
|
+
return;
|
|
1195
|
+
}
|
|
1196
|
+
this.InstanceId = 'InstanceId' in params ? params.InstanceId : null;
|
|
1197
|
+
|
|
1198
|
+
if (params.InstancePrice) {
|
|
1199
|
+
let obj = new InstancePrice();
|
|
1200
|
+
obj.deserialize(params.InstancePrice)
|
|
1201
|
+
this.InstancePrice = obj;
|
|
1202
|
+
}
|
|
1203
|
+
|
|
1204
|
+
if (params.DiscountDetail) {
|
|
1205
|
+
this.DiscountDetail = new Array();
|
|
1206
|
+
for (let z in params.DiscountDetail) {
|
|
1207
|
+
let obj = new DiscountDetail();
|
|
1208
|
+
obj.deserialize(params.DiscountDetail[z]);
|
|
1209
|
+
this.DiscountDetail.push(obj);
|
|
1210
|
+
}
|
|
1211
|
+
}
|
|
1212
|
+
|
|
1213
|
+
}
|
|
1214
|
+
}
|
|
1215
|
+
|
|
1070
1216
|
/**
|
|
1071
1217
|
* InquirePriceRenewInstances request structure.
|
|
1072
1218
|
* @class
|
|
@@ -1076,7 +1222,7 @@ class InquirePriceRenewInstancesRequest extends AbstractModel {
|
|
|
1076
1222
|
super();
|
|
1077
1223
|
|
|
1078
1224
|
/**
|
|
1079
|
-
*
|
|
1225
|
+
* IDs of the instances to be renewed. Each request can contain up to 50 instances at a time. You can get an instance ID from the `InstanceId` returned by the [DescribeInstances](https://intl.cloud.tencent.com/document/api/1207/47573?from_cn_redirect=1) API.
|
|
1080
1226
|
* @type {Array.<string> || null}
|
|
1081
1227
|
*/
|
|
1082
1228
|
this.InstanceIds = null;
|
|
@@ -1088,13 +1234,13 @@ class InquirePriceRenewInstancesRequest extends AbstractModel {
|
|
|
1088
1234
|
this.InstanceChargePrepaid = null;
|
|
1089
1235
|
|
|
1090
1236
|
/**
|
|
1091
|
-
* Whether to renew the data disk
|
|
1237
|
+
* Whether to renew the data disk. Default: `false`.
|
|
1092
1238
|
* @type {boolean || null}
|
|
1093
1239
|
*/
|
|
1094
1240
|
this.RenewDataDisk = null;
|
|
1095
1241
|
|
|
1096
1242
|
/**
|
|
1097
|
-
* Whether the data disk
|
|
1243
|
+
* Whether to align the data disk expiration with the instance expiration time. Default: `false`.
|
|
1098
1244
|
* @type {boolean || null}
|
|
1099
1245
|
*/
|
|
1100
1246
|
this.AlignInstanceExpiredTime = null;
|
|
@@ -2616,28 +2762,28 @@ class DescribeBlueprintsRequest extends AbstractModel {
|
|
|
2616
2762
|
|
|
2617
2763
|
/**
|
|
2618
2764
|
* Filter list
|
|
2619
|
-
<li>blueprint-id</li>Filter by **image ID**.
|
|
2765
|
+
<li>blueprint-id</li>Filter by the **image ID**.
|
|
2620
2766
|
Type: String
|
|
2621
2767
|
Required: no
|
|
2622
|
-
<li>blueprint-type</li>Filter by **image type**.
|
|
2768
|
+
<li>blueprint-type</li>Filter by the **image type**.
|
|
2623
2769
|
Valid values: `APP_OS` (application image); `PURE_OS` (system image); `PRIVATE` (custom image) and `SHARED` (shared image)
|
|
2624
2770
|
Type: String
|
|
2625
2771
|
Required: no
|
|
2626
|
-
<li>platform-type</li>Filter by **image operating system**.
|
|
2772
|
+
<li>platform-type</li>Filter by the **image operating system**.
|
|
2627
2773
|
Valid values: `LINUX_UNIX` (Linux or Unix), `WINDOWS` (Windows)
|
|
2628
2774
|
Type: String
|
|
2629
2775
|
Required: no
|
|
2630
|
-
<li>blueprint-name</li>Filter by **image name**.
|
|
2776
|
+
<li>blueprint-name</li>Filter by the **image name**.
|
|
2631
2777
|
Type: String
|
|
2632
2778
|
Required: no
|
|
2633
|
-
<li>blueprint-state</li>Filter by **image status**.
|
|
2779
|
+
<li>blueprint-state</li>Filter by the **image status**.
|
|
2634
2780
|
Type: String
|
|
2635
2781
|
Required: no
|
|
2636
|
-
<li>scene-id</li>Filter by **scene ID**.
|
|
2782
|
+
<li>scene-id</li>Filter by the **scene ID**.
|
|
2637
2783
|
Type: String
|
|
2638
2784
|
Required: no
|
|
2639
2785
|
|
|
2640
|
-
Each request can contain up to 10 `Filters
|
|
2786
|
+
Each request can contain up to 10 `Filters`, each of which can contain up to 00 `Filter.Values`. `BlueprintIds` and `Filters` cannot be specified at the same time.
|
|
2641
2787
|
* @type {Array.<Filter> || null}
|
|
2642
2788
|
*/
|
|
2643
2789
|
this.Filters = null;
|
|
@@ -3050,6 +3196,34 @@ class ModifySnapshotAttributeRequest extends AbstractModel {
|
|
|
3050
3196
|
}
|
|
3051
3197
|
}
|
|
3052
3198
|
|
|
3199
|
+
/**
|
|
3200
|
+
* DeleteSnapshots response structure.
|
|
3201
|
+
* @class
|
|
3202
|
+
*/
|
|
3203
|
+
class DeleteSnapshotsResponse extends AbstractModel {
|
|
3204
|
+
constructor(){
|
|
3205
|
+
super();
|
|
3206
|
+
|
|
3207
|
+
/**
|
|
3208
|
+
* The unique request ID, which is returned for each request. RequestId is required for locating a problem.
|
|
3209
|
+
* @type {string || null}
|
|
3210
|
+
*/
|
|
3211
|
+
this.RequestId = null;
|
|
3212
|
+
|
|
3213
|
+
}
|
|
3214
|
+
|
|
3215
|
+
/**
|
|
3216
|
+
* @private
|
|
3217
|
+
*/
|
|
3218
|
+
deserialize(params) {
|
|
3219
|
+
if (!params) {
|
|
3220
|
+
return;
|
|
3221
|
+
}
|
|
3222
|
+
this.RequestId = 'RequestId' in params ? params.RequestId : null;
|
|
3223
|
+
|
|
3224
|
+
}
|
|
3225
|
+
}
|
|
3226
|
+
|
|
3053
3227
|
/**
|
|
3054
3228
|
* DescribeDisks response structure.
|
|
3055
3229
|
* @class
|
|
@@ -3151,18 +3325,30 @@ class DescribeBundleDiscountResponse extends AbstractModel {
|
|
|
3151
3325
|
}
|
|
3152
3326
|
|
|
3153
3327
|
/**
|
|
3154
|
-
*
|
|
3328
|
+
* DescribeAllScenes request structure.
|
|
3155
3329
|
* @class
|
|
3156
3330
|
*/
|
|
3157
|
-
class
|
|
3331
|
+
class DescribeAllScenesRequest extends AbstractModel {
|
|
3158
3332
|
constructor(){
|
|
3159
3333
|
super();
|
|
3160
3334
|
|
|
3161
3335
|
/**
|
|
3162
|
-
*
|
|
3163
|
-
* @type {string || null}
|
|
3336
|
+
* List of scene IDs
|
|
3337
|
+
* @type {Array.<string> || null}
|
|
3164
3338
|
*/
|
|
3165
|
-
this.
|
|
3339
|
+
this.SceneIds = null;
|
|
3340
|
+
|
|
3341
|
+
/**
|
|
3342
|
+
* Offset. Default value: 0
|
|
3343
|
+
* @type {number || null}
|
|
3344
|
+
*/
|
|
3345
|
+
this.Offset = null;
|
|
3346
|
+
|
|
3347
|
+
/**
|
|
3348
|
+
* Number of returned results. Default value: 20. Maximum value: 100
|
|
3349
|
+
* @type {number || null}
|
|
3350
|
+
*/
|
|
3351
|
+
this.Limit = null;
|
|
3166
3352
|
|
|
3167
3353
|
}
|
|
3168
3354
|
|
|
@@ -3173,7 +3359,9 @@ class DeleteSnapshotsResponse extends AbstractModel {
|
|
|
3173
3359
|
if (!params) {
|
|
3174
3360
|
return;
|
|
3175
3361
|
}
|
|
3176
|
-
this.
|
|
3362
|
+
this.SceneIds = 'SceneIds' in params ? params.SceneIds : null;
|
|
3363
|
+
this.Offset = 'Offset' in params ? params.Offset : null;
|
|
3364
|
+
this.Limit = 'Limit' in params ? params.Limit : null;
|
|
3177
3365
|
|
|
3178
3366
|
}
|
|
3179
3367
|
}
|
|
@@ -3286,6 +3474,13 @@ class DataDiskPrice extends AbstractModel {
|
|
|
3286
3474
|
*/
|
|
3287
3475
|
this.DiscountPrice = null;
|
|
3288
3476
|
|
|
3477
|
+
/**
|
|
3478
|
+
* ID of the instance to which the data disk is mounted.
|
|
3479
|
+
Note: This field may return `null`, indicating that no valid value was found.
|
|
3480
|
+
* @type {string || null}
|
|
3481
|
+
*/
|
|
3482
|
+
this.InstanceId = null;
|
|
3483
|
+
|
|
3289
3484
|
}
|
|
3290
3485
|
|
|
3291
3486
|
/**
|
|
@@ -3300,6 +3495,49 @@ class DataDiskPrice extends AbstractModel {
|
|
|
3300
3495
|
this.OriginalPrice = 'OriginalPrice' in params ? params.OriginalPrice : null;
|
|
3301
3496
|
this.Discount = 'Discount' in params ? params.Discount : null;
|
|
3302
3497
|
this.DiscountPrice = 'DiscountPrice' in params ? params.DiscountPrice : null;
|
|
3498
|
+
this.InstanceId = 'InstanceId' in params ? params.InstanceId : null;
|
|
3499
|
+
|
|
3500
|
+
}
|
|
3501
|
+
}
|
|
3502
|
+
|
|
3503
|
+
/**
|
|
3504
|
+
* Scene information
|
|
3505
|
+
* @class
|
|
3506
|
+
*/
|
|
3507
|
+
class SceneInfo extends AbstractModel {
|
|
3508
|
+
constructor(){
|
|
3509
|
+
super();
|
|
3510
|
+
|
|
3511
|
+
/**
|
|
3512
|
+
* Scene ID
|
|
3513
|
+
* @type {string || null}
|
|
3514
|
+
*/
|
|
3515
|
+
this.SceneId = null;
|
|
3516
|
+
|
|
3517
|
+
/**
|
|
3518
|
+
* Display name of the scene
|
|
3519
|
+
* @type {string || null}
|
|
3520
|
+
*/
|
|
3521
|
+
this.DisplayName = null;
|
|
3522
|
+
|
|
3523
|
+
/**
|
|
3524
|
+
* Scene description
|
|
3525
|
+
* @type {string || null}
|
|
3526
|
+
*/
|
|
3527
|
+
this.Description = null;
|
|
3528
|
+
|
|
3529
|
+
}
|
|
3530
|
+
|
|
3531
|
+
/**
|
|
3532
|
+
* @private
|
|
3533
|
+
*/
|
|
3534
|
+
deserialize(params) {
|
|
3535
|
+
if (!params) {
|
|
3536
|
+
return;
|
|
3537
|
+
}
|
|
3538
|
+
this.SceneId = 'SceneId' in params ? params.SceneId : null;
|
|
3539
|
+
this.DisplayName = 'DisplayName' in params ? params.DisplayName : null;
|
|
3540
|
+
this.Description = 'Description' in params ? params.Description : null;
|
|
3303
3541
|
|
|
3304
3542
|
}
|
|
3305
3543
|
}
|
|
@@ -3496,30 +3734,30 @@ class ModifyBlueprintAttributeResponse extends AbstractModel {
|
|
|
3496
3734
|
}
|
|
3497
3735
|
|
|
3498
3736
|
/**
|
|
3499
|
-
*
|
|
3737
|
+
* DescribeScenes request structure.
|
|
3500
3738
|
* @class
|
|
3501
3739
|
*/
|
|
3502
|
-
class
|
|
3740
|
+
class DescribeScenesRequest extends AbstractModel {
|
|
3503
3741
|
constructor(){
|
|
3504
3742
|
super();
|
|
3505
3743
|
|
|
3506
3744
|
/**
|
|
3507
|
-
*
|
|
3508
|
-
* @type {
|
|
3745
|
+
* List of scene IDs
|
|
3746
|
+
* @type {Array.<string> || null}
|
|
3509
3747
|
*/
|
|
3510
|
-
this.
|
|
3748
|
+
this.SceneIds = null;
|
|
3511
3749
|
|
|
3512
3750
|
/**
|
|
3513
|
-
*
|
|
3514
|
-
* @type {
|
|
3751
|
+
* Offset. Default value: 0
|
|
3752
|
+
* @type {number || null}
|
|
3515
3753
|
*/
|
|
3516
|
-
this.
|
|
3754
|
+
this.Offset = null;
|
|
3517
3755
|
|
|
3518
3756
|
/**
|
|
3519
|
-
*
|
|
3520
|
-
* @type {
|
|
3757
|
+
* Number of returned results. Default value: 20. Maximum value: 100
|
|
3758
|
+
* @type {number || null}
|
|
3521
3759
|
*/
|
|
3522
|
-
this.
|
|
3760
|
+
this.Limit = null;
|
|
3523
3761
|
|
|
3524
3762
|
}
|
|
3525
3763
|
|
|
@@ -3530,17 +3768,9 @@ class DescribeFirewallRulesTemplateResponse extends AbstractModel {
|
|
|
3530
3768
|
if (!params) {
|
|
3531
3769
|
return;
|
|
3532
3770
|
}
|
|
3533
|
-
this.
|
|
3534
|
-
|
|
3535
|
-
|
|
3536
|
-
this.FirewallRuleSet = new Array();
|
|
3537
|
-
for (let z in params.FirewallRuleSet) {
|
|
3538
|
-
let obj = new FirewallRuleInfo();
|
|
3539
|
-
obj.deserialize(params.FirewallRuleSet[z]);
|
|
3540
|
-
this.FirewallRuleSet.push(obj);
|
|
3541
|
-
}
|
|
3542
|
-
}
|
|
3543
|
-
this.RequestId = 'RequestId' in params ? params.RequestId : null;
|
|
3771
|
+
this.SceneIds = 'SceneIds' in params ? params.SceneIds : null;
|
|
3772
|
+
this.Offset = 'Offset' in params ? params.Offset : null;
|
|
3773
|
+
this.Limit = 'Limit' in params ? params.Limit : null;
|
|
3544
3774
|
|
|
3545
3775
|
}
|
|
3546
3776
|
}
|
|
@@ -3824,14 +4054,14 @@ class DescribeKeyPairsRequest extends AbstractModel {
|
|
|
3824
4054
|
this.Limit = null;
|
|
3825
4055
|
|
|
3826
4056
|
/**
|
|
3827
|
-
* Filter list
|
|
4057
|
+
* Filter list.
|
|
3828
4058
|
<li>key-id</li>Filter by **key pair ID**.
|
|
3829
4059
|
Type: String
|
|
3830
4060
|
Required: no
|
|
3831
|
-
<li>key-name</li>Filter by **key pair name**.
|
|
4061
|
+
<li>key-name</li>Filter by the **key pair name**. Fuzzy match is supported.
|
|
3832
4062
|
Type: String
|
|
3833
4063
|
Required: no
|
|
3834
|
-
Each request can contain up to 10 `Filters` and 5 `Filter.Values
|
|
4064
|
+
Each request can contain up to 10 `Filters` and up to 5 `Filter.Values` for each filter. `KeyIds` and `Filters` cannot be specified at the same time.
|
|
3835
4065
|
* @type {Array.<Filter> || null}
|
|
3836
4066
|
*/
|
|
3837
4067
|
this.Filters = null;
|
|
@@ -4462,15 +4692,23 @@ class DescribeBundlesRequest extends AbstractModel {
|
|
|
4462
4692
|
this.Limit = null;
|
|
4463
4693
|
|
|
4464
4694
|
/**
|
|
4465
|
-
* Filter list
|
|
4466
|
-
<li>bundle-id</li>Filter by **
|
|
4695
|
+
* Filter list
|
|
4696
|
+
<li>bundle-id</li>Filter by the **bundle ID**.
|
|
4467
4697
|
Type: String
|
|
4468
|
-
Required:
|
|
4469
|
-
<li>support-platform-type</li>Filter by **
|
|
4470
|
-
Valid values: LINUX_UNIX (Linux
|
|
4698
|
+
Required: No
|
|
4699
|
+
<li>support-platform-type</li>Filter by the **OS type**.
|
|
4700
|
+
Valid values: `LINUX_UNIX` (Linux or Unix), `WINDOWS` (Windows)
|
|
4471
4701
|
Type: String
|
|
4472
|
-
Required:
|
|
4473
|
-
|
|
4702
|
+
Required: No
|
|
4703
|
+
<li>bundle-type</li>Filter by the **bundle type**.
|
|
4704
|
+
Valid values: `GENERAL_BUNDLE` (General bundle), `STORAGE_BUNDLE` (Storage bundle), `ENTERPRISE_BUNDLE` (Enterprise bundle), `EXCLUSIVE_BUNDLE` (Dedicated bundle), `BEFAST_BUNDLE` (BeFast bundle)
|
|
4705
|
+
Type: String
|
|
4706
|
+
Required: No
|
|
4707
|
+
<li>bundle-state</li>Filter by the **bundle status**.
|
|
4708
|
+
Valid values: `ONLINE`, `OFFLINE`
|
|
4709
|
+
Type: String
|
|
4710
|
+
Required: No
|
|
4711
|
+
Each request can contain up to 10 `Filters`, and up to 5 `Filter.Values` for each filter. You cannot specify both `BundleIds` and `Filters` at the same time.
|
|
4474
4712
|
* @type {Array.<Filter> || null}
|
|
4475
4713
|
*/
|
|
4476
4714
|
this.Filters = null;
|
|
@@ -4665,6 +4903,43 @@ Note: This field may return `null`, indicating that no valid values can be obtai
|
|
|
4665
4903
|
}
|
|
4666
4904
|
}
|
|
4667
4905
|
|
|
4906
|
+
/**
|
|
4907
|
+
* Total price information
|
|
4908
|
+
* @class
|
|
4909
|
+
*/
|
|
4910
|
+
class TotalPrice extends AbstractModel {
|
|
4911
|
+
constructor(){
|
|
4912
|
+
super();
|
|
4913
|
+
|
|
4914
|
+
/**
|
|
4915
|
+
* Total original price
|
|
4916
|
+
Note: This field may return `null`, indicating that no valid values can be obtained.
|
|
4917
|
+
* @type {number || null}
|
|
4918
|
+
*/
|
|
4919
|
+
this.OriginalPrice = null;
|
|
4920
|
+
|
|
4921
|
+
/**
|
|
4922
|
+
* Total discounted price
|
|
4923
|
+
Note: This field may return `null`, indicating that no valid values can be obtained.
|
|
4924
|
+
* @type {number || null}
|
|
4925
|
+
*/
|
|
4926
|
+
this.DiscountPrice = null;
|
|
4927
|
+
|
|
4928
|
+
}
|
|
4929
|
+
|
|
4930
|
+
/**
|
|
4931
|
+
* @private
|
|
4932
|
+
*/
|
|
4933
|
+
deserialize(params) {
|
|
4934
|
+
if (!params) {
|
|
4935
|
+
return;
|
|
4936
|
+
}
|
|
4937
|
+
this.OriginalPrice = 'OriginalPrice' in params ? params.OriginalPrice : null;
|
|
4938
|
+
this.DiscountPrice = 'DiscountPrice' in params ? params.DiscountPrice : null;
|
|
4939
|
+
|
|
4940
|
+
}
|
|
4941
|
+
}
|
|
4942
|
+
|
|
4668
4943
|
/**
|
|
4669
4944
|
* Restricted operation.
|
|
4670
4945
|
* @class
|
|
@@ -4707,6 +4982,56 @@ class DeniedAction extends AbstractModel {
|
|
|
4707
4982
|
}
|
|
4708
4983
|
}
|
|
4709
4984
|
|
|
4985
|
+
/**
|
|
4986
|
+
* DescribeAllScenes response structure.
|
|
4987
|
+
* @class
|
|
4988
|
+
*/
|
|
4989
|
+
class DescribeAllScenesResponse extends AbstractModel {
|
|
4990
|
+
constructor(){
|
|
4991
|
+
super();
|
|
4992
|
+
|
|
4993
|
+
/**
|
|
4994
|
+
* List of scenes
|
|
4995
|
+
* @type {Array.<SceneInfo> || null}
|
|
4996
|
+
*/
|
|
4997
|
+
this.SceneInfoSet = null;
|
|
4998
|
+
|
|
4999
|
+
/**
|
|
5000
|
+
* Total count of scenes
|
|
5001
|
+
* @type {number || null}
|
|
5002
|
+
*/
|
|
5003
|
+
this.TotalCount = null;
|
|
5004
|
+
|
|
5005
|
+
/**
|
|
5006
|
+
* The unique request ID, which is returned for each request. RequestId is required for locating a problem.
|
|
5007
|
+
* @type {string || null}
|
|
5008
|
+
*/
|
|
5009
|
+
this.RequestId = null;
|
|
5010
|
+
|
|
5011
|
+
}
|
|
5012
|
+
|
|
5013
|
+
/**
|
|
5014
|
+
* @private
|
|
5015
|
+
*/
|
|
5016
|
+
deserialize(params) {
|
|
5017
|
+
if (!params) {
|
|
5018
|
+
return;
|
|
5019
|
+
}
|
|
5020
|
+
|
|
5021
|
+
if (params.SceneInfoSet) {
|
|
5022
|
+
this.SceneInfoSet = new Array();
|
|
5023
|
+
for (let z in params.SceneInfoSet) {
|
|
5024
|
+
let obj = new SceneInfo();
|
|
5025
|
+
obj.deserialize(params.SceneInfoSet[z]);
|
|
5026
|
+
this.SceneInfoSet.push(obj);
|
|
5027
|
+
}
|
|
5028
|
+
}
|
|
5029
|
+
this.TotalCount = 'TotalCount' in params ? params.TotalCount : null;
|
|
5030
|
+
this.RequestId = 'RequestId' in params ? params.RequestId : null;
|
|
5031
|
+
|
|
5032
|
+
}
|
|
5033
|
+
}
|
|
5034
|
+
|
|
4710
5035
|
/**
|
|
4711
5036
|
* ModifyInstancesLoginKeyPairAttribute response structure.
|
|
4712
5037
|
* @class
|
|
@@ -6163,30 +6488,29 @@ Each request can contain up to 10 `Filters` and 100 `Filter.Values`. `DiskIds` a
|
|
|
6163
6488
|
}
|
|
6164
6489
|
|
|
6165
6490
|
/**
|
|
6166
|
-
*
|
|
6491
|
+
* DescribeGeneralResourceQuotas request structure.
|
|
6167
6492
|
* @class
|
|
6168
6493
|
*/
|
|
6169
|
-
class
|
|
6494
|
+
class DescribeGeneralResourceQuotasRequest extends AbstractModel {
|
|
6170
6495
|
constructor(){
|
|
6171
6496
|
super();
|
|
6172
6497
|
|
|
6173
6498
|
/**
|
|
6174
|
-
*
|
|
6175
|
-
|
|
6176
|
-
|
|
6177
|
-
|
|
6178
|
-
|
|
6179
|
-
|
|
6180
|
-
|
|
6181
|
-
|
|
6182
|
-
|
|
6183
|
-
|
|
6184
|
-
|
|
6185
|
-
|
|
6186
|
-
*
|
|
6187
|
-
* @type {string || null}
|
|
6499
|
+
* Resource name list. Values:
|
|
6500
|
+
- `GENERAL_BUNDLE_INSTANCE`: General bundle
|
|
6501
|
+
- `STORAGE_BUNDLE_INSTANCE`: Storage bundle
|
|
6502
|
+
- `ENTERPRISE_BUNDLE_INSTANCE`: Enterprise bundle
|
|
6503
|
+
- `EXCLUSIVE_BUNDLE_INSTANCE`: Dedicated bundle
|
|
6504
|
+
- `BEFAST_BUNDLE_INSTANCE`: BeFast bundle
|
|
6505
|
+
- `USER_KEY_PAIR`: Key pair
|
|
6506
|
+
- `SNAPSHOT`: Snapshot
|
|
6507
|
+
- `BLUEPRINT`: Custom image
|
|
6508
|
+
- `FREE_BLUEPRINT`: Free custom image
|
|
6509
|
+
- `DATA_DISK`: Data disk
|
|
6510
|
+
- `FIREWALL_RULE`: Firewall rules
|
|
6511
|
+
* @type {Array.<string> || null}
|
|
6188
6512
|
*/
|
|
6189
|
-
this.
|
|
6513
|
+
this.ResourceNames = null;
|
|
6190
6514
|
|
|
6191
6515
|
}
|
|
6192
6516
|
|
|
@@ -6197,17 +6521,7 @@ class DescribeInstancesResponse extends AbstractModel {
|
|
|
6197
6521
|
if (!params) {
|
|
6198
6522
|
return;
|
|
6199
6523
|
}
|
|
6200
|
-
this.
|
|
6201
|
-
|
|
6202
|
-
if (params.InstanceSet) {
|
|
6203
|
-
this.InstanceSet = new Array();
|
|
6204
|
-
for (let z in params.InstanceSet) {
|
|
6205
|
-
let obj = new Instance();
|
|
6206
|
-
obj.deserialize(params.InstanceSet[z]);
|
|
6207
|
-
this.InstanceSet.push(obj);
|
|
6208
|
-
}
|
|
6209
|
-
}
|
|
6210
|
-
this.RequestId = 'RequestId' in params ? params.RequestId : null;
|
|
6524
|
+
this.ResourceNames = 'ResourceNames' in params ? params.ResourceNames : null;
|
|
6211
6525
|
|
|
6212
6526
|
}
|
|
6213
6527
|
}
|
|
@@ -7572,6 +7886,56 @@ class StopInstancesRequest extends AbstractModel {
|
|
|
7572
7886
|
}
|
|
7573
7887
|
}
|
|
7574
7888
|
|
|
7889
|
+
/**
|
|
7890
|
+
* DescribeFirewallRulesTemplate response structure.
|
|
7891
|
+
* @class
|
|
7892
|
+
*/
|
|
7893
|
+
class DescribeFirewallRulesTemplateResponse extends AbstractModel {
|
|
7894
|
+
constructor(){
|
|
7895
|
+
super();
|
|
7896
|
+
|
|
7897
|
+
/**
|
|
7898
|
+
* Number of eligible firewall rules.
|
|
7899
|
+
* @type {number || null}
|
|
7900
|
+
*/
|
|
7901
|
+
this.TotalCount = null;
|
|
7902
|
+
|
|
7903
|
+
/**
|
|
7904
|
+
* Firewall rule details list.
|
|
7905
|
+
* @type {Array.<FirewallRuleInfo> || null}
|
|
7906
|
+
*/
|
|
7907
|
+
this.FirewallRuleSet = null;
|
|
7908
|
+
|
|
7909
|
+
/**
|
|
7910
|
+
* The unique request ID, which is returned for each request. RequestId is required for locating a problem.
|
|
7911
|
+
* @type {string || null}
|
|
7912
|
+
*/
|
|
7913
|
+
this.RequestId = null;
|
|
7914
|
+
|
|
7915
|
+
}
|
|
7916
|
+
|
|
7917
|
+
/**
|
|
7918
|
+
* @private
|
|
7919
|
+
*/
|
|
7920
|
+
deserialize(params) {
|
|
7921
|
+
if (!params) {
|
|
7922
|
+
return;
|
|
7923
|
+
}
|
|
7924
|
+
this.TotalCount = 'TotalCount' in params ? params.TotalCount : null;
|
|
7925
|
+
|
|
7926
|
+
if (params.FirewallRuleSet) {
|
|
7927
|
+
this.FirewallRuleSet = new Array();
|
|
7928
|
+
for (let z in params.FirewallRuleSet) {
|
|
7929
|
+
let obj = new FirewallRuleInfo();
|
|
7930
|
+
obj.deserialize(params.FirewallRuleSet[z]);
|
|
7931
|
+
this.FirewallRuleSet.push(obj);
|
|
7932
|
+
}
|
|
7933
|
+
}
|
|
7934
|
+
this.RequestId = 'RequestId' in params ? params.RequestId : null;
|
|
7935
|
+
|
|
7936
|
+
}
|
|
7937
|
+
}
|
|
7938
|
+
|
|
7575
7939
|
/**
|
|
7576
7940
|
* DescribeModifyInstanceBundles request structure.
|
|
7577
7941
|
* @class
|
|
@@ -7587,15 +7951,23 @@ class DescribeModifyInstanceBundlesRequest extends AbstractModel {
|
|
|
7587
7951
|
this.InstanceId = null;
|
|
7588
7952
|
|
|
7589
7953
|
/**
|
|
7590
|
-
* Filter list
|
|
7591
|
-
<li>bundle-id</li>Filter by **
|
|
7954
|
+
* Filter list
|
|
7955
|
+
<li>bundle-id</li>Filter by the **bundle ID**.
|
|
7592
7956
|
Type: String
|
|
7593
|
-
Required:
|
|
7594
|
-
<li>support-platform-type</li>Filter by **
|
|
7595
|
-
Valid values: LINUX_UNIX (Linux
|
|
7957
|
+
Required: No
|
|
7958
|
+
<li>support-platform-type</li>Filter by the **OS type**.
|
|
7959
|
+
Valid values: `LINUX_UNIX` (Linux or Unix), `WINDOWS` (Windows)
|
|
7596
7960
|
Type: String
|
|
7597
|
-
Required:
|
|
7598
|
-
|
|
7961
|
+
Required: No
|
|
7962
|
+
<li>bundle-type</li>Filter by the **bundle type**.
|
|
7963
|
+
Valid values: `GENERAL_BUNDLE` (General bundle), `STORAGE_BUNDLE` (Storage bundle), `ENTERPRISE_BUNDLE` (Enterprise bundle), `EXCLUSIVE_BUNDLE` (Dedicated bundle), `BEFAST_BUNDLE` (BeFast bundle)
|
|
7964
|
+
Type: String
|
|
7965
|
+
Required: No
|
|
7966
|
+
<li>bundle-state</li>Filter by the **bundle status**.
|
|
7967
|
+
Valid values: `ONLINE`, `OFFLINE`
|
|
7968
|
+
Type: String
|
|
7969
|
+
Required: No
|
|
7970
|
+
Each request can contain up to 10 `Filters`, and each filter can have up to 5 `Filter.Values`.
|
|
7599
7971
|
* @type {Array.<Filter> || null}
|
|
7600
7972
|
*/
|
|
7601
7973
|
this.Filters = null;
|
|
@@ -7804,6 +8176,48 @@ class InquirePriceCreateInstancesRequest extends AbstractModel {
|
|
|
7804
8176
|
}
|
|
7805
8177
|
}
|
|
7806
8178
|
|
|
8179
|
+
/**
|
|
8180
|
+
* Scene information
|
|
8181
|
+
* @class
|
|
8182
|
+
*/
|
|
8183
|
+
class Scene extends AbstractModel {
|
|
8184
|
+
constructor(){
|
|
8185
|
+
super();
|
|
8186
|
+
|
|
8187
|
+
/**
|
|
8188
|
+
* Scene ID
|
|
8189
|
+
* @type {string || null}
|
|
8190
|
+
*/
|
|
8191
|
+
this.SceneId = null;
|
|
8192
|
+
|
|
8193
|
+
/**
|
|
8194
|
+
* Display name of the scene
|
|
8195
|
+
* @type {string || null}
|
|
8196
|
+
*/
|
|
8197
|
+
this.DisplayName = null;
|
|
8198
|
+
|
|
8199
|
+
/**
|
|
8200
|
+
* Scene description
|
|
8201
|
+
* @type {string || null}
|
|
8202
|
+
*/
|
|
8203
|
+
this.Description = null;
|
|
8204
|
+
|
|
8205
|
+
}
|
|
8206
|
+
|
|
8207
|
+
/**
|
|
8208
|
+
* @private
|
|
8209
|
+
*/
|
|
8210
|
+
deserialize(params) {
|
|
8211
|
+
if (!params) {
|
|
8212
|
+
return;
|
|
8213
|
+
}
|
|
8214
|
+
this.SceneId = 'SceneId' in params ? params.SceneId : null;
|
|
8215
|
+
this.DisplayName = 'DisplayName' in params ? params.DisplayName : null;
|
|
8216
|
+
this.Description = 'Description' in params ? params.Description : null;
|
|
8217
|
+
|
|
8218
|
+
}
|
|
8219
|
+
}
|
|
8220
|
+
|
|
7807
8221
|
/**
|
|
7808
8222
|
* List of instances associated with the CCN instance.
|
|
7809
8223
|
* @class
|
|
@@ -8236,14 +8650,16 @@ module.exports = {
|
|
|
8236
8650
|
ModifyBundle: ModifyBundle,
|
|
8237
8651
|
DetachCcnResponse: DetachCcnResponse,
|
|
8238
8652
|
CreateInstanceSnapshotResponse: CreateInstanceSnapshotResponse,
|
|
8653
|
+
DescribeScenesResponse: DescribeScenesResponse,
|
|
8239
8654
|
InquirePriceRenewInstancesResponse: InquirePriceRenewInstancesResponse,
|
|
8240
8655
|
DeleteFirewallRulesResponse: DeleteFirewallRulesResponse,
|
|
8241
8656
|
ModifyInstancesAttributeRequest: ModifyInstancesAttributeRequest,
|
|
8242
|
-
|
|
8657
|
+
DescribeInstancesResponse: DescribeInstancesResponse,
|
|
8243
8658
|
DeleteKeyPairsRequest: DeleteKeyPairsRequest,
|
|
8244
8659
|
SystemDisk: SystemDisk,
|
|
8245
8660
|
ResetInstanceBlueprint: ResetInstanceBlueprint,
|
|
8246
8661
|
DescribeBundlesResponse: DescribeBundlesResponse,
|
|
8662
|
+
InstancePriceDetail: InstancePriceDetail,
|
|
8247
8663
|
InquirePriceRenewInstancesRequest: InquirePriceRenewInstancesRequest,
|
|
8248
8664
|
DiscountDetail: DiscountDetail,
|
|
8249
8665
|
DescribeDiskConfigsRequest: DescribeDiskConfigsRequest,
|
|
@@ -8288,19 +8704,21 @@ module.exports = {
|
|
|
8288
8704
|
DeleteSnapshotsRequest: DeleteSnapshotsRequest,
|
|
8289
8705
|
ModifyDisksRenewFlagResponse: ModifyDisksRenewFlagResponse,
|
|
8290
8706
|
ModifySnapshotAttributeRequest: ModifySnapshotAttributeRequest,
|
|
8707
|
+
DeleteSnapshotsResponse: DeleteSnapshotsResponse,
|
|
8291
8708
|
DescribeDisksResponse: DescribeDisksResponse,
|
|
8292
8709
|
DescribeBundleDiscountResponse: DescribeBundleDiscountResponse,
|
|
8293
|
-
|
|
8710
|
+
DescribeAllScenesRequest: DescribeAllScenesRequest,
|
|
8294
8711
|
ModifyDisksRenewFlagRequest: ModifyDisksRenewFlagRequest,
|
|
8295
8712
|
DisassociateInstancesKeyPairsRequest: DisassociateInstancesKeyPairsRequest,
|
|
8296
8713
|
DataDiskPrice: DataDiskPrice,
|
|
8714
|
+
SceneInfo: SceneInfo,
|
|
8297
8715
|
ImportKeyPairRequest: ImportKeyPairRequest,
|
|
8298
8716
|
DeleteBlueprintsResponse: DeleteBlueprintsResponse,
|
|
8299
8717
|
ModifyInstancesLoginKeyPairAttributeRequest: ModifyInstancesLoginKeyPairAttributeRequest,
|
|
8300
8718
|
StopInstancesResponse: StopInstancesResponse,
|
|
8301
8719
|
CreateInstancesResponse: CreateInstancesResponse,
|
|
8302
8720
|
ModifyBlueprintAttributeResponse: ModifyBlueprintAttributeResponse,
|
|
8303
|
-
|
|
8721
|
+
DescribeScenesRequest: DescribeScenesRequest,
|
|
8304
8722
|
DescribeRegionsRequest: DescribeRegionsRequest,
|
|
8305
8723
|
DescribeInstancesDiskNumResponse: DescribeInstancesDiskNumResponse,
|
|
8306
8724
|
InquirePriceCreateBlueprintResponse: InquirePriceCreateBlueprintResponse,
|
|
@@ -8320,7 +8738,9 @@ module.exports = {
|
|
|
8320
8738
|
DescribeCcnAttachedInstancesResponse: DescribeCcnAttachedInstancesResponse,
|
|
8321
8739
|
DescribeBundlesRequest: DescribeBundlesRequest,
|
|
8322
8740
|
Blueprint: Blueprint,
|
|
8741
|
+
TotalPrice: TotalPrice,
|
|
8323
8742
|
DeniedAction: DeniedAction,
|
|
8743
|
+
DescribeAllScenesResponse: DescribeAllScenesResponse,
|
|
8324
8744
|
ModifyInstancesLoginKeyPairAttributeResponse: ModifyInstancesLoginKeyPairAttributeResponse,
|
|
8325
8745
|
InquirePriceRenewDisksResponse: InquirePriceRenewDisksResponse,
|
|
8326
8746
|
Bundle: Bundle,
|
|
@@ -8350,7 +8770,7 @@ module.exports = {
|
|
|
8350
8770
|
FirewallRuleInfo: FirewallRuleInfo,
|
|
8351
8771
|
CreateFirewallRulesResponse: CreateFirewallRulesResponse,
|
|
8352
8772
|
DescribeDisksRequest: DescribeDisksRequest,
|
|
8353
|
-
|
|
8773
|
+
DescribeGeneralResourceQuotasRequest: DescribeGeneralResourceQuotasRequest,
|
|
8354
8774
|
DescribeZonesResponse: DescribeZonesResponse,
|
|
8355
8775
|
CreateBlueprintResponse: CreateBlueprintResponse,
|
|
8356
8776
|
PolicyDetail: PolicyDetail,
|
|
@@ -8385,11 +8805,13 @@ module.exports = {
|
|
|
8385
8805
|
DescribeGeneralResourceQuotasResponse: DescribeGeneralResourceQuotasResponse,
|
|
8386
8806
|
ModifyInstancesRenewFlagRequest: ModifyInstancesRenewFlagRequest,
|
|
8387
8807
|
StopInstancesRequest: StopInstancesRequest,
|
|
8808
|
+
DescribeFirewallRulesTemplateResponse: DescribeFirewallRulesTemplateResponse,
|
|
8388
8809
|
DescribeModifyInstanceBundlesRequest: DescribeModifyInstanceBundlesRequest,
|
|
8389
8810
|
ResetInstanceResponse: ResetInstanceResponse,
|
|
8390
8811
|
DescribeFirewallRulesRequest: DescribeFirewallRulesRequest,
|
|
8391
8812
|
DiskDeniedActions: DiskDeniedActions,
|
|
8392
8813
|
InquirePriceCreateInstancesRequest: InquirePriceCreateInstancesRequest,
|
|
8814
|
+
Scene: Scene,
|
|
8393
8815
|
CcnAttachedInstance: CcnAttachedInstance,
|
|
8394
8816
|
DescribeModifyInstanceBundlesResponse: DescribeModifyInstanceBundlesResponse,
|
|
8395
8817
|
AttachDetail: AttachDetail,
|
|
@@ -139,8 +139,8 @@ Note: This field may return `null`, indicating that no valid value can be found.
|
|
|
139
139
|
this.Suggestion = null;
|
|
140
140
|
|
|
141
141
|
/**
|
|
142
|
-
*
|
|
143
|
-
Note: This field may return
|
|
142
|
+
* Returns the information of keywords hit in the text. When no value is returned and `Score` is not empty, it means the `Label` is determined by the semantic-based detection model.
|
|
143
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
144
144
|
* @type {Array.<string> || null}
|
|
145
145
|
*/
|
|
146
146
|
this.Keywords = null;
|
|
@@ -180,6 +180,13 @@ Note: This field may return `null`, indicating that no valid value can be found.
|
|
|
180
180
|
*/
|
|
181
181
|
this.SubLabel = null;
|
|
182
182
|
|
|
183
|
+
/**
|
|
184
|
+
* Returns the keywords, label, sub-label and the score.
|
|
185
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
186
|
+
* @type {Array.<Tag> || null}
|
|
187
|
+
*/
|
|
188
|
+
this.Tags = null;
|
|
189
|
+
|
|
183
190
|
}
|
|
184
191
|
|
|
185
192
|
/**
|
|
@@ -198,6 +205,60 @@ Note: This field may return `null`, indicating that no valid value can be found.
|
|
|
198
205
|
this.LibName = 'LibName' in params ? params.LibName : null;
|
|
199
206
|
this.SubLabel = 'SubLabel' in params ? params.SubLabel : null;
|
|
200
207
|
|
|
208
|
+
if (params.Tags) {
|
|
209
|
+
this.Tags = new Array();
|
|
210
|
+
for (let z in params.Tags) {
|
|
211
|
+
let obj = new Tag();
|
|
212
|
+
obj.deserialize(params.Tags[z]);
|
|
213
|
+
this.Tags.push(obj);
|
|
214
|
+
}
|
|
215
|
+
}
|
|
216
|
+
|
|
217
|
+
}
|
|
218
|
+
}
|
|
219
|
+
|
|
220
|
+
/**
|
|
221
|
+
* Returns the keywords, label, sub-label and the score.
|
|
222
|
+
* @class
|
|
223
|
+
*/
|
|
224
|
+
class Tag extends AbstractModel {
|
|
225
|
+
constructor(){
|
|
226
|
+
super();
|
|
227
|
+
|
|
228
|
+
/**
|
|
229
|
+
* Returns the hit keywords.
|
|
230
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
231
|
+
* @type {string || null}
|
|
232
|
+
*/
|
|
233
|
+
this.Keyword = null;
|
|
234
|
+
|
|
235
|
+
/**
|
|
236
|
+
* Returns the sub-tags.
|
|
237
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
238
|
+
* @type {string || null}
|
|
239
|
+
*/
|
|
240
|
+
this.SubLabel = null;
|
|
241
|
+
|
|
242
|
+
/**
|
|
243
|
+
* Returns the score for the sub-label
|
|
244
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
245
|
+
* @type {number || null}
|
|
246
|
+
*/
|
|
247
|
+
this.Score = null;
|
|
248
|
+
|
|
249
|
+
}
|
|
250
|
+
|
|
251
|
+
/**
|
|
252
|
+
* @private
|
|
253
|
+
*/
|
|
254
|
+
deserialize(params) {
|
|
255
|
+
if (!params) {
|
|
256
|
+
return;
|
|
257
|
+
}
|
|
258
|
+
this.Keyword = 'Keyword' in params ? params.Keyword : null;
|
|
259
|
+
this.SubLabel = 'SubLabel' in params ? params.SubLabel : null;
|
|
260
|
+
this.Score = 'Score' in params ? params.Score : null;
|
|
261
|
+
|
|
201
262
|
}
|
|
202
263
|
}
|
|
203
264
|
|
|
@@ -269,6 +330,24 @@ Note: Up to 5 MB is supported, and the minimum resolution is 256 x 256. When it
|
|
|
269
330
|
*/
|
|
270
331
|
this.Desc = null;
|
|
271
332
|
|
|
333
|
+
/**
|
|
334
|
+
* Room ID of the group chat.
|
|
335
|
+
* @type {string || null}
|
|
336
|
+
*/
|
|
337
|
+
this.RoomId = null;
|
|
338
|
+
|
|
339
|
+
/**
|
|
340
|
+
* Receiver ID.
|
|
341
|
+
* @type {string || null}
|
|
342
|
+
*/
|
|
343
|
+
this.ReceiverId = null;
|
|
344
|
+
|
|
345
|
+
/**
|
|
346
|
+
* Generation time of the message, in ms.
|
|
347
|
+
* @type {number || null}
|
|
348
|
+
*/
|
|
349
|
+
this.SendTime = null;
|
|
350
|
+
|
|
272
351
|
}
|
|
273
352
|
|
|
274
353
|
/**
|
|
@@ -287,6 +366,9 @@ Note: Up to 5 MB is supported, and the minimum resolution is 256 x 256. When it
|
|
|
287
366
|
this.Phone = 'Phone' in params ? params.Phone : null;
|
|
288
367
|
this.HeadUrl = 'HeadUrl' in params ? params.HeadUrl : null;
|
|
289
368
|
this.Desc = 'Desc' in params ? params.Desc : null;
|
|
369
|
+
this.RoomId = 'RoomId' in params ? params.RoomId : null;
|
|
370
|
+
this.ReceiverId = 'ReceiverId' in params ? params.ReceiverId : null;
|
|
371
|
+
this.SendTime = 'SendTime' in params ? params.SendTime : null;
|
|
290
372
|
|
|
291
373
|
}
|
|
292
374
|
}
|
|
@@ -437,6 +519,13 @@ Note: This field may return `null`, indicating that no valid value can be found.
|
|
|
437
519
|
*/
|
|
438
520
|
this.SubLabel = null;
|
|
439
521
|
|
|
522
|
+
/**
|
|
523
|
+
* Returns the context text.
|
|
524
|
+
Note: This field may return null, indicating that no valid values can be obtained.
|
|
525
|
+
* @type {string || null}
|
|
526
|
+
*/
|
|
527
|
+
this.ContextText = null;
|
|
528
|
+
|
|
440
529
|
/**
|
|
441
530
|
* The unique request ID, which is returned for each request. RequestId is required for locating a problem.
|
|
442
531
|
* @type {string || null}
|
|
@@ -478,6 +567,7 @@ Note: This field may return `null`, indicating that no valid value can be found.
|
|
|
478
567
|
this.Extra = 'Extra' in params ? params.Extra : null;
|
|
479
568
|
this.DataId = 'DataId' in params ? params.DataId : null;
|
|
480
569
|
this.SubLabel = 'SubLabel' in params ? params.SubLabel : null;
|
|
570
|
+
this.ContextText = 'ContextText' in params ? params.ContextText : null;
|
|
481
571
|
this.RequestId = 'RequestId' in params ? params.RequestId : null;
|
|
482
572
|
|
|
483
573
|
}
|
|
@@ -487,6 +577,7 @@ module.exports = {
|
|
|
487
577
|
RiskDetails: RiskDetails,
|
|
488
578
|
TextModerationRequest: TextModerationRequest,
|
|
489
579
|
DetailResults: DetailResults,
|
|
580
|
+
Tag: Tag,
|
|
490
581
|
User: User,
|
|
491
582
|
Device: Device,
|
|
492
583
|
TextModerationResponse: TextModerationResponse,
|
|
@@ -19,6 +19,7 @@ const AbstractClient = require('../../common/abstract_client')
|
|
|
19
19
|
const RiskDetails = models.RiskDetails;
|
|
20
20
|
const TextModerationRequest = models.TextModerationRequest;
|
|
21
21
|
const DetailResults = models.DetailResults;
|
|
22
|
+
const Tag = models.Tag;
|
|
22
23
|
const User = models.User;
|
|
23
24
|
const Device = models.Device;
|
|
24
25
|
const TextModerationResponse = models.TextModerationResponse;
|