tencentcloud-sdk-nodejs-ssl 4.1.86 → 4.1.90

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-ssl",
3
- "version": "4.1.86",
3
+ "version": "4.1.90",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -231,7 +231,7 @@ export interface DescribeHostDeployRecordDetailResponse {
231
231
  */
232
232
  RunningTotalCount?: number;
233
233
  /**
234
- * 带部署总数
234
+ * 待部署总数
235
235
  */
236
236
  PendingTotalCount?: number;
237
237
  /**
@@ -371,6 +371,10 @@ export interface DeployRecordDetail {
371
371
  * 原证书加密算法
372
372
  */
373
373
  OldAlgorithm?: string;
374
+ /**
375
+ * 实例状态,不同云产品状态不一样
376
+ */
377
+ InstanceStatus?: string;
374
378
  }
375
379
  /**
376
380
  * CancelCertificateOrder请求参数结构体
@@ -543,11 +547,11 @@ export interface Certificates {
543
547
  */
544
548
  VerifyType?: string;
545
549
  /**
546
- * 证书生效时间。
550
+ * 证书生效时间。时区为GMT+8:00
547
551
  */
548
552
  CertBeginTime?: string;
549
553
  /**
550
- * 证书过期时间。
554
+ * 证书过期时间。时区为GMT+8:00
551
555
  */
552
556
  CertEndTime?: string;
553
557
  /**
@@ -555,7 +559,7 @@ export interface Certificates {
555
559
  */
556
560
  ValidityPeriod?: string;
557
561
  /**
558
- * 创建时间。
562
+ * 创建时间。时区为GMT+8:00
559
563
  */
560
564
  InsertTime?: string;
561
565
  /**
@@ -667,11 +671,11 @@ export interface Certificates {
667
671
  */
668
672
  IsExpiring?: boolean;
669
673
  /**
670
- * DV证书添加验证截止时间
674
+ * DV证书添加验证截止时间,时区为GMT+8:00
671
675
  */
672
676
  DVAuthDeadline?: string;
673
677
  /**
674
- * 域名验证通过时间
678
+ * 域名验证通过时间,时区为GMT+8:00
675
679
  */
676
680
  ValidationPassedTime?: string;
677
681
  /**
@@ -703,7 +707,7 @@ export interface Certificates {
703
707
  */
704
708
  SupportDownloadType?: SupportDownloadType;
705
709
  /**
706
- * 证书吊销完成时间
710
+ * 证书吊销完成时间,时区为GMT+8:00
707
711
  */
708
712
  CertRevokedTime?: string;
709
713
  /**
@@ -996,7 +1000,7 @@ export interface DescribeDeployedResourcesRequest {
996
1000
  */
997
1001
  CertificateIds: Array<string>;
998
1002
  /**
999
- * 资源类型:clb,cdn,live,waf,antiddos,teo
1003
+ * 资源类型:clb,cdn,live,vod,waf,antiddos,teo
1000
1004
  */
1001
1005
  ResourceType: string;
1002
1006
  }
@@ -1907,12 +1911,12 @@ export interface DescribeCertificateResponse {
1907
1911
  */
1908
1912
  VulnerabilityStatus?: string;
1909
1913
  /**
1910
- * 证书生效时间。
1914
+ * 证书生效时间。时区为GMT+8:00
1911
1915
  注意:此字段可能返回 null,表示取不到有效值。
1912
1916
  */
1913
1917
  CertBeginTime?: string;
1914
1918
  /**
1915
- * 证书失效时间。
1919
+ * 证书失效时间。时区为GMT+8:00
1916
1920
  注意:此字段可能返回 null,表示取不到有效值。
1917
1921
  */
1918
1922
  CertEndTime?: string;
@@ -1922,7 +1926,7 @@ export interface DescribeCertificateResponse {
1922
1926
  */
1923
1927
  ValidityPeriod?: string;
1924
1928
  /**
1925
- * 申请时间。
1929
+ * 申请时间。时区为GMT+8:00
1926
1930
  注意:此字段可能返回 null,表示取不到有效值。
1927
1931
  */
1928
1932
  InsertTime?: string;
@@ -2017,7 +2021,7 @@ export interface DescribeCertificateResponse {
2017
2021
  */
2018
2022
  CACommonNames?: Array<string>;
2019
2023
  /**
2020
- * CA证书所有的到期时间。仅证书类型CertificateType为CA有效
2024
+ * CA证书所有的到期时间。仅证书类型CertificateType为CA有效,时区为GMT+8:00
2021
2025
  注意:此字段可能返回 null,表示取不到有效值。
2022
2026
  */
2023
2027
  CAEndTimes?: Array<string>;