tencentcloud-sdk-nodejs-intl-en 3.0.359 → 3.0.363
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/tencentcloud/cdn/v20180606/models.js +18 -8
- package/tencentcloud/ckafka/v20190819/ckafka_client.js +39 -10
- package/tencentcloud/ckafka/v20190819/models.js +524 -86
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/dts/v20180330/dts_client.js +8 -127
- package/tencentcloud/dts/v20180330/models.js +1100 -2192
- package/tencentcloud/es/v20180416/es_client.js +18 -2
- package/tencentcloud/es/v20180416/models.js +670 -36
- package/tencentcloud/postgres/v20170312/models.js +118 -13
- package/tencentcloud/postgres/v20170312/postgres_client.js +1 -0
package/package.json
CHANGED
|
@@ -173,7 +173,7 @@ Note: this field may return `null`, indicating that no valid values can be obtai
|
|
|
173
173
|
}
|
|
174
174
|
|
|
175
175
|
/**
|
|
176
|
-
*
|
|
176
|
+
* Custom HTTPS forwarding configuration
|
|
177
177
|
* @class
|
|
178
178
|
*/
|
|
179
179
|
class AdvanceHttps extends AbstractModel {
|
|
@@ -181,37 +181,46 @@ class AdvanceHttps extends AbstractModel {
|
|
|
181
181
|
super();
|
|
182
182
|
|
|
183
183
|
/**
|
|
184
|
-
*
|
|
184
|
+
* Custom TLS data switch
|
|
185
|
+
Note: this field may return `null`, indicating that no valid values can be obtained.
|
|
185
186
|
* @type {string || null}
|
|
186
187
|
*/
|
|
187
188
|
this.CustomTlsStatus = null;
|
|
188
189
|
|
|
189
190
|
/**
|
|
190
|
-
*
|
|
191
|
+
* Specifies the TLS version. Valid values: `TLSv1`, `TLSV1.1`, `TLSV1.2`, and `TLSv1.3`. Only consecutive versions can be enabled at the same time.
|
|
192
|
+
Note: this field may return `null`, indicating that no valid values can be obtained.
|
|
191
193
|
* @type {Array.<string> || null}
|
|
192
194
|
*/
|
|
193
195
|
this.TlsVersion = null;
|
|
194
196
|
|
|
195
197
|
/**
|
|
196
|
-
*
|
|
198
|
+
* Custom encryption suite
|
|
199
|
+
Note: this field may return `null`, indicating that no valid values can be obtained.
|
|
197
200
|
* @type {string || null}
|
|
198
201
|
*/
|
|
199
202
|
this.Cipher = null;
|
|
200
203
|
|
|
201
204
|
/**
|
|
202
|
-
*
|
|
205
|
+
* Origin authentication type
|
|
206
|
+
`off`: disable authentication
|
|
207
|
+
`oneWay`: authenticate the origin
|
|
208
|
+
`twoWay`: two-way authentication
|
|
209
|
+
Note: this field may return `null`, indicating that no valid values can be obtained.
|
|
203
210
|
* @type {string || null}
|
|
204
211
|
*/
|
|
205
212
|
this.VerifyOriginType = null;
|
|
206
213
|
|
|
207
214
|
/**
|
|
208
|
-
*
|
|
215
|
+
* Information of the origin-pull certificate
|
|
216
|
+
Note: this field may return `null`, indicating that no valid values can be obtained.
|
|
209
217
|
* @type {ServerCert || null}
|
|
210
218
|
*/
|
|
211
219
|
this.CertInfo = null;
|
|
212
220
|
|
|
213
221
|
/**
|
|
214
|
-
*
|
|
222
|
+
* Information of the origin server certificate
|
|
223
|
+
Note: this field may return `null`, indicating that no valid values can be obtained.
|
|
215
224
|
* @type {ClientCert || null}
|
|
216
225
|
*/
|
|
217
226
|
this.OriginCertInfo = null;
|
|
@@ -2483,7 +2492,8 @@ Note: this field may return `null`, indicating that no valid values can be obtai
|
|
|
2483
2492
|
this.PathBasedOrigin = null;
|
|
2484
2493
|
|
|
2485
2494
|
/**
|
|
2486
|
-
*
|
|
2495
|
+
* Advanced HTTPS forwarding configuration
|
|
2496
|
+
Note: this field may return `null`, indicating that no valid values can be obtained.
|
|
2487
2497
|
* @type {AdvanceHttps || null}
|
|
2488
2498
|
*/
|
|
2489
2499
|
this.AdvanceHttps = null;
|
|
@@ -23,7 +23,7 @@ const BatchCreateAclRequest = models.BatchCreateAclRequest;
|
|
|
23
23
|
const DeleteUserRequest = models.DeleteUserRequest;
|
|
24
24
|
const PartitionOffset = models.PartitionOffset;
|
|
25
25
|
const DescribeACLRequest = models.DescribeACLRequest;
|
|
26
|
-
const
|
|
26
|
+
const BatchModifyTopicResultDTO = models.BatchModifyTopicResultDTO;
|
|
27
27
|
const DescribeTopicAttributesRequest = models.DescribeTopicAttributesRequest;
|
|
28
28
|
const DescribeInstanceAttributesRequest = models.DescribeInstanceAttributesRequest;
|
|
29
29
|
const ConsumerGroup = models.ConsumerGroup;
|
|
@@ -32,6 +32,7 @@ const DescribeConsumerGroupResponse = models.DescribeConsumerGroupResponse;
|
|
|
32
32
|
const DeleteTopicRequest = models.DeleteTopicRequest;
|
|
33
33
|
const DescribeInstancesResponse = models.DescribeInstancesResponse;
|
|
34
34
|
const FetchMessageByOffsetResponse = models.FetchMessageByOffsetResponse;
|
|
35
|
+
const BatchModifyTopicAttributesResponse = models.BatchModifyTopicAttributesResponse;
|
|
35
36
|
const GroupInfoTopics = models.GroupInfoTopics;
|
|
36
37
|
const TopicResult = models.TopicResult;
|
|
37
38
|
const Region = models.Region;
|
|
@@ -46,6 +47,7 @@ const DescribeCkafkaZoneRequest = models.DescribeCkafkaZoneRequest;
|
|
|
46
47
|
const SaleInfo = models.SaleInfo;
|
|
47
48
|
const Topic = models.Topic;
|
|
48
49
|
const Tag = models.Tag;
|
|
50
|
+
const BatchModifyGroupOffsetsResponse = models.BatchModifyGroupOffsetsResponse;
|
|
49
51
|
const GroupResponse = models.GroupResponse;
|
|
50
52
|
const DescribeTopicAttributesResponse = models.DescribeTopicAttributesResponse;
|
|
51
53
|
const DeleteRouteTriggerTimeRequest = models.DeleteRouteTriggerTimeRequest;
|
|
@@ -59,7 +61,9 @@ const CreatePartitionResponse = models.CreatePartitionResponse;
|
|
|
59
61
|
const ClusterInfo = models.ClusterInfo;
|
|
60
62
|
const DeleteUserResponse = models.DeleteUserResponse;
|
|
61
63
|
const CreateAclRequest = models.CreateAclRequest;
|
|
64
|
+
const DescribeTopicSyncReplicaResponse = models.DescribeTopicSyncReplicaResponse;
|
|
62
65
|
const DescribeAppInfoRequest = models.DescribeAppInfoRequest;
|
|
66
|
+
const Partitions = models.Partitions;
|
|
63
67
|
const DescribeTopicResponse = models.DescribeTopicResponse;
|
|
64
68
|
const ConsumerGroupResponse = models.ConsumerGroupResponse;
|
|
65
69
|
const CreateTopicIpWhiteListResponse = models.CreateTopicIpWhiteListResponse;
|
|
@@ -105,7 +109,7 @@ const GroupOffsetPartition = models.GroupOffsetPartition;
|
|
|
105
109
|
const DeleteTopicResponse = models.DeleteTopicResponse;
|
|
106
110
|
const DescribeInstancesRequest = models.DescribeInstancesRequest;
|
|
107
111
|
const InstanceAttributesResponse = models.InstanceAttributesResponse;
|
|
108
|
-
const
|
|
112
|
+
const DescribeGroupRequest = models.DescribeGroupRequest;
|
|
109
113
|
const Filter = models.Filter;
|
|
110
114
|
const GroupOffsetResponse = models.GroupOffsetResponse;
|
|
111
115
|
const BatchCreateAclResponse = models.BatchCreateAclResponse;
|
|
@@ -116,16 +120,20 @@ const ModifyPasswordResponse = models.ModifyPasswordResponse;
|
|
|
116
120
|
const DescribeRouteRequest = models.DescribeRouteRequest;
|
|
117
121
|
const TopicInSyncReplicaResult = models.TopicInSyncReplicaResult;
|
|
118
122
|
const GroupInfoResponse = models.GroupInfoResponse;
|
|
123
|
+
const BatchModifyGroupOffsetsRequest = models.BatchModifyGroupOffsetsRequest;
|
|
119
124
|
const TopicAttributesResponse = models.TopicAttributesResponse;
|
|
120
125
|
const InstanceResponse = models.InstanceResponse;
|
|
121
126
|
const DescribeGroup = models.DescribeGroup;
|
|
122
127
|
const TopicPartitionDO = models.TopicPartitionDO;
|
|
123
128
|
const CreateTopicResp = models.CreateTopicResp;
|
|
129
|
+
const BatchModifyTopicInfo = models.BatchModifyTopicInfo;
|
|
130
|
+
const DescribeCkafkaZoneResponse = models.DescribeCkafkaZoneResponse;
|
|
124
131
|
const DescribeRouteResponse = models.DescribeRouteResponse;
|
|
125
132
|
const DescribeTopicDetailRequest = models.DescribeTopicDetailRequest;
|
|
126
133
|
const DescribeGroupOffsetsResponse = models.DescribeGroupOffsetsResponse;
|
|
127
134
|
const ConsumerRecord = models.ConsumerRecord;
|
|
128
135
|
const ModifyGroupOffsetsRequest = models.ModifyGroupOffsetsRequest;
|
|
136
|
+
const BatchModifyTopicAttributesRequest = models.BatchModifyTopicAttributesRequest;
|
|
129
137
|
const CreateTopicIpWhiteListRequest = models.CreateTopicIpWhiteListRequest;
|
|
130
138
|
const Route = models.Route;
|
|
131
139
|
const AclRuleInfo = models.AclRuleInfo;
|
|
@@ -133,7 +141,6 @@ const Acl = models.Acl;
|
|
|
133
141
|
const TopicRetentionTimeConfigRsp = models.TopicRetentionTimeConfigRsp;
|
|
134
142
|
const ModifyTopicAttributesRequest = models.ModifyTopicAttributesRequest;
|
|
135
143
|
const CreateTopicResponse = models.CreateTopicResponse;
|
|
136
|
-
const DescribeGroupRequest = models.DescribeGroupRequest;
|
|
137
144
|
const DeleteTopicIpWhiteListRequest = models.DeleteTopicIpWhiteListRequest;
|
|
138
145
|
const DescribeGroupOffsetsRequest = models.DescribeGroupOffsetsRequest;
|
|
139
146
|
const DescribeUserRequest = models.DescribeUserRequest;
|
|
@@ -198,6 +205,17 @@ class CkafkaClient extends AbstractClient {
|
|
|
198
205
|
this.request("DescribeTopicSubscribeGroup", req, resp, cb);
|
|
199
206
|
}
|
|
200
207
|
|
|
208
|
+
/**
|
|
209
|
+
* This API is used to batch set topic attributes.
|
|
210
|
+
* @param {BatchModifyTopicAttributesRequest} req
|
|
211
|
+
* @param {function(string, BatchModifyTopicAttributesResponse):void} cb
|
|
212
|
+
* @public
|
|
213
|
+
*/
|
|
214
|
+
BatchModifyTopicAttributes(req, cb) {
|
|
215
|
+
let resp = new BatchModifyTopicAttributesResponse();
|
|
216
|
+
this.request("BatchModifyTopicAttributes", req, resp, cb);
|
|
217
|
+
}
|
|
218
|
+
|
|
201
219
|
/**
|
|
202
220
|
* This API is used to modify topic attributes.
|
|
203
221
|
* @param {ModifyTopicAttributesRequest} req
|
|
@@ -363,6 +381,17 @@ class CkafkaClient extends AbstractClient {
|
|
|
363
381
|
this.request("CreatePartition", req, resp, cb);
|
|
364
382
|
}
|
|
365
383
|
|
|
384
|
+
/**
|
|
385
|
+
* This API is used to delete a user.
|
|
386
|
+
* @param {DeleteUserRequest} req
|
|
387
|
+
* @param {function(string, DeleteUserResponse):void} cb
|
|
388
|
+
* @public
|
|
389
|
+
*/
|
|
390
|
+
DeleteUser(req, cb) {
|
|
391
|
+
let resp = new DeleteUserResponse();
|
|
392
|
+
this.request("DeleteUser", req, resp, cb);
|
|
393
|
+
}
|
|
394
|
+
|
|
366
395
|
/**
|
|
367
396
|
* This API is used to delete an ACL.
|
|
368
397
|
* @param {DeleteAclRequest} req
|
|
@@ -398,7 +427,7 @@ class CkafkaClient extends AbstractClient {
|
|
|
398
427
|
}
|
|
399
428
|
|
|
400
429
|
/**
|
|
401
|
-
* This API is used to get instance attributes.
|
|
430
|
+
* This API is used to get instance attributes.
|
|
402
431
|
* @param {DescribeInstanceAttributesRequest} req
|
|
403
432
|
* @param {function(string, DescribeInstanceAttributesResponse):void} cb
|
|
404
433
|
* @public
|
|
@@ -442,14 +471,14 @@ class CkafkaClient extends AbstractClient {
|
|
|
442
471
|
}
|
|
443
472
|
|
|
444
473
|
/**
|
|
445
|
-
* This API is used to
|
|
446
|
-
* @param {
|
|
447
|
-
* @param {function(string,
|
|
474
|
+
* This API is used to batch modify consumer group offsets.
|
|
475
|
+
* @param {BatchModifyGroupOffsetsRequest} req
|
|
476
|
+
* @param {function(string, BatchModifyGroupOffsetsResponse):void} cb
|
|
448
477
|
* @public
|
|
449
478
|
*/
|
|
450
|
-
|
|
451
|
-
let resp = new
|
|
452
|
-
this.request("
|
|
479
|
+
BatchModifyGroupOffsets(req, cb) {
|
|
480
|
+
let resp = new BatchModifyGroupOffsetsResponse();
|
|
481
|
+
this.request("BatchModifyGroupOffsets", req, resp, cb);
|
|
453
482
|
}
|
|
454
483
|
|
|
455
484
|
/**
|