tencentcloud-sdk-nodejs 4.0.757 → 4.0.759
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 +134 -0
- package/README.md +3 -2
- package/SERVICE_CHANGELOG.md +156 -112
- package/package.json +1 -1
- package/products.md +11 -10
- package/src/common/sdk_version.ts +1 -1
- package/src/services/cdwdoris/v20211228/cdwdoris_client.ts +1 -1
- package/src/services/cdwdoris/v20211228/cdwdoris_models.ts +2 -2
- package/src/services/domain/v20180808/domain_client.ts +4 -6
- package/src/services/domain/v20180808/domain_models.ts +34 -13
- package/src/services/eb/v20210416/eb_models.ts +2 -2
- package/src/services/ess/v20201111/ess_models.ts +9 -1
- package/src/services/essbasic/v20210526/essbasic_client.ts +46 -0
- package/src/services/essbasic/v20210526/essbasic_models.ts +179 -3
- package/src/services/index.ts +1 -0
- package/src/services/ioa/index.ts +5 -0
- package/src/services/ioa/v20220601/index.ts +6 -0
- package/src/services/ioa/v20220601/ioa_client.ts +49 -0
- package/src/services/ioa/v20220601/ioa_models.ts +213 -0
- package/src/services/lcic/v20220817/lcic_models.ts +8 -0
- package/src/services/tdmq/v20200217/tdmq_client.ts +15 -2
- package/src/services/tdmq/v20200217/tdmq_models.ts +102 -19
- package/src/services/teo/v20220901/teo_models.ts +27 -16
- package/src/services/tsf/v20180326/tsf_client.ts +1 -1
- package/src/services/tsf/v20180326/tsf_models.ts +5 -5
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_client.d.ts +1 -1
- package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_client.js +1 -1
- package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_models.d.ts +2 -2
- package/tencentcloud/services/domain/v20180808/domain_client.d.ts +0 -2
- package/tencentcloud/services/domain/v20180808/domain_client.js +0 -2
- package/tencentcloud/services/domain/v20180808/domain_models.d.ts +34 -13
- package/tencentcloud/services/eb/v20210416/eb_models.d.ts +2 -2
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +9 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +29 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +32 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +173 -3
- package/tencentcloud/services/index.d.ts +1 -0
- package/tencentcloud/services/index.js +2 -0
- package/tencentcloud/services/ioa/index.d.ts +6 -0
- package/tencentcloud/services/ioa/index.js +7 -0
- package/tencentcloud/services/ioa/v20220601/index.d.ts +6 -0
- package/tencentcloud/services/ioa/v20220601/index.js +9 -0
- package/tencentcloud/services/ioa/v20220601/ioa_client.d.ts +14 -0
- package/tencentcloud/services/ioa/v20220601/ioa_client.js +37 -0
- package/tencentcloud/services/ioa/v20220601/ioa_models.d.ts +189 -0
- package/tencentcloud/services/ioa/v20220601/ioa_models.js +18 -0
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +8 -0
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +5 -1
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +6 -0
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +99 -19
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +27 -16
- 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 +5 -5
- package/test/essbasic.v20210526.test.js +20 -0
- package/test/ioa.v20220601.test.js +31 -0
- package/test/tdmq.v20200217.test.js +10 -0
|
@@ -0,0 +1,213 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) 2018 THL A29 Limited, a Tencent company. All Rights Reserved.
|
|
3
|
+
*
|
|
4
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
+
* you may not use this file except in compliance with the License.
|
|
6
|
+
* You may obtain a copy of the License at
|
|
7
|
+
*
|
|
8
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
+
*
|
|
10
|
+
* Unless required by applicable law or agreed to in writing,
|
|
11
|
+
* software distributed under the License is distributed on an
|
|
12
|
+
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
13
|
+
* KIND, either express or implied. See the License for the
|
|
14
|
+
* specific language governing permissions and limitations
|
|
15
|
+
* under the License.
|
|
16
|
+
*/
|
|
17
|
+
|
|
18
|
+
/**
|
|
19
|
+
* Sort 排序字段
|
|
20
|
+
*/
|
|
21
|
+
export interface Sort {
|
|
22
|
+
/**
|
|
23
|
+
* 排序字段
|
|
24
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
25
|
+
*/
|
|
26
|
+
Field?: string
|
|
27
|
+
/**
|
|
28
|
+
* 排序方式
|
|
29
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
30
|
+
*/
|
|
31
|
+
Order?: string
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
/**
|
|
35
|
+
* 分页的data数据
|
|
36
|
+
*/
|
|
37
|
+
export interface DescribeDevicesPageRsp {
|
|
38
|
+
/**
|
|
39
|
+
* 数据分页信息
|
|
40
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
41
|
+
*/
|
|
42
|
+
Paging?: Paging
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
/**
|
|
46
|
+
* FilterGroups 条件过滤组
|
|
47
|
+
*/
|
|
48
|
+
export interface FilterGroup {
|
|
49
|
+
/**
|
|
50
|
+
* Filters 条件过滤
|
|
51
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
52
|
+
*/
|
|
53
|
+
Filters?: Array<Filter>
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
/**
|
|
57
|
+
* DescribeDevices返回参数结构体
|
|
58
|
+
*/
|
|
59
|
+
export interface DescribeDevicesResponse {
|
|
60
|
+
/**
|
|
61
|
+
* 分页的data数据
|
|
62
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
63
|
+
*/
|
|
64
|
+
Data?: DescribeDevicesPageRsp
|
|
65
|
+
/**
|
|
66
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
67
|
+
*/
|
|
68
|
+
RequestId?: string
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
/**
|
|
72
|
+
* Filters 条件过滤
|
|
73
|
+
*/
|
|
74
|
+
export interface Filter {
|
|
75
|
+
/**
|
|
76
|
+
* 过滤字段
|
|
77
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
78
|
+
*/
|
|
79
|
+
Field?: string
|
|
80
|
+
/**
|
|
81
|
+
* 过滤方式 eq:等于,net:不等于,like,nlike,gt:大于,lt:小于,egt:大于等于,elt:小于等于
|
|
82
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
83
|
+
*/
|
|
84
|
+
Operator?: string
|
|
85
|
+
/**
|
|
86
|
+
* 过滤条件
|
|
87
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
88
|
+
*/
|
|
89
|
+
Values?: Array<string>
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
/**
|
|
93
|
+
* DescribeDevices请求参数结构体
|
|
94
|
+
*/
|
|
95
|
+
export interface DescribeDevicesRequest {
|
|
96
|
+
/**
|
|
97
|
+
* 过滤条件<br>
|
|
98
|
+
<li>Ip - String - 是否必填:否 - 操作符: eq - 排序支持:否- 按照Ip进行过滤。</li>
|
|
99
|
+
<li>MacAddr - String - 是否必填:否 - 操作符: eq - 排序支持:否- 按照mac地址进行过滤。</li>
|
|
100
|
+
<li>IoaUserName - String - 是否必填:否 - 操作符: eq - 排序支持:否- 按照ioa用户名进行过滤。</li>
|
|
101
|
+
分页参数<br>
|
|
102
|
+
<li>PageNum 从1开始,小于等于0时使用默认参数。</li>
|
|
103
|
+
<li>PageSize 最大值5000,最好不超过100。</li>
|
|
104
|
+
*/
|
|
105
|
+
Condition?: Condition
|
|
106
|
+
/**
|
|
107
|
+
* 私有化默认分组id-名称-操作系统
|
|
108
|
+
1 全网终端 Win
|
|
109
|
+
2 未分组终端 Win
|
|
110
|
+
30000000 服务器 Win
|
|
111
|
+
40000101 全网终端 Linux
|
|
112
|
+
40000102 未分组终端 Linux
|
|
113
|
+
40000103 服务器 Linux
|
|
114
|
+
40000201 全网终端 macOS
|
|
115
|
+
40000202 未分组终端 macOS
|
|
116
|
+
40000203 服务器 macOS
|
|
117
|
+
40000401 全网终端 Android
|
|
118
|
+
40000402 未分组终端 Android
|
|
119
|
+
40000501 全网终端 iOS
|
|
120
|
+
40000502 未分组终端 iOS
|
|
121
|
+
*/
|
|
122
|
+
GroupId?: number
|
|
123
|
+
/**
|
|
124
|
+
* 系统类型(0: win,1:linux,2: mac,3: win_srv,4:android,5:ios 默认值0)
|
|
125
|
+
*/
|
|
126
|
+
OsType?: number
|
|
127
|
+
/**
|
|
128
|
+
* 在线状态 2 在线 0,1 离线
|
|
129
|
+
*/
|
|
130
|
+
OnlineStatus?: number
|
|
131
|
+
/**
|
|
132
|
+
* 过滤条件--兼容旧接口,参数同Condition
|
|
133
|
+
*/
|
|
134
|
+
Filters?: Array<Filter>
|
|
135
|
+
/**
|
|
136
|
+
* 排序字段--兼容旧接口,参数同Condition
|
|
137
|
+
*/
|
|
138
|
+
Sort?: Sort
|
|
139
|
+
/**
|
|
140
|
+
* 获取第几页--兼容旧接口,参数同Condition(只支持32位)
|
|
141
|
+
*/
|
|
142
|
+
PageNum?: number
|
|
143
|
+
/**
|
|
144
|
+
* 每页获取数--兼容旧接口,参数同Condition(只支持32位)
|
|
145
|
+
*/
|
|
146
|
+
PageSize?: number
|
|
147
|
+
/**
|
|
148
|
+
* 授权状态 4未授权 5已授权
|
|
149
|
+
*/
|
|
150
|
+
Status?: number
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
/**
|
|
154
|
+
* 数据分页信息
|
|
155
|
+
*/
|
|
156
|
+
export interface Paging {
|
|
157
|
+
/**
|
|
158
|
+
* 每页条数(只支持32位)
|
|
159
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
160
|
+
*/
|
|
161
|
+
PageSize?: number
|
|
162
|
+
/**
|
|
163
|
+
* 页码(只支持32位)
|
|
164
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
165
|
+
*/
|
|
166
|
+
PageNum?: number
|
|
167
|
+
/**
|
|
168
|
+
* 总页数(只支持32位)
|
|
169
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
170
|
+
*/
|
|
171
|
+
PageCount?: number
|
|
172
|
+
/**
|
|
173
|
+
* 记录总数
|
|
174
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
175
|
+
*/
|
|
176
|
+
Total?: number
|
|
177
|
+
}
|
|
178
|
+
|
|
179
|
+
/**
|
|
180
|
+
* - [ ] 过滤条件<br>
|
|
181
|
+
|
|
182
|
+
<li>Name - String - 是否必填:否 - 操作符: ilike - 排序支持:否- 根据分组名称进行查询。</li>
|
|
183
|
+
分页参数<br>
|
|
184
|
+
<li>PageNum 从1开始,小于等于0时使用默认参数。</li>
|
|
185
|
+
<li>PageSize 最大值5000,最好不超过100。</li>
|
|
186
|
+
*/
|
|
187
|
+
export interface Condition {
|
|
188
|
+
/**
|
|
189
|
+
* Filters 条件过滤
|
|
190
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
191
|
+
*/
|
|
192
|
+
Filters?: Array<Filter>
|
|
193
|
+
/**
|
|
194
|
+
* FilterGroups 条件过滤组
|
|
195
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
196
|
+
*/
|
|
197
|
+
FilterGroups?: Array<FilterGroup>
|
|
198
|
+
/**
|
|
199
|
+
* Sort 排序字段
|
|
200
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
201
|
+
*/
|
|
202
|
+
Sort?: Sort
|
|
203
|
+
/**
|
|
204
|
+
* PageSize 每页获取数(只支持32位)
|
|
205
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
206
|
+
*/
|
|
207
|
+
PageSize?: number
|
|
208
|
+
/**
|
|
209
|
+
* PageNum 获取第几页(只支持32位)
|
|
210
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
211
|
+
*/
|
|
212
|
+
PageNum?: number
|
|
213
|
+
}
|
|
@@ -141,6 +141,10 @@ video 纯视频
|
|
|
141
141
|
* 是否自动开始上课:0 不自动上课(默认) 1 自动上课 live_type=1的时候有效
|
|
142
142
|
*/
|
|
143
143
|
EnableAutoStart?: number
|
|
144
|
+
/**
|
|
145
|
+
* 录制文件背景图片,支持png、jpg、jpeg、bmp格式,暂不支持透明通道
|
|
146
|
+
*/
|
|
147
|
+
RecordBackground?: string
|
|
144
148
|
}
|
|
145
149
|
|
|
146
150
|
/**
|
|
@@ -2129,6 +2133,10 @@ video 纯视频
|
|
|
2129
2133
|
* 是否自动开始上课:0 不自动上课(默认) 1 自动上课 live_type=1的时候有效
|
|
2130
2134
|
*/
|
|
2131
2135
|
EnableAutoStart?: number
|
|
2136
|
+
/**
|
|
2137
|
+
* 录制文件背景图片,支持png、jpg、jpeg、bmp格式,暂不支持透明通道
|
|
2138
|
+
*/
|
|
2139
|
+
RecordBackground?: string
|
|
2132
2140
|
/**
|
|
2133
2141
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2134
2142
|
*/
|
|
@@ -58,6 +58,7 @@ import {
|
|
|
58
58
|
CreateRabbitMQVipInstanceRequest,
|
|
59
59
|
DescribeAllTenantsResponse,
|
|
60
60
|
CreateRabbitMQVirtualHostResponse,
|
|
61
|
+
RocketMQConsumerTopic,
|
|
61
62
|
DescribeRabbitMQNodeListRequest,
|
|
62
63
|
DescribeNamespaceBundlesOptResponse,
|
|
63
64
|
ReceiveMessageRequest,
|
|
@@ -126,6 +127,7 @@ import {
|
|
|
126
127
|
DescribeRocketMQVipInstanceDetailResponse,
|
|
127
128
|
PublishCmqMsgResponse,
|
|
128
129
|
DescribePublishersRequest,
|
|
130
|
+
RocketMQMigrationTopicDistribution,
|
|
129
131
|
RabbitMQQueueListInfo,
|
|
130
132
|
CreateRocketMQClusterRequest,
|
|
131
133
|
CreateRabbitMQUserResponse,
|
|
@@ -206,7 +208,7 @@ import {
|
|
|
206
208
|
DescribeMsgTraceResponse,
|
|
207
209
|
PartitionsTopic,
|
|
208
210
|
DescribeRocketMQGroupsResponse,
|
|
209
|
-
|
|
211
|
+
DescribeRocketMQConsumerConnectionDetailResponse,
|
|
210
212
|
ResetMsgSubOffsetByTimestampResponse,
|
|
211
213
|
CreateClusterResponse,
|
|
212
214
|
DescribeRocketMQSmoothMigrationTaskListRequest,
|
|
@@ -261,6 +263,7 @@ import {
|
|
|
261
263
|
DeleteSubscriptionsResponse,
|
|
262
264
|
DeleteRocketMQTopicRequest,
|
|
263
265
|
ConsumersSchedule,
|
|
266
|
+
ModifyRocketMQNamespaceRequest,
|
|
264
267
|
Cluster,
|
|
265
268
|
RabbitMQQueueListConsumerDetailInfo,
|
|
266
269
|
RocketMQClusterConfig,
|
|
@@ -349,7 +352,7 @@ import {
|
|
|
349
352
|
VerifyRocketMQConsumeRequest,
|
|
350
353
|
SendBatchMessagesResponse,
|
|
351
354
|
ImportRocketMQTopicsRequest,
|
|
352
|
-
|
|
355
|
+
DescribeRocketMQConsumerConnectionDetailRequest,
|
|
353
356
|
CreateEnvironmentRoleRequest,
|
|
354
357
|
DeleteRabbitMQVipInstanceResponse,
|
|
355
358
|
DescribeAllTenantsRequest,
|
|
@@ -826,6 +829,16 @@ export class Client extends AbstractClient {
|
|
|
826
829
|
return this.request("DescribeRocketMQSourceClusterTopicList", req, cb)
|
|
827
830
|
}
|
|
828
831
|
|
|
832
|
+
/**
|
|
833
|
+
* 获取在线消费端详情
|
|
834
|
+
*/
|
|
835
|
+
async DescribeRocketMQConsumerConnectionDetail(
|
|
836
|
+
req: DescribeRocketMQConsumerConnectionDetailRequest,
|
|
837
|
+
cb?: (error: string, rep: DescribeRocketMQConsumerConnectionDetailResponse) => void
|
|
838
|
+
): Promise<DescribeRocketMQConsumerConnectionDetailResponse> {
|
|
839
|
+
return this.request("DescribeRocketMQConsumerConnectionDetail", req, cb)
|
|
840
|
+
}
|
|
841
|
+
|
|
829
842
|
/**
|
|
830
843
|
* 获取单个RabbitMQ专享实例信息
|
|
831
844
|
*/
|
|
@@ -1052,6 +1052,37 @@ export interface CreateRabbitMQVirtualHostResponse {
|
|
|
1052
1052
|
RequestId?: string
|
|
1053
1053
|
}
|
|
1054
1054
|
|
|
1055
|
+
/**
|
|
1056
|
+
* 消费者详情中的主题信息
|
|
1057
|
+
*/
|
|
1058
|
+
export interface RocketMQConsumerTopic {
|
|
1059
|
+
/**
|
|
1060
|
+
* 主题名称
|
|
1061
|
+
*/
|
|
1062
|
+
Topic: string
|
|
1063
|
+
/**
|
|
1064
|
+
* 主题类型,Default表示普通,GlobalOrder表示全局顺序,PartitionedOrder表示局部顺序,Transaction表示事务,Retry表示重试,DeadLetter表示死信
|
|
1065
|
+
*/
|
|
1066
|
+
Type: string
|
|
1067
|
+
/**
|
|
1068
|
+
* 分区数
|
|
1069
|
+
*/
|
|
1070
|
+
PartitionNum: number
|
|
1071
|
+
/**
|
|
1072
|
+
* 消息堆积数
|
|
1073
|
+
*/
|
|
1074
|
+
Accumulative: number
|
|
1075
|
+
/**
|
|
1076
|
+
* 最后消费时间,以毫秒为单位
|
|
1077
|
+
*/
|
|
1078
|
+
LastConsumptionTime: number
|
|
1079
|
+
/**
|
|
1080
|
+
* 订阅规则
|
|
1081
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1082
|
+
*/
|
|
1083
|
+
SubRule: string
|
|
1084
|
+
}
|
|
1085
|
+
|
|
1055
1086
|
/**
|
|
1056
1087
|
* DescribeRabbitMQNodeList请求参数结构体
|
|
1057
1088
|
*/
|
|
@@ -3035,6 +3066,22 @@ export interface DescribePublishersRequest {
|
|
|
3035
3066
|
Sort?: Sort
|
|
3036
3067
|
}
|
|
3037
3068
|
|
|
3069
|
+
/**
|
|
3070
|
+
* 迁移主题的阶段分布
|
|
3071
|
+
*/
|
|
3072
|
+
export interface RocketMQMigrationTopicDistribution {
|
|
3073
|
+
/**
|
|
3074
|
+
* 迁移主题阶段
|
|
3075
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3076
|
+
*/
|
|
3077
|
+
Stage?: string
|
|
3078
|
+
/**
|
|
3079
|
+
* 数量
|
|
3080
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3081
|
+
*/
|
|
3082
|
+
Count?: number
|
|
3083
|
+
}
|
|
3084
|
+
|
|
3038
3085
|
/**
|
|
3039
3086
|
* RabbitMQ队列列表成员信息
|
|
3040
3087
|
*/
|
|
@@ -5215,19 +5262,21 @@ export interface DescribeRocketMQGroupsResponse {
|
|
|
5215
5262
|
}
|
|
5216
5263
|
|
|
5217
5264
|
/**
|
|
5218
|
-
*
|
|
5265
|
+
* DescribeRocketMQConsumerConnectionDetail返回参数结构体
|
|
5219
5266
|
*/
|
|
5220
|
-
export interface
|
|
5267
|
+
export interface DescribeRocketMQConsumerConnectionDetailResponse {
|
|
5221
5268
|
/**
|
|
5222
|
-
*
|
|
5223
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
5269
|
+
* 总条数
|
|
5224
5270
|
*/
|
|
5225
|
-
|
|
5271
|
+
TotalCount: number
|
|
5226
5272
|
/**
|
|
5227
|
-
*
|
|
5228
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
5273
|
+
* 消费端主题信息列表
|
|
5229
5274
|
*/
|
|
5230
|
-
|
|
5275
|
+
Details: Array<RocketMQConsumerTopic>
|
|
5276
|
+
/**
|
|
5277
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
5278
|
+
*/
|
|
5279
|
+
RequestId?: string
|
|
5231
5280
|
}
|
|
5232
5281
|
|
|
5233
5282
|
/**
|
|
@@ -6457,6 +6506,36 @@ export interface ConsumersSchedule {
|
|
|
6457
6506
|
MsgRateExpired: string
|
|
6458
6507
|
}
|
|
6459
6508
|
|
|
6509
|
+
/**
|
|
6510
|
+
* ModifyRocketMQNamespace请求参数结构体
|
|
6511
|
+
*/
|
|
6512
|
+
export interface ModifyRocketMQNamespaceRequest {
|
|
6513
|
+
/**
|
|
6514
|
+
* 集群ID
|
|
6515
|
+
*/
|
|
6516
|
+
ClusterId: string
|
|
6517
|
+
/**
|
|
6518
|
+
* 命名空间名称,3-64个字符,只能包含字母、数字、“-”及“_”
|
|
6519
|
+
*/
|
|
6520
|
+
NamespaceId: string
|
|
6521
|
+
/**
|
|
6522
|
+
* 已废弃
|
|
6523
|
+
*/
|
|
6524
|
+
Ttl?: number
|
|
6525
|
+
/**
|
|
6526
|
+
* 已废弃
|
|
6527
|
+
*/
|
|
6528
|
+
RetentionTime?: number
|
|
6529
|
+
/**
|
|
6530
|
+
* 说明,最大128个字符
|
|
6531
|
+
*/
|
|
6532
|
+
Remark?: string
|
|
6533
|
+
/**
|
|
6534
|
+
* 是否开启公网访问
|
|
6535
|
+
*/
|
|
6536
|
+
PublicAccessEnabled?: boolean
|
|
6537
|
+
}
|
|
6538
|
+
|
|
6460
6539
|
/**
|
|
6461
6540
|
* 集群信息集合
|
|
6462
6541
|
*/
|
|
@@ -8790,33 +8869,37 @@ export interface ImportRocketMQTopicsRequest {
|
|
|
8790
8869
|
}
|
|
8791
8870
|
|
|
8792
8871
|
/**
|
|
8793
|
-
*
|
|
8872
|
+
* DescribeRocketMQConsumerConnectionDetail请求参数结构体
|
|
8794
8873
|
*/
|
|
8795
|
-
export interface
|
|
8874
|
+
export interface DescribeRocketMQConsumerConnectionDetailRequest {
|
|
8796
8875
|
/**
|
|
8797
8876
|
* 集群ID
|
|
8798
8877
|
*/
|
|
8799
8878
|
ClusterId: string
|
|
8800
8879
|
/**
|
|
8801
|
-
*
|
|
8880
|
+
* 命名空间名称
|
|
8802
8881
|
*/
|
|
8803
8882
|
NamespaceId: string
|
|
8804
8883
|
/**
|
|
8805
|
-
*
|
|
8884
|
+
* 消费组名称
|
|
8806
8885
|
*/
|
|
8807
|
-
|
|
8886
|
+
GroupId: string
|
|
8808
8887
|
/**
|
|
8809
|
-
*
|
|
8888
|
+
* 消费端实例ID
|
|
8810
8889
|
*/
|
|
8811
|
-
|
|
8890
|
+
ClientId: string
|
|
8812
8891
|
/**
|
|
8813
|
-
*
|
|
8892
|
+
* 偏移量
|
|
8814
8893
|
*/
|
|
8815
|
-
|
|
8894
|
+
Offset: number
|
|
8816
8895
|
/**
|
|
8817
|
-
*
|
|
8896
|
+
* 限制数目
|
|
8818
8897
|
*/
|
|
8819
|
-
|
|
8898
|
+
Limit: number
|
|
8899
|
+
/**
|
|
8900
|
+
* 按主题类型过滤查询结果,可选择Normal, GlobalOrder, PartitionedOrder, Retry, Transaction, DeadLetter
|
|
8901
|
+
*/
|
|
8902
|
+
FilterType?: Array<string>
|
|
8820
8903
|
}
|
|
8821
8904
|
|
|
8822
8905
|
/**
|
|
@@ -1172,41 +1172,52 @@ export interface OriginInfo {
|
|
|
1172
1172
|
/**
|
|
1173
1173
|
* 源站类型,取值有:
|
|
1174
1174
|
<li>IP_DOMAIN:IPV4、IPV6 或域名类型源站;</li>
|
|
1175
|
-
<li>COS
|
|
1175
|
+
<li>COS:腾讯云 COS 对象存储源站;</li>
|
|
1176
|
+
<li>AWS_S3:AWS S3 对象存储源站;</li>
|
|
1176
1177
|
<li>ORIGIN_GROUP:源站组类型源站;</li>
|
|
1177
|
-
<li>
|
|
1178
|
-
<li>
|
|
1179
|
-
<li>
|
|
1178
|
+
<li>VODEO:云点播(混合云版);</li>
|
|
1179
|
+
<li>SPACE:源站卸载,当前仅白名单开放;</li>
|
|
1180
|
+
<li>LB:负载均衡,当前仅白名单开放。</li>
|
|
1180
1181
|
*/
|
|
1181
1182
|
OriginType: string
|
|
1182
1183
|
/**
|
|
1183
|
-
*
|
|
1184
|
+
* 源站地址,根据 OriginType 的取值分为以下情况:
|
|
1185
|
+
<li>当 OriginType = IP_DOMAIN 时,该参数请填写 IPv4、IPv6 地址或域名;</li>
|
|
1186
|
+
<li>当 OriginType = COS 时,该参数请填写 COS 桶的访问域名;</li>
|
|
1187
|
+
<li>当 OriginType = AWS_S3,该参数请填写 S3 桶的访问域名;</li>
|
|
1188
|
+
<li>当 OriginType = ORIGIN_GROUP 时,该参数请填写源站组 ID;</li>
|
|
1189
|
+
<li>当 OriginType = VODEO 时,如果 VodeoDistributionRange = ALL,则该参数填写 "all-buckets-in-vodeo-application";如果 VodeoDistributionRange = Bucket,则该参数请填写对应存储桶域名;</li>
|
|
1190
|
+
<li>当 OriginType = LB 时,该参数请填写负载均衡实例 ID,该功能当前仅白名单开放;</li>
|
|
1191
|
+
<li>当 OriginType = SPACE 时,该参数请填写源站卸载空间 ID,该功能当前仅白名单开放。</li>
|
|
1184
1192
|
*/
|
|
1185
1193
|
Origin: string
|
|
1186
1194
|
/**
|
|
1187
|
-
* 备用源站组 ID
|
|
1195
|
+
* 备用源站组 ID,该参数仅在 OriginType = ORIGIN_GROUP 时生效,该字段为旧版能力,调用后控制台无法进行配置修改,如需使用请提交工单咨询。
|
|
1188
1196
|
*/
|
|
1189
1197
|
BackupOrigin?: string
|
|
1190
1198
|
/**
|
|
1191
|
-
*
|
|
1199
|
+
* 指定是否允许访问私有对象存储源站,该参数仅当源站类型 OriginType = COS 或 AWS_S3 时会生效,取值有:
|
|
1192
1200
|
<li>on:使用私有鉴权;</li>
|
|
1193
|
-
<li>off:不使用私有鉴权。</li
|
|
1201
|
+
<li>off:不使用私有鉴权。</li>
|
|
1202
|
+
不填写时,默认值为off。
|
|
1194
1203
|
*/
|
|
1195
1204
|
PrivateAccess?: string
|
|
1196
1205
|
/**
|
|
1197
|
-
*
|
|
1206
|
+
* 私有鉴权使用参数,该参数仅当源站类型 PrivateAccess = on 时会生效。
|
|
1198
1207
|
*/
|
|
1199
1208
|
PrivateParameters?: Array<PrivateParameter>
|
|
1200
1209
|
/**
|
|
1201
|
-
*
|
|
1210
|
+
* VODEO 子应用 ID。该参数当 OriginType = VODEO 时必填。
|
|
1202
1211
|
*/
|
|
1203
1212
|
VodeoSubAppId?: number
|
|
1204
1213
|
/**
|
|
1205
|
-
*
|
|
1214
|
+
* VODEO 分发范围,该参数当 OriginType = VODEO 时必填。取值有:
|
|
1215
|
+
<li>All:当前应用下所有存储桶;</li>
|
|
1216
|
+
<li>Bucket:指定的某一个存储桶。</li>
|
|
1206
1217
|
*/
|
|
1207
1218
|
VodeoDistributionRange?: string
|
|
1208
1219
|
/**
|
|
1209
|
-
*
|
|
1220
|
+
* VODEO 存储桶 ID,该参数当 OriginType = VODEO 且 VodeoDistributionRange = Bucket 时必填。
|
|
1210
1221
|
*/
|
|
1211
1222
|
VodeoBucketId?: string
|
|
1212
1223
|
}
|
|
@@ -7063,14 +7074,14 @@ export interface Resource {
|
|
|
7063
7074
|
}
|
|
7064
7075
|
|
|
7065
7076
|
/**
|
|
7066
|
-
*
|
|
7077
|
+
* 对象存储源站私有鉴权参数
|
|
7067
7078
|
*/
|
|
7068
7079
|
export interface PrivateParameter {
|
|
7069
7080
|
/**
|
|
7070
7081
|
* 私有鉴权参数名称,取值有:
|
|
7071
|
-
<li>AccessKeyId:鉴权参数Access Key ID;</li>
|
|
7072
|
-
<li>SecretAccessKey:鉴权参数Secret Access Key;</li>
|
|
7073
|
-
<li>SignatureVersion:鉴权版本,v2或者v4;</li>
|
|
7082
|
+
<li>AccessKeyId:鉴权参数 Access Key ID;</li>
|
|
7083
|
+
<li>SecretAccessKey:鉴权参数 Secret Access Key;</li>
|
|
7084
|
+
<li>SignatureVersion:鉴权版本,v2 或者 v4;</li>
|
|
7074
7085
|
<li>Region:存储桶地域。</li>
|
|
7075
7086
|
*/
|
|
7076
7087
|
Name: string
|
|
@@ -3781,7 +3781,7 @@ export interface DescribeSimpleApplicationsRequest {
|
|
|
3781
3781
|
*/
|
|
3782
3782
|
export interface DescribeDeliveryConfigByGroupIdResponse {
|
|
3783
3783
|
/**
|
|
3784
|
-
* 投递
|
|
3784
|
+
* 投递kafka配置项
|
|
3785
3785
|
*/
|
|
3786
3786
|
Result?: SimpleKafkaDeliveryConfig
|
|
3787
3787
|
/**
|
|
@@ -10871,11 +10871,11 @@ export interface DescribeInvocationMetricScatterPlotRequest {
|
|
|
10871
10871
|
*/
|
|
10872
10872
|
Period?: number
|
|
10873
10873
|
/**
|
|
10874
|
-
*
|
|
10874
|
+
* 查询指标维度, 不能为空。可选 NamespaceId, GroupId, InstanceId, OperationName, ServiceName, PeerServiceName, PeerOperationName
|
|
10875
10875
|
*/
|
|
10876
10876
|
MetricDimensions?: Array<MetricDimension>
|
|
10877
10877
|
/**
|
|
10878
|
-
*
|
|
10878
|
+
* 查询指标名, 不能为空。仅支持 range_count_duratioin 为 key 下的 sum 方法
|
|
10879
10879
|
*/
|
|
10880
10880
|
Metrics?: Array<Metric>
|
|
10881
10881
|
/**
|
|
@@ -12773,10 +12773,10 @@ export interface DescribeUnitApiUseDetailResponse {
|
|
|
12773
12773
|
*/
|
|
12774
12774
|
export interface DescribeInvocationMetricScatterPlotResponse {
|
|
12775
12775
|
/**
|
|
12776
|
-
*
|
|
12776
|
+
* 多值时间统计指标
|
|
12777
12777
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
12778
12778
|
*/
|
|
12779
|
-
Result
|
|
12779
|
+
Result?: InvocationMetricScatterPlot
|
|
12780
12780
|
/**
|
|
12781
12781
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
12782
12782
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const sdkVersion = "4.0.
|
|
1
|
+
export declare const sdkVersion = "4.0.759";
|
|
@@ -8,7 +8,7 @@ import { DescribeInstancesRequest, DescribeInstanceNodesResponse, DescribeInstan
|
|
|
8
8
|
export declare class Client extends AbstractClient {
|
|
9
9
|
constructor(clientConfig: ClientConfig);
|
|
10
10
|
/**
|
|
11
|
-
*
|
|
11
|
+
* 获取集群列表
|
|
12
12
|
*/
|
|
13
13
|
DescribeInstances(req: DescribeInstancesRequest, cb?: (error: string, rep: DescribeInstancesResponse) => void): Promise<DescribeInstancesResponse>;
|
|
14
14
|
/**
|
|
@@ -390,11 +390,11 @@ export interface DescribeInstancesResponse {
|
|
|
390
390
|
/**
|
|
391
391
|
* 实例总数
|
|
392
392
|
*/
|
|
393
|
-
TotalCount
|
|
393
|
+
TotalCount?: number;
|
|
394
394
|
/**
|
|
395
395
|
* 实例数组
|
|
396
396
|
*/
|
|
397
|
-
InstancesList
|
|
397
|
+
InstancesList?: Array<InstanceInfo>;
|
|
398
398
|
/**
|
|
399
399
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
400
400
|
*/
|
|
@@ -37,7 +37,6 @@ export declare class Client extends AbstractClient {
|
|
|
37
37
|
DescribeCustomDnsHostSet(req: DescribeCustomDnsHostSetRequest, cb?: (error: string, rep: DescribeCustomDnsHostSetResponse) => void): Promise<DescribeCustomDnsHostSetResponse>;
|
|
38
38
|
/**
|
|
39
39
|
* 本接口 ( DescribeDomainNameList ) 我的域名列表。
|
|
40
|
-
|
|
41
40
|
*/
|
|
42
41
|
DescribeDomainNameList(req: DescribeDomainNameListRequest, cb?: (error: string, rep: DescribeDomainNameListResponse) => void): Promise<DescribeDomainNameListResponse>;
|
|
43
42
|
/**
|
|
@@ -50,7 +49,6 @@ export declare class Client extends AbstractClient {
|
|
|
50
49
|
CreateDomainBatch(req: CreateDomainBatchRequest, cb?: (error: string, rep: CreateDomainBatchResponse) => void): Promise<CreateDomainBatchResponse>;
|
|
51
50
|
/**
|
|
52
51
|
* 本接口 ( DescribeDomainBaseInfo) 获取域名基本信息。
|
|
53
|
-
|
|
54
52
|
*/
|
|
55
53
|
DescribeDomainBaseInfo(req: DescribeDomainBaseInfoRequest, cb?: (error: string, rep: DescribeDomainBaseInfoResponse) => void): Promise<DescribeDomainBaseInfoResponse>;
|
|
56
54
|
/**
|
|
@@ -71,7 +71,6 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
71
71
|
}
|
|
72
72
|
/**
|
|
73
73
|
* 本接口 ( DescribeDomainNameList ) 我的域名列表。
|
|
74
|
-
|
|
75
74
|
*/
|
|
76
75
|
async DescribeDomainNameList(req, cb) {
|
|
77
76
|
return this.request("DescribeDomainNameList", req, cb);
|
|
@@ -90,7 +89,6 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
90
89
|
}
|
|
91
90
|
/**
|
|
92
91
|
* 本接口 ( DescribeDomainBaseInfo) 获取域名基本信息。
|
|
93
|
-
|
|
94
92
|
*/
|
|
95
93
|
async DescribeDomainBaseInfo(req, cb) {
|
|
96
94
|
return this.request("DescribeDomainBaseInfo", req, cb);
|