tencentcloud-sdk-nodejs-intl-en 3.0.1275 → 3.0.1276

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.1275",
3
+ "version": "3.0.1276",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -1,2 +1,2 @@
1
- const sdkVersion = "3.0.1275";
1
+ const sdkVersion = "3.0.1276";
2
2
  module.exports = sdkVersion
@@ -11929,7 +11929,7 @@ class CreateExporterIntegrationRequest extends AbstractModel {
11929
11929
  this.InstanceId = null;
11930
11930
 
11931
11931
  /**
11932
- * Type
11932
+ * Type (obtain through the DescribePrometheusIntegrations api, using the ExporterType field of each item).
11933
11933
  * @type {string || null}
11934
11934
  */
11935
11935
  this.Kind = null;
@@ -11941,16 +11941,16 @@ class CreateExporterIntegrationRequest extends AbstractModel {
11941
11941
  this.Content = null;
11942
11942
 
11943
11943
  /**
11944
- * Kubernetes cluster type. Valid values:
11945
- <li> 1 = TKE </li>
11946
- <li> 2 = EKS </li>
11947
- <li> 3 = MEKS </li>
11944
+ * Kubernetes cluster type, optional, valid values are as follows:.
11945
+ <li>1 = TKE</li>
11946
+ <li>2 = EKS</li>
11947
+ <li>3 = MEKS</li>
11948
11948
  * @type {number || null}
11949
11949
  */
11950
11950
  this.KubeType = null;
11951
11951
 
11952
11952
  /**
11953
- * Cluster ID
11953
+ * Cluster ID, optional.
11954
11954
  * @type {string || null}
11955
11955
  */
11956
11956
  this.ClusterId = null;
@@ -17489,7 +17489,7 @@ class CreateExporterIntegrationResponse extends AbstractModel {
17489
17489
  this.Names = null;
17490
17490
 
17491
17491
  /**
17492
- * The unique request ID, which is returned for each request. RequestId is required for locating a problem.
17492
+ * The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
17493
17493
  * @type {string || null}
17494
17494
  */
17495
17495
  this.RequestId = null;
@@ -1050,7 +1050,7 @@ Note that alert object and alert message are special fields of Prometheus Rule A
1050
1050
  }
1051
1051
 
1052
1052
  /**
1053
- * This API is used to create an exporter integration.
1053
+ * Create an exporter integration in the integration center. Due to the considerable number of integrations, it is advisable to create through the console. **Prerequisite:** Authorized to create a managed EKS cluster. **Verification method:** 1. Confirm on the console interface. If no authorization notification appears, it indicates authorization is granted. 2. Query the cluster status via the `DescribePrometheusInstanceInitStatus` API. If the managed cluster does not exist, create it using the `RunPrometheusInstance` API.
1054
1054
  * @param {CreateExporterIntegrationRequest} req
1055
1055
  * @param {function(string, CreateExporterIntegrationResponse):void} cb
1056
1056
  * @public