tencentcloud-sdk-nodejs-teo 4.1.302 → 4.1.303
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
|
@@ -96,8 +96,9 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
96
96
|
*/
|
|
97
97
|
IdentifyZone(req: IdentifyZoneRequest, cb?: (error: string, rep: IdentifyZoneResponse) => void): Promise<IdentifyZoneResponse>;
|
|
98
98
|
/**
|
|
99
|
-
|
|
100
|
-
|
|
99
|
+
* 查询默认证书列表
|
|
100
|
+
<p style="color: red;">注意:该旧版接口已停止更新迭代,后续新增功能将仅在新版接口中提供,旧版接口支持的原有能力将不受影响。如需查询域名配置的证书,请使用DescribeAccelerationDomains。</p>
|
|
101
|
+
*/
|
|
101
102
|
DescribeDefaultCertificates(req: DescribeDefaultCertificatesRequest, cb?: (error: string, rep: DescribeDefaultCertificatesResponse) => void): Promise<DescribeDefaultCertificatesResponse>;
|
|
102
103
|
/**
|
|
103
104
|
* 本接口用以查询日志分析日志下载任务列表。注意:只保留最近三天的下载任务记录。
|
|
@@ -158,8 +158,9 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
158
158
|
return this.request("IdentifyZone", req, cb);
|
|
159
159
|
}
|
|
160
160
|
/**
|
|
161
|
-
|
|
162
|
-
|
|
161
|
+
* 查询默认证书列表
|
|
162
|
+
<p style="color: red;">注意:该旧版接口已停止更新迭代,后续新增功能将仅在新版接口中提供,旧版接口支持的原有能力将不受影响。如需查询域名配置的证书,请使用DescribeAccelerationDomains。</p>
|
|
163
|
+
*/
|
|
163
164
|
async DescribeDefaultCertificates(req, cb) {
|
|
164
165
|
return this.request("DescribeDefaultCertificates", req, cb);
|
|
165
166
|
}
|