tencentcloud-sdk-nodejs 4.0.255 → 4.0.259
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/CHANGELOG.md +939 -28
- package/package.json +1 -1
- package/products.md +42 -42
- package/src/common/sdk_version.ts +1 -1
- package/src/services/antiddos/v20200309/antiddos_models.ts +15 -0
- package/src/services/as/v20180419/as_client.ts +15 -1
- package/src/services/as/v20180419/as_models.ts +65 -5
- package/src/services/billing/v20180709/billing_models.ts +5 -5
- package/src/services/cam/v20190116/cam_models.ts +1 -1
- package/src/services/cat/v20180409/cat_client.ts +158 -55
- package/src/services/cat/v20180409/cat_models.ts +1535 -863
- package/src/services/cbs/v20170312/cbs_client.ts +6 -5
- package/src/services/cbs/v20170312/cbs_models.ts +112 -87
- package/src/services/cdn/v20180606/cdn_models.ts +11 -0
- package/src/services/cii/v20210408/cii_models.ts +7 -7
- package/src/services/ckafka/v20190819/ckafka_models.ts +14 -2
- package/src/services/clb/v20180317/clb_client.ts +24 -11
- package/src/services/clb/v20180317/clb_models.ts +155 -64
- package/src/services/cls/v20201016/cls_client.ts +71 -21
- package/src/services/cls/v20201016/cls_models.ts +259 -71
- package/src/services/cme/v20191029/cme_models.ts +10 -10
- package/src/services/dbbrain/v20210527/dbbrain_client.ts +14 -2
- package/src/services/dbbrain/v20210527/dbbrain_models.ts +100 -45
- package/src/services/dcdb/v20180411/dcdb_client.ts +12 -0
- package/src/services/dcdb/v20180411/dcdb_models.ts +35 -0
- package/src/services/dlc/v20210125/dlc_client.ts +4 -4
- package/src/services/dlc/v20210125/dlc_models.ts +170 -8
- package/src/services/dnspod/v20210323/dnspod_models.ts +8 -8
- package/src/services/eiam/v20210420/eiam_client.ts +230 -65
- package/src/services/eiam/v20210420/eiam_models.ts +1525 -729
- package/src/services/faceid/v20180301/faceid_client.ts +12 -0
- package/src/services/faceid/v20180301/faceid_models.ts +60 -0
- package/src/services/iotvideoindustry/v20201201/iotvideoindustry_client.ts +436 -57
- package/src/services/iotvideoindustry/v20201201/iotvideoindustry_models.ts +1721 -303
- package/src/services/lighthouse/v20200324/lighthouse_client.ts +202 -38
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +765 -77
- package/src/services/live/v20180801/live_models.ts +12 -1
- package/src/services/mariadb/v20170312/mariadb_client.ts +12 -0
- package/src/services/mariadb/v20170312/mariadb_models.ts +30 -0
- package/src/services/mongodb/v20190725/mongodb_client.ts +19 -3
- package/src/services/mongodb/v20190725/mongodb_models.ts +297 -62
- package/src/services/monitor/v20180724/monitor_client.ts +26 -7
- package/src/services/monitor/v20180724/monitor_models.ts +320 -0
- package/src/services/mrs/v20200910/mrs_models.ts +6 -0
- package/src/services/ocr/v20181119/ocr_models.ts +2 -1
- package/src/services/rum/v20210622/rum_models.ts +24 -4
- package/src/services/scf/v20180416/scf_client.ts +1 -1
- package/src/services/scf/v20180416/scf_models.ts +1 -1
- package/src/services/sms/v20210111/sms_client.ts +3 -3
- package/src/services/sqlserver/v20180328/sqlserver_models.ts +10 -10
- package/src/services/sts/v20180813/sts_client.ts +13 -0
- package/src/services/sts/v20180813/sts_models.ts +45 -0
- package/src/services/tcb/v20180608/tcb_models.ts +1 -1
- package/src/services/tdmq/v20200217/tdmq_models.ts +11 -1
- package/src/services/thpc/v20211109/thpc_client.ts +14 -1
- package/src/services/thpc/v20211109/thpc_models.ts +89 -5
- package/src/services/tiia/v20190529/tiia_client.ts +1 -0
- package/src/services/tiia/v20190529/tiia_models.ts +31 -0
- package/src/services/tiw/v20190919/tiw_models.ts +2 -6
- package/src/services/tke/v20180525/tke_models.ts +8 -3
- package/src/services/tse/v20201207/tse_models.ts +5 -0
- package/src/services/vpc/v20170312/vpc_models.ts +68 -2
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +12 -0
- package/tencentcloud/services/as/v20180419/as_client.d.ts +5 -1
- package/tencentcloud/services/as/v20180419/as_client.js +6 -0
- package/tencentcloud/services/as/v20180419/as_models.d.ts +57 -5
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +5 -5
- package/tencentcloud/services/cam/v20190116/cam_models.d.ts +1 -1
- package/tencentcloud/services/cat/v20180409/cat_client.d.ts +35 -3
- package/tencentcloud/services/cat/v20180409/cat_client.js +51 -3
- package/tencentcloud/services/cat/v20180409/cat_models.d.ts +1414 -844
- package/tencentcloud/services/cbs/v20170312/cbs_client.d.ts +1 -1
- package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +95 -74
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +9 -0
- package/tencentcloud/services/cii/v20210408/cii_models.d.ts +7 -7
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +12 -2
- package/tencentcloud/services/clb/v20180317/clb_client.d.ts +9 -5
- package/tencentcloud/services/clb/v20180317/clb_client.js +11 -5
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +133 -56
- package/tencentcloud/services/cls/v20201016/cls_client.d.ts +27 -11
- package/tencentcloud/services/cls/v20201016/cls_client.js +36 -12
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +229 -68
- package/tencentcloud/services/cme/v20191029/cme_models.d.ts +8 -9
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.d.ts +5 -1
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.js +6 -0
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +83 -37
- package/tencentcloud/services/dcdb/v20180411/dcdb_client.d.ts +5 -1
- package/tencentcloud/services/dcdb/v20180411/dcdb_client.js +6 -0
- package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +30 -0
- package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +4 -4
- package/tencentcloud/services/dlc/v20210125/dlc_client.js +4 -4
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +141 -8
- package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +8 -8
- package/tencentcloud/services/eiam/v20210420/eiam_client.d.ts +57 -5
- package/tencentcloud/services/eiam/v20210420/eiam_client.js +84 -6
- package/tencentcloud/services/eiam/v20210420/eiam_models.d.ts +1353 -673
- package/tencentcloud/services/faceid/v20180301/faceid_client.d.ts +5 -1
- package/tencentcloud/services/faceid/v20180301/faceid_client.js +6 -0
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +50 -0
- package/tencentcloud/services/iotvideoindustry/v20201201/iotvideoindustry_client.d.ts +139 -15
- package/tencentcloud/services/iotvideoindustry/v20201201/iotvideoindustry_client.js +207 -21
- package/tencentcloud/services/iotvideoindustry/v20201201/iotvideoindustry_models.d.ts +1462 -245
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.d.ts +66 -14
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.js +95 -17
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +665 -75
- package/tencentcloud/services/live/v20180801/live_models.d.ts +11 -1
- package/tencentcloud/services/mariadb/v20170312/mariadb_client.d.ts +5 -1
- package/tencentcloud/services/mariadb/v20170312/mariadb_client.js +6 -0
- package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +26 -0
- package/tencentcloud/services/mongodb/v20190725/mongodb_client.d.ts +5 -1
- package/tencentcloud/services/mongodb/v20190725/mongodb_client.js +6 -0
- package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +249 -55
- package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +11 -3
- package/tencentcloud/services/monitor/v20180724/monitor_client.js +13 -3
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +275 -0
- package/tencentcloud/services/mrs/v20200910/mrs_models.d.ts +5 -0
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +2 -1
- package/tencentcloud/services/rum/v20210622/rum_models.d.ts +20 -4
- package/tencentcloud/services/scf/v20180416/scf_client.d.ts +1 -1
- package/tencentcloud/services/scf/v20180416/scf_client.js +1 -1
- package/tencentcloud/services/scf/v20180416/scf_models.d.ts +1 -1
- package/tencentcloud/services/sms/v20210111/sms_client.d.ts +3 -3
- package/tencentcloud/services/sms/v20210111/sms_client.js +3 -3
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +10 -10
- package/tencentcloud/services/sts/v20180813/sts_client.d.ts +6 -1
- package/tencentcloud/services/sts/v20180813/sts_client.js +7 -0
- package/tencentcloud/services/sts/v20180813/sts_models.d.ts +38 -0
- package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +1 -1
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +9 -1
- package/tencentcloud/services/thpc/v20211109/thpc_client.d.ts +5 -1
- package/tencentcloud/services/thpc/v20211109/thpc_client.js +6 -0
- package/tencentcloud/services/thpc/v20211109/thpc_models.d.ts +76 -5
- package/tencentcloud/services/tiia/v20190529/tiia_models.d.ts +26 -0
- package/tencentcloud/services/tiw/v20190919/tiw_models.d.ts +2 -6
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +7 -3
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +4 -0
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +59 -2
- package/test/as.v20180419.test.js +10 -0
- package/test/cat.v20180409.test.js +82 -2
- package/test/clb.v20180317.test.js +12 -2
- package/test/cls.v20201016.test.js +44 -4
- package/test/dbbrain.v20210527.test.js +10 -0
- package/test/dcdb.v20180411.test.js +10 -0
- package/test/eiam.v20210420.test.js +134 -4
- package/test/faceid.v20180301.test.js +10 -0
- package/test/iotvideoindustry.v20201201.test.js +324 -14
- package/test/lighthouse.v20200324.test.js +138 -8
- package/test/mariadb.v20170312.test.js +10 -0
- package/test/mongodb.v20190725.test.js +10 -0
- package/test/monitor.v20180724.test.js +12 -2
- package/test/sts.v20180813.test.js +10 -0
- package/test/thpc.v20211109.test.js +10 -0
|
@@ -18,6 +18,7 @@
|
|
|
18
18
|
import { AbstractClient } from "../../../common/abstract_client"
|
|
19
19
|
import { ClientConfig } from "../../../common/interface"
|
|
20
20
|
import {
|
|
21
|
+
BindAutoScalingGroupRequest,
|
|
21
22
|
DeleteClusterRequest,
|
|
22
23
|
SystemDisk,
|
|
23
24
|
ManagerNode,
|
|
@@ -27,8 +28,10 @@ import {
|
|
|
27
28
|
InternetAccessible,
|
|
28
29
|
ComputeNode,
|
|
29
30
|
VirtualPrivateCloud,
|
|
30
|
-
DeleteClusterResponse,
|
|
31
31
|
StorageOption,
|
|
32
|
+
DeleteClusterResponse,
|
|
33
|
+
GooseFSOption,
|
|
34
|
+
BindAutoScalingGroupResponse,
|
|
32
35
|
InstanceChargePrepaid,
|
|
33
36
|
CFSOption,
|
|
34
37
|
CreateClusterResponse,
|
|
@@ -54,6 +57,16 @@ export class Client extends AbstractClient {
|
|
|
54
57
|
return this.request("DeleteCluster", req, cb)
|
|
55
58
|
}
|
|
56
59
|
|
|
60
|
+
/**
|
|
61
|
+
* 本接口(BindAutoScalingGroup)用于为集群队列绑定弹性伸缩组
|
|
62
|
+
*/
|
|
63
|
+
async BindAutoScalingGroup(
|
|
64
|
+
req: BindAutoScalingGroupRequest,
|
|
65
|
+
cb?: (error: string, rep: BindAutoScalingGroupResponse) => void
|
|
66
|
+
): Promise<BindAutoScalingGroupResponse> {
|
|
67
|
+
return this.request("BindAutoScalingGroup", req, cb)
|
|
68
|
+
}
|
|
69
|
+
|
|
57
70
|
/**
|
|
58
71
|
* 本接口 (CreateCluster) 用于创建并启动集群。
|
|
59
72
|
*/
|
|
@@ -15,6 +15,55 @@
|
|
|
15
15
|
* under the License.
|
|
16
16
|
*/
|
|
17
17
|
|
|
18
|
+
/**
|
|
19
|
+
* BindAutoScalingGroup请求参数结构体
|
|
20
|
+
*/
|
|
21
|
+
export interface BindAutoScalingGroupRequest {
|
|
22
|
+
/**
|
|
23
|
+
* 集群ID。
|
|
24
|
+
*/
|
|
25
|
+
ClusterId: string
|
|
26
|
+
|
|
27
|
+
/**
|
|
28
|
+
* 弹性伸缩启动配置ID。
|
|
29
|
+
*/
|
|
30
|
+
LaunchConfigurationId: string
|
|
31
|
+
|
|
32
|
+
/**
|
|
33
|
+
* 弹性伸缩组ID。
|
|
34
|
+
*/
|
|
35
|
+
AutoScalingGroupId: string
|
|
36
|
+
|
|
37
|
+
/**
|
|
38
|
+
* 任务连续等待时间,队列的任务处于连续等待的时间。单位秒。默认值120。
|
|
39
|
+
*/
|
|
40
|
+
ExpansionBusyTime?: number
|
|
41
|
+
|
|
42
|
+
/**
|
|
43
|
+
* 节点连续空闲(未运行作业)时间,一个节点连续处于空闲状态时间。单位秒。默认值300。
|
|
44
|
+
*/
|
|
45
|
+
ShrinkIdleTime?: number
|
|
46
|
+
|
|
47
|
+
/**
|
|
48
|
+
* 是否开启自动扩容,默认值true。
|
|
49
|
+
*/
|
|
50
|
+
EnableAutoExpansion?: boolean
|
|
51
|
+
|
|
52
|
+
/**
|
|
53
|
+
* 是否开启自动缩容,默认值true。
|
|
54
|
+
*/
|
|
55
|
+
EnableAutoShrink?: boolean
|
|
56
|
+
|
|
57
|
+
/**
|
|
58
|
+
* 是否只预检此次请求。
|
|
59
|
+
true:发送检查请求,不会绑定弹性伸缩组。检查项包括是否填写了必需参数,请求格式,业务限制。
|
|
60
|
+
如果检查不通过,则返回对应错误码;
|
|
61
|
+
如果检查通过,则返回RequestId。
|
|
62
|
+
false(默认):发送正常请求,通过检查后直接绑定弹性伸缩组。
|
|
63
|
+
*/
|
|
64
|
+
DryRun?: boolean
|
|
65
|
+
}
|
|
66
|
+
|
|
18
67
|
/**
|
|
19
68
|
* DeleteCluster请求参数结构体
|
|
20
69
|
*/
|
|
@@ -276,6 +325,21 @@ export interface VirtualPrivateCloud {
|
|
|
276
325
|
SubnetId: string
|
|
277
326
|
}
|
|
278
327
|
|
|
328
|
+
/**
|
|
329
|
+
* 描述集群文件系统选项
|
|
330
|
+
*/
|
|
331
|
+
export interface StorageOption {
|
|
332
|
+
/**
|
|
333
|
+
* 集群挂载CFS文件系统选项
|
|
334
|
+
*/
|
|
335
|
+
CFSOptions?: Array<CFSOption>
|
|
336
|
+
|
|
337
|
+
/**
|
|
338
|
+
* 集群挂在GooseFS文件系统选项
|
|
339
|
+
*/
|
|
340
|
+
GooseFSOptions?: Array<GooseFSOption>
|
|
341
|
+
}
|
|
342
|
+
|
|
279
343
|
/**
|
|
280
344
|
* DeleteCluster返回参数结构体
|
|
281
345
|
*/
|
|
@@ -287,13 +351,33 @@ export interface DeleteClusterResponse {
|
|
|
287
351
|
}
|
|
288
352
|
|
|
289
353
|
/**
|
|
290
|
-
*
|
|
354
|
+
* 描述GooseFS挂载信息
|
|
291
355
|
*/
|
|
292
|
-
export interface
|
|
356
|
+
export interface GooseFSOption {
|
|
293
357
|
/**
|
|
294
|
-
*
|
|
358
|
+
* 文件系统本地挂载路径
|
|
295
359
|
*/
|
|
296
|
-
|
|
360
|
+
LocalPath: string
|
|
361
|
+
|
|
362
|
+
/**
|
|
363
|
+
* 文件系统远程挂载路径
|
|
364
|
+
*/
|
|
365
|
+
RemotePath: string
|
|
366
|
+
|
|
367
|
+
/**
|
|
368
|
+
* 文件系统master的ip和端口
|
|
369
|
+
*/
|
|
370
|
+
Masters: Array<string>
|
|
371
|
+
}
|
|
372
|
+
|
|
373
|
+
/**
|
|
374
|
+
* BindAutoScalingGroup返回参数结构体
|
|
375
|
+
*/
|
|
376
|
+
export interface BindAutoScalingGroupResponse {
|
|
377
|
+
/**
|
|
378
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
379
|
+
*/
|
|
380
|
+
RequestId?: string
|
|
297
381
|
}
|
|
298
382
|
|
|
299
383
|
/**
|
|
@@ -336,7 +420,7 @@ export interface CFSOption {
|
|
|
336
420
|
Protocol: string
|
|
337
421
|
|
|
338
422
|
/**
|
|
339
|
-
* 文件系统存储类型,默认值SD
|
|
423
|
+
* 文件系统存储类型,默认值SD;其中 SD 为通用标准型标准型存储, HP为通用性能型存储, TB为turbo标准型, TP 为turbo性能型。
|
|
340
424
|
*/
|
|
341
425
|
StorageType: string
|
|
342
426
|
}
|
|
@@ -337,6 +337,11 @@ Url、Image必须提供一个,如果都提供,只使用 Url。
|
|
|
337
337
|
* 针对入库时提交的Tags信息进行条件过滤。支持>、>=、 <、 <=、=,!=,多个条件之间支持AND和OR进行连接。
|
|
338
338
|
*/
|
|
339
339
|
Filter?: string
|
|
340
|
+
|
|
341
|
+
/**
|
|
342
|
+
* 图像主体区域。
|
|
343
|
+
*/
|
|
344
|
+
ImageRect?: ImageRect
|
|
340
345
|
}
|
|
341
346
|
|
|
342
347
|
/**
|
|
@@ -577,6 +582,7 @@ export interface CreateGroupRequest {
|
|
|
577
582
|
类型:
|
|
578
583
|
1: 通用图库,以用户输入图提取特征。
|
|
579
584
|
2: 灰度图库,输入图和搜索图均转为灰度图提取特征。
|
|
585
|
+
3: 针对电商(通用品类)和logo优化。
|
|
580
586
|
*/
|
|
581
587
|
GroupType?: number
|
|
582
588
|
}
|
|
@@ -936,6 +942,31 @@ LOCATION,主体位置识别;
|
|
|
936
942
|
Scenes?: Array<string>
|
|
937
943
|
}
|
|
938
944
|
|
|
945
|
+
/**
|
|
946
|
+
* 图像主体区域坐标
|
|
947
|
+
*/
|
|
948
|
+
export interface ImageRect {
|
|
949
|
+
/**
|
|
950
|
+
* 左上角横坐标。
|
|
951
|
+
*/
|
|
952
|
+
X: number
|
|
953
|
+
|
|
954
|
+
/**
|
|
955
|
+
* 左上角纵坐标。
|
|
956
|
+
*/
|
|
957
|
+
Y: number
|
|
958
|
+
|
|
959
|
+
/**
|
|
960
|
+
* 宽度。
|
|
961
|
+
*/
|
|
962
|
+
Width: number
|
|
963
|
+
|
|
964
|
+
/**
|
|
965
|
+
* 高度。
|
|
966
|
+
*/
|
|
967
|
+
Height: number
|
|
968
|
+
}
|
|
969
|
+
|
|
939
970
|
/**
|
|
940
971
|
* CreateImage返回参数结构体
|
|
941
972
|
*/
|
|
@@ -300,9 +300,7 @@ SdkAppID = 12345678,RoomID = 12345,PushUserID = push_user_1
|
|
|
300
300
|
ExtraData?: string
|
|
301
301
|
|
|
302
302
|
/**
|
|
303
|
-
*
|
|
304
|
-
|
|
305
|
-
TRTC数字类型房间号,取值范围: (1, 4294967295)。
|
|
303
|
+
* TRTC数字类型房间号,取值范围: (1, 4294967295)。
|
|
306
304
|
|
|
307
305
|
在同时指定了RoomId与TRTCRoomId的情况下,优先使用TRTCRoomId作为白板流进行推流的TRTC房间号。
|
|
308
306
|
|
|
@@ -311,9 +309,7 @@ TRTC数字类型房间号,取值范围: (1, 4294967295)。
|
|
|
311
309
|
TRTCRoomId?: number
|
|
312
310
|
|
|
313
311
|
/**
|
|
314
|
-
*
|
|
315
|
-
|
|
316
|
-
TRTC字符串类型房间号。
|
|
312
|
+
* TRTC字符串类型房间号。
|
|
317
313
|
|
|
318
314
|
在指定了TRTCRoomIdStr的情况下,会优先使用TRTCRoomIdStr作为白板流进行推流的TRTC房间号。
|
|
319
315
|
*/
|
|
@@ -2311,6 +2311,11 @@ export interface ClusterBasicSettings {
|
|
|
2311
2311
|
* 是否开启节点的默认安全组(默认: 否,Aphla特性)
|
|
2312
2312
|
*/
|
|
2313
2313
|
NeedWorkSecurityGroup?: boolean
|
|
2314
|
+
|
|
2315
|
+
/**
|
|
2316
|
+
* 当选择Cilium Overlay网络插件时,TKE会从该子网获取2个IP用来创建内网负载均衡
|
|
2317
|
+
*/
|
|
2318
|
+
SubnetId?: string
|
|
2314
2319
|
}
|
|
2315
2320
|
|
|
2316
2321
|
/**
|
|
@@ -4024,7 +4029,7 @@ export interface CreateClusterResponse {
|
|
|
4024
4029
|
/**
|
|
4025
4030
|
* 集群ID
|
|
4026
4031
|
*/
|
|
4027
|
-
ClusterId
|
|
4032
|
+
ClusterId: string
|
|
4028
4033
|
|
|
4029
4034
|
/**
|
|
4030
4035
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -4132,7 +4137,7 @@ export interface CreateClusterRequest {
|
|
|
4132
4137
|
InstanceAdvancedSettings?: InstanceAdvancedSettings
|
|
4133
4138
|
|
|
4134
4139
|
/**
|
|
4135
|
-
* 已存在实例的配置信息。所有实例必须在同一个VPC中,最大数量不超过100
|
|
4140
|
+
* 已存在实例的配置信息。所有实例必须在同一个VPC中,最大数量不超过100,不支持添加竞价实例。
|
|
4136
4141
|
*/
|
|
4137
4142
|
ExistedInstancesForNode?: Array<ExistedInstancesForNode>
|
|
4138
4143
|
|
|
@@ -4895,7 +4900,7 @@ ipvs-bpf模式: 设置KubeProxyMode为kube-proxy-bpf
|
|
|
4895
4900
|
AuditLogTopicId?: string
|
|
4896
4901
|
|
|
4897
4902
|
/**
|
|
4898
|
-
*
|
|
4903
|
+
* 区分共享网卡多IP模式和独立网卡模式,共享网卡多 IP 模式填写"tke-route-eni",独立网卡模式填写"tke-direct-eni",默认为共享网卡模式
|
|
4899
4904
|
*/
|
|
4900
4905
|
VpcCniType?: string
|
|
4901
4906
|
|
|
@@ -1110,7 +1110,7 @@ export interface CreateIp6TranslatorsResponse {
|
|
|
1110
1110
|
/**
|
|
1111
1111
|
* 转换实例的唯一ID数组,形如"ip6-xxxxxxxx"
|
|
1112
1112
|
*/
|
|
1113
|
-
Ip6TranslatorSet
|
|
1113
|
+
Ip6TranslatorSet: Array<string>
|
|
1114
1114
|
|
|
1115
1115
|
/**
|
|
1116
1116
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -1298,6 +1298,11 @@ export interface CreateDirectConnectGatewayRequest {
|
|
|
1298
1298
|
* 专线网关可用区
|
|
1299
1299
|
*/
|
|
1300
1300
|
Zone?: string
|
|
1301
|
+
|
|
1302
|
+
/**
|
|
1303
|
+
* 专线网关高可用区容灾组ID
|
|
1304
|
+
*/
|
|
1305
|
+
HaZoneGroupId?: string
|
|
1301
1306
|
}
|
|
1302
1307
|
|
|
1303
1308
|
/**
|
|
@@ -4366,7 +4371,7 @@ export interface DescribeSecurityGroupPoliciesResponse {
|
|
|
4366
4371
|
/**
|
|
4367
4372
|
* 安全组规则集合。
|
|
4368
4373
|
*/
|
|
4369
|
-
SecurityGroupPolicySet
|
|
4374
|
+
SecurityGroupPolicySet: SecurityGroupPolicySet
|
|
4370
4375
|
|
|
4371
4376
|
/**
|
|
4372
4377
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -5963,6 +5968,20 @@ export interface DescribeSecurityGroupPoliciesRequest {
|
|
|
5963
5968
|
* 安全组实例ID,例如:sg-33ocnj9n,可通过DescribeSecurityGroups获取。
|
|
5964
5969
|
*/
|
|
5965
5970
|
SecurityGroupId: string
|
|
5971
|
+
|
|
5972
|
+
/**
|
|
5973
|
+
* 过滤条件,不支持同时指定SecurityGroupId和Filters参数。
|
|
5974
|
+
<li>security-group-id - String - 安全组ID。</li>
|
|
5975
|
+
<li>ip - String - IP,支持IPV4和IPV6模糊匹配。</li>
|
|
5976
|
+
<li>address-module - String - IP地址模板或IP地址组模板ID。</li>
|
|
5977
|
+
<li>service-module - String - 协议端口模板或协议端口组模板ID。</li>
|
|
5978
|
+
<li>protocol-type - String - 安全组策略支持的协议,可选值:`TCP`, `UDP`, `ICMP`, `ICMPV6`, `GRE`, `ALL`。</li>
|
|
5979
|
+
<li>port - String - 是否必填:否 -协议端口,支持模糊匹配,值为`ALL`时,查询所有的端口。</li>
|
|
5980
|
+
<li>poly - String - 协议策略,可选值:`ALL`,所有策略;`ACCEPT`,允许;`DROP`,拒绝。</li>
|
|
5981
|
+
<li>direction - String - 协议规则,可选值:`ALL`,所有策略;`INBOUND`,入站规则;`OUTBOUND`,出站规则。</li>
|
|
5982
|
+
<li>description - String - 协议描述,该过滤条件支持模糊匹配。</li>
|
|
5983
|
+
*/
|
|
5984
|
+
Filters?: Array<Filter>
|
|
5966
5985
|
}
|
|
5967
5986
|
|
|
5968
5987
|
/**
|
|
@@ -6539,6 +6558,43 @@ NAT类型支持网络地址转换配置,类型确定后不能修改;一个
|
|
|
6539
6558
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
6540
6559
|
*/
|
|
6541
6560
|
Zone: string
|
|
6561
|
+
|
|
6562
|
+
/**
|
|
6563
|
+
* 网关流控明细启用状态:
|
|
6564
|
+
0:关闭
|
|
6565
|
+
1:开启
|
|
6566
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
6567
|
+
*/
|
|
6568
|
+
EnableFlowDetails: number
|
|
6569
|
+
|
|
6570
|
+
/**
|
|
6571
|
+
* 开启、关闭网关流控明细时间
|
|
6572
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
6573
|
+
*/
|
|
6574
|
+
FlowDetailsUpdateTime: string
|
|
6575
|
+
|
|
6576
|
+
/**
|
|
6577
|
+
* 是否支持开启网关流控明细
|
|
6578
|
+
0:不支持
|
|
6579
|
+
1:支持
|
|
6580
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
6581
|
+
*/
|
|
6582
|
+
NewAfc: number
|
|
6583
|
+
|
|
6584
|
+
/**
|
|
6585
|
+
* 专线网关接入网络类型:
|
|
6586
|
+
<li>`VXLAN` - VXLAN类型。</li>
|
|
6587
|
+
<li>`MPLS` - MPLS类型。</li>
|
|
6588
|
+
<li>`Hybrid` - Hybrid类型。</li>
|
|
6589
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
6590
|
+
*/
|
|
6591
|
+
AccessNetworkType: string
|
|
6592
|
+
|
|
6593
|
+
/**
|
|
6594
|
+
* 跨可用区容灾专线网关的可用区列表
|
|
6595
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
6596
|
+
*/
|
|
6597
|
+
HaZoneList: Array<string>
|
|
6542
6598
|
}
|
|
6543
6599
|
|
|
6544
6600
|
/**
|
|
@@ -10873,6 +10929,16 @@ export interface DirectConnectGatewayCcnRoute {
|
|
|
10873
10929
|
* `BGP`的`AS-Path`属性。
|
|
10874
10930
|
*/
|
|
10875
10931
|
ASPath: Array<string>
|
|
10932
|
+
|
|
10933
|
+
/**
|
|
10934
|
+
* 备注
|
|
10935
|
+
*/
|
|
10936
|
+
Description: string
|
|
10937
|
+
|
|
10938
|
+
/**
|
|
10939
|
+
* 最后更新时间
|
|
10940
|
+
*/
|
|
10941
|
+
UpdateTime: string
|
|
10876
10942
|
}
|
|
10877
10943
|
|
|
10878
10944
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const sdkVersion = "4.0.
|
|
1
|
+
export declare const sdkVersion = "4.0.259";
|
|
@@ -302,6 +302,14 @@ export interface DescribeListBGPInstancesRequest {
|
|
|
302
302
|
* 按照线路搜索, 1: BGP; 2: 三网
|
|
303
303
|
*/
|
|
304
304
|
FilterLine?: number;
|
|
305
|
+
/**
|
|
306
|
+
* 状态搜索,idle:允许中;attacking:攻击中;blocking:封堵中
|
|
307
|
+
*/
|
|
308
|
+
FilterStatus?: string;
|
|
309
|
+
/**
|
|
310
|
+
* 高防包绑定状态搜索,bounding:绑定中; failed:绑定失败
|
|
311
|
+
*/
|
|
312
|
+
FilterBoundStatus?: string;
|
|
305
313
|
}
|
|
306
314
|
/**
|
|
307
315
|
* 字段值,K-V形式
|
|
@@ -524,6 +532,10 @@ export interface DescribeListBGPIPInstancesRequest {
|
|
|
524
532
|
* 是否只获取安全加速实例。填写时,只能填写1或者0。当填写1时,表示返回安全加速实例。当填写0时,表示返回非安全加速实例。
|
|
525
533
|
*/
|
|
526
534
|
FilterDamDDoSStatus?: number;
|
|
535
|
+
/**
|
|
536
|
+
* 获取特定状态的资源,运行中填idle,攻击中填attacking,封堵中填blocking
|
|
537
|
+
*/
|
|
538
|
+
FilterStatus?: string;
|
|
527
539
|
}
|
|
528
540
|
/**
|
|
529
541
|
* 三网高防套餐详情
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AbstractClient } from "../../../common/abstract_client";
|
|
2
2
|
import { ClientConfig } from "../../../common/interface";
|
|
3
|
-
import { DisableAutoScalingGroupResponse, ModifyLaunchConfigurationAttributesRequest, DisableAutoScalingGroupRequest, ModifyAutoScalingGroupRequest, ScaleOutInstancesRequest, ModifyScheduledActionRequest, DescribeAutoScalingGroupsRequest, CreateAutoScalingGroupResponse, DescribeAccountLimitsResponse, CreateLaunchConfigurationResponse, CreateLifecycleHookResponse, ClearLaunchConfigurationAttributesResponse, DescribeAutoScalingGroupsResponse, StopAutoScalingInstancesResponse, DescribeScalingPoliciesRequest, ModifyScheduledActionResponse, CreateAutoScalingGroupFromInstanceRequest, ExecuteScalingPolicyResponse, ModifyLaunchConfigurationAttributesResponse, SetInstancesProtectionResponse, StartAutoScalingInstancesResponse, CompleteLifecycleActionRequest, CreateScalingPolicyResponse, CreateNotificationConfigurationResponse, DescribeLaunchConfigurationsResponse, DeleteScalingPolicyResponse, DescribeAutoScalingInstancesRequest, ModifyLoadBalancersRequest, RemoveInstancesResponse, ModifyScalingPolicyResponse, SetInstancesProtectionRequest, DeleteNotificationConfigurationResponse, DetachInstancesResponse, CreateLaunchConfigurationRequest, AttachInstancesResponse, DescribeAutoScalingGroupLastActivitiesResponse, DescribeAccountLimitsRequest, UpgradeLifecycleHookRequest, DescribeAutoScalingGroupLastActivitiesRequest, ModifyLoadBalancersResponse, DescribePaiInstancesRequest, CreateNotificationConfigurationRequest, DescribeScheduledActionsResponse, ModifyNotificationConfigurationRequest, DeleteLifecycleHookRequest, ModifyAutoScalingGroupResponse, DeleteLaunchConfigurationRequest, ModifyScalingPolicyRequest, UpgradeLifecycleHookResponse, CreateAutoScalingGroupRequest, DeleteScheduledActionResponse, UpgradeLaunchConfigurationRequest, DescribeAutoScalingActivitiesResponse, DescribeNotificationConfigurationsResponse, PreviewPaiDomainNameRequest, DeleteScalingPolicyRequest, CreateAutoScalingGroupFromInstanceResponse, DetachInstancesRequest, CreateScheduledActionRequest, DeleteLaunchConfigurationResponse, DescribeScheduledActionsRequest, DeleteScheduledActionRequest, DescribeAutoScalingActivitiesRequest, ModifyDesiredCapacityRequest, CreateScheduledActionResponse, CreateLifecycleHookRequest, CompleteLifecycleActionResponse, ScaleOutInstancesResponse, DescribeLifecycleHooksRequest, ModifyNotificationConfigurationResponse, DescribeAutoScalingInstancesResponse, DescribeLifecycleHooksResponse, CreateScalingPolicyRequest, ScaleInInstancesResponse, DeleteNotificationConfigurationRequest, DescribeLaunchConfigurationsRequest, DeleteAutoScalingGroupResponse, EnableAutoScalingGroupRequest, DescribeNotificationConfigurationsRequest, ScaleInInstancesRequest, ClearLaunchConfigurationAttributesRequest, PreviewPaiDomainNameResponse, DeleteAutoScalingGroupRequest,
|
|
3
|
+
import { DisableAutoScalingGroupResponse, ModifyLaunchConfigurationAttributesRequest, DisableAutoScalingGroupRequest, ModifyAutoScalingGroupRequest, ScaleOutInstancesRequest, ModifyScheduledActionRequest, DescribeAutoScalingGroupsRequest, CreateAutoScalingGroupResponse, DescribeAccountLimitsResponse, CreateLaunchConfigurationResponse, CreateLifecycleHookResponse, ClearLaunchConfigurationAttributesResponse, DescribeAutoScalingGroupsResponse, StopAutoScalingInstancesResponse, DescribeScalingPoliciesRequest, ModifyScheduledActionResponse, CreateAutoScalingGroupFromInstanceRequest, ExecuteScalingPolicyResponse, ModifyLaunchConfigurationAttributesResponse, SetInstancesProtectionResponse, StartAutoScalingInstancesResponse, CompleteLifecycleActionRequest, CreateScalingPolicyResponse, CreateNotificationConfigurationResponse, DescribeLaunchConfigurationsResponse, RemoveInstancesRequest, DeleteScalingPolicyResponse, DescribeAutoScalingInstancesRequest, ModifyLoadBalancersRequest, RemoveInstancesResponse, ModifyScalingPolicyResponse, SetInstancesProtectionRequest, DeleteNotificationConfigurationResponse, DetachInstancesResponse, CreateLaunchConfigurationRequest, AttachInstancesResponse, DescribeAutoScalingGroupLastActivitiesResponse, DescribeAccountLimitsRequest, UpgradeLifecycleHookRequest, DescribeAutoScalingGroupLastActivitiesRequest, ModifyLoadBalancersResponse, DescribePaiInstancesRequest, CreateNotificationConfigurationRequest, DescribeScheduledActionsResponse, ModifyNotificationConfigurationRequest, DeleteLifecycleHookRequest, ModifyAutoScalingGroupResponse, DeleteLaunchConfigurationRequest, ModifyScalingPolicyRequest, UpgradeLifecycleHookResponse, DescribeAutoScalingAdvicesResponse, CreateAutoScalingGroupRequest, DeleteScheduledActionResponse, UpgradeLaunchConfigurationRequest, DescribeAutoScalingActivitiesResponse, DescribeNotificationConfigurationsResponse, PreviewPaiDomainNameRequest, DeleteScalingPolicyRequest, CreateAutoScalingGroupFromInstanceResponse, DetachInstancesRequest, CreateScheduledActionRequest, DeleteLaunchConfigurationResponse, DescribeScheduledActionsRequest, DeleteScheduledActionRequest, DescribeAutoScalingActivitiesRequest, ModifyDesiredCapacityRequest, CreateScheduledActionResponse, CreateLifecycleHookRequest, CompleteLifecycleActionResponse, ScaleOutInstancesResponse, DescribeLifecycleHooksRequest, ModifyNotificationConfigurationResponse, DescribeAutoScalingInstancesResponse, DescribeLifecycleHooksResponse, CreateScalingPolicyRequest, ScaleInInstancesResponse, DescribeAutoScalingAdvicesRequest, DeleteNotificationConfigurationRequest, DescribeLaunchConfigurationsRequest, DeleteAutoScalingGroupResponse, EnableAutoScalingGroupRequest, DescribeNotificationConfigurationsRequest, ScaleInInstancesRequest, ClearLaunchConfigurationAttributesRequest, PreviewPaiDomainNameResponse, DeleteAutoScalingGroupRequest, StartAutoScalingInstancesRequest, AttachInstancesRequest, DescribeScalingPoliciesResponse, ModifyDesiredCapacityResponse, StopAutoScalingInstancesRequest, DeleteLifecycleHookResponse, EnableAutoScalingGroupResponse, UpgradeLaunchConfigurationResponse, DescribePaiInstancesResponse, ExecuteScalingPolicyRequest } from "./as_models";
|
|
4
4
|
/**
|
|
5
5
|
* as client
|
|
6
6
|
* @class
|
|
@@ -95,6 +95,10 @@ export declare class Client extends AbstractClient {
|
|
|
95
95
|
* 本接口(CreateScheduledAction)用于创建定时任务。
|
|
96
96
|
*/
|
|
97
97
|
CreateScheduledAction(req: CreateScheduledActionRequest, cb?: (error: string, rep: CreateScheduledActionResponse) => void): Promise<CreateScheduledActionResponse>;
|
|
98
|
+
/**
|
|
99
|
+
* 此接口用于查询伸缩组配置建议。
|
|
100
|
+
*/
|
|
101
|
+
DescribeAutoScalingAdvices(req: DescribeAutoScalingAdvicesRequest, cb?: (error: string, rep: DescribeAutoScalingAdvicesResponse) => void): Promise<DescribeAutoScalingAdvicesResponse>;
|
|
98
102
|
/**
|
|
99
103
|
* 本接口(RemoveInstances)用于从伸缩组删除 CVM 实例。根据当前的产品逻辑,如果实例由弹性伸缩自动创建,则实例会被销毁;如果实例系创建后加入伸缩组的,则会从伸缩组中移除,保留实例。
|
|
100
104
|
* 如果删除指定实例后,伸缩组内处于`IN_SERVICE`状态的实例数量小于伸缩组最小值,接口将报错
|
|
@@ -147,6 +147,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
147
147
|
async CreateScheduledAction(req, cb) {
|
|
148
148
|
return this.request("CreateScheduledAction", req, cb);
|
|
149
149
|
}
|
|
150
|
+
/**
|
|
151
|
+
* 此接口用于查询伸缩组配置建议。
|
|
152
|
+
*/
|
|
153
|
+
async DescribeAutoScalingAdvices(req, cb) {
|
|
154
|
+
return this.request("DescribeAutoScalingAdvices", req, cb);
|
|
155
|
+
}
|
|
150
156
|
/**
|
|
151
157
|
* 本接口(RemoveInstances)用于从伸缩组删除 CVM 实例。根据当前的产品逻辑,如果实例由弹性伸缩自动创建,则实例会被销毁;如果实例系创建后加入伸缩组的,则会从伸缩组中移除,保留实例。
|
|
152
158
|
* 如果删除指定实例后,伸缩组内处于`IN_SERVICE`状态的实例数量小于伸缩组最小值,接口将报错
|
|
@@ -393,6 +393,23 @@ export interface CreateLaunchConfigurationResponse {
|
|
|
393
393
|
*/
|
|
394
394
|
RequestId?: string;
|
|
395
395
|
}
|
|
396
|
+
/**
|
|
397
|
+
* 伸缩配置建议。
|
|
398
|
+
*/
|
|
399
|
+
export interface Advice {
|
|
400
|
+
/**
|
|
401
|
+
* 问题描述。
|
|
402
|
+
*/
|
|
403
|
+
Problem: string;
|
|
404
|
+
/**
|
|
405
|
+
* 问题详情。
|
|
406
|
+
*/
|
|
407
|
+
Detail: string;
|
|
408
|
+
/**
|
|
409
|
+
* 建议解决方案。
|
|
410
|
+
*/
|
|
411
|
+
Solution: string;
|
|
412
|
+
}
|
|
396
413
|
/**
|
|
397
414
|
* CreateLifecycleHook返回参数结构体
|
|
398
415
|
*/
|
|
@@ -698,6 +715,19 @@ export interface DescribeLaunchConfigurationsResponse {
|
|
|
698
715
|
*/
|
|
699
716
|
RequestId?: string;
|
|
700
717
|
}
|
|
718
|
+
/**
|
|
719
|
+
* RemoveInstances请求参数结构体
|
|
720
|
+
*/
|
|
721
|
+
export interface RemoveInstancesRequest {
|
|
722
|
+
/**
|
|
723
|
+
* 伸缩组ID
|
|
724
|
+
*/
|
|
725
|
+
AutoScalingGroupId: string;
|
|
726
|
+
/**
|
|
727
|
+
* CVM实例ID列表
|
|
728
|
+
*/
|
|
729
|
+
InstanceIds: Array<string>;
|
|
730
|
+
}
|
|
701
731
|
/**
|
|
702
732
|
* DeleteScalingPolicy返回参数结构体
|
|
703
733
|
*/
|
|
@@ -1452,6 +1482,19 @@ export interface PaiInstance {
|
|
|
1452
1482
|
*/
|
|
1453
1483
|
PaiMateUrl: string;
|
|
1454
1484
|
}
|
|
1485
|
+
/**
|
|
1486
|
+
* DescribeAutoScalingAdvices返回参数结构体
|
|
1487
|
+
*/
|
|
1488
|
+
export interface DescribeAutoScalingAdvicesResponse {
|
|
1489
|
+
/**
|
|
1490
|
+
* 伸缩组配置建议集合。
|
|
1491
|
+
*/
|
|
1492
|
+
AutoScalingAdviceSet: Array<AutoScalingAdvice>;
|
|
1493
|
+
/**
|
|
1494
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1495
|
+
*/
|
|
1496
|
+
RequestId?: string;
|
|
1497
|
+
}
|
|
1455
1498
|
/**
|
|
1456
1499
|
* CreateAutoScalingGroup请求参数结构体
|
|
1457
1500
|
*/
|
|
@@ -2429,6 +2472,15 @@ export interface ScaleInInstancesResponse {
|
|
|
2429
2472
|
*/
|
|
2430
2473
|
RequestId?: string;
|
|
2431
2474
|
}
|
|
2475
|
+
/**
|
|
2476
|
+
* DescribeAutoScalingAdvices请求参数结构体
|
|
2477
|
+
*/
|
|
2478
|
+
export interface DescribeAutoScalingAdvicesRequest {
|
|
2479
|
+
/**
|
|
2480
|
+
* 待查询的伸缩组列表,上限100。
|
|
2481
|
+
*/
|
|
2482
|
+
AutoScalingGroupIds: Array<string>;
|
|
2483
|
+
}
|
|
2432
2484
|
/**
|
|
2433
2485
|
* DeleteNotificationConfiguration请求参数结构体
|
|
2434
2486
|
*/
|
|
@@ -2723,17 +2775,17 @@ export interface DeleteAutoScalingGroupRequest {
|
|
|
2723
2775
|
AutoScalingGroupId: string;
|
|
2724
2776
|
}
|
|
2725
2777
|
/**
|
|
2726
|
-
*
|
|
2778
|
+
* 伸缩组配置建议。
|
|
2727
2779
|
*/
|
|
2728
|
-
export interface
|
|
2780
|
+
export interface AutoScalingAdvice {
|
|
2729
2781
|
/**
|
|
2730
|
-
* 伸缩组ID
|
|
2782
|
+
* 伸缩组ID。
|
|
2731
2783
|
*/
|
|
2732
2784
|
AutoScalingGroupId: string;
|
|
2733
2785
|
/**
|
|
2734
|
-
*
|
|
2786
|
+
* 伸缩组配置建议集合。
|
|
2735
2787
|
*/
|
|
2736
|
-
|
|
2788
|
+
Advices: Array<Advice>;
|
|
2737
2789
|
}
|
|
2738
2790
|
/**
|
|
2739
2791
|
* StartAutoScalingInstances请求参数结构体
|
|
@@ -151,7 +151,7 @@ cdn业务:
|
|
|
151
151
|
ProductCode: string;
|
|
152
152
|
/**
|
|
153
153
|
* 查询域名 例如 www.qq.com
|
|
154
|
-
非CDN
|
|
154
|
+
非CDN业务查询时传入空字符串,返回的值为空
|
|
155
155
|
*/
|
|
156
156
|
Domain: string;
|
|
157
157
|
/**
|
|
@@ -993,22 +993,22 @@ export interface DescribeDosageDetailByDateResponse {
|
|
|
993
993
|
* 计量单位
|
|
994
994
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
995
995
|
*/
|
|
996
|
-
Unit
|
|
996
|
+
Unit: string;
|
|
997
997
|
/**
|
|
998
998
|
* 用量数组
|
|
999
999
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1000
1000
|
*/
|
|
1001
|
-
DetailSets
|
|
1001
|
+
DetailSets: Array<DetailSet>;
|
|
1002
1002
|
/**
|
|
1003
1003
|
* 错误码
|
|
1004
1004
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1005
1005
|
*/
|
|
1006
|
-
RetCode
|
|
1006
|
+
RetCode: number;
|
|
1007
1007
|
/**
|
|
1008
1008
|
* 错误信息
|
|
1009
1009
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1010
1010
|
*/
|
|
1011
|
-
RetMsg
|
|
1011
|
+
RetMsg: string;
|
|
1012
1012
|
/**
|
|
1013
1013
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1014
1014
|
*/
|