tencentcloud-sdk-nodejs-intl-en 3.0.360 → 3.0.361

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-intl-en",
3
- "version": "3.0.360",
3
+ "version": "3.0.361",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -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 DescribeTopicSyncReplicaResponse = models.DescribeTopicSyncReplicaResponse;
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 DescribeCkafkaZoneResponse = models.DescribeCkafkaZoneResponse;
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 delete a user.
446
- * @param {DeleteUserRequest} req
447
- * @param {function(string, DeleteUserResponse):void} cb
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
- DeleteUser(req, cb) {
451
- let resp = new DeleteUserResponse();
452
- this.request("DeleteUser", req, resp, cb);
479
+ BatchModifyGroupOffsets(req, cb) {
480
+ let resp = new BatchModifyGroupOffsetsResponse();
481
+ this.request("BatchModifyGroupOffsets", req, resp, cb);
453
482
  }
454
483
 
455
484
  /**