tencentcloud-sdk-ses 1.0.360 → 1.0.361
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20201002/models.rb +20 -4
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b526ff12efdc6250338eac38c65db10e329cba38
|
4
|
+
data.tar.gz: c99e97893c383c07665ceb4f9d36c6d33a16a125
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d17c91d2ad4c557dce88445bc47d6a45e5394bebc3a44df0fa017b55f2a5aa3eec452ac3089115a111d7929dd781d19e0032146ffd20faaf51951a54dc73cd51
|
7
|
+
data.tar.gz: 7e56f5a43cfca8e75916637c932ed2b9a9083c23c4013f96fa4026f26950d597417af259dd3d52f6dcf83461f41a33fb24b97a8751f414a910e3908ef0a5639f
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.361
|
data/lib/v20201002/models.rb
CHANGED
@@ -627,19 +627,27 @@ module TencentCloud
|
|
627
627
|
# @type IdentityType: String
|
628
628
|
# @param SendingEnabled: 是否已通过验证
|
629
629
|
# @type SendingEnabled: Boolean
|
630
|
+
# @param CurrentReputationLevel: 当前信誉等级
|
631
|
+
# @type CurrentReputationLevel: Integer
|
632
|
+
# @param DailyQuota: 当日最高发信量
|
633
|
+
# @type DailyQuota: Integer
|
630
634
|
|
631
|
-
attr_accessor :IdentityName, :IdentityType, :SendingEnabled
|
635
|
+
attr_accessor :IdentityName, :IdentityType, :SendingEnabled, :CurrentReputationLevel, :DailyQuota
|
632
636
|
|
633
|
-
def initialize(identityname=nil, identitytype=nil, sendingenabled=nil)
|
637
|
+
def initialize(identityname=nil, identitytype=nil, sendingenabled=nil, currentreputationlevel=nil, dailyquota=nil)
|
634
638
|
@IdentityName = identityname
|
635
639
|
@IdentityType = identitytype
|
636
640
|
@SendingEnabled = sendingenabled
|
641
|
+
@CurrentReputationLevel = currentreputationlevel
|
642
|
+
@DailyQuota = dailyquota
|
637
643
|
end
|
638
644
|
|
639
645
|
def deserialize(params)
|
640
646
|
@IdentityName = params['IdentityName']
|
641
647
|
@IdentityType = params['IdentityType']
|
642
648
|
@SendingEnabled = params['SendingEnabled']
|
649
|
+
@CurrentReputationLevel = params['CurrentReputationLevel']
|
650
|
+
@DailyQuota = params['DailyQuota']
|
643
651
|
end
|
644
652
|
end
|
645
653
|
|
@@ -1005,13 +1013,19 @@ module TencentCloud
|
|
1005
1013
|
class ListEmailIdentitiesResponse < TencentCloud::Common::AbstractModel
|
1006
1014
|
# @param EmailIdentities: 发信域名列表
|
1007
1015
|
# @type EmailIdentities: Array
|
1016
|
+
# @param MaxReputationLevel: 最大信誉等级
|
1017
|
+
# @type MaxReputationLevel: Integer
|
1018
|
+
# @param MaxDailyQuota: 单域名最高日发送量
|
1019
|
+
# @type MaxDailyQuota: Integer
|
1008
1020
|
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
1009
1021
|
# @type RequestId: String
|
1010
1022
|
|
1011
|
-
attr_accessor :EmailIdentities, :RequestId
|
1023
|
+
attr_accessor :EmailIdentities, :MaxReputationLevel, :MaxDailyQuota, :RequestId
|
1012
1024
|
|
1013
|
-
def initialize(emailidentities=nil, requestid=nil)
|
1025
|
+
def initialize(emailidentities=nil, maxreputationlevel=nil, maxdailyquota=nil, requestid=nil)
|
1014
1026
|
@EmailIdentities = emailidentities
|
1027
|
+
@MaxReputationLevel = maxreputationlevel
|
1028
|
+
@MaxDailyQuota = maxdailyquota
|
1015
1029
|
@RequestId = requestid
|
1016
1030
|
end
|
1017
1031
|
|
@@ -1024,6 +1038,8 @@ module TencentCloud
|
|
1024
1038
|
@EmailIdentities << emailidentity_tmp
|
1025
1039
|
end
|
1026
1040
|
end
|
1041
|
+
@MaxReputationLevel = params['MaxReputationLevel']
|
1042
|
+
@MaxDailyQuota = params['MaxDailyQuota']
|
1027
1043
|
@RequestId = params['RequestId']
|
1028
1044
|
end
|
1029
1045
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-ses
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.361
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-07-
|
11
|
+
date: 2022-07-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|