tencentcloud-sdk-ses 3.0.847 → 3.0.849

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: 2c115080d6b39636d04050aa538db7ac6ab7b824
4
- data.tar.gz: b207a3ba3a2aeb1d48b72c4ff4e47f8f379f59a4
3
+ metadata.gz: 9b8070bd9f964522d1c0fccc0d930f8e618731c1
4
+ data.tar.gz: aca359e675d0e20c2ef61580bf933b456287f61a
5
5
  SHA512:
6
- metadata.gz: a12b13bb98baf0b5a1201627ad16b9dae265939107bf4558e6012382b216dbb4e9e43e3e818b8ba4992f9638ff760405f8e7fc141cc7101861237beaf8ad8bf7
7
- data.tar.gz: 2cfcc0f73a9b19a51a8fe090745938e64b9cba2738646b2001c53cd0f0f1e5c703c7212ed0ee547d865fbe5a34e83cd5cebc1c3428ee1c66dcbec850b6bf527c
6
+ metadata.gz: 1aca1bfced755db26dab24ed21219e74c61934b71439e7713f04efe2cd1b049a636d4ac6a1703c19d3003aaf596b375a0ec2414e5e0a159eeebd849c2ba32221
7
+ data.tar.gz: a7ad496e2956b4107db473b701462e503316443ee840ac5f5fc866c9403559055c08680d9215eaf2fc423b988217add4a7faa7bc04a5884480b7539227e3ef59
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.847
1
+ 3.0.849
@@ -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.847
4
+ version: 3.0.849
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-19 00:00:00.000000000 Z
11
+ date: 2024-06-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common