tencentcloud-sdk-nodejs-intl-en 3.0.654 → 3.0.656

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.654",
3
+ "version": "3.0.656",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -27,8 +27,10 @@ const DeleteShipperRequest = models.DeleteShipperRequest;
27
27
  const ModifyTopicRequest = models.ModifyTopicRequest;
28
28
  const DeleteLogsetResponse = models.DeleteLogsetResponse;
29
29
  const ParquetKeyInfo = models.ParquetKeyInfo;
30
+ const DescribeCosRechargesResponse = models.DescribeCosRechargesResponse;
30
31
  const DescribeShipperTasksResponse = models.DescribeShipperTasksResponse;
31
32
  const CreateMachineGroupResponse = models.CreateMachineGroupResponse;
33
+ const Filter = models.Filter;
32
34
  const DescribeConfigMachineGroupsRequest = models.DescribeConfigMachineGroupsRequest;
33
35
  const CreateLogsetRequest = models.CreateLogsetRequest;
34
36
  const LogItem = models.LogItem;
@@ -79,17 +81,18 @@ const ExcludePathInfo = models.ExcludePathInfo;
79
81
  const FilterRuleInfo = models.FilterRuleInfo;
80
82
  const RetryShipperTaskResponse = models.RetryShipperTaskResponse;
81
83
  const SplitPartitionRequest = models.SplitPartitionRequest;
84
+ const DescribeCosRechargesRequest = models.DescribeCosRechargesRequest;
82
85
  const MachineGroupInfo = models.MachineGroupInfo;
83
86
  const DescribeLogHistogramResponse = models.DescribeLogHistogramResponse;
84
87
  const CloseKafkaConsumerResponse = models.CloseKafkaConsumerResponse;
85
- const RuleTagInfo = models.RuleTagInfo;
88
+ const DescribeMachineGroupsRequest = models.DescribeMachineGroupsRequest;
86
89
  const CreateIndexRequest = models.CreateIndexRequest;
87
90
  const DescribeLogsetsResponse = models.DescribeLogsetsResponse;
88
91
  const DeleteConsumerResponse = models.DeleteConsumerResponse;
89
92
  const DescribeTopicsRequest = models.DescribeTopicsRequest;
90
93
  const GetAlarmLogResponse = models.GetAlarmLogResponse;
91
94
  const CreateTopicRequest = models.CreateTopicRequest;
92
- const DescribeMachineGroupsRequest = models.DescribeMachineGroupsRequest;
95
+ const CreateCosRechargeRequest = models.CreateCosRechargeRequest;
93
96
  const AlarmTarget = models.AlarmTarget;
94
97
  const OpenKafkaConsumerRequest = models.OpenKafkaConsumerRequest;
95
98
  const DeleteConfigResponse = models.DeleteConfigResponse;
@@ -104,6 +107,7 @@ const LogsetInfo = models.LogsetInfo;
104
107
  const DeleteConfigRequest = models.DeleteConfigRequest;
105
108
  const AnalysisDimensional = models.AnalysisDimensional;
106
109
  const CloseKafkaConsumerRequest = models.CloseKafkaConsumerRequest;
110
+ const RuleTagInfo = models.RuleTagInfo;
107
111
  const CreateExportRequest = models.CreateExportRequest;
108
112
  const DescribeAlarmNoticesResponse = models.DescribeAlarmNoticesResponse;
109
113
  const DescribeMachineGroupsResponse = models.DescribeMachineGroupsResponse;
@@ -139,6 +143,7 @@ const AlarmNotice = models.AlarmNotice;
139
143
  const ModifyConfigResponse = models.ModifyConfigResponse;
140
144
  const ModifyAlarmNoticeResponse = models.ModifyAlarmNoticeResponse;
141
145
  const DescribeMachinesResponse = models.DescribeMachinesResponse;
146
+ const ModifyCosRechargeResponse = models.ModifyCosRechargeResponse;
142
147
  const ContentInfo = models.ContentInfo;
143
148
  const ApplyConfigToMachineGroupResponse = models.ApplyConfigToMachineGroupResponse;
144
149
  const DeleteAlarmRequest = models.DeleteAlarmRequest;
@@ -146,6 +151,7 @@ const CreateConfigResponse = models.CreateConfigResponse;
146
151
  const MachineGroupTypeInfo = models.MachineGroupTypeInfo;
147
152
  const DeleteConfigFromMachineGroupRequest = models.DeleteConfigFromMachineGroupRequest;
148
153
  const ShipperInfo = models.ShipperInfo;
154
+ const CreateCosRechargeResponse = models.CreateCosRechargeResponse;
149
155
  const KeyValueInfo = models.KeyValueInfo;
150
156
  const AddMachineGroupInfoResponse = models.AddMachineGroupInfoResponse;
151
157
  const ModifyMachineGroupRequest = models.ModifyMachineGroupRequest;
@@ -170,10 +176,11 @@ const HistogramInfo = models.HistogramInfo;
170
176
  const DescribeMachineGroupConfigsRequest = models.DescribeMachineGroupConfigsRequest;
171
177
  const ModifyLogsetRequest = models.ModifyLogsetRequest;
172
178
  const DeleteMachineGroupInfoResponse = models.DeleteMachineGroupInfoResponse;
179
+ const ModifyCosRechargeRequest = models.ModifyCosRechargeRequest;
173
180
  const DescribeLogsetsRequest = models.DescribeLogsetsRequest;
174
181
  const ParquetInfo = models.ParquetInfo;
175
182
  const DeleteTopicResponse = models.DeleteTopicResponse;
176
- const Filter = models.Filter;
183
+ const CosRechargeInfo = models.CosRechargeInfo;
177
184
  const ConsumerContent = models.ConsumerContent;
178
185
  const CreateExportResponse = models.CreateExportResponse;
179
186
  const KeyRegexInfo = models.KeyRegexInfo;
@@ -246,15 +253,14 @@ class ClsClient extends AbstractClient {
246
253
  }
247
254
 
248
255
  /**
249
- * This API is used to modify the index configuration. It is subject to the default request frequency limit, and the number of concurrent requests to the same log topic cannot exceed 1, i.e., the index configuration of only one log topic can be modified at a time.
250
-
251
- * @param {ModifyIndexRequest} req
252
- * @param {function(string, ModifyIndexResponse):void} cb
256
+ * This API is used to get COS import configuration.
257
+ * @param {DescribeCosRechargesRequest} req
258
+ * @param {function(string, DescribeCosRechargesResponse):void} cb
253
259
  * @public
254
260
  */
255
- ModifyIndex(req, cb) {
256
- let resp = new ModifyIndexResponse();
257
- this.request("ModifyIndex", req, resp, cb);
261
+ DescribeCosRecharges(req, cb) {
262
+ let resp = new DescribeCosRechargesResponse();
263
+ this.request("DescribeCosRecharges", req, resp, cb);
258
264
  }
259
265
 
260
266
  /**
@@ -290,6 +296,18 @@ class ClsClient extends AbstractClient {
290
296
  this.request("DescribeExports", req, resp, cb);
291
297
  }
292
298
 
299
+ /**
300
+ * This API is used to modify the index configuration. It is subject to the default request frequency limit, and the number of concurrent requests to the same log topic cannot exceed 1, i.e., the index configuration of only one log topic can be modified at a time.
301
+
302
+ * @param {ModifyIndexRequest} req
303
+ * @param {function(string, ModifyIndexResponse):void} cb
304
+ * @public
305
+ */
306
+ ModifyIndex(req, cb) {
307
+ let resp = new ModifyIndexResponse();
308
+ this.request("ModifyIndex", req, resp, cb);
309
+ }
310
+
293
311
  /**
294
312
  * This API is used to get the index configuration information.
295
313
  * @param {DescribeIndexRequest} req
@@ -335,7 +353,7 @@ class ClsClient extends AbstractClient {
335
353
  }
336
354
 
337
355
  /**
338
- * This API is used to create a shipping rule. Note: To use this API, you need to check whether you have configured the role and permission for COS shipping tasks. If not, see **Viewing and Configuring Shipping Authorization** at https://intl.cloud.tencent.com/document/product/614/71623.?from_cn_redirect=1
356
+ * This API is used to create a task to ship to COS. Note: To use this API, you need to check whether you have configured the role and permission for shipping to COS. If not, see **Viewing and Configuring Shipping Authorization** at https://intl.cloud.tencent.com/document/product/614/71623.?from_cn_redirect=1
339
357
  * @param {CreateShipperRequest} req
340
358
  * @param {function(string, CreateShipperResponse):void} cb
341
359
  * @public
@@ -401,7 +419,7 @@ class ClsClient extends AbstractClient {
401
419
  }
402
420
 
403
421
  /**
404
- * This API is used to get the list of log topics and supports pagination.
422
+ * This API is used to get the list of log topics and supports pagination.
405
423
  * @param {DescribeTopicsRequest} req
406
424
  * @param {function(string, DescribeTopicsResponse):void} cb
407
425
  * @public
@@ -423,7 +441,7 @@ class ClsClient extends AbstractClient {
423
441
  }
424
442
 
425
443
  /**
426
- * This API is used to get the list of shipping rules.
444
+ * This API is used to get the configuration of the task of shipping to COS.
427
445
  * @param {DescribeShippersRequest} req
428
446
  * @param {function(string, DescribeShippersResponse):void} cb
429
447
  * @public
@@ -521,6 +539,17 @@ class ClsClient extends AbstractClient {
521
539
  this.request("ApplyConfigToMachineGroup", req, resp, cb);
522
540
  }
523
541
 
542
+ /**
543
+ * This API is used to split a topic partition.
544
+ * @param {SplitPartitionRequest} req
545
+ * @param {function(string, SplitPartitionResponse):void} cb
546
+ * @public
547
+ */
548
+ SplitPartition(req, cb) {
549
+ let resp = new SplitPartitionResponse();
550
+ this.request("SplitPartition", req, resp, cb);
551
+ }
552
+
524
553
  /**
525
554
  * This API is used to delete a notification group.
526
555
  * @param {DeleteAlarmNoticeRequest} req
@@ -565,6 +594,17 @@ class ClsClient extends AbstractClient {
565
594
  this.request("ModifyAlarmNotice", req, resp, cb);
566
595
  }
567
596
 
597
+ /**
598
+ * This API is used to modify a COS import task.
599
+ * @param {ModifyCosRechargeRequest} req
600
+ * @param {function(string, ModifyCosRechargeResponse):void} cb
601
+ * @public
602
+ */
603
+ ModifyCosRecharge(req, cb) {
604
+ let resp = new ModifyCosRechargeResponse();
605
+ this.request("ModifyCosRecharge", req, resp, cb);
606
+ }
607
+
568
608
  /**
569
609
  * This API is used to enable the Kafka consumption feature.
570
610
  * @param {OpenKafkaConsumerRequest} req
@@ -851,17 +891,6 @@ Import the generated `cls.pb.h` header file into the code and call the API for d
851
891
  this.request("DescribeConsumer", req, resp, cb);
852
892
  }
853
893
 
854
- /**
855
- * This API is used to split a topic partition.
856
- * @param {SplitPartitionRequest} req
857
- * @param {function(string, SplitPartitionResponse):void} cb
858
- * @public
859
- */
860
- SplitPartition(req, cb) {
861
- let resp = new SplitPartitionResponse();
862
- this.request("SplitPartition", req, resp, cb);
863
- }
864
-
865
894
  /**
866
895
  * This API is used to get a collection rule configuration.
867
896
  * @param {DescribeConfigsRequest} req
@@ -873,6 +902,17 @@ Import the generated `cls.pb.h` header file into the code and call the API for d
873
902
  this.request("DescribeConfigs", req, resp, cb);
874
903
  }
875
904
 
905
+ /**
906
+ * This API is used to create a COS import task.
907
+ * @param {CreateCosRechargeRequest} req
908
+ * @param {function(string, CreateCosRechargeResponse):void} cb
909
+ * @public
910
+ */
911
+ CreateCosRecharge(req, cb) {
912
+ let resp = new CreateCosRechargeResponse();
913
+ this.request("CreateCosRecharge", req, resp, cb);
914
+ }
915
+
876
916
  /**
877
917
  * This API is used to get the list of machine groups.
878
918
  * @param {DescribeMachineGroupsRequest} req