tencentcloud-sdk-nodejs-ses 4.1.202 → 4.1.221
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
|
@@ -63,8 +63,9 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
63
63
|
*/
|
|
64
64
|
UpdateEmailIdentity(req: UpdateEmailIdentityRequest, cb?: (error: string, rep: UpdateEmailIdentityResponse) => void): Promise<UpdateEmailIdentityResponse>;
|
|
65
65
|
/**
|
|
66
|
-
|
|
67
|
-
|
|
66
|
+
* **发信域名删除接口仅限于企业用户使用**
|
|
67
|
+
删除发信域名,删除后,将不可再使用该域名进行发信
|
|
68
|
+
*/
|
|
68
69
|
DeleteEmailIdentity(req: DeleteEmailIdentityRequest, cb?: (error: string, rep: DeleteEmailIdentityResponse) => void): Promise<DeleteEmailIdentityResponse>;
|
|
69
70
|
/**
|
|
70
71
|
* 获取发信地址列表
|
|
@@ -113,8 +113,9 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
113
113
|
return this.request("UpdateEmailIdentity", req, cb);
|
|
114
114
|
}
|
|
115
115
|
/**
|
|
116
|
-
|
|
117
|
-
|
|
116
|
+
* **发信域名删除接口仅限于企业用户使用**
|
|
117
|
+
删除发信域名,删除后,将不可再使用该域名进行发信
|
|
118
|
+
*/
|
|
118
119
|
async DeleteEmailIdentity(req, cb) {
|
|
119
120
|
return this.request("DeleteEmailIdentity", req, cb);
|
|
120
121
|
}
|