tencentcloud-sdk-nodejs-es 4.1.20 → 4.1.22

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.20",
3
+ "version": "4.1.22",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -1931,7 +1931,7 @@ export interface RestoreClusterSnapshotRequest {
1931
1931
  /**
1932
1932
  * elastic用户名对应的密码信息
1933
1933
  */
1934
- Password?: string;
1934
+ Password: string;
1935
1935
  /**
1936
1936
  * 要在所有恢复的索引中添加或更改的设置的逗号分隔列表。使用此参数可以在恢复快照时覆盖索引设置。
1937
1937
  */
@@ -377,7 +377,7 @@ export interface WebSearchRequest {
377
377
  */
378
378
  BlackSites?: Array<string>;
379
379
  /**
380
- * 秒级时间冲,搜索网页的开始时间,默认不限制开始时间。
380
+ * 秒级时间戳,搜索网页的开始时间,默认不限制开始时间。
381
381
  */
382
382
  StartTime?: number;
383
383
  /**
@@ -395,12 +395,10 @@ export interface WebSearchRequest {
395
395
  export interface WebPage {
396
396
  /**
397
397
  * 标题
398
- 注意:此字段可能返回 null,表示取不到有效值。
399
398
  */
400
399
  Title?: string;
401
400
  /**
402
401
  * url
403
- 注意:此字段可能返回 null,表示取不到有效值。
404
402
  */
405
403
  Url?: string;
406
404
  /**