tencentcloud-sdk-nodejs-ssl 4.0.1032 → 4.0.1033
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
|
@@ -4976,7 +4976,7 @@ export interface SubmitAuditManagerResponse {
|
|
|
4976
4976
|
*/
|
|
4977
4977
|
export interface UpdateCertificateInstanceResponse {
|
|
4978
4978
|
/**
|
|
4979
|
-
* 云资源更新任务ID
|
|
4979
|
+
* 云资源更新任务ID, DeployRecordId为0表示任务进行中, 重复请求这个接口, 当返回DeployRecordId大于0则表示任务创建成功。 未创建成功则会抛出异常
|
|
4980
4980
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4981
4981
|
*/
|
|
4982
4982
|
DeployRecordId?: number
|
|
@@ -4795,7 +4795,7 @@ export interface SubmitAuditManagerResponse {
|
|
|
4795
4795
|
*/
|
|
4796
4796
|
export interface UpdateCertificateInstanceResponse {
|
|
4797
4797
|
/**
|
|
4798
|
-
* 云资源更新任务ID
|
|
4798
|
+
* 云资源更新任务ID, DeployRecordId为0表示任务进行中, 重复请求这个接口, 当返回DeployRecordId大于0则表示任务创建成功。 未创建成功则会抛出异常
|
|
4799
4799
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4800
4800
|
*/
|
|
4801
4801
|
DeployRecordId?: number;
|