tencentcloud-sdk-nodejs 4.0.638 → 4.0.640
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 +422 -0
- package/SERVICE_CHANGELOG.md +450 -201
- package/package.json +1 -1
- package/products.md +32 -31
- package/src/common/sdk_version.ts +1 -1
- package/src/services/as/v20180419/as_models.ts +2 -2
- package/src/services/bma/index.ts +2 -2
- package/src/services/btoe/index.ts +2 -2
- package/src/services/cdn/v20180606/cdn_models.ts +43 -43
- package/src/services/cfs/v20190719/cfs_models.ts +36 -19
- package/src/services/chdfs/index.ts +2 -2
- package/src/services/cls/v20201016/cls_models.ts +4 -0
- package/src/services/cms/v20190321/cms_models.ts +13 -1
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +38 -38
- package/src/services/dbbrain/index.ts +2 -2
- package/src/services/ecm/v20190719/ecm_client.ts +146 -27
- package/src/services/ecm/v20190719/ecm_models.ts +424 -90
- package/src/services/eis/index.ts +2 -2
- package/src/services/emr/v20190103/emr_models.ts +5 -5
- package/src/services/es/v20180416/es_client.ts +19 -7
- package/src/services/es/v20180416/es_models.ts +32 -8
- package/src/services/ess/v20201111/ess_client.ts +39 -10
- package/src/services/ess/v20201111/ess_models.ts +280 -87
- package/src/services/essbasic/v20210526/essbasic_client.ts +13 -1
- package/src/services/essbasic/v20210526/essbasic_models.ts +51 -1
- package/src/services/facefusion/index.ts +2 -2
- package/src/services/index.ts +1 -0
- package/src/services/iotcloud/index.ts +2 -2
- package/src/services/iotvideo/index.ts +2 -2
- package/src/services/irp/index.ts +2 -2
- package/src/services/lcic/v20220817/lcic_models.ts +18 -14
- package/src/services/live/v20180801/live_models.ts +4 -1
- package/src/services/mongodb/index.ts +2 -2
- package/src/services/monitor/v20180724/monitor_models.ts +3 -3
- package/src/services/ocr/v20181119/ocr_client.ts +1 -1
- package/src/services/ocr/v20181119/ocr_models.ts +0 -2
- package/src/services/sqlserver/v20180328/sqlserver_client.ts +4 -3
- package/src/services/sqlserver/v20180328/sqlserver_models.ts +12 -6
- package/src/services/tcb/v20180608/tcb_models.ts +25 -18
- package/src/services/tchd/index.ts +5 -0
- package/src/services/tchd/v20230306/index.ts +6 -0
- package/src/services/tchd/v20230306/tchd_client.ts +45 -0
- package/src/services/tchd/v20230306/tchd_models.ts +96 -0
- package/src/services/tdmq/v20200217/tdmq_models.ts +5 -5
- package/src/services/tem/index.ts +2 -2
- package/src/services/teo/index.ts +2 -2
- package/src/services/thpc/index.ts +2 -2
- package/src/services/tione/index.ts +2 -2
- package/src/services/tke/v20180525/tke_models.ts +6 -6
- package/src/services/trtc/v20190722/trtc_client.ts +0 -17
- package/src/services/trtc/v20190722/trtc_models.ts +0 -104
- package/src/services/tse/v20201207/tse_models.ts +1 -1
- package/src/services/tsw/index.ts +2 -2
- package/src/services/tts/v20190823/tts_models.ts +4 -1
- package/src/services/vm/index.ts +2 -2
- package/src/services/vod/v20180717/vod_client.ts +6 -6
- package/src/services/vod/v20180717/vod_models.ts +15 -15
- package/src/services/vpc/v20170312/vpc_models.ts +11 -3
- package/src/services/wav/v20210129/wav_models.ts +4 -0
- package/src/services/wedata/v20210820/wedata_client.ts +29 -0
- package/src/services/wedata/v20210820/wedata_models.ts +444 -0
- package/src/services/yunsou/index.ts +2 -2
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/as/v20180419/as_models.d.ts +2 -2
- package/tencentcloud/services/bma/index.d.ts +4 -4
- package/tencentcloud/services/bma/index.js +2 -2
- package/tencentcloud/services/btoe/index.d.ts +4 -4
- package/tencentcloud/services/btoe/index.js +2 -2
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +43 -43
- package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +36 -19
- package/tencentcloud/services/chdfs/index.d.ts +4 -4
- package/tencentcloud/services/chdfs/index.js +2 -2
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +4 -0
- package/tencentcloud/services/cms/v20190321/cms_models.d.ts +13 -1
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +38 -38
- package/tencentcloud/services/dbbrain/index.d.ts +4 -4
- package/tencentcloud/services/dbbrain/index.js +2 -2
- package/tencentcloud/services/ecm/v20190719/ecm_client.d.ts +52 -7
- package/tencentcloud/services/ecm/v20190719/ecm_client.js +72 -9
- package/tencentcloud/services/ecm/v20190719/ecm_models.d.ts +404 -90
- package/tencentcloud/services/eis/index.d.ts +4 -4
- package/tencentcloud/services/eis/index.js +2 -2
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +5 -5
- package/tencentcloud/services/es/v20180416/es_client.d.ts +7 -3
- package/tencentcloud/services/es/v20180416/es_client.js +9 -3
- package/tencentcloud/services/es/v20180416/es_models.d.ts +30 -8
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +14 -3
- package/tencentcloud/services/ess/v20201111/ess_client.js +18 -3
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +274 -87
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +6 -2
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +7 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +49 -1
- package/tencentcloud/services/facefusion/index.d.ts +4 -4
- package/tencentcloud/services/facefusion/index.js +2 -2
- package/tencentcloud/services/index.d.ts +1 -0
- package/tencentcloud/services/index.js +2 -0
- package/tencentcloud/services/iotcloud/index.d.ts +4 -4
- package/tencentcloud/services/iotcloud/index.js +2 -2
- package/tencentcloud/services/iotvideo/index.d.ts +4 -4
- package/tencentcloud/services/iotvideo/index.js +2 -2
- package/tencentcloud/services/irp/index.d.ts +4 -4
- package/tencentcloud/services/irp/index.js +2 -2
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +18 -14
- package/tencentcloud/services/live/v20180801/live_models.d.ts +4 -1
- package/tencentcloud/services/mongodb/index.d.ts +4 -4
- package/tencentcloud/services/mongodb/index.js +2 -2
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +3 -3
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +1 -1
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +1 -1
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +0 -2
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.d.ts +3 -2
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.js +3 -2
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +12 -6
- package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +25 -18
- package/tencentcloud/services/tchd/index.d.ts +6 -0
- package/tencentcloud/services/tchd/index.js +7 -0
- package/tencentcloud/services/tchd/v20230306/index.d.ts +6 -0
- package/tencentcloud/services/tchd/v20230306/index.js +9 -0
- package/tencentcloud/services/tchd/v20230306/tchd_client.d.ts +14 -0
- package/tencentcloud/services/tchd/v20230306/tchd_client.js +37 -0
- package/tencentcloud/services/tchd/v20230306/tchd_models.d.ts +76 -0
- package/tencentcloud/services/tchd/v20230306/tchd_models.js +18 -0
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +5 -5
- package/tencentcloud/services/tem/index.d.ts +4 -4
- package/tencentcloud/services/tem/index.js +2 -2
- package/tencentcloud/services/teo/index.d.ts +4 -4
- package/tencentcloud/services/teo/index.js +2 -2
- package/tencentcloud/services/thpc/index.d.ts +4 -4
- package/tencentcloud/services/thpc/index.js +2 -2
- package/tencentcloud/services/tione/index.d.ts +4 -4
- package/tencentcloud/services/tione/index.js +2 -2
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +6 -6
- package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +1 -8
- package/tencentcloud/services/trtc/v20190722/trtc_client.js +0 -9
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +0 -100
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +1 -1
- package/tencentcloud/services/tsw/index.d.ts +4 -4
- package/tencentcloud/services/tsw/index.js +2 -2
- package/tencentcloud/services/tts/v20190823/tts_models.d.ts +4 -1
- package/tencentcloud/services/vm/index.d.ts +4 -4
- package/tencentcloud/services/vm/index.js +2 -2
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +6 -6
- package/tencentcloud/services/vod/v20180717/vod_client.js +6 -6
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +15 -15
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +11 -3
- package/tencentcloud/services/wav/v20210129/wav_models.d.ts +4 -0
- package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +9 -1
- package/tencentcloud/services/wedata/v20210820/wedata_client.js +12 -0
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +435 -0
- package/tencentcloud/services/yunsou/index.d.ts +4 -4
- package/tencentcloud/services/yunsou/index.js +2 -2
- package/test/ecm.v20190719.test.js +96 -6
- package/test/es.v20180416.test.js +12 -2
- package/test/ess.v20201111.test.js +22 -2
- package/test/essbasic.v20210526.test.js +10 -0
- package/test/tchd.v20230306.test.js +31 -0
- package/test/trtc.v20190722.test.js +0 -10
- package/test/wedata.v20210820.test.js +20 -0
|
@@ -84,6 +84,23 @@ export interface TerminateInstancesResponse {
|
|
|
84
84
|
*/
|
|
85
85
|
RequestId?: string;
|
|
86
86
|
}
|
|
87
|
+
/**
|
|
88
|
+
* AssignIpv6CidrBlocks请求参数结构体
|
|
89
|
+
*/
|
|
90
|
+
export interface AssignIpv6CidrBlocksRequest {
|
|
91
|
+
/**
|
|
92
|
+
* `VPC`实例`ID`,形如:`vpc-f49l6u0z`。
|
|
93
|
+
*/
|
|
94
|
+
VpcId: string;
|
|
95
|
+
/**
|
|
96
|
+
* 网络运营商类型 取值范围:'CMCC'-中国移动, 'CTCC'-中国电信, 'CUCC'-中国联调
|
|
97
|
+
*/
|
|
98
|
+
ISPTypes: Array<ISPTypeItem>;
|
|
99
|
+
/**
|
|
100
|
+
* ECM地域。
|
|
101
|
+
*/
|
|
102
|
+
EcmRegion?: string;
|
|
103
|
+
}
|
|
87
104
|
/**
|
|
88
105
|
* DescribeMonthPeakNetwork返回参数结构体
|
|
89
106
|
*/
|
|
@@ -246,6 +263,15 @@ export interface DescribeModuleRequest {
|
|
|
246
263
|
*/
|
|
247
264
|
OrderDirection?: number;
|
|
248
265
|
}
|
|
266
|
+
/**
|
|
267
|
+
* DeleteSecurityGroup返回参数结构体
|
|
268
|
+
*/
|
|
269
|
+
export interface DeleteSecurityGroupResponse {
|
|
270
|
+
/**
|
|
271
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
272
|
+
*/
|
|
273
|
+
RequestId?: string;
|
|
274
|
+
}
|
|
249
275
|
/**
|
|
250
276
|
* RebootInstances请求参数结构体
|
|
251
277
|
*/
|
|
@@ -473,21 +499,21 @@ export interface DescribeListenersResponse {
|
|
|
473
499
|
RequestId?: string;
|
|
474
500
|
}
|
|
475
501
|
/**
|
|
476
|
-
*
|
|
502
|
+
* AssignIpv6SubnetCidrBlock请求参数结构体
|
|
477
503
|
*/
|
|
478
|
-
export interface
|
|
504
|
+
export interface AssignIpv6SubnetCidrBlockRequest {
|
|
479
505
|
/**
|
|
480
|
-
*
|
|
506
|
+
* 子网所在私有网络`ID`。形如:`vpc-f49l6u0z`。
|
|
481
507
|
*/
|
|
482
|
-
|
|
508
|
+
VpcId: string;
|
|
483
509
|
/**
|
|
484
|
-
*
|
|
510
|
+
* 分配 `IPv6` 子网段列表。
|
|
485
511
|
*/
|
|
486
|
-
|
|
512
|
+
Ipv6SubnetCidrBlocks: Array<Ipv6SubnetCidrBlock>;
|
|
487
513
|
/**
|
|
488
|
-
*
|
|
514
|
+
* ECM地域。
|
|
489
515
|
*/
|
|
490
|
-
|
|
516
|
+
EcmRegion?: string;
|
|
491
517
|
}
|
|
492
518
|
/**
|
|
493
519
|
* StartInstances返回参数结构体
|
|
@@ -776,34 +802,38 @@ export interface ImageTask {
|
|
|
776
802
|
CreateTime: string;
|
|
777
803
|
}
|
|
778
804
|
/**
|
|
779
|
-
*
|
|
805
|
+
* AllocateIpv6AddressesBandwidth请求参数结构体
|
|
780
806
|
*/
|
|
781
|
-
export interface
|
|
807
|
+
export interface AllocateIpv6AddressesBandwidthRequest {
|
|
782
808
|
/**
|
|
783
|
-
*
|
|
809
|
+
* ECM 地域。
|
|
784
810
|
*/
|
|
785
|
-
|
|
811
|
+
EcmRegion: string;
|
|
786
812
|
/**
|
|
787
|
-
*
|
|
813
|
+
* 需要开通公网访问能力的IPV6地址。
|
|
788
814
|
*/
|
|
789
|
-
|
|
815
|
+
Ipv6Addresses: Array<string>;
|
|
790
816
|
/**
|
|
791
|
-
*
|
|
817
|
+
* 带宽,单位Mbps,默认是1Mbps。
|
|
792
818
|
*/
|
|
793
|
-
|
|
819
|
+
InternetMaxBandwidthOut?: number;
|
|
794
820
|
/**
|
|
795
|
-
*
|
|
821
|
+
* 网络计费模式,当前支持 BANDWIDTH_PACKAGE。
|
|
796
822
|
*/
|
|
797
|
-
|
|
823
|
+
InternetChargeType?: string;
|
|
824
|
+
}
|
|
825
|
+
/**
|
|
826
|
+
* 云镜服务;
|
|
827
|
+
*/
|
|
828
|
+
export interface RunSecurityServiceEnabled {
|
|
798
829
|
/**
|
|
799
|
-
*
|
|
830
|
+
* 是否开启。
|
|
800
831
|
*/
|
|
801
|
-
|
|
832
|
+
Enabled?: boolean;
|
|
802
833
|
/**
|
|
803
|
-
*
|
|
804
|
-
分别表示按权重轮询、最小连接数, 默认为 WRR。
|
|
834
|
+
* 云镜版本:0 基础版,1 专业版。目前仅支持基础版
|
|
805
835
|
*/
|
|
806
|
-
|
|
836
|
+
Version?: number;
|
|
807
837
|
}
|
|
808
838
|
/**
|
|
809
839
|
* CreateImage请求参数结构体
|
|
@@ -992,17 +1022,62 @@ export interface Instance {
|
|
|
992
1022
|
PhysicalPosition: PhysicalPosition;
|
|
993
1023
|
}
|
|
994
1024
|
/**
|
|
995
|
-
*
|
|
1025
|
+
* DescribeRegionIpv6Addresses返回参数结构体
|
|
996
1026
|
*/
|
|
997
|
-
export interface
|
|
1027
|
+
export interface DescribeRegionIpv6AddressesResponse {
|
|
998
1028
|
/**
|
|
999
|
-
*
|
|
1029
|
+
* 符合条件的 IPV6 数量。
|
|
1000
1030
|
*/
|
|
1001
|
-
|
|
1031
|
+
TotalCount: number;
|
|
1002
1032
|
/**
|
|
1003
|
-
*
|
|
1033
|
+
* IPV6 详细信息列表。
|
|
1004
1034
|
*/
|
|
1005
|
-
|
|
1035
|
+
AddressSet: Array<Address>;
|
|
1036
|
+
/**
|
|
1037
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1038
|
+
*/
|
|
1039
|
+
RequestId?: string;
|
|
1040
|
+
}
|
|
1041
|
+
/**
|
|
1042
|
+
* 节点信息
|
|
1043
|
+
*/
|
|
1044
|
+
export interface Node {
|
|
1045
|
+
/**
|
|
1046
|
+
* zone信息。
|
|
1047
|
+
*/
|
|
1048
|
+
ZoneInfo: ZoneInfo;
|
|
1049
|
+
/**
|
|
1050
|
+
* 国家信息。
|
|
1051
|
+
*/
|
|
1052
|
+
Country: Country;
|
|
1053
|
+
/**
|
|
1054
|
+
* 区域信息。
|
|
1055
|
+
*/
|
|
1056
|
+
Area: Area;
|
|
1057
|
+
/**
|
|
1058
|
+
* 省份信息。
|
|
1059
|
+
*/
|
|
1060
|
+
Province: Province;
|
|
1061
|
+
/**
|
|
1062
|
+
* 城市信息。
|
|
1063
|
+
*/
|
|
1064
|
+
City: City;
|
|
1065
|
+
/**
|
|
1066
|
+
* Region信息。
|
|
1067
|
+
*/
|
|
1068
|
+
RegionInfo: RegionInfo;
|
|
1069
|
+
/**
|
|
1070
|
+
* 运营商列表。
|
|
1071
|
+
*/
|
|
1072
|
+
ISPSet: Array<ISP>;
|
|
1073
|
+
/**
|
|
1074
|
+
* 运营商数量。
|
|
1075
|
+
*/
|
|
1076
|
+
ISPNum: number;
|
|
1077
|
+
/**
|
|
1078
|
+
* 节点是否支持LB
|
|
1079
|
+
*/
|
|
1080
|
+
LBSupported?: boolean;
|
|
1006
1081
|
}
|
|
1007
1082
|
/**
|
|
1008
1083
|
* 峰值信息
|
|
@@ -1130,6 +1205,15 @@ export interface DescribeTargetHealthResponse {
|
|
|
1130
1205
|
*/
|
|
1131
1206
|
RequestId?: string;
|
|
1132
1207
|
}
|
|
1208
|
+
/**
|
|
1209
|
+
* QueryVpcTaskResult请求参数结构体
|
|
1210
|
+
*/
|
|
1211
|
+
export interface QueryVpcTaskResultRequest {
|
|
1212
|
+
/**
|
|
1213
|
+
* 无
|
|
1214
|
+
*/
|
|
1215
|
+
TaskId: string;
|
|
1216
|
+
}
|
|
1133
1217
|
/**
|
|
1134
1218
|
* ModifyDefaultSubnet请求参数结构体
|
|
1135
1219
|
*/
|
|
@@ -1164,6 +1248,19 @@ export interface DescribeTaskResultRequest {
|
|
|
1164
1248
|
*/
|
|
1165
1249
|
TaskId: string;
|
|
1166
1250
|
}
|
|
1251
|
+
/**
|
|
1252
|
+
* 申请ipv6 cidr block的信息
|
|
1253
|
+
*/
|
|
1254
|
+
export interface ISPTypeItem {
|
|
1255
|
+
/**
|
|
1256
|
+
* IPv6 Cidr所属运营商类型,支持的类型有 'CMCC'-中国移动, 'CTCC'-中国电信, 'CUCC'-中国联调。作为入参数时为必选。
|
|
1257
|
+
*/
|
|
1258
|
+
ISPType?: string;
|
|
1259
|
+
/**
|
|
1260
|
+
* 申请IPv6 Cidr Block的个数。作为入参数时为必选。
|
|
1261
|
+
*/
|
|
1262
|
+
Count?: number;
|
|
1263
|
+
}
|
|
1167
1264
|
/**
|
|
1168
1265
|
* 描述了快照的详细信息
|
|
1169
1266
|
*/
|
|
@@ -1255,6 +1352,23 @@ export interface AttachDisksResponse {
|
|
|
1255
1352
|
*/
|
|
1256
1353
|
RequestId?: string;
|
|
1257
1354
|
}
|
|
1355
|
+
/**
|
|
1356
|
+
* AssignIpv6CidrBlock请求参数结构体
|
|
1357
|
+
*/
|
|
1358
|
+
export interface AssignIpv6CidrBlockRequest {
|
|
1359
|
+
/**
|
|
1360
|
+
* `VPC`实例`ID`,形如:`vpc-f49l6u0z`。
|
|
1361
|
+
*/
|
|
1362
|
+
VpcId: string;
|
|
1363
|
+
/**
|
|
1364
|
+
* 网络运营商类型 'CMCC'-中国移动, 'CTCC'-中国电信, 'CUCC'-中国联调
|
|
1365
|
+
*/
|
|
1366
|
+
ISPType: string;
|
|
1367
|
+
/**
|
|
1368
|
+
* ECM地域。
|
|
1369
|
+
*/
|
|
1370
|
+
EcmRegion?: string;
|
|
1371
|
+
}
|
|
1258
1372
|
/**
|
|
1259
1373
|
* DescribeLoadBalancers请求参数结构体
|
|
1260
1374
|
*/
|
|
@@ -1405,6 +1519,23 @@ export interface DescribeSecurityGroupsRequest {
|
|
|
1405
1519
|
*/
|
|
1406
1520
|
Limit?: number;
|
|
1407
1521
|
}
|
|
1522
|
+
/**
|
|
1523
|
+
* ReleaseIpv6AddressesBandwidth请求参数结构体
|
|
1524
|
+
*/
|
|
1525
|
+
export interface ReleaseIpv6AddressesBandwidthRequest {
|
|
1526
|
+
/**
|
|
1527
|
+
* ECM 地域。
|
|
1528
|
+
*/
|
|
1529
|
+
EcmRegion: string;
|
|
1530
|
+
/**
|
|
1531
|
+
* IPV6地址。Ipv6Addresses和Ipv6AddressIds必须且只能传一个。
|
|
1532
|
+
*/
|
|
1533
|
+
Ipv6Addresses?: Array<string>;
|
|
1534
|
+
/**
|
|
1535
|
+
* IPV6地址对应的唯一ID,形如eip-xxxxxxxx。Ipv6Addresses和Ipv6AddressIds必须且只能传一个。
|
|
1536
|
+
*/
|
|
1537
|
+
Ipv6AddressIds?: Array<string>;
|
|
1538
|
+
}
|
|
1408
1539
|
/**
|
|
1409
1540
|
* DescribePriceRunInstance返回参数结构体
|
|
1410
1541
|
*/
|
|
@@ -1631,6 +1762,19 @@ export interface DescribePackingQuotaGroupResponse {
|
|
|
1631
1762
|
*/
|
|
1632
1763
|
RequestId?: string;
|
|
1633
1764
|
}
|
|
1765
|
+
/**
|
|
1766
|
+
* AssignIpv6CidrBlocks返回参数结构体
|
|
1767
|
+
*/
|
|
1768
|
+
export interface AssignIpv6CidrBlocksResponse {
|
|
1769
|
+
/**
|
|
1770
|
+
* IPv6网段和所属运营商。
|
|
1771
|
+
*/
|
|
1772
|
+
IPv6CidrBlockSet?: Array<ISPIPv6CidrBlock>;
|
|
1773
|
+
/**
|
|
1774
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1775
|
+
*/
|
|
1776
|
+
RequestId?: string;
|
|
1777
|
+
}
|
|
1634
1778
|
/**
|
|
1635
1779
|
* 负载均衡实例信息
|
|
1636
1780
|
*/
|
|
@@ -1973,25 +2117,33 @@ export interface DescribeCustomImageTaskResponse {
|
|
|
1973
2117
|
RequestId?: string;
|
|
1974
2118
|
}
|
|
1975
2119
|
/**
|
|
1976
|
-
*
|
|
2120
|
+
* 安全组对象
|
|
1977
2121
|
*/
|
|
1978
|
-
export interface
|
|
2122
|
+
export interface SecurityGroup {
|
|
1979
2123
|
/**
|
|
1980
|
-
*
|
|
2124
|
+
* 安全组实例ID,例如:esg-ohuuioma。
|
|
1981
2125
|
*/
|
|
1982
|
-
|
|
2126
|
+
SecurityGroupId: string;
|
|
1983
2127
|
/**
|
|
1984
|
-
*
|
|
2128
|
+
* 安全组名称,可任意命名,但不得超过60个字符。
|
|
1985
2129
|
*/
|
|
1986
|
-
|
|
2130
|
+
SecurityGroupName: string;
|
|
1987
2131
|
/**
|
|
1988
|
-
*
|
|
2132
|
+
* 安全组备注,最多100个字符。
|
|
1989
2133
|
*/
|
|
1990
|
-
|
|
2134
|
+
SecurityGroupDesc: string;
|
|
1991
2135
|
/**
|
|
1992
|
-
*
|
|
2136
|
+
* 是否是默认安全组,默认安全组不支持删除。
|
|
1993
2137
|
*/
|
|
1994
|
-
|
|
2138
|
+
IsDefault?: boolean;
|
|
2139
|
+
/**
|
|
2140
|
+
* 安全组创建时间。
|
|
2141
|
+
*/
|
|
2142
|
+
CreatedTime?: string;
|
|
2143
|
+
/**
|
|
2144
|
+
* 标签键值对。
|
|
2145
|
+
*/
|
|
2146
|
+
TagSet?: Array<Tag>;
|
|
1995
2147
|
}
|
|
1996
2148
|
/**
|
|
1997
2149
|
* CreateModule返回参数结构体
|
|
@@ -2728,6 +2880,23 @@ export interface CreateImageResponse {
|
|
|
2728
2880
|
*/
|
|
2729
2881
|
RequestId?: string;
|
|
2730
2882
|
}
|
|
2883
|
+
/**
|
|
2884
|
+
* UnassignIpv6SubnetCidrBlock请求参数结构体
|
|
2885
|
+
*/
|
|
2886
|
+
export interface UnassignIpv6SubnetCidrBlockRequest {
|
|
2887
|
+
/**
|
|
2888
|
+
* 子网所在私有网络`ID`。形如:`vpc-f49l6u0z`。
|
|
2889
|
+
*/
|
|
2890
|
+
VpcId: string;
|
|
2891
|
+
/**
|
|
2892
|
+
* `IPv6` 子网段列表。
|
|
2893
|
+
*/
|
|
2894
|
+
Ipv6SubnetCidrBlocks: Array<Ipv6SubnetCidrBlock>;
|
|
2895
|
+
/**
|
|
2896
|
+
* ECM地域。
|
|
2897
|
+
*/
|
|
2898
|
+
EcmRegion?: string;
|
|
2899
|
+
}
|
|
2731
2900
|
/**
|
|
2732
2901
|
* ModifyModuleNetwork请求参数结构体
|
|
2733
2902
|
*/
|
|
@@ -3000,6 +3169,15 @@ export interface ResetInstancesPasswordRequest {
|
|
|
3000
3169
|
*/
|
|
3001
3170
|
UserName?: string;
|
|
3002
3171
|
}
|
|
3172
|
+
/**
|
|
3173
|
+
* ModifyIpv6AddressesBandwidth返回参数结构体
|
|
3174
|
+
*/
|
|
3175
|
+
export interface ModifyIpv6AddressesBandwidthResponse {
|
|
3176
|
+
/**
|
|
3177
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
3178
|
+
*/
|
|
3179
|
+
RequestId?: string;
|
|
3180
|
+
}
|
|
3003
3181
|
/**
|
|
3004
3182
|
* AssociateAddress返回参数结构体
|
|
3005
3183
|
*/
|
|
@@ -3347,6 +3525,23 @@ export interface SetLoadBalancerSecurityGroupsRequest {
|
|
|
3347
3525
|
*/
|
|
3348
3526
|
SecurityGroups?: Array<string>;
|
|
3349
3527
|
}
|
|
3528
|
+
/**
|
|
3529
|
+
* 目标和权重的描述信息
|
|
3530
|
+
*/
|
|
3531
|
+
export interface TargetsWeightRule {
|
|
3532
|
+
/**
|
|
3533
|
+
* 负载均衡监听器 ID
|
|
3534
|
+
*/
|
|
3535
|
+
ListenerId?: string;
|
|
3536
|
+
/**
|
|
3537
|
+
* 要修改权重的后端机器列表
|
|
3538
|
+
*/
|
|
3539
|
+
Targets?: Array<Target>;
|
|
3540
|
+
/**
|
|
3541
|
+
* 后端服务新的转发权重,取值范围:0~100。
|
|
3542
|
+
*/
|
|
3543
|
+
Weight?: number;
|
|
3544
|
+
}
|
|
3350
3545
|
/**
|
|
3351
3546
|
* DescribeImportImageOs返回参数结构体
|
|
3352
3547
|
*/
|
|
@@ -3373,6 +3568,34 @@ export interface MigrateNetworkInterfaceResponse {
|
|
|
3373
3568
|
*/
|
|
3374
3569
|
RequestId?: string;
|
|
3375
3570
|
}
|
|
3571
|
+
/**
|
|
3572
|
+
* DescribeRegionIpv6Addresses请求参数结构体
|
|
3573
|
+
*/
|
|
3574
|
+
export interface DescribeRegionIpv6AddressesRequest {
|
|
3575
|
+
/**
|
|
3576
|
+
* ECM 地域,为空时返回所有地域的IPv6地址。
|
|
3577
|
+
*/
|
|
3578
|
+
EcmRegion: string;
|
|
3579
|
+
/**
|
|
3580
|
+
* 详细的过滤条件如下:
|
|
3581
|
+
address-id - String - 是否必填:否 - (过滤条件)按照 EIP 的 ID 过滤。
|
|
3582
|
+
address-ip - String - 是否必填:否 - (过滤条件)按照 EIP 的 IP 地址过滤。
|
|
3583
|
+
network-interface-id - String - 是否必填:否 - (过滤条件)按照弹性网卡的唯一ID过滤。
|
|
3584
|
+
instance-id - String - 是否必填:否 - (过滤条件)按照 EIP 所绑定的实例 ID 过滤。
|
|
3585
|
+
vpc-id - String - 是否必填:否 - (过滤条件)按照 EIP 所在 VPC 的 ID 进行过滤。
|
|
3586
|
+
address-isp - String - 是否必填:否 - (过滤条件)按照 EIP 的运营商进行过滤。
|
|
3587
|
+
address-status - String - 是否必填:否 - (过滤条件)按照 EIP 的状态信息进行过滤。
|
|
3588
|
+
*/
|
|
3589
|
+
Filters?: Array<Filter>;
|
|
3590
|
+
/**
|
|
3591
|
+
* 偏移量,默认为0。关于Offset的更进一步介绍请参考 API 简介中的相关小节。
|
|
3592
|
+
*/
|
|
3593
|
+
Offset?: number;
|
|
3594
|
+
/**
|
|
3595
|
+
* 返回数量,默认为20,最大值为100。关于Limit的更进一步介绍请参考 API 简介中的相关小节。
|
|
3596
|
+
*/
|
|
3597
|
+
Limit?: number;
|
|
3598
|
+
}
|
|
3376
3599
|
/**
|
|
3377
3600
|
* 模块信息
|
|
3378
3601
|
*/
|
|
@@ -3929,6 +4152,19 @@ export interface DescribeInstancesResponse {
|
|
|
3929
4152
|
*/
|
|
3930
4153
|
RequestId?: string;
|
|
3931
4154
|
}
|
|
4155
|
+
/**
|
|
4156
|
+
* ReleaseIpv6AddressesBandwidth返回参数结构体
|
|
4157
|
+
*/
|
|
4158
|
+
export interface ReleaseIpv6AddressesBandwidthResponse {
|
|
4159
|
+
/**
|
|
4160
|
+
* 异步任务TaskId。
|
|
4161
|
+
*/
|
|
4162
|
+
TaskId: string;
|
|
4163
|
+
/**
|
|
4164
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
4165
|
+
*/
|
|
4166
|
+
RequestId?: string;
|
|
4167
|
+
}
|
|
3932
4168
|
/**
|
|
3933
4169
|
* 机型配置
|
|
3934
4170
|
*/
|
|
@@ -4077,6 +4313,19 @@ export interface ModifySecurityGroupAttributeResponse {
|
|
|
4077
4313
|
*/
|
|
4078
4314
|
RequestId?: string;
|
|
4079
4315
|
}
|
|
4316
|
+
/**
|
|
4317
|
+
* AssignIpv6CidrBlock返回参数结构体
|
|
4318
|
+
*/
|
|
4319
|
+
export interface AssignIpv6CidrBlockResponse {
|
|
4320
|
+
/**
|
|
4321
|
+
* 分配的 `IPv6` 网段。形如:`3402:4e00:20:1000::/56`。
|
|
4322
|
+
*/
|
|
4323
|
+
Ipv6CidrBlock?: string;
|
|
4324
|
+
/**
|
|
4325
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
4326
|
+
*/
|
|
4327
|
+
RequestId?: string;
|
|
4328
|
+
}
|
|
4080
4329
|
/**
|
|
4081
4330
|
* ModifyModuleConfig请求参数结构体
|
|
4082
4331
|
*/
|
|
@@ -4315,6 +4564,19 @@ export interface DeleteSnapshotsRequest {
|
|
|
4315
4564
|
*/
|
|
4316
4565
|
DeleteBindImages?: boolean;
|
|
4317
4566
|
}
|
|
4567
|
+
/**
|
|
4568
|
+
* AssignIpv6SubnetCidrBlock返回参数结构体
|
|
4569
|
+
*/
|
|
4570
|
+
export interface AssignIpv6SubnetCidrBlockResponse {
|
|
4571
|
+
/**
|
|
4572
|
+
* 分配 `IPv6` 子网段列表。
|
|
4573
|
+
*/
|
|
4574
|
+
Ipv6SubnetCidrBlockSet?: Array<Ipv6SubnetCidrBlock>;
|
|
4575
|
+
/**
|
|
4576
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
4577
|
+
*/
|
|
4578
|
+
RequestId?: string;
|
|
4579
|
+
}
|
|
4318
4580
|
/**
|
|
4319
4581
|
* 描述了实例的抽象位置,包括其所在的可用区,所属的项目,以及所属的独享集群的ID和名字。
|
|
4320
4582
|
*/
|
|
@@ -4475,9 +4737,17 @@ export interface DataDisk {
|
|
|
4475
4737
|
DiskType?: string;
|
|
4476
4738
|
}
|
|
4477
4739
|
/**
|
|
4478
|
-
*
|
|
4740
|
+
* QueryVpcTaskResult返回参数结构体
|
|
4479
4741
|
*/
|
|
4480
|
-
export interface
|
|
4742
|
+
export interface QueryVpcTaskResultResponse {
|
|
4743
|
+
/**
|
|
4744
|
+
* 执行结果,包括"SUCCESS", "FAILED", "RUNNING"
|
|
4745
|
+
*/
|
|
4746
|
+
Status: string;
|
|
4747
|
+
/**
|
|
4748
|
+
* 异步任务执行输出。
|
|
4749
|
+
*/
|
|
4750
|
+
Output: string;
|
|
4481
4751
|
/**
|
|
4482
4752
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
4483
4753
|
*/
|
|
@@ -5043,6 +5313,15 @@ export interface ImageOsList {
|
|
|
5043
5313
|
*/
|
|
5044
5314
|
Linux: Array<string>;
|
|
5045
5315
|
}
|
|
5316
|
+
/**
|
|
5317
|
+
* UnassignIpv6SubnetCidrBlock返回参数结构体
|
|
5318
|
+
*/
|
|
5319
|
+
export interface UnassignIpv6SubnetCidrBlockResponse {
|
|
5320
|
+
/**
|
|
5321
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
5322
|
+
*/
|
|
5323
|
+
RequestId?: string;
|
|
5324
|
+
}
|
|
5046
5325
|
/**
|
|
5047
5326
|
* BatchModifyTargetWeight请求参数结构体
|
|
5048
5327
|
*/
|
|
@@ -5452,6 +5731,15 @@ export interface SetLoadBalancerSecurityGroupsResponse {
|
|
|
5452
5731
|
*/
|
|
5453
5732
|
RequestId?: string;
|
|
5454
5733
|
}
|
|
5734
|
+
/**
|
|
5735
|
+
* ModifyVpcAttribute返回参数结构体
|
|
5736
|
+
*/
|
|
5737
|
+
export interface ModifyVpcAttributeResponse {
|
|
5738
|
+
/**
|
|
5739
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
5740
|
+
*/
|
|
5741
|
+
RequestId?: string;
|
|
5742
|
+
}
|
|
5455
5743
|
/**
|
|
5456
5744
|
* CreateLoadBalancer请求参数结构体
|
|
5457
5745
|
*/
|
|
@@ -5909,13 +6197,25 @@ export interface RuleHealth {
|
|
|
5909
6197
|
Targets: Array<TargetHealth>;
|
|
5910
6198
|
}
|
|
5911
6199
|
/**
|
|
5912
|
-
*
|
|
6200
|
+
* ModifyIpv6AddressesBandwidth请求参数结构体
|
|
5913
6201
|
*/
|
|
5914
|
-
export interface
|
|
6202
|
+
export interface ModifyIpv6AddressesBandwidthRequest {
|
|
5915
6203
|
/**
|
|
5916
|
-
*
|
|
6204
|
+
* ECM 地域
|
|
5917
6205
|
*/
|
|
5918
|
-
|
|
6206
|
+
EcmRegion: string;
|
|
6207
|
+
/**
|
|
6208
|
+
* 修改的目标带宽,单位Mbps
|
|
6209
|
+
*/
|
|
6210
|
+
InternetMaxBandwidthOut: number;
|
|
6211
|
+
/**
|
|
6212
|
+
* IPV6地址。Ipv6Addresses和Ipv6AddressId必须且只能传一个
|
|
6213
|
+
*/
|
|
6214
|
+
Ipv6Addresses?: Array<Ipv6Address>;
|
|
6215
|
+
/**
|
|
6216
|
+
* IPV6地址对应的唯一ID,形如eip-xxxxxxxx。Ipv6Addresses和Ipv6AddressId必须且只能传一个
|
|
6217
|
+
*/
|
|
6218
|
+
Ipv6AddressIds?: Array<string>;
|
|
5919
6219
|
}
|
|
5920
6220
|
/**
|
|
5921
6221
|
* CreateNetworkInterface返回参数结构体
|
|
@@ -5931,45 +6231,34 @@ export interface CreateNetworkInterfaceResponse {
|
|
|
5931
6231
|
RequestId?: string;
|
|
5932
6232
|
}
|
|
5933
6233
|
/**
|
|
5934
|
-
*
|
|
6234
|
+
* ModifyListener请求参数结构体
|
|
5935
6235
|
*/
|
|
5936
|
-
export interface
|
|
5937
|
-
/**
|
|
5938
|
-
* zone信息。
|
|
5939
|
-
*/
|
|
5940
|
-
ZoneInfo: ZoneInfo;
|
|
5941
|
-
/**
|
|
5942
|
-
* 国家信息。
|
|
5943
|
-
*/
|
|
5944
|
-
Country: Country;
|
|
5945
|
-
/**
|
|
5946
|
-
* 区域信息。
|
|
5947
|
-
*/
|
|
5948
|
-
Area: Area;
|
|
6236
|
+
export interface ModifyListenerRequest {
|
|
5949
6237
|
/**
|
|
5950
|
-
*
|
|
6238
|
+
* 负载均衡实例 ID
|
|
5951
6239
|
*/
|
|
5952
|
-
|
|
6240
|
+
LoadBalancerId: string;
|
|
5953
6241
|
/**
|
|
5954
|
-
*
|
|
6242
|
+
* 负载均衡监听器 ID
|
|
5955
6243
|
*/
|
|
5956
|
-
|
|
6244
|
+
ListenerId: string;
|
|
5957
6245
|
/**
|
|
5958
|
-
*
|
|
6246
|
+
* 新的监听器名称
|
|
5959
6247
|
*/
|
|
5960
|
-
|
|
6248
|
+
ListenerName?: string;
|
|
5961
6249
|
/**
|
|
5962
|
-
*
|
|
6250
|
+
* 会话保持时间,单位:秒。可选值:30~3600,默认 0,表示不开启。此参数仅适用于TCP/UDP监听器。
|
|
5963
6251
|
*/
|
|
5964
|
-
|
|
6252
|
+
SessionExpireTime?: number;
|
|
5965
6253
|
/**
|
|
5966
|
-
*
|
|
6254
|
+
* 健康检查相关参数
|
|
5967
6255
|
*/
|
|
5968
|
-
|
|
6256
|
+
HealthCheck?: HealthCheck;
|
|
5969
6257
|
/**
|
|
5970
|
-
*
|
|
6258
|
+
* 监听器转发的方式。可选值:WRR、LEAST_CONN
|
|
6259
|
+
分别表示按权重轮询、最小连接数, 默认为 WRR。
|
|
5971
6260
|
*/
|
|
5972
|
-
|
|
6261
|
+
Scheduler?: string;
|
|
5973
6262
|
}
|
|
5974
6263
|
/**
|
|
5975
6264
|
* DescribeDisks返回参数结构体
|
|
@@ -5997,7 +6286,7 @@ export interface ZoneInstanceCountISP {
|
|
|
5997
6286
|
*/
|
|
5998
6287
|
Zone: string;
|
|
5999
6288
|
/**
|
|
6000
|
-
*
|
|
6289
|
+
* 在当前可用区创建的实例数目。
|
|
6001
6290
|
*/
|
|
6002
6291
|
InstanceCount: number;
|
|
6003
6292
|
/**
|
|
@@ -6463,33 +6752,25 @@ export interface ResetInstancesPasswordResponse {
|
|
|
6463
6752
|
RequestId?: string;
|
|
6464
6753
|
}
|
|
6465
6754
|
/**
|
|
6466
|
-
*
|
|
6755
|
+
* 运行商统计信息
|
|
6467
6756
|
*/
|
|
6468
|
-
export interface
|
|
6469
|
-
/**
|
|
6470
|
-
* 安全组实例ID,例如:esg-ohuuioma。
|
|
6471
|
-
*/
|
|
6472
|
-
SecurityGroupId: string;
|
|
6473
|
-
/**
|
|
6474
|
-
* 安全组名称,可任意命名,但不得超过60个字符。
|
|
6475
|
-
*/
|
|
6476
|
-
SecurityGroupName: string;
|
|
6757
|
+
export interface ISPCounter {
|
|
6477
6758
|
/**
|
|
6478
|
-
*
|
|
6759
|
+
* 运营商名称
|
|
6479
6760
|
*/
|
|
6480
|
-
|
|
6761
|
+
ProviderName: string;
|
|
6481
6762
|
/**
|
|
6482
|
-
*
|
|
6763
|
+
* 节点数量
|
|
6483
6764
|
*/
|
|
6484
|
-
|
|
6765
|
+
ProviderNodeNum: number;
|
|
6485
6766
|
/**
|
|
6486
|
-
*
|
|
6767
|
+
* 实例数量
|
|
6487
6768
|
*/
|
|
6488
|
-
|
|
6769
|
+
ProvederInstanceNum: number;
|
|
6489
6770
|
/**
|
|
6490
|
-
*
|
|
6771
|
+
* Zone实例信息结构体数组
|
|
6491
6772
|
*/
|
|
6492
|
-
|
|
6773
|
+
ZoneInstanceInfoSet: Array<ZoneInstanceInfo>;
|
|
6493
6774
|
}
|
|
6494
6775
|
/**
|
|
6495
6776
|
* ModifyModuleDisableWanIp请求参数结构体
|
|
@@ -6690,6 +6971,21 @@ export interface CreateDisksResponse {
|
|
|
6690
6971
|
*/
|
|
6691
6972
|
RequestId?: string;
|
|
6692
6973
|
}
|
|
6974
|
+
/**
|
|
6975
|
+
* IPv6子网段对象。
|
|
6976
|
+
*/
|
|
6977
|
+
export interface Ipv6SubnetCidrBlock {
|
|
6978
|
+
/**
|
|
6979
|
+
* 子网实例`ID`。形如:`subnet-pxir56ns`。
|
|
6980
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
6981
|
+
*/
|
|
6982
|
+
SubnetId?: string;
|
|
6983
|
+
/**
|
|
6984
|
+
* `IPv6`子网段。形如:`3402:4e00:20:1001::/64`
|
|
6985
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
6986
|
+
*/
|
|
6987
|
+
Ipv6CidrBlock?: string;
|
|
6988
|
+
}
|
|
6693
6989
|
/**
|
|
6694
6990
|
* DescribeAddressQuota返回参数结构体
|
|
6695
6991
|
*/
|
|
@@ -6797,6 +7093,24 @@ export interface ModifyPrivateIpAddressesAttributeRequest {
|
|
|
6797
7093
|
*/
|
|
6798
7094
|
EcmRegion: string;
|
|
6799
7095
|
}
|
|
7096
|
+
/**
|
|
7097
|
+
* AllocateIpv6AddressesBandwidth返回参数结构体
|
|
7098
|
+
*/
|
|
7099
|
+
export interface AllocateIpv6AddressesBandwidthResponse {
|
|
7100
|
+
/**
|
|
7101
|
+
* 弹性公网 IPV6 的唯一 ID 列表。
|
|
7102
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
7103
|
+
*/
|
|
7104
|
+
AddressSet: Array<string>;
|
|
7105
|
+
/**
|
|
7106
|
+
* 异步任务TaskId。
|
|
7107
|
+
*/
|
|
7108
|
+
TaskId: string;
|
|
7109
|
+
/**
|
|
7110
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
7111
|
+
*/
|
|
7112
|
+
RequestId?: string;
|
|
7113
|
+
}
|
|
6800
7114
|
/**
|
|
6801
7115
|
* DetachDisks返回参数结构体
|
|
6802
7116
|
*/
|