tencentcloud-sdk-ses 3.0.988 → 3.0.989

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20201002/models.rb +29 -8
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 161e5cf4a3814a0b9b2bfdb7a7fdc4f52b691757
4
- data.tar.gz: 8490e3008fb8b6ab720b0e28d39fc7a759e98bed
3
+ metadata.gz: c95336de8a30613a19f74df451b1b98dfa45a8d6
4
+ data.tar.gz: e9541c310f86729d8d60aace6562c04fe94e06e5
5
5
  SHA512:
6
- metadata.gz: 9d2626470c63a69d760cc33228e03b1d8552a64868647f7d56cf74bf380f66ccad1604d0e815ad4c26774a9ffed643998c24b11be3709de1b811d1c0ec7ed5e2
7
- data.tar.gz: 0e484f92249b743b5c5f8e75c605e07c81e0817d549f355aeefa21c13aa30fae4ee5c81754c6e947b6dd571db76241de5758ea9f23ae7b6088ee437e8bc99a4a
6
+ metadata.gz: a6688bbe552f6f40e39e6e3f0712127ccab4d45d594eb6ba6b91635e4afef8b6f61919c11e06c08d44d6b7619f897588ac1ecd0187fdfcac4400cae72cca3c75
7
+ data.tar.gz: bc71f6dd7264c8f5c3f91de63205407aa62ff41e149e0cdb5f3050a5659a99650fb7ffc97dc786b771bbc94afb236c99f307c0d12d480629545a31bcc7dbd61d
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.988
1
+ 3.0.989
@@ -405,16 +405,36 @@ module TencentCloud
405
405
 
406
406
  # CreateReceiverDetail返回参数结构体
407
407
  class CreateReceiverDetailResponse < TencentCloud::Common::AbstractModel
408
+ # @param TotalCount: 收件人总数
409
+ # @type TotalCount: Integer
410
+ # @param ValidCount: 实际上传数量
411
+ # @type ValidCount: Integer
412
+ # @param TooLongCount: 数据过长数量
413
+ # @type TooLongCount: Integer
414
+ # @param EmptyEmailCount: 邮件地址为空数量
415
+ # @type EmptyEmailCount: Integer
416
+ # @param RepeatCount: 重复数量
417
+ # @type RepeatCount: Integer
408
418
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
409
419
  # @type RequestId: String
410
420
 
411
- attr_accessor :RequestId
421
+ attr_accessor :TotalCount, :ValidCount, :TooLongCount, :EmptyEmailCount, :RepeatCount, :RequestId
412
422
 
413
- def initialize(requestid=nil)
423
+ def initialize(totalcount=nil, validcount=nil, toolongcount=nil, emptyemailcount=nil, repeatcount=nil, requestid=nil)
424
+ @TotalCount = totalcount
425
+ @ValidCount = validcount
426
+ @TooLongCount = toolongcount
427
+ @EmptyEmailCount = emptyemailcount
428
+ @RepeatCount = repeatcount
414
429
  @RequestId = requestid
415
430
  end
416
431
 
417
432
  def deserialize(params)
433
+ @TotalCount = params['TotalCount']
434
+ @ValidCount = params['ValidCount']
435
+ @TooLongCount = params['TooLongCount']
436
+ @EmptyEmailCount = params['EmptyEmailCount']
437
+ @RepeatCount = params['RepeatCount']
418
438
  @RequestId = params['RequestId']
419
439
  end
420
440
  end
@@ -812,24 +832,26 @@ module TencentCloud
812
832
  # @param EmailAddress: 发信地址
813
833
  # @type EmailAddress: String
814
834
  # @param EmailSenderName: 发信人别名
815
- # 注意:此字段可能返回 null,表示取不到有效值。
816
835
  # @type EmailSenderName: String
817
836
  # @param CreatedTimestamp: 创建时间
818
- # 注意:此字段可能返回 null,表示取不到有效值。
819
837
  # @type CreatedTimestamp: Integer
838
+ # @param SmtpPwdType: smtp密码类型,0=没有设置密码,1=已经设置了密码
839
+ # @type SmtpPwdType: Integer
820
840
 
821
- attr_accessor :EmailAddress, :EmailSenderName, :CreatedTimestamp
841
+ attr_accessor :EmailAddress, :EmailSenderName, :CreatedTimestamp, :SmtpPwdType
822
842
 
823
- def initialize(emailaddress=nil, emailsendername=nil, createdtimestamp=nil)
843
+ def initialize(emailaddress=nil, emailsendername=nil, createdtimestamp=nil, smtppwdtype=nil)
824
844
  @EmailAddress = emailaddress
825
845
  @EmailSenderName = emailsendername
826
846
  @CreatedTimestamp = createdtimestamp
847
+ @SmtpPwdType = smtppwdtype
827
848
  end
828
849
 
829
850
  def deserialize(params)
830
851
  @EmailAddress = params['EmailAddress']
831
852
  @EmailSenderName = params['EmailSenderName']
832
853
  @CreatedTimestamp = params['CreatedTimestamp']
854
+ @SmtpPwdType = params['SmtpPwdType']
833
855
  end
834
856
  end
835
857
 
@@ -1192,7 +1214,6 @@ module TencentCloud
1192
1214
  # ListEmailAddress返回参数结构体
1193
1215
  class ListEmailAddressResponse < TencentCloud::Common::AbstractModel
1194
1216
  # @param EmailSenders: 发信地址列表详情
1195
- # 注意:此字段可能返回 null,表示取不到有效值。
1196
1217
  # @type EmailSenders: Array
1197
1218
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1198
1219
  # @type RequestId: String
@@ -1630,7 +1651,7 @@ module TencentCloud
1630
1651
  # @type ReplyToAddresses: String
1631
1652
  # @param Cc: 抄送人邮箱地址,最多支持抄送20人。
1632
1653
  # @type Cc: Array
1633
- # @param Bcc: 密送人邮箱地址,最多支持抄送20人。
1654
+ # @param Bcc: 密送人邮箱地址,最多支持抄送20人,Bcc和Destination不能重复。
1634
1655
  # @type Bcc: Array
1635
1656
  # @param Template: 使用模板发送时,填写模板相关参数。
1636
1657
  # <dx-alert infotype="notice" title="注意"> 如您未申请过特殊配置,则该字段为必填 </dx-alert>
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: 3.0.988
4
+ version: 3.0.989
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-01-22 00:00:00.000000000 Z
11
+ date: 2025-01-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common