tencentcloud-sdk-nodejs-ses 4.1.246 → 4.1.259
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
|
@@ -486,9 +486,17 @@ export interface SendEmailRequest {
|
|
|
486
486
|
*/
|
|
487
487
|
export interface UpdateEmailIdentityRequest {
|
|
488
488
|
/**
|
|
489
|
-
*
|
|
489
|
+
* <p>请求验证的域名</p>
|
|
490
490
|
*/
|
|
491
491
|
EmailIdentity: string;
|
|
492
|
+
/**
|
|
493
|
+
* <p>匹分控制台新老API</p>
|
|
494
|
+
*/
|
|
495
|
+
NewAPI?: boolean;
|
|
496
|
+
/**
|
|
497
|
+
* <p>dkim位数</p><p>枚举值:</p><ul><li>0: 1024</li><li>1: 2048</li><li>2: 双签</li></ul>
|
|
498
|
+
*/
|
|
499
|
+
DKIMOption?: number;
|
|
492
500
|
}
|
|
493
501
|
/**
|
|
494
502
|
* DeleteEmailIdentity返回参数结构体
|
|
@@ -861,17 +869,21 @@ export interface ListReceiversRequest {
|
|
|
861
869
|
*/
|
|
862
870
|
export interface GetEmailIdentityResponse {
|
|
863
871
|
/**
|
|
864
|
-
*
|
|
872
|
+
* <p>验证类型。固定值:DOMAIN</p>
|
|
865
873
|
*/
|
|
866
874
|
IdentityType?: string;
|
|
867
875
|
/**
|
|
868
|
-
*
|
|
876
|
+
* <p>是否已通过验证</p>
|
|
869
877
|
*/
|
|
870
878
|
VerifiedForSendingStatus?: boolean;
|
|
871
879
|
/**
|
|
872
|
-
* DNS
|
|
880
|
+
* <p>DNS配置详情</p>
|
|
873
881
|
*/
|
|
874
882
|
Attributes?: Array<DNSAttributes>;
|
|
883
|
+
/**
|
|
884
|
+
* <p>dkim密钥长度</p><p>枚举值:</p><ul><li>0: 1024</li><li>1: 2048</li><li>2: both</li></ul>
|
|
885
|
+
*/
|
|
886
|
+
DKIMOption?: number;
|
|
875
887
|
/**
|
|
876
888
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
877
889
|
*/
|
|
@@ -966,7 +978,7 @@ export interface ListEmailTemplatesResponse {
|
|
|
966
978
|
*/
|
|
967
979
|
export interface GetEmailIdentityRequest {
|
|
968
980
|
/**
|
|
969
|
-
*
|
|
981
|
+
* <p>发信域名</p>
|
|
970
982
|
*/
|
|
971
983
|
EmailIdentity: string;
|
|
972
984
|
}
|
|
@@ -1026,15 +1038,15 @@ export interface AddressUnsubscribeConfigData {
|
|
|
1026
1038
|
*/
|
|
1027
1039
|
export interface CreateEmailIdentityRequest {
|
|
1028
1040
|
/**
|
|
1029
|
-
*
|
|
1041
|
+
* <p>您的发信域名,建议使用三级以上域名。例如:mail.qcloud.com。</p>
|
|
1030
1042
|
*/
|
|
1031
1043
|
EmailIdentity: string;
|
|
1032
1044
|
/**
|
|
1033
|
-
*
|
|
1045
|
+
* <p>生成的dkim密钥长度。0:1024,1:2048</p>
|
|
1034
1046
|
*/
|
|
1035
1047
|
DKIMOption?: number;
|
|
1036
1048
|
/**
|
|
1037
|
-
* tag
|
|
1049
|
+
* <p>tag 标签</p>
|
|
1038
1050
|
*/
|
|
1039
1051
|
TagList?: Array<TagList>;
|
|
1040
1052
|
}
|
|
@@ -1277,17 +1289,21 @@ export interface ListReceiverDetailsRequest {
|
|
|
1277
1289
|
*/
|
|
1278
1290
|
export interface CreateEmailIdentityResponse {
|
|
1279
1291
|
/**
|
|
1280
|
-
*
|
|
1292
|
+
* <p>验证类型。固定值:DOMAIN</p>
|
|
1281
1293
|
*/
|
|
1282
1294
|
IdentityType?: string;
|
|
1283
1295
|
/**
|
|
1284
|
-
*
|
|
1296
|
+
* <p>是否已通过验证</p>
|
|
1285
1297
|
*/
|
|
1286
1298
|
VerifiedForSendingStatus?: boolean;
|
|
1287
1299
|
/**
|
|
1288
|
-
*
|
|
1300
|
+
* <p>需要配置的DNS信息</p>
|
|
1289
1301
|
*/
|
|
1290
1302
|
Attributes?: Array<DNSAttributes>;
|
|
1303
|
+
/**
|
|
1304
|
+
* <p>dkim位数</p><p>枚举值:</p><ul><li>0: 1024</li><li>1: 2048</li><li>2: 双签</li></ul>
|
|
1305
|
+
*/
|
|
1306
|
+
DKIMOption?: number;
|
|
1291
1307
|
/**
|
|
1292
1308
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1293
1309
|
*/
|
|
@@ -1607,17 +1623,21 @@ export interface CreateAddressUnsubscribeConfigRequest {
|
|
|
1607
1623
|
*/
|
|
1608
1624
|
export interface UpdateEmailIdentityResponse {
|
|
1609
1625
|
/**
|
|
1610
|
-
*
|
|
1626
|
+
* <p>验证类型。固定值:DOMAIN</p>
|
|
1611
1627
|
*/
|
|
1612
1628
|
IdentityType?: string;
|
|
1613
1629
|
/**
|
|
1614
|
-
*
|
|
1630
|
+
* <p>是否已通过验证</p>
|
|
1615
1631
|
*/
|
|
1616
1632
|
VerifiedForSendingStatus?: boolean;
|
|
1617
1633
|
/**
|
|
1618
|
-
*
|
|
1634
|
+
* <p>需要配置的DNS信息</p>
|
|
1619
1635
|
*/
|
|
1620
1636
|
Attributes?: Array<DNSAttributes>;
|
|
1637
|
+
/**
|
|
1638
|
+
* <p>dkim位数</p><p>枚举值:</p><ul><li>0: 1024</li><li>1: 2048</li><li>2: 双签</li></ul>
|
|
1639
|
+
*/
|
|
1640
|
+
DKIMOption?: number;
|
|
1621
1641
|
/**
|
|
1622
1642
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1623
1643
|
*/
|
|
@@ -1688,33 +1708,37 @@ export interface DeleteEmailAddressRequest {
|
|
|
1688
1708
|
*/
|
|
1689
1709
|
export interface EmailIdentity {
|
|
1690
1710
|
/**
|
|
1691
|
-
*
|
|
1711
|
+
* <p>发信域名</p>
|
|
1692
1712
|
*/
|
|
1693
1713
|
IdentityName?: string;
|
|
1694
1714
|
/**
|
|
1695
|
-
*
|
|
1715
|
+
* <p>验证类型,固定为DOMAIN</p>
|
|
1696
1716
|
*/
|
|
1697
1717
|
IdentityType?: string;
|
|
1698
1718
|
/**
|
|
1699
|
-
*
|
|
1719
|
+
* <p>是否已通过验证</p>
|
|
1700
1720
|
*/
|
|
1701
1721
|
SendingEnabled?: boolean;
|
|
1702
1722
|
/**
|
|
1703
|
-
*
|
|
1723
|
+
* <p>当前信誉等级</p>
|
|
1704
1724
|
*/
|
|
1705
1725
|
CurrentReputationLevel?: number;
|
|
1706
1726
|
/**
|
|
1707
|
-
*
|
|
1727
|
+
* <p>当日最高发信量</p>
|
|
1708
1728
|
*/
|
|
1709
1729
|
DailyQuota?: number;
|
|
1710
1730
|
/**
|
|
1711
|
-
*
|
|
1731
|
+
* <p>域名配置的独立ip</p>
|
|
1712
1732
|
*/
|
|
1713
1733
|
SendIp?: Array<string>;
|
|
1714
1734
|
/**
|
|
1715
|
-
* tag
|
|
1735
|
+
* <p>tag 标签</p>
|
|
1716
1736
|
*/
|
|
1717
1737
|
TagList?: Array<TagList>;
|
|
1738
|
+
/**
|
|
1739
|
+
* <p>dkim位数</p><p>枚举值:</p><ul><li>0: 1024</li><li>1: 2048</li><li>2: 双签</li></ul><p>默认值:0</p>
|
|
1740
|
+
*/
|
|
1741
|
+
DKIMOption?: number;
|
|
1718
1742
|
}
|
|
1719
1743
|
/**
|
|
1720
1744
|
* DeleteReceiver请求参数结构体
|