tencentcloud-sdk-mqtt 3.0.1139 → 3.0.1153
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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20240516/models.rb +18 -14
- 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: 9c22430f195994f1b1f3a91da918a7683300f4b5
|
4
|
+
data.tar.gz: 5d7876b4cfa8f040d953545d31ff94a4831a66a9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c01763412b1a4b6ce04c3dfdb8361685782634d327bd65fff8aa834df0fe5861177abd687c4998e8305d8d75729d1cddde67d3ba84959d5744ef0ebbc3ab93e2
|
7
|
+
data.tar.gz: 527e57fa64fcd10298371650d16cc9c5d0f39bc6940bc94801b7cc6473529bb067c0b9d1a1fd3c404e6ced4fa548148a3b23218e7de9f4733aff336a4efbb210
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1153
|
data/lib/v20240516/models.rb
CHANGED
@@ -2179,12 +2179,14 @@ module TencentCloud
|
|
2179
2179
|
# @type TopicPrefixSlashLimit: Integer
|
2180
2180
|
# @param MessageRate: 单客户端发送消息限速,单位 条/秒
|
2181
2181
|
# @type MessageRate: Integer
|
2182
|
+
# @param TransportLayerSecurity: 服务端tls支持的协议,使用“,”分割。例如:TLSv1.3,TLSv1.2,TLSv1.1,TLSv1
|
2183
|
+
# @type TransportLayerSecurity: String
|
2182
2184
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2183
2185
|
# @type RequestId: String
|
2184
2186
|
|
2185
|
-
attr_accessor :InstanceType, :InstanceId, :InstanceName, :TopicNum, :TopicNumLimit, :TpsLimit, :CreatedTime, :Remark, :InstanceStatus, :SkuCode, :MaxSubscriptionPerClient, :AuthorizationPolicyLimit, :ClientNumLimit, :DeviceCertificateProvisionType, :AutomaticActivation, :RenewFlag, :PayMode, :ExpiryTime, :DestroyTime, :X509Mode, :MaxCaNum, :RegistrationCode, :MaxSubscription, :AuthorizationPolicy, :SharedSubscriptionGroupLimit, :MaxTopicFilterPerSharedSubscriptionGroup, :AutoSubscriptionPolicyLimit, :MaxTopicFilterPerAutoSubscriptionPolicy, :UseDefaultServerCert, :TrustedCaLimit, :ServerCertLimit, :TopicPrefixSlashLimit, :MessageRate, :RequestId
|
2187
|
+
attr_accessor :InstanceType, :InstanceId, :InstanceName, :TopicNum, :TopicNumLimit, :TpsLimit, :CreatedTime, :Remark, :InstanceStatus, :SkuCode, :MaxSubscriptionPerClient, :AuthorizationPolicyLimit, :ClientNumLimit, :DeviceCertificateProvisionType, :AutomaticActivation, :RenewFlag, :PayMode, :ExpiryTime, :DestroyTime, :X509Mode, :MaxCaNum, :RegistrationCode, :MaxSubscription, :AuthorizationPolicy, :SharedSubscriptionGroupLimit, :MaxTopicFilterPerSharedSubscriptionGroup, :AutoSubscriptionPolicyLimit, :MaxTopicFilterPerAutoSubscriptionPolicy, :UseDefaultServerCert, :TrustedCaLimit, :ServerCertLimit, :TopicPrefixSlashLimit, :MessageRate, :TransportLayerSecurity, :RequestId
|
2186
2188
|
|
2187
|
-
def initialize(instancetype=nil, instanceid=nil, instancename=nil, topicnum=nil, topicnumlimit=nil, tpslimit=nil, createdtime=nil, remark=nil, instancestatus=nil, skucode=nil, maxsubscriptionperclient=nil, authorizationpolicylimit=nil, clientnumlimit=nil, devicecertificateprovisiontype=nil, automaticactivation=nil, renewflag=nil, paymode=nil, expirytime=nil, destroytime=nil, x509mode=nil, maxcanum=nil, registrationcode=nil, maxsubscription=nil, authorizationpolicy=nil, sharedsubscriptiongrouplimit=nil, maxtopicfilterpersharedsubscriptiongroup=nil, autosubscriptionpolicylimit=nil, maxtopicfilterperautosubscriptionpolicy=nil, usedefaultservercert=nil, trustedcalimit=nil, servercertlimit=nil, topicprefixslashlimit=nil, messagerate=nil, requestid=nil)
|
2189
|
+
def initialize(instancetype=nil, instanceid=nil, instancename=nil, topicnum=nil, topicnumlimit=nil, tpslimit=nil, createdtime=nil, remark=nil, instancestatus=nil, skucode=nil, maxsubscriptionperclient=nil, authorizationpolicylimit=nil, clientnumlimit=nil, devicecertificateprovisiontype=nil, automaticactivation=nil, renewflag=nil, paymode=nil, expirytime=nil, destroytime=nil, x509mode=nil, maxcanum=nil, registrationcode=nil, maxsubscription=nil, authorizationpolicy=nil, sharedsubscriptiongrouplimit=nil, maxtopicfilterpersharedsubscriptiongroup=nil, autosubscriptionpolicylimit=nil, maxtopicfilterperautosubscriptionpolicy=nil, usedefaultservercert=nil, trustedcalimit=nil, servercertlimit=nil, topicprefixslashlimit=nil, messagerate=nil, transportlayersecurity=nil, requestid=nil)
|
2188
2190
|
@InstanceType = instancetype
|
2189
2191
|
@InstanceId = instanceid
|
2190
2192
|
@InstanceName = instancename
|
@@ -2218,6 +2220,7 @@ module TencentCloud
|
|
2218
2220
|
@ServerCertLimit = servercertlimit
|
2219
2221
|
@TopicPrefixSlashLimit = topicprefixslashlimit
|
2220
2222
|
@MessageRate = messagerate
|
2223
|
+
@TransportLayerSecurity = transportlayersecurity
|
2221
2224
|
@RequestId = requestid
|
2222
2225
|
end
|
2223
2226
|
|
@@ -2255,6 +2258,7 @@ module TencentCloud
|
|
2255
2258
|
@ServerCertLimit = params['ServerCertLimit']
|
2256
2259
|
@TopicPrefixSlashLimit = params['TopicPrefixSlashLimit']
|
2257
2260
|
@MessageRate = params['MessageRate']
|
2261
|
+
@TransportLayerSecurity = params['TransportLayerSecurity']
|
2258
2262
|
@RequestId = params['RequestId']
|
2259
2263
|
end
|
2260
2264
|
end
|
@@ -3356,12 +3360,12 @@ module TencentCloud
|
|
3356
3360
|
|
3357
3361
|
attr_accessor :MsgId, :Tags, :Keys, :ProducerAddr, :ProduceTime, :DeadLetterResendTimes, :DeadLetterResendSuccessTimes, :SubTopic, :Qos
|
3358
3362
|
extend Gem::Deprecate
|
3359
|
-
deprecate :DeadLetterResendTimes, :none, 2025,
|
3360
|
-
deprecate :DeadLetterResendTimes=, :none, 2025,
|
3361
|
-
deprecate :DeadLetterResendSuccessTimes, :none, 2025,
|
3362
|
-
deprecate :DeadLetterResendSuccessTimes=, :none, 2025,
|
3363
|
-
deprecate :SubTopic, :none, 2025,
|
3364
|
-
deprecate :SubTopic=, :none, 2025,
|
3363
|
+
deprecate :DeadLetterResendTimes, :none, 2025, 10
|
3364
|
+
deprecate :DeadLetterResendTimes=, :none, 2025, 10
|
3365
|
+
deprecate :DeadLetterResendSuccessTimes, :none, 2025, 10
|
3366
|
+
deprecate :DeadLetterResendSuccessTimes=, :none, 2025, 10
|
3367
|
+
deprecate :SubTopic, :none, 2025, 10
|
3368
|
+
deprecate :SubTopic=, :none, 2025, 10
|
3365
3369
|
|
3366
3370
|
def initialize(msgid=nil, tags=nil, keys=nil, produceraddr=nil, producetime=nil, deadletterresendtimes=nil, deadletterresendsuccesstimes=nil, subtopic=nil, qos=nil)
|
3367
3371
|
@MsgId = msgid
|
@@ -3816,10 +3820,10 @@ module TencentCloud
|
|
3816
3820
|
|
3817
3821
|
attr_accessor :InstanceId, :Name, :Remark, :SkuCode, :DeviceCertificateProvisionType, :AutomaticActivation, :AuthorizationPolicy, :UseDefaultServerCert, :X509Mode, :MessageRate
|
3818
3822
|
extend Gem::Deprecate
|
3819
|
-
deprecate :DeviceCertificateProvisionType, :none, 2025,
|
3820
|
-
deprecate :DeviceCertificateProvisionType=, :none, 2025,
|
3821
|
-
deprecate :AutomaticActivation, :none, 2025,
|
3822
|
-
deprecate :AutomaticActivation=, :none, 2025,
|
3823
|
+
deprecate :DeviceCertificateProvisionType, :none, 2025, 10
|
3824
|
+
deprecate :DeviceCertificateProvisionType=, :none, 2025, 10
|
3825
|
+
deprecate :AutomaticActivation, :none, 2025, 10
|
3826
|
+
deprecate :AutomaticActivation=, :none, 2025, 10
|
3823
3827
|
|
3824
3828
|
def initialize(instanceid=nil, name=nil, remark=nil, skucode=nil, devicecertificateprovisiontype=nil, automaticactivation=nil, authorizationpolicy=nil, usedefaultservercert=nil, x509mode=nil, messagerate=nil)
|
3825
3829
|
@InstanceId = instanceid
|
@@ -3945,8 +3949,8 @@ module TencentCloud
|
|
3945
3949
|
|
3946
3950
|
attr_accessor :InstanceId, :Algorithm, :From, :Secret, :PublicKey, :Status, :Remark, :Text
|
3947
3951
|
extend Gem::Deprecate
|
3948
|
-
deprecate :Text, :none, 2025,
|
3949
|
-
deprecate :Text=, :none, 2025,
|
3952
|
+
deprecate :Text, :none, 2025, 10
|
3953
|
+
deprecate :Text=, :none, 2025, 10
|
3950
3954
|
|
3951
3955
|
def initialize(instanceid=nil, algorithm=nil, from=nil, secret=nil, publickey=nil, status=nil, remark=nil, text=nil)
|
3952
3956
|
@InstanceId = instanceid
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-mqtt
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.1153
|
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-
|
11
|
+
date: 2025-10-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|