tencentcloud-sdk-nodejs-es 4.1.203 → 4.1.205

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-es",
3
- "version": "4.1.203",
3
+ "version": "4.1.205",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -268,6 +268,11 @@ export interface LogstashInstanceInfo {
268
268
  * 多可用区部署时可用区的详细信息
269
269
  */
270
270
  MultiZoneInfo?: Array<ZoneDetail>;
271
+ /**
272
+ * 客户自定义dns配置
273
+ 注意:此字段可能返回 null,表示取不到有效值。
274
+ */
275
+ UserDnsIp?: string;
271
276
  }
272
277
  /**
273
278
  * 操作详情
@@ -1956,6 +1961,10 @@ export interface UpdateLogstashInstanceRequest {
1956
1961
  * 实例YML配置
1957
1962
  */
1958
1963
  YMLConfig?: string;
1964
+ /**
1965
+ * 客户自定义dns配置
1966
+ */
1967
+ UserDnsIp?: string;
1959
1968
  /**
1960
1969
  * 实例绑定的ES集群信息
1961
1970
  */