tencentcloud-sdk-mps 3.0.662 → 3.0.663
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/v20190612/models.rb +7 -2
- 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: 9032b0a06335dacba96aae50e34da6b7c46d8a36
|
4
|
+
data.tar.gz: 90e01ad278832c278d090c8839bc19b6dd74e4ef
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 29a0a82c4081cc47950bb2321beaf5ba65f86cf900d17c440b0163bd15ca12c376fffb1f1456aa1c6a88e843804cea605c91ed068643fd48d2a62d14892b6c64
|
7
|
+
data.tar.gz: cbb5f5b18b4b1fc5d224c1e68ef5f4d0cb765fd2836a692d889b1b5c1f4fb3351f68741096ef28af8b060cedebd7ad2885cd65ab12e18baf5936d996393a9576
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.663
|
data/lib/v20190612/models.rb
CHANGED
@@ -18507,10 +18507,13 @@ module TencentCloud
|
|
18507
18507
|
|
18508
18508
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
18509
18509
|
# @type AwsSQS: :class:`Tencentcloud::Mps.v20190612.models.AwsSQS`
|
18510
|
+
# @param NotifyKey: 用于生成回调签名的key。
|
18511
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
18512
|
+
# @type NotifyKey: String
|
18510
18513
|
|
18511
|
-
attr_accessor :NotifyType, :NotifyMode, :NotifyUrl, :CmqModel, :CmqRegion, :TopicName, :QueueName, :AwsSQS
|
18514
|
+
attr_accessor :NotifyType, :NotifyMode, :NotifyUrl, :CmqModel, :CmqRegion, :TopicName, :QueueName, :AwsSQS, :NotifyKey
|
18512
18515
|
|
18513
|
-
def initialize(notifytype=nil, notifymode=nil, notifyurl=nil, cmqmodel=nil, cmqregion=nil, topicname=nil, queuename=nil, awssqs=nil)
|
18516
|
+
def initialize(notifytype=nil, notifymode=nil, notifyurl=nil, cmqmodel=nil, cmqregion=nil, topicname=nil, queuename=nil, awssqs=nil, notifykey=nil)
|
18514
18517
|
@NotifyType = notifytype
|
18515
18518
|
@NotifyMode = notifymode
|
18516
18519
|
@NotifyUrl = notifyurl
|
@@ -18519,6 +18522,7 @@ module TencentCloud
|
|
18519
18522
|
@TopicName = topicname
|
18520
18523
|
@QueueName = queuename
|
18521
18524
|
@AwsSQS = awssqs
|
18525
|
+
@NotifyKey = notifykey
|
18522
18526
|
end
|
18523
18527
|
|
18524
18528
|
def deserialize(params)
|
@@ -18533,6 +18537,7 @@ module TencentCloud
|
|
18533
18537
|
@AwsSQS = AwsSQS.new
|
18534
18538
|
@AwsSQS.deserialize(params['AwsSQS'])
|
18535
18539
|
end
|
18540
|
+
@NotifyKey = params['NotifyKey']
|
18536
18541
|
end
|
18537
18542
|
end
|
18538
18543
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-mps
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.663
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-09-
|
11
|
+
date: 2023-09-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|