tencentcloud-sdk-nodejs-ses 4.1.203 → 4.1.222

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-ses",
3
- "version": "4.1.203",
3
+ "version": "4.1.222",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -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
  }