tencentcloud-sdk-nodejs-teo 4.1.133 → 4.1.134

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-teo",
3
- "version": "4.1.133",
3
+ "version": "4.1.134",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -3474,7 +3474,7 @@ export interface ContentCompressionParameters {
3474
3474
  */
3475
3475
  export interface AccelerationDomainCertificate {
3476
3476
  /**
3477
- * 配置证书的模式,取值有: <li>disable:不配置证书;</li> <li>eofreecert:配置 EdgeOne 免费证书;</li> <li>sslcert:配置 SSL 证书。</li>
3477
+ * 配置服务端证书的模式,取值有: <ul><li>disable:不配置服务端证书;</li> <li>eofreecert:通过自动验证申请免费证书并部署。验证方式详见:[申请免费证书支持的验证方式](https://cloud.tencent.com/document/product/1552/90437) - 在 NS 或者 DNSPod 托管接入模式下,仅支持自动验证的方式申请免费证书。 - 当免费证书申请失败时会导致证书部署失败,您可以通过<a href = 'https://tcloud4api.woa.com/document/product/1657/927938?!preview&!document=1'>检查免费证书申请结果</a>接口获取申请失败原因。</li><li>eofreecert_manual:部署 DNS 委派验证或者文件验证申请的免费证书。在部署免费证书前,您需要触发<a href = 'https://tcloud4api.woa.com/document/product/1657/927322?!preview&!document=1'>申请免费证书</a>接口申请免费证书。在免费证书申请成功后,你可以通过该枚举值对免费证书进行部署;</li> <ul><li>注意:在对免费证书部署时,需要保证当前已存在申请成功的免费证书。您可以通过<a href = 'https://tcloud4api.woa.com/document/product/1657/927938?!preview&!document=1'>检查免费证书申请结果</a>接口检查当前是否已存在申请成功的免费证书。</li> </ul> <li>sslcert:配置 SSL 托管服务端证书。</li></ul>
3478
3478
  */
3479
3479
  Mode?: string;
3480
3480
  /**
@@ -4232,11 +4232,11 @@ export interface ModifyL4ProxyStatusResponse {
4232
4232
  RequestId?: string;
4233
4233
  }
4234
4234
  /**
4235
- * CNAME 接入,使用文件验证时所需的信息。
4235
+ * 站点 CNAME 模式接入验证归属权或域名申请免费证书时,使用 HTTP 访问验证文件时所需的信息。
4236
4236
  */
4237
4237
  export interface FileVerification {
4238
4238
  /**
4239
- * EdgeOne 后台服务器将通过 Scheme + Host + URL Path 的格式(例如 https://www.example.com/.well-known/teo-verification/z12h416twn.txt)获取文件验证信息。该字段为您需要创建的 URL Path 部分。
4239
+ * EdgeOne 后台服务器将通过 http://{Host}{URL Path} 的格式(例如 http://www.example.com/.well-known/teo-verification/z12h416twn.txt)获取文件验证信息。其中,本字段为您需要创建的 URL Path 部分,Host 为当前加速域名。
4240
4240
  */
4241
4241
  Path?: string;
4242
4242
  /**
@@ -8188,10 +8188,14 @@ export interface ModifyHostsCertificateRequest {
8188
8188
  Hosts: Array<string>;
8189
8189
  /**
8190
8190
  * 配置服务端证书的模式,取值有:
8191
- <li>disable:不配置服务端证书;</li>
8192
- <li>eofreecert:配置 EdgeOne 免费服务端证书;</li>
8193
- <li>sslcert:配置 SSL 托管服务端证书;</li>
8194
- 不填写表示服务端证书保持原有配置。
8191
+ <ul><li>disable:不配置服务端证书;</li>
8192
+ <li>eofreecert:通过自动验证申请免费证书并部署。验证方式详见:[申请免费证书支持的验证方式](https://cloud.tencent.com/document/product/1552/90437)
8193
+
8194
+ - 在 NS 或者 DNSPod 托管接入模式下,仅支持自动验证的方式申请免费证书。
8195
+ - 当免费证书申请失败时会导致证书部署失败,您可以通过<a href = 'https://tcloud4api.woa.com/document/product/1657/927938?!preview&!document=1'>检查免费证书申请结果</a>接口获取申请失败原因。</li>
8196
+ </ul><li>eofreecert_manual:部署 DNS 委派验证或者文件验证申请的免费证书。在部署免费证书前,您需要触发<a href = 'https://tcloud4api.woa.com/document/product/1657/927322?!preview&!document=1'>申请免费证书</a>接口申请免费证书。在免费证书申请成功后,你可以通过该枚举值对免费证书进行部署;</li>
8197
+ <ul><li>注意:在对免费证书部署时,需要保证当前已存在申请成功的免费证书。您可以通过<a href = 'https://tcloud4api.woa.com/document/product/1657/927938?!preview&!document=1'>检查免费证书申请结果</a>接口检查当前是否已存在申请成功的免费证书。</li>
8198
+ </ul><li>sslcert:配置 SSL 托管服务端证书。</li>
8195
8199
  */
8196
8200
  Mode?: string;
8197
8201
  /**
@@ -12331,7 +12335,7 @@ export interface ModifyMultiPathGatewayStatusResponse {
12331
12335
  RequestId?: string;
12332
12336
  }
12333
12337
  /**
12334
- * CNAME 接入,使用 DNS 解析验证时所需的信息。
12338
+ * 站点 CNAME 模式接入验证归属权或域名申请免费证书时,使用 DNS 解析验证时所需的信息。
12335
12339
  */
12336
12340
  export interface DnsVerification {
12337
12341
  /**