tencentcloud-sdk-nodejs-mongodb 4.1.271 → 4.1.274

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-mongodb",
3
- "version": "4.1.271",
3
+ "version": "4.1.274",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -533,7 +533,7 @@ export interface SetInstanceMaintenanceResponse {
533
533
  */
534
534
  export interface DescribeInstanceSSLRequest {
535
535
  /**
536
- * 实例ID,格式如:cmgo-p8vnipr5。与云数据库控制台页面中显示的实例ID相同
536
+ * <p>实例ID,格式如:cmgo-p8vnipr5。与云数据库控制台页面中显示的实例ID相同</p>
537
537
  */
538
538
  InstanceId: string;
539
539
  }
@@ -1106,13 +1106,11 @@ export interface CreateDBInstanceHourResponse {
1106
1106
  */
1107
1107
  export interface InstanceEnableSSLRequest {
1108
1108
  /**
1109
- * 实例ID
1109
+ * <p>实例ID</p>
1110
1110
  */
1111
1111
  InstanceId: string;
1112
1112
  /**
1113
- * 配置是否要开启SSL访问。
1114
- - true:开启。
1115
- - false:关闭。
1113
+ * <p>配置是否要开启SSL访问。</p><ul><li>true:开启。</li><li>false:关闭。</li></ul>
1116
1114
  */
1117
1115
  Enable: boolean;
1118
1116
  }
@@ -1717,24 +1715,22 @@ export interface DescribeDBInstancesRequest {
1717
1715
  */
1718
1716
  export interface InstanceEnableSSLResponse {
1719
1717
  /**
1720
- * SSL开启状态。
1721
- - 0:关闭。
1722
- - 1:开启。
1718
+ * <p>SSL开启状态。</p><ul><li>0:关闭。</li><li>1:开启。</li></ul>
1723
1719
  注意:此字段可能返回 null,表示取不到有效值。
1724
1720
  */
1725
1721
  Status?: number;
1726
1722
  /**
1727
- * 证书文件过期时间,格式为:2023-05-01 12:00:00
1723
+ * <p>证书文件过期时间,格式为:2023-05-01 12:00:00。</p>
1728
1724
  注意:此字段可能返回 null,表示取不到有效值。
1729
1725
  */
1730
1726
  ExpiredTime?: string;
1731
1727
  /**
1732
- * 证书文件的下载链接。
1728
+ * <p>证书文件的下载链接。</p>
1733
1729
  注意:此字段可能返回 null,表示取不到有效值。
1734
1730
  */
1735
1731
  CertUrl?: string;
1736
1732
  /**
1737
- * 流程id
1733
+ * <p>流程id</p>
1738
1734
  */
1739
1735
  FlowId?: number;
1740
1736
  /**
@@ -3321,17 +3317,17 @@ export interface ModifyBackupExpireTimeRequest {
3321
3317
  */
3322
3318
  export interface DescribeInstanceSSLResponse {
3323
3319
  /**
3324
- * SSL开启状态。0为关闭,1为开启
3320
+ * <p>SSL开启状态。0为关闭,1为开启</p>
3325
3321
  注意:此字段可能返回 null,表示取不到有效值。
3326
3322
  */
3327
3323
  Status?: number;
3328
3324
  /**
3329
- * 证书过期时间,格式为2023-05-01 12:00:00
3325
+ * <p>证书过期时间,格式为2023-05-01 12:00:00</p>
3330
3326
  注意:此字段可能返回 null,表示取不到有效值。
3331
3327
  */
3332
3328
  ExpiredTime?: string;
3333
3329
  /**
3334
- * 证书下载链接
3330
+ * <p>证书下载链接</p>
3335
3331
  注意:此字段可能返回 null,表示取不到有效值。
3336
3332
  */
3337
3333
  CertUrl?: string;