tencentcloud-sdk-ses 3.0.442 → 3.0.444

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ddb07b5bc95b77754549dd0ed76c850fda06828f
4
- data.tar.gz: ae1d452060c8535441a0c45d4b0d9c3d468c8ccc
3
+ metadata.gz: c4d16fc9a5cb2455c170e04ff88d243b92284e46
4
+ data.tar.gz: e9dcf5cd1506d4564df12c04f4227489c7809033
5
5
  SHA512:
6
- metadata.gz: 151b2cde15ce74ef1263ae6efbc75a367e04072976a4c113d36acbee97b7a9bbb9e64756d6be2502da73517295808951e0b5f4a30aad281ee5a8579a91762e57
7
- data.tar.gz: 99a34b5e2b2e678f8e1488305209fb5cc3e6b471c59d5a3a072a4ab3087c2de4a5a8d69c14c10528cc82107cbc17a19e6b5cce36a748135c778705e29a9a4693
6
+ metadata.gz: 632126bb2fa689c20aa77fe4ebdea0e79eaaf2a2482f97ac13842847cc9f15e84d4c856ba32a6c38ddf9c6dcb49d434e7a2373011734a7dfe3b1159ed701f0fb
7
+ data.tar.gz: 0548e023fefcefe6a358df5b40f23f61f8aaff7f5f222349b3ac64e036988a98b1e3acfee4393b9ca99359f75cdfc3f61f8c06467d3d4c789d660e98eb885072
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.442
1
+ 3.0.444
@@ -754,14 +754,17 @@ module TencentCloud
754
754
  # @type TemplateContent: :class:`Tencentcloud::Ses.v20201002.models.TemplateContent`
755
755
  # @param TemplateStatus: 模板状态 0-审核通过 1-待审核 2-审核拒绝
756
756
  # @type TemplateStatus: Integer
757
+ # @param TemplateName: 模板名称
758
+ # @type TemplateName: String
757
759
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
758
760
  # @type RequestId: String
759
761
 
760
- attr_accessor :TemplateContent, :TemplateStatus, :RequestId
762
+ attr_accessor :TemplateContent, :TemplateStatus, :TemplateName, :RequestId
761
763
 
762
- def initialize(templatecontent=nil, templatestatus=nil, requestid=nil)
764
+ def initialize(templatecontent=nil, templatestatus=nil, templatename=nil, requestid=nil)
763
765
  @TemplateContent = templatecontent
764
766
  @TemplateStatus = templatestatus
767
+ @TemplateName = templatename
765
768
  @RequestId = requestid
766
769
  end
767
770
 
@@ -771,6 +774,7 @@ module TencentCloud
771
774
  @TemplateContent.deserialize(params['TemplateContent'])
772
775
  end
773
776
  @TemplateStatus = params['TemplateStatus']
777
+ @TemplateName = params['TemplateName']
774
778
  @RequestId = params['RequestId']
775
779
  end
776
780
  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: 3.0.442
4
+ version: 3.0.444
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-11-01 00:00:00.000000000 Z
11
+ date: 2022-11-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common
@@ -33,9 +33,9 @@ executables: []
33
33
  extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
+ - lib/tencentcloud-sdk-ses.rb
36
37
  - lib/v20201002/models.rb
37
38
  - lib/v20201002/client.rb
38
- - lib/tencentcloud-sdk-ses.rb
39
39
  - lib/VERSION
40
40
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
41
41
  licenses: