tencentcloud-sdk-ses 3.0.848 → 3.0.850

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b20d660af133cc90e2342a4a0854b9b6791df414
4
- data.tar.gz: d061b0beaa2b59a5159770c885a77d821e5eb3b9
3
+ metadata.gz: 672867d53f0de9681912de119624691972109603
4
+ data.tar.gz: 7a4258a37b984a4ae155eab54cb220436941b2d8
5
5
  SHA512:
6
- metadata.gz: b8f718e92edb9eba4bee065c9e86b2d00471819c75174cb808833ce9e06f17ddf3fc56f8c84bd77a45c4b7ccec4501d9d57e5175ad50d2c90d881b9a9fc42c43
7
- data.tar.gz: 80072a139ca0ce9488336ebe5a8f619db152a6c301e55e14f3d5df32c559e21b8adba369c83eef93a6cb9d69199c7ccb2da404230993930aebaed0615c3094fb
6
+ metadata.gz: a63fc213a4ef3e1ee76bbbcf3e8a25554e97a20404b28b36d75eac216d3b0a8274b0fd2d7a7f16ddad40b639c4da2b7657e84d51a38d8f6985e5faf3fc92cd09
7
+ data.tar.gz: 75bda05475a81970abfbe6d46fe5149b4e707d6636c5c749bd8ea82cd3a1fd3743f857178ad784d35a3c1c8a0fafd712ec114aef9050abff8cbc1ffd91b4729a
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.848
1
+ 3.0.850
@@ -367,7 +367,6 @@ module TencentCloud
367
367
  end
368
368
 
369
369
  # 获取邮件发送状态。仅支持查询30天之内的数据
370
- # 默认接口请求频率限制:1次/秒
371
370
 
372
371
  # @param request: Request instance for GetSendEmailStatus.
373
372
  # @type request: :class:`Tencentcloud::ses::V20201002::GetSendEmailStatusRequest`
@@ -1401,10 +1401,14 @@ module TencentCloud
1401
1401
  # @type Unsubscribe: String
1402
1402
  # @param TriggerType: 邮件触发类型 0:非触发类,默认类型,营销类邮件、非即时类邮件等选择此类型 1:触发类,验证码等即时发送类邮件,若邮件超过一定大小,系统会自动选择非触发类型通道
1403
1403
  # @type TriggerType: Integer
1404
+ # @param SmtpMessageId: smtp头中的Message-Id字段
1405
+ # @type SmtpMessageId: String
1406
+ # @param SmtpHeaders: smtp头中可以设置的其它字段
1407
+ # @type SmtpHeaders: String
1404
1408
 
1405
- attr_accessor :FromEmailAddress, :Destination, :Subject, :ReplyToAddresses, :Cc, :Bcc, :Template, :Simple, :Attachments, :Unsubscribe, :TriggerType
1409
+ attr_accessor :FromEmailAddress, :Destination, :Subject, :ReplyToAddresses, :Cc, :Bcc, :Template, :Simple, :Attachments, :Unsubscribe, :TriggerType, :SmtpMessageId, :SmtpHeaders
1406
1410
 
1407
- def initialize(fromemailaddress=nil, destination=nil, subject=nil, replytoaddresses=nil, cc=nil, bcc=nil, template=nil, simple=nil, attachments=nil, unsubscribe=nil, triggertype=nil)
1411
+ def initialize(fromemailaddress=nil, destination=nil, subject=nil, replytoaddresses=nil, cc=nil, bcc=nil, template=nil, simple=nil, attachments=nil, unsubscribe=nil, triggertype=nil, smtpmessageid=nil, smtpheaders=nil)
1408
1412
  @FromEmailAddress = fromemailaddress
1409
1413
  @Destination = destination
1410
1414
  @Subject = subject
@@ -1416,6 +1420,8 @@ module TencentCloud
1416
1420
  @Attachments = attachments
1417
1421
  @Unsubscribe = unsubscribe
1418
1422
  @TriggerType = triggertype
1423
+ @SmtpMessageId = smtpmessageid
1424
+ @SmtpHeaders = smtpheaders
1419
1425
  end
1420
1426
 
1421
1427
  def deserialize(params)
@@ -1443,6 +1449,8 @@ module TencentCloud
1443
1449
  end
1444
1450
  @Unsubscribe = params['Unsubscribe']
1445
1451
  @TriggerType = params['TriggerType']
1452
+ @SmtpMessageId = params['SmtpMessageId']
1453
+ @SmtpHeaders = params['SmtpHeaders']
1446
1454
  end
1447
1455
  end
1448
1456
 
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.848
4
+ version: 3.0.850
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-06-20 00:00:00.000000000 Z
11
+ date: 2024-06-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common