tencentcloud-sdk-nodejs-intl-en 3.0.1305 → 3.0.1307
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/cdb/v20170320/cdb_client.js +1 -1
- package/tencentcloud/ckafka/v20190819/models.js +69 -69
- package/tencentcloud/clb/v20180317/clb_client.js +20 -20
- package/tencentcloud/clb/v20180317/models.js +74 -74
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/cvm/v20170312/cvm_client.js +1 -1
- package/tencentcloud/cvm/v20170312/models.js +3 -3
- package/tencentcloud/dbbrain/index.js +1 -1
- package/tencentcloud/emr/v20190103/models.js +6 -6
- package/tencentcloud/faceid/v20180301/models.js +103 -22
- package/tencentcloud/lighthouse/v20200324/lighthouse_client.js +1 -1
- package/tencentcloud/lighthouse/v20200324/models.js +9 -9
- package/tencentcloud/mongodb/v20190725/models.js +40 -40
- package/tencentcloud/mongodb/v20190725/mongodb_client.js +2 -2
- package/tencentcloud/monitor/v20180724/models.js +1 -1
- package/tencentcloud/mps/v20190612/models.js +16 -16
- package/tencentcloud/mqtt/v20240516/models.js +41 -41
- package/tencentcloud/mqtt/v20240516/mqtt_client.js +1 -1
- package/tencentcloud/redis/v20180412/models.js +12 -12
- package/tencentcloud/sms/index.js +1 -1
- package/tencentcloud/tdmq/v20200217/models.js +4 -4
- package/tencentcloud/teo/v20220901/models.js +9 -9
- package/tencentcloud/teo/v20220901/teo_client.js +3 -3
- package/tencentcloud/trocket/v20230308/models.js +89 -89
- package/tencentcloud/trocket/v20230308/trocket_client.js +11 -11
- package/tencentcloud/vm/index.js +1 -1
- package/tencentcloud/vod/index.js +1 -1
- package/tencentcloud/vod/v20180717/models.js +847 -161
- package/tencentcloud/vod/v20180717/vod_client.js +16 -6
- package/tencentcloud/vpc/v20170312/models.js +109 -0
- package/tencentcloud/vpc/v20170312/vpc_client.js +14 -0
|
@@ -144,7 +144,7 @@ class TrocketClient extends AbstractClient {
|
|
|
144
144
|
The Filters field is a query filter that supports the following fields:.
|
|
145
145
|
This API is used to query consumer group names with fuzzy search support.
|
|
146
146
|
This API is used to check whether the data is Imported.
|
|
147
|
-
This api is used to check the import status. See SourceClusterGroupConfig (https://www.tencentcloud.
|
|
147
|
+
This api is used to check the import status. See SourceClusterGroupConfig (https://www.tencentcloud.com/document/api/1493/96031?from_cn_redirect=1#SourceClusterGroupConfig) for details.
|
|
148
148
|
This API is used to manage namespaces, valid only for 4.x clusters.
|
|
149
149
|
|
|
150
150
|
This API is used to demonstrate Filters.
|
|
@@ -166,7 +166,7 @@ This API is used to demonstrate Filters.
|
|
|
166
166
|
|
|
167
167
|
The Filters field is a query filter that supports the following conditions:.
|
|
168
168
|
This API is used to get topic names with fuzzy query support.
|
|
169
|
-
This api is used to query the migration status. See the data structure in MigratingTopic (https://www.tencentcloud.
|
|
169
|
+
This api is used to query the migration status. See the data structure in MigratingTopic (https://www.tencentcloud.com/document/api/1493/96031?from_cn_redirect=1#MigratingTopic).
|
|
170
170
|
This API is used to manage namespaces, valid only for 4.x clusters.
|
|
171
171
|
|
|
172
172
|
This API is used to demonstrate Filters.
|
|
@@ -208,7 +208,7 @@ This API is used to demonstrate Filters.
|
|
|
208
208
|
/**
|
|
209
209
|
* This API is used to get topic list by consumer group. Filter parameter usage instructions are as follows:.
|
|
210
210
|
|
|
211
|
-
-TopicName. It can be obtained from [TopicItem](https://www.tencentcloud.
|
|
211
|
+
-TopicName. It can be obtained from [TopicItem](https://www.tencentcloud.com/document/api/1493/96031?from_cn_redirect=1#TopicItem) returned by the API [DescribeTopicList](https://www.tencentcloud.com/document/api/1493/96030?from_cn_redirect=1) or from the console.
|
|
212
212
|
|
|
213
213
|
This API is used to demonstrate Filters.
|
|
214
214
|
[{ "Name": "TopicName", "Values": ["test_topic"] }]
|
|
@@ -248,7 +248,7 @@ This API is used to demonstrate Filters.
|
|
|
248
248
|
|
|
249
249
|
This API is used to query the supported fields of the query parameter Filters as follows:.
|
|
250
250
|
Task status, supports multiple selections.
|
|
251
|
-
ConnectionType, network connection type, supports multiple selections. See the description of SmoothMigrationTaskItem (https://www.tencentcloud.
|
|
251
|
+
ConnectionType, network connection type, supports multiple selections. See the description of SmoothMigrationTaskItem (https://www.tencentcloud.com/document/api/1493/96031?from_cn_redirect=1#SmoothMigrationTaskItem).
|
|
252
252
|
This API is used to search for an instance by instance ID with precise matching.
|
|
253
253
|
This API is used to query task names with fuzzy search support.
|
|
254
254
|
|
|
@@ -484,8 +484,8 @@ This API is used to demonstrate Filters.
|
|
|
484
484
|
/**
|
|
485
485
|
* This API is used to search the topic list. Filter parameter usage instructions are as follows:.
|
|
486
486
|
|
|
487
|
-
-TopicName supports fuzzy search. Obtain it from the [TopicItem](https://www.tencentcloud.
|
|
488
|
-
-Search by TopicType, support multiple selections. See the TopicType field in the [DescribeTopic](https://www.tencentcloud.
|
|
487
|
+
-TopicName supports fuzzy search. Obtain it from the [TopicItem](https://www.tencentcloud.com/document/api/1493/96031?from_cn_redirect=1#TopicItem) in the [DescribeTopicList](https://www.tencentcloud.com/document/api/1493/96030?from_cn_redirect=1) API response or the console.
|
|
488
|
+
-Search by TopicType, support multiple selections. See the TopicType field in the [DescribeTopic](https://www.tencentcloud.com/document/api/1493/97945?from_cn_redirect=1) API.
|
|
489
489
|
|
|
490
490
|
This API is used to demonstrate Filters.
|
|
491
491
|
[{ "Name": "TopicName", "Values": ["test_topic"] }]
|
|
@@ -513,9 +513,9 @@ This API is used to demonstrate Filters.
|
|
|
513
513
|
* This API is used to describe clusters. It only supports 5.x clusters. Description of the Filters parameter use is as follows:.
|
|
514
514
|
|
|
515
515
|
-InstanceName Cluster name, supports fuzzy search.
|
|
516
|
-
- InstanceId The Tencent Cloud RocketMQ instance ID, obtained from the [DescribeFusionInstanceList](https://www.tencentcloud.
|
|
517
|
-
- InstanceType cluster type, see [InstanceItem](https://www.tencentcloud.
|
|
518
|
-
-InstanceStatus cluster status, see [InstanceItem](https://www.tencentcloud.
|
|
516
|
+
- InstanceId The Tencent Cloud RocketMQ instance ID, obtained from the [DescribeFusionInstanceList](https://www.tencentcloud.com/document/api/1493/106745?from_cn_redirect=1) API or console.
|
|
517
|
+
- InstanceType cluster type, see [InstanceItem](https://www.tencentcloud.com/document/api/1493/96031?from_cn_redirect=1#InstanceItem) data structure, supports multiple selections.
|
|
518
|
+
-InstanceStatus cluster status, see [InstanceItem](https://www.tencentcloud.com/document/api/1493/96031?from_cn_redirect=1#InstanceItem) data structure, supports multiple selections.
|
|
519
519
|
|
|
520
520
|
This API is used to demonstrate Filters.
|
|
521
521
|
[{
|
|
@@ -536,7 +536,7 @@ This API is used to demonstrate Filters.
|
|
|
536
536
|
|
|
537
537
|
-InstanceName, the cluster name, supports fuzzy query and can be obtained from the API return value or console.
|
|
538
538
|
-InstanceId Cluster ID, exact query, obtain from the current API or console.
|
|
539
|
-
- InstanceType cluster type, see [InstanceItem](https://www.tencentcloud.
|
|
539
|
+
- InstanceType cluster type, see [InstanceItem](https://www.tencentcloud.com/document/api/1493/96031?from_cn_redirect=1#InstanceItem) data structure, supports multiple selections.
|
|
540
540
|
- Version: cluster edition, enumeration values as follows:.
|
|
541
541
|
-4 RocketMQ 4.x clusters.
|
|
542
542
|
-Deploy a RocketMQ 5.x cluster.
|
|
@@ -579,7 +579,7 @@ This API is used to demonstrate Filters.
|
|
|
579
579
|
/**
|
|
580
580
|
* This API is used to query topic details. The Offset and Limit parameters are pagination parameters for consumer groups subscribing to this topic. The Filter parameter usage instructions are as follows:.
|
|
581
581
|
|
|
582
|
-
-The ConsumerGroup name can be obtained from the [ConsumeGroupItem](https://www.tencentcloud.
|
|
582
|
+
-The ConsumerGroup name can be obtained from the [ConsumeGroupItem](https://www.tencentcloud.com/document/api/1493/96031?from_cn_redirect=1#ConsumeGroupItem) in the API response of [DescribeConsumerGroupList](https://www.tencentcloud.com/document/api/1493/101535?from_cn_redirect=1) or from the console.
|
|
583
583
|
|
|
584
584
|
This API is used to demonstrate Filters.
|
|
585
585
|
[{ "Name": "ConsumerGroup", "Values": ["test_group"] }]
|
package/tencentcloud/vm/index.js
CHANGED