tencentcloud-sdk-nodejs 4.0.544 → 4.0.546
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 +396 -0
- package/SERVICE_CHANGELOG.md +415 -178
- package/package.json +1 -1
- package/products.md +33 -33
- package/src/common/sdk_version.ts +1 -1
- package/src/services/ame/v20190916/ame_client.ts +1 -0
- package/src/services/ame/v20190916/ame_models.ts +36 -7
- package/src/services/billing/v20180709/billing_models.ts +5 -5
- package/src/services/bma/v20221115/bma_models.ts +6 -0
- package/src/services/cdc/v20201214/cdc_client.ts +5 -1
- package/src/services/cdc/v20201214/cdc_models.ts +120 -17
- package/src/services/cfw/v20190904/cfw_client.ts +59 -8
- package/src/services/cfw/v20190904/cfw_models.ts +578 -150
- package/src/services/chdfs/v20201112/chdfs_models.ts +2 -2
- package/src/services/ckafka/v20190819/ckafka_client.ts +37 -9
- package/src/services/ckafka/v20190819/ckafka_models.ts +224 -34
- package/src/services/clb/v20180317/clb_models.ts +18 -11
- package/src/services/cme/v20191029/cme_models.ts +1 -1
- package/src/services/dbbrain/v20210527/dbbrain_models.ts +6 -6
- package/src/services/ess/v20201111/ess_models.ts +34 -29
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +7 -4
- package/src/services/mna/v20210119/mna_client.ts +14 -1
- package/src/services/mna/v20210119/mna_models.ts +124 -14
- package/src/services/ocr/v20181119/ocr_models.ts +72 -72
- package/src/services/postgres/v20170312/postgres_models.ts +6 -2
- package/src/services/redis/v20180412/redis_client.ts +3 -2
- package/src/services/redis/v20180412/redis_models.ts +163 -45
- package/src/services/tcm/v20210413/tcm_models.ts +6 -0
- package/src/services/tem/v20210701/tem_models.ts +18 -0
- package/src/services/teo/v20220901/teo_models.ts +28 -26
- package/src/services/tse/v20201207/tse_models.ts +36 -0
- package/src/services/tsf/v20180326/tsf_client.ts +1 -1
- package/src/services/tsf/v20180326/tsf_models.ts +2 -2
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/ame/v20190916/ame_models.d.ts +30 -5
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +5 -5
- package/tencentcloud/services/bma/v20221115/bma_models.d.ts +5 -0
- package/tencentcloud/services/cdc/v20201214/cdc_models.d.ts +103 -14
- package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +17 -1
- package/tencentcloud/services/cfw/v20190904/cfw_client.js +24 -0
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +498 -132
- package/tencentcloud/services/chdfs/v20201112/chdfs_models.d.ts +2 -2
- package/tencentcloud/services/ckafka/v20190819/ckafka_client.d.ts +11 -3
- package/tencentcloud/services/ckafka/v20190819/ckafka_client.js +15 -3
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +190 -30
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +17 -11
- package/tencentcloud/services/cme/v20191029/cme_models.d.ts +1 -1
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +6 -6
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +32 -28
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +3 -0
- package/tencentcloud/services/mna/v20210119/mna_client.d.ts +5 -1
- package/tencentcloud/services/mna/v20210119/mna_client.js +6 -0
- package/tencentcloud/services/mna/v20210119/mna_models.d.ts +107 -14
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +72 -72
- package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +5 -1
- package/tencentcloud/services/redis/v20180412/redis_client.d.ts +2 -2
- package/tencentcloud/services/redis/v20180412/redis_client.js +2 -2
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +141 -39
- package/tencentcloud/services/tcm/v20210413/tcm_models.d.ts +5 -0
- package/tencentcloud/services/tem/v20210701/tem_models.d.ts +15 -0
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +28 -26
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +30 -0
- package/tencentcloud/services/tsf/v20180326/tsf_client.d.ts +1 -1
- package/tencentcloud/services/tsf/v20180326/tsf_client.js +1 -1
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +2 -2
- package/test/cfw.v20190904.test.js +40 -0
- package/test/ckafka.v20190819.test.js +22 -2
- package/test/mna.v20210119.test.js +10 -0
|
@@ -22,7 +22,7 @@ export interface CreateFileSystemResponse {
|
|
|
22
22
|
/**
|
|
23
23
|
* 文件系统
|
|
24
24
|
*/
|
|
25
|
-
FileSystem
|
|
25
|
+
FileSystem?: FileSystem
|
|
26
26
|
|
|
27
27
|
/**
|
|
28
28
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -829,7 +829,7 @@ export interface CreateAccessGroupResponse {
|
|
|
829
829
|
/**
|
|
830
830
|
* 权限组
|
|
831
831
|
*/
|
|
832
|
-
AccessGroup
|
|
832
|
+
AccessGroup?: AccessGroup
|
|
833
833
|
|
|
834
834
|
/**
|
|
835
835
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -100,6 +100,7 @@ import {
|
|
|
100
100
|
MongoDBModifyConnectParam,
|
|
101
101
|
TdwParam,
|
|
102
102
|
ModifyGroupOffsetsRequest,
|
|
103
|
+
DescribeDatahubTopicResponse,
|
|
103
104
|
DescribeCkafkaZoneRequest,
|
|
104
105
|
FetchDatahubMessageByOffsetResponse,
|
|
105
106
|
CreateConsumerResponse,
|
|
@@ -161,6 +162,7 @@ import {
|
|
|
161
162
|
BatchContent,
|
|
162
163
|
DeleteRouteTriggerTimeResponse,
|
|
163
164
|
User,
|
|
165
|
+
TopicSubscribeGroup,
|
|
164
166
|
DescribeUserResponse,
|
|
165
167
|
DtsConnectParam,
|
|
166
168
|
DorisModifyConnectParam,
|
|
@@ -179,8 +181,9 @@ import {
|
|
|
179
181
|
DescribeInstanceAttributesResponse,
|
|
180
182
|
MapParam,
|
|
181
183
|
TopicDetailResponse,
|
|
184
|
+
TopicInSyncReplicaResult,
|
|
182
185
|
DeleteInstancePreRequest,
|
|
183
|
-
|
|
186
|
+
DescribeDatahubTopicRequest,
|
|
184
187
|
Config,
|
|
185
188
|
ClickHouseSchema,
|
|
186
189
|
CtsdbConnectParam,
|
|
@@ -208,6 +211,7 @@ import {
|
|
|
208
211
|
DescribeInstancesRequest,
|
|
209
212
|
InstanceAttributesResponse,
|
|
210
213
|
CreateInstancePostRequest,
|
|
214
|
+
DescribeDatahubTopicsResponse,
|
|
211
215
|
DescribeConnectResourceResponse,
|
|
212
216
|
DescribeGroupRequest,
|
|
213
217
|
Filter,
|
|
@@ -224,6 +228,7 @@ import {
|
|
|
224
228
|
ConnectResourceResourceIdResp,
|
|
225
229
|
CheckCdcClusterRequest,
|
|
226
230
|
FetchMessageByOffsetRequest,
|
|
231
|
+
DescribeDatahubTopicResp,
|
|
227
232
|
DescribeInstancesDetailRequest,
|
|
228
233
|
JsonPathReplaceParam,
|
|
229
234
|
SubstrParam,
|
|
@@ -235,7 +240,8 @@ import {
|
|
|
235
240
|
DateParam,
|
|
236
241
|
ValueParam,
|
|
237
242
|
DescribeDatahubTasksResponse,
|
|
238
|
-
|
|
243
|
+
InquiryDiskParam,
|
|
244
|
+
LowercaseParam,
|
|
239
245
|
SendMessageResponse,
|
|
240
246
|
DescribeDatahubGroupOffsetsRequest,
|
|
241
247
|
InquiryBasePrice,
|
|
@@ -247,6 +253,7 @@ import {
|
|
|
247
253
|
PrivateLinkParam,
|
|
248
254
|
CreateRouteResponse,
|
|
249
255
|
InstanceResponse,
|
|
256
|
+
DatahubTopicDTO,
|
|
250
257
|
JgwOperateResponse,
|
|
251
258
|
DescribeGroup,
|
|
252
259
|
ClsParam,
|
|
@@ -260,6 +267,7 @@ import {
|
|
|
260
267
|
EsModifyConnectParam,
|
|
261
268
|
ModifyConnectResourceResponse,
|
|
262
269
|
InstanceChargeParam,
|
|
270
|
+
DescribeDatahubTopicsRequest,
|
|
263
271
|
CreateDatahubTaskRequest,
|
|
264
272
|
InquiryPrice,
|
|
265
273
|
TopicResult,
|
|
@@ -289,7 +297,7 @@ import {
|
|
|
289
297
|
CreateDatahubTaskResponse,
|
|
290
298
|
ClickHouseConnectParam,
|
|
291
299
|
DescribeUserRequest,
|
|
292
|
-
|
|
300
|
+
DescribeDatahubTopicsResp,
|
|
293
301
|
DescribeTopicSyncReplicaRequest,
|
|
294
302
|
ModifyDatahubTaskRequest,
|
|
295
303
|
InstanceDetail,
|
|
@@ -561,6 +569,16 @@ export class Client extends AbstractClient {
|
|
|
561
569
|
return this.request("DescribeACL", req, cb)
|
|
562
570
|
}
|
|
563
571
|
|
|
572
|
+
/**
|
|
573
|
+
* 查询DIP主题列表
|
|
574
|
+
*/
|
|
575
|
+
async DescribeDatahubTopics(
|
|
576
|
+
req: DescribeDatahubTopicsRequest,
|
|
577
|
+
cb?: (error: string, rep: DescribeDatahubTopicsResponse) => void
|
|
578
|
+
): Promise<DescribeDatahubTopicsResponse> {
|
|
579
|
+
return this.request("DescribeDatahubTopics", req, cb)
|
|
580
|
+
}
|
|
581
|
+
|
|
564
582
|
/**
|
|
565
583
|
* 取消授权token
|
|
566
584
|
*/
|
|
@@ -892,6 +910,16 @@ export class Client extends AbstractClient {
|
|
|
892
910
|
return this.request("AuthorizeToken", req, cb)
|
|
893
911
|
}
|
|
894
912
|
|
|
913
|
+
/**
|
|
914
|
+
* 设置实例属性
|
|
915
|
+
*/
|
|
916
|
+
async ModifyInstanceAttributes(
|
|
917
|
+
req: ModifyInstanceAttributesRequest,
|
|
918
|
+
cb?: (error: string, rep: ModifyInstanceAttributesResponse) => void
|
|
919
|
+
): Promise<ModifyInstanceAttributesResponse> {
|
|
920
|
+
return this.request("ModifyInstanceAttributes", req, cb)
|
|
921
|
+
}
|
|
922
|
+
|
|
895
923
|
/**
|
|
896
924
|
* 查询topic 生产端连接信息
|
|
897
925
|
*/
|
|
@@ -914,13 +942,13 @@ export class Client extends AbstractClient {
|
|
|
914
942
|
}
|
|
915
943
|
|
|
916
944
|
/**
|
|
917
|
-
*
|
|
945
|
+
* 获取Datahub主题属性
|
|
918
946
|
*/
|
|
919
|
-
async
|
|
920
|
-
req:
|
|
921
|
-
cb?: (error: string, rep:
|
|
922
|
-
): Promise<
|
|
923
|
-
return this.request("
|
|
947
|
+
async DescribeDatahubTopic(
|
|
948
|
+
req: DescribeDatahubTopicRequest,
|
|
949
|
+
cb?: (error: string, rep: DescribeDatahubTopicResponse) => void
|
|
950
|
+
): Promise<DescribeDatahubTopicResponse> {
|
|
951
|
+
return this.request("DescribeDatahubTopic", req, cb)
|
|
924
952
|
}
|
|
925
953
|
|
|
926
954
|
/**
|
|
@@ -2756,6 +2756,21 @@ export interface ModifyGroupOffsetsRequest {
|
|
|
2756
2756
|
Partitions?: Array<number>
|
|
2757
2757
|
}
|
|
2758
2758
|
|
|
2759
|
+
/**
|
|
2760
|
+
* DescribeDatahubTopic返回参数结构体
|
|
2761
|
+
*/
|
|
2762
|
+
export interface DescribeDatahubTopicResponse {
|
|
2763
|
+
/**
|
|
2764
|
+
* 返回的结果对象
|
|
2765
|
+
*/
|
|
2766
|
+
Result: DescribeDatahubTopicResp
|
|
2767
|
+
|
|
2768
|
+
/**
|
|
2769
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2770
|
+
*/
|
|
2771
|
+
RequestId?: string
|
|
2772
|
+
}
|
|
2773
|
+
|
|
2759
2774
|
/**
|
|
2760
2775
|
* DescribeCkafkaZone请求参数结构体
|
|
2761
2776
|
*/
|
|
@@ -4388,6 +4403,33 @@ export interface User {
|
|
|
4388
4403
|
UpdateTime: string
|
|
4389
4404
|
}
|
|
4390
4405
|
|
|
4406
|
+
/**
|
|
4407
|
+
* DescribeTopicSubscribeGroup接口出参
|
|
4408
|
+
*/
|
|
4409
|
+
export interface TopicSubscribeGroup {
|
|
4410
|
+
/**
|
|
4411
|
+
* 总数
|
|
4412
|
+
*/
|
|
4413
|
+
TotalCount: number
|
|
4414
|
+
|
|
4415
|
+
/**
|
|
4416
|
+
* 消费分组状态数量信息
|
|
4417
|
+
*/
|
|
4418
|
+
StatusCountInfo: string
|
|
4419
|
+
|
|
4420
|
+
/**
|
|
4421
|
+
* 消费分组信息
|
|
4422
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4423
|
+
*/
|
|
4424
|
+
GroupsInfo: Array<GroupInfoResponse>
|
|
4425
|
+
|
|
4426
|
+
/**
|
|
4427
|
+
* 此次请求是否异步的状态。实例里分组较少的会直接返回结果,Status为1。当分组较多时,会异步更新缓存,Status为0时不会返回分组信息,直至Status为1更新完毕返回结果。
|
|
4428
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4429
|
+
*/
|
|
4430
|
+
Status: number
|
|
4431
|
+
}
|
|
4432
|
+
|
|
4391
4433
|
/**
|
|
4392
4434
|
* DescribeUser返回参数结构体
|
|
4393
4435
|
*/
|
|
@@ -4876,6 +4918,21 @@ export interface TopicDetailResponse {
|
|
|
4876
4918
|
TotalCount: number
|
|
4877
4919
|
}
|
|
4878
4920
|
|
|
4921
|
+
/**
|
|
4922
|
+
* Topic 副本及详情数据集合
|
|
4923
|
+
*/
|
|
4924
|
+
export interface TopicInSyncReplicaResult {
|
|
4925
|
+
/**
|
|
4926
|
+
* Topic详情及副本合集
|
|
4927
|
+
*/
|
|
4928
|
+
TopicInSyncReplicaList: Array<TopicInSyncReplicaInfo>
|
|
4929
|
+
|
|
4930
|
+
/**
|
|
4931
|
+
* 总计个数
|
|
4932
|
+
*/
|
|
4933
|
+
TotalCount: number
|
|
4934
|
+
}
|
|
4935
|
+
|
|
4879
4936
|
/**
|
|
4880
4937
|
* DeleteInstancePre请求参数结构体
|
|
4881
4938
|
*/
|
|
@@ -4887,30 +4944,13 @@ export interface DeleteInstancePreRequest {
|
|
|
4887
4944
|
}
|
|
4888
4945
|
|
|
4889
4946
|
/**
|
|
4890
|
-
*
|
|
4947
|
+
* DescribeDatahubTopic请求参数结构体
|
|
4891
4948
|
*/
|
|
4892
|
-
export interface
|
|
4949
|
+
export interface DescribeDatahubTopicRequest {
|
|
4893
4950
|
/**
|
|
4894
|
-
*
|
|
4895
|
-
*/
|
|
4896
|
-
TotalCount: number
|
|
4897
|
-
|
|
4898
|
-
/**
|
|
4899
|
-
* 消费分组状态数量信息
|
|
4951
|
+
* 名称
|
|
4900
4952
|
*/
|
|
4901
|
-
|
|
4902
|
-
|
|
4903
|
-
/**
|
|
4904
|
-
* 消费分组信息
|
|
4905
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4906
|
-
*/
|
|
4907
|
-
GroupsInfo: Array<GroupInfoResponse>
|
|
4908
|
-
|
|
4909
|
-
/**
|
|
4910
|
-
* 此次请求是否异步的状态。实例里分组较少的会直接返回结果,Status为1。当分组较多时,会异步更新缓存,Status为0时不会返回分组信息,直至Status为1更新完毕返回结果。
|
|
4911
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4912
|
-
*/
|
|
4913
|
-
Status: number
|
|
4953
|
+
Name: string
|
|
4914
4954
|
}
|
|
4915
4955
|
|
|
4916
4956
|
/**
|
|
@@ -5832,6 +5872,22 @@ export interface CreateInstancePostRequest {
|
|
|
5832
5872
|
ClusterId?: number
|
|
5833
5873
|
}
|
|
5834
5874
|
|
|
5875
|
+
/**
|
|
5876
|
+
* DescribeDatahubTopics返回参数结构体
|
|
5877
|
+
*/
|
|
5878
|
+
export interface DescribeDatahubTopicsResponse {
|
|
5879
|
+
/**
|
|
5880
|
+
* 主题列表
|
|
5881
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5882
|
+
*/
|
|
5883
|
+
Result: DescribeDatahubTopicsResp
|
|
5884
|
+
|
|
5885
|
+
/**
|
|
5886
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
5887
|
+
*/
|
|
5888
|
+
RequestId?: string
|
|
5889
|
+
}
|
|
5890
|
+
|
|
5835
5891
|
/**
|
|
5836
5892
|
* DescribeConnectResource返回参数结构体
|
|
5837
5893
|
*/
|
|
@@ -6167,6 +6223,63 @@ export interface FetchMessageByOffsetRequest {
|
|
|
6167
6223
|
Offset?: number
|
|
6168
6224
|
}
|
|
6169
6225
|
|
|
6226
|
+
/**
|
|
6227
|
+
* Datahub Topic详情
|
|
6228
|
+
*/
|
|
6229
|
+
export interface DescribeDatahubTopicResp {
|
|
6230
|
+
/**
|
|
6231
|
+
* 名称
|
|
6232
|
+
*/
|
|
6233
|
+
Name: string
|
|
6234
|
+
|
|
6235
|
+
/**
|
|
6236
|
+
* Topic名称
|
|
6237
|
+
*/
|
|
6238
|
+
TopicName: string
|
|
6239
|
+
|
|
6240
|
+
/**
|
|
6241
|
+
* Topic Id
|
|
6242
|
+
*/
|
|
6243
|
+
TopicId: string
|
|
6244
|
+
|
|
6245
|
+
/**
|
|
6246
|
+
* 分区数
|
|
6247
|
+
*/
|
|
6248
|
+
PartitionNum: number
|
|
6249
|
+
|
|
6250
|
+
/**
|
|
6251
|
+
* 过期时间
|
|
6252
|
+
*/
|
|
6253
|
+
RetentionMs: number
|
|
6254
|
+
|
|
6255
|
+
/**
|
|
6256
|
+
* 备注
|
|
6257
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
6258
|
+
*/
|
|
6259
|
+
Note: string
|
|
6260
|
+
|
|
6261
|
+
/**
|
|
6262
|
+
* 用户名
|
|
6263
|
+
*/
|
|
6264
|
+
UserName: string
|
|
6265
|
+
|
|
6266
|
+
/**
|
|
6267
|
+
* 密码
|
|
6268
|
+
*/
|
|
6269
|
+
Password: string
|
|
6270
|
+
|
|
6271
|
+
/**
|
|
6272
|
+
* 状态,1使用中,2删除中
|
|
6273
|
+
*/
|
|
6274
|
+
Status: number
|
|
6275
|
+
|
|
6276
|
+
/**
|
|
6277
|
+
* 服务路由地址
|
|
6278
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
6279
|
+
*/
|
|
6280
|
+
Address: string
|
|
6281
|
+
}
|
|
6282
|
+
|
|
6170
6283
|
/**
|
|
6171
6284
|
* DescribeInstancesDetail请求参数结构体
|
|
6172
6285
|
*/
|
|
@@ -6215,6 +6328,11 @@ export interface DescribeInstancesDetailRequest {
|
|
|
6215
6328
|
* 按照实例ID过滤
|
|
6216
6329
|
*/
|
|
6217
6330
|
InstanceIdList?: Array<string>
|
|
6331
|
+
|
|
6332
|
+
/**
|
|
6333
|
+
* 根据标签列表过滤实例(取交集)
|
|
6334
|
+
*/
|
|
6335
|
+
TagList?: Array<Tag>
|
|
6218
6336
|
}
|
|
6219
6337
|
|
|
6220
6338
|
/**
|
|
@@ -6466,6 +6584,12 @@ export interface ValueParam {
|
|
|
6466
6584
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
6467
6585
|
*/
|
|
6468
6586
|
UrlDecode?: UrlDecodeParam
|
|
6587
|
+
|
|
6588
|
+
/**
|
|
6589
|
+
* 小写字符解析
|
|
6590
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
6591
|
+
*/
|
|
6592
|
+
Lowercase?: LowercaseParam
|
|
6469
6593
|
}
|
|
6470
6594
|
|
|
6471
6595
|
/**
|
|
@@ -6484,20 +6608,25 @@ export interface DescribeDatahubTasksResponse {
|
|
|
6484
6608
|
}
|
|
6485
6609
|
|
|
6486
6610
|
/**
|
|
6487
|
-
*
|
|
6611
|
+
* 购买硬盘参数
|
|
6488
6612
|
*/
|
|
6489
|
-
export interface
|
|
6613
|
+
export interface InquiryDiskParam {
|
|
6490
6614
|
/**
|
|
6491
|
-
*
|
|
6615
|
+
* 购买硬盘类型: SSD(SSD), CLOUD_SSD(SSD云硬盘), CLOUD_PREMIUM(高性能云硬盘), CLOUD_BASIC(云盘)
|
|
6492
6616
|
*/
|
|
6493
|
-
|
|
6617
|
+
DiskType?: string
|
|
6494
6618
|
|
|
6495
6619
|
/**
|
|
6496
|
-
*
|
|
6620
|
+
* 购买硬盘大小: 单位GB
|
|
6497
6621
|
*/
|
|
6498
|
-
|
|
6622
|
+
DiskSize?: number
|
|
6499
6623
|
}
|
|
6500
6624
|
|
|
6625
|
+
/**
|
|
6626
|
+
* 小写字符解析
|
|
6627
|
+
*/
|
|
6628
|
+
export type LowercaseParam = null
|
|
6629
|
+
|
|
6501
6630
|
/**
|
|
6502
6631
|
* SendMessage返回参数结构体
|
|
6503
6632
|
*/
|
|
@@ -6878,6 +7007,46 @@ export interface InstanceResponse {
|
|
|
6878
7007
|
TotalCount: number
|
|
6879
7008
|
}
|
|
6880
7009
|
|
|
7010
|
+
/**
|
|
7011
|
+
* Datahub主题
|
|
7012
|
+
*/
|
|
7013
|
+
export interface DatahubTopicDTO {
|
|
7014
|
+
/**
|
|
7015
|
+
* 名称
|
|
7016
|
+
*/
|
|
7017
|
+
Name: string
|
|
7018
|
+
|
|
7019
|
+
/**
|
|
7020
|
+
* Topic名称
|
|
7021
|
+
*/
|
|
7022
|
+
TopicName: string
|
|
7023
|
+
|
|
7024
|
+
/**
|
|
7025
|
+
* Topic Id
|
|
7026
|
+
*/
|
|
7027
|
+
TopicId: string
|
|
7028
|
+
|
|
7029
|
+
/**
|
|
7030
|
+
* 分区数
|
|
7031
|
+
*/
|
|
7032
|
+
PartitionNum: number
|
|
7033
|
+
|
|
7034
|
+
/**
|
|
7035
|
+
* 过期时间
|
|
7036
|
+
*/
|
|
7037
|
+
RetentionMs: number
|
|
7038
|
+
|
|
7039
|
+
/**
|
|
7040
|
+
* 备注
|
|
7041
|
+
*/
|
|
7042
|
+
Note: string
|
|
7043
|
+
|
|
7044
|
+
/**
|
|
7045
|
+
* 状态,1使用中,2删除中
|
|
7046
|
+
*/
|
|
7047
|
+
Status: number
|
|
7048
|
+
}
|
|
7049
|
+
|
|
6881
7050
|
/**
|
|
6882
7051
|
* 操作型结果返回值
|
|
6883
7052
|
*/
|
|
@@ -7215,6 +7384,26 @@ export interface InstanceChargeParam {
|
|
|
7215
7384
|
InstanceChargePeriod?: number
|
|
7216
7385
|
}
|
|
7217
7386
|
|
|
7387
|
+
/**
|
|
7388
|
+
* DescribeDatahubTopics请求参数结构体
|
|
7389
|
+
*/
|
|
7390
|
+
export interface DescribeDatahubTopicsRequest {
|
|
7391
|
+
/**
|
|
7392
|
+
* 查询值
|
|
7393
|
+
*/
|
|
7394
|
+
SearchWord?: string
|
|
7395
|
+
|
|
7396
|
+
/**
|
|
7397
|
+
* 本次查询的偏移位置,默认为0
|
|
7398
|
+
*/
|
|
7399
|
+
Offset?: number
|
|
7400
|
+
|
|
7401
|
+
/**
|
|
7402
|
+
* 本次返回结果的最大个数,默认为50,最大值为50
|
|
7403
|
+
*/
|
|
7404
|
+
Limit?: number
|
|
7405
|
+
}
|
|
7406
|
+
|
|
7218
7407
|
/**
|
|
7219
7408
|
* CreateDatahubTask请求参数结构体
|
|
7220
7409
|
*/
|
|
@@ -8295,18 +8484,19 @@ export interface DescribeUserRequest {
|
|
|
8295
8484
|
}
|
|
8296
8485
|
|
|
8297
8486
|
/**
|
|
8298
|
-
*
|
|
8487
|
+
* Datahub主题列表
|
|
8299
8488
|
*/
|
|
8300
|
-
export interface
|
|
8489
|
+
export interface DescribeDatahubTopicsResp {
|
|
8301
8490
|
/**
|
|
8302
|
-
*
|
|
8491
|
+
* 总数
|
|
8303
8492
|
*/
|
|
8304
|
-
|
|
8493
|
+
TotalCount: number
|
|
8305
8494
|
|
|
8306
8495
|
/**
|
|
8307
|
-
|
|
8308
|
-
|
|
8309
|
-
|
|
8496
|
+
* Topic列表
|
|
8497
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
8498
|
+
*/
|
|
8499
|
+
TopicList: Array<DatahubTopicDTO>
|
|
8310
8500
|
}
|
|
8311
8501
|
|
|
8312
8502
|
/**
|
|
@@ -1369,6 +1369,13 @@ export interface DescribeTargetsRequest {
|
|
|
1369
1369
|
* 监听器端口。
|
|
1370
1370
|
*/
|
|
1371
1371
|
Port?: number
|
|
1372
|
+
|
|
1373
|
+
/**
|
|
1374
|
+
* 查询负载均衡绑定的后端服务列表,过滤条件如下:
|
|
1375
|
+
<li> location-id - String - 是否必填:否 - (过滤条件)按照 规则ID 过滤,如:"loc-12345678"。</li>
|
|
1376
|
+
<li> private-ip-address - String - 是否必填:否 - (过滤条件)按照 后端服务内网IP 过滤,如:"172.16.1.1"。</li>
|
|
1377
|
+
*/
|
|
1378
|
+
Filters?: Array<Filter>
|
|
1372
1379
|
}
|
|
1373
1380
|
|
|
1374
1381
|
/**
|
|
@@ -1719,13 +1726,13 @@ export interface DescribeTaskStatusResponse {
|
|
|
1719
1726
|
/**
|
|
1720
1727
|
* 任务的当前状态。 0:成功,1:失败,2:进行中。
|
|
1721
1728
|
*/
|
|
1722
|
-
Status
|
|
1729
|
+
Status?: number
|
|
1723
1730
|
|
|
1724
1731
|
/**
|
|
1725
1732
|
* 由负载均衡实例唯一 ID 组成的数组。
|
|
1726
1733
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1727
1734
|
*/
|
|
1728
|
-
LoadBalancerIds
|
|
1735
|
+
LoadBalancerIds?: Array<string>
|
|
1729
1736
|
|
|
1730
1737
|
/**
|
|
1731
1738
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -1764,7 +1771,7 @@ export interface ModifyLoadBalancerAttributesRequest {
|
|
|
1764
1771
|
LoadBalancerName?: string
|
|
1765
1772
|
|
|
1766
1773
|
/**
|
|
1767
|
-
*
|
|
1774
|
+
* 设置负载均衡跨地域绑定1.0的后端服务信息
|
|
1768
1775
|
*/
|
|
1769
1776
|
TargetRegionInfo?: TargetRegionInfo
|
|
1770
1777
|
|
|
@@ -1779,7 +1786,7 @@ export interface ModifyLoadBalancerAttributesRequest {
|
|
|
1779
1786
|
LoadBalancerPassToTarget?: boolean
|
|
1780
1787
|
|
|
1781
1788
|
/**
|
|
1782
|
-
*
|
|
1789
|
+
* 是否开启跨地域绑定2.0功能
|
|
1783
1790
|
*/
|
|
1784
1791
|
SnatPro?: boolean
|
|
1785
1792
|
|
|
@@ -2163,7 +2170,7 @@ export interface DescribeTargetsResponse {
|
|
|
2163
2170
|
* 监听器后端绑定的机器信息。
|
|
2164
2171
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2165
2172
|
*/
|
|
2166
|
-
Listeners
|
|
2173
|
+
Listeners?: Array<ListenerBackend>
|
|
2167
2174
|
|
|
2168
2175
|
/**
|
|
2169
2176
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -2714,12 +2721,12 @@ export interface DescribeResourcesResponse {
|
|
|
2714
2721
|
/**
|
|
2715
2722
|
* 可用区支持的资源列表。
|
|
2716
2723
|
*/
|
|
2717
|
-
ZoneResourceSet
|
|
2724
|
+
ZoneResourceSet?: Array<ZoneResource>
|
|
2718
2725
|
|
|
2719
2726
|
/**
|
|
2720
2727
|
* 可用区资源列表数目。
|
|
2721
2728
|
*/
|
|
2722
|
-
TotalCount
|
|
2729
|
+
TotalCount?: number
|
|
2723
2730
|
|
|
2724
2731
|
/**
|
|
2725
2732
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -2954,7 +2961,7 @@ export interface CreateClsLogSetResponse {
|
|
|
2954
2961
|
/**
|
|
2955
2962
|
* 日志集的 ID。
|
|
2956
2963
|
*/
|
|
2957
|
-
LogsetId
|
|
2964
|
+
LogsetId?: string
|
|
2958
2965
|
|
|
2959
2966
|
/**
|
|
2960
2967
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -3175,12 +3182,12 @@ export interface DescribeCustomizedConfigAssociateListResponse {
|
|
|
3175
3182
|
/**
|
|
3176
3183
|
* 绑定关系列表
|
|
3177
3184
|
*/
|
|
3178
|
-
BindList
|
|
3185
|
+
BindList?: Array<BindDetailItem>
|
|
3179
3186
|
|
|
3180
3187
|
/**
|
|
3181
3188
|
* 绑定关系总数目
|
|
3182
3189
|
*/
|
|
3183
|
-
TotalCount
|
|
3190
|
+
TotalCount?: number
|
|
3184
3191
|
|
|
3185
3192
|
/**
|
|
3186
3193
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -3454,7 +3461,7 @@ export interface CreateTopicResponse {
|
|
|
3454
3461
|
/**
|
|
3455
3462
|
* 日志主题的 ID。
|
|
3456
3463
|
*/
|
|
3457
|
-
TopicId
|
|
3464
|
+
TopicId?: string
|
|
3458
3465
|
|
|
3459
3466
|
/**
|
|
3460
3467
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -613,27 +613,27 @@ export interface DescribeNoPrimaryKeyTablesResponse {
|
|
|
613
613
|
/**
|
|
614
614
|
* 无主键表总数。
|
|
615
615
|
*/
|
|
616
|
-
NoPrimaryKeyTableCount
|
|
616
|
+
NoPrimaryKeyTableCount?: number
|
|
617
617
|
|
|
618
618
|
/**
|
|
619
619
|
* 与昨日扫描无主键表的差值,正数为增加,负数为减少,0为无变化。
|
|
620
620
|
*/
|
|
621
|
-
NoPrimaryKeyTableCountDiff
|
|
621
|
+
NoPrimaryKeyTableCountDiff?: number
|
|
622
622
|
|
|
623
623
|
/**
|
|
624
624
|
* 记录的无主键表总数(不超过无主键表总数),可用于分页查询。
|
|
625
625
|
*/
|
|
626
|
-
NoPrimaryKeyTableRecordCount
|
|
626
|
+
NoPrimaryKeyTableRecordCount?: number
|
|
627
627
|
|
|
628
628
|
/**
|
|
629
629
|
* 无主键表列表。
|
|
630
630
|
*/
|
|
631
|
-
NoPrimaryKeyTables
|
|
631
|
+
NoPrimaryKeyTables?: Array<Table>
|
|
632
632
|
|
|
633
633
|
/**
|
|
634
634
|
* 采集时间戳(秒)。
|
|
635
635
|
*/
|
|
636
|
-
Timestamp
|
|
636
|
+
Timestamp?: number
|
|
637
637
|
|
|
638
638
|
/**
|
|
639
639
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -2177,7 +2177,7 @@ export interface DescribeNoPrimaryKeyTablesRequest {
|
|
|
2177
2177
|
Offset?: number
|
|
2178
2178
|
|
|
2179
2179
|
/**
|
|
2180
|
-
* 服务产品类型,支持值:"mysql" - 云数据库 MySQL
|
|
2180
|
+
* 服务产品类型,支持值:"mysql" - 云数据库 MySQL,默认为"mysql"。
|
|
2181
2181
|
*/
|
|
2182
2182
|
Product?: string
|
|
2183
2183
|
}
|