tencentcloud-sdk-nodejs-ses 4.1.259 → 4.1.263
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
|
@@ -884,6 +884,10 @@ export interface GetEmailIdentityResponse {
|
|
|
884
884
|
* <p>dkim密钥长度</p><p>枚举值:</p><ul><li>0: 1024</li><li>1: 2048</li><li>2: both</li></ul>
|
|
885
885
|
*/
|
|
886
886
|
DKIMOption?: number;
|
|
887
|
+
/**
|
|
888
|
+
* <p>tag 标签</p>
|
|
889
|
+
*/
|
|
890
|
+
TagList?: Array<TagList>;
|
|
887
891
|
/**
|
|
888
892
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
889
893
|
*/
|