tencentcloud-sdk-mqtt 3.0.959 → 3.0.960

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20240516/models.rb +17 -14
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9472feead2121f451a2204b6baf55f6556e3f993
4
- data.tar.gz: ce2e54706bce84486f55021d12fc633b663e3ae1
3
+ metadata.gz: f2973ca5f93ea9df78134416011d4543fb0a03b9
4
+ data.tar.gz: e565bf8c41a8ba1dadfa3a7d5ebd23fffdb39153
5
5
  SHA512:
6
- metadata.gz: 7ec3932462cb15f61e754129a36b01b2a124e4bebddcaf2c52e8929ec30becc34365dad451e13f5482901233a7b8124e3c151485dbe839c7597f671b38470f9e
7
- data.tar.gz: 1bd71cc631a651be4d9d7bcc0cea792219966811b20815df20cdee55227d1d6fd75cc4c059d7593321052a1f77474897692420780ff4c8c87b81270bb64731f6
6
+ metadata.gz: 30cf4d32df78559b226dd1feca7ed6b85b16f4b1c1a222b56a54b279d5b005489c43a44c83d6d43d15044bf60e3789b7e46b80eb722f244c3098f8286a1905d4
7
+ data.tar.gz: f7b9ec4efcfd6c0d56e5f6ba70dd75d18fa13c926456ceafdb1bc1c6a8a3e1789179d8ab06dfdb5a4b23e59256db7e0df6068fca6d191f5163e2506f07e16647
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.959
1
+ 3.0.960
@@ -259,7 +259,9 @@ module TencentCloud
259
259
  # @type Status: String
260
260
  # @param Remark: 说明
261
261
  # @type Remark: String
262
- # @param From: 设备连接时传递jwt的key;username-使用用户名字段传递;password-使用密码字段传递
262
+ # @param From: 设备连接时传递jwt的key;
263
+ # username-使用用户名字段传递;
264
+ # password-使用密码字段传递
263
265
  # @type From: String
264
266
 
265
267
  attr_accessor :InstanceId, :Endpoint, :RefreshInterval, :Text, :Status, :Remark, :From
@@ -445,7 +447,10 @@ module TencentCloud
445
447
  class DeleteAuthenticatorRequest < TencentCloud::Common::AbstractModel
446
448
  # @param InstanceId: 实例ID
447
449
  # @type InstanceId: String
448
- # @param Type: 认证器类型
450
+ # @param Type: 认证器类型:
451
+ # JWT:JWT认证器
452
+ # JWKS:JWKS认证器
453
+ # BYOC:一端一证认证器
449
454
  # @type Type: String
450
455
 
451
456
  attr_accessor :InstanceId, :Type
@@ -589,7 +594,7 @@ module TencentCloud
589
594
  class DescribeAuthenticatorRequest < TencentCloud::Common::AbstractModel
590
595
  # @param InstanceId: 实例ID
591
596
  # @type InstanceId: String
592
- # @param Type: 认证器类型
597
+ # @param Type: 认证器类型: JWT:JWT认证器 JWKS:JWKS认证器 HTTP:HTTP认证器
593
598
  # @type Type: String
594
599
 
595
600
  attr_accessor :InstanceId, :Type
@@ -709,13 +714,13 @@ module TencentCloud
709
714
  # @type LastInactivationTime: Integer
710
715
  # @param Status: 证书状态
711
716
  # @type Status: String
712
- # @param CaSn: 证书序列号
717
+ # @param CaSn: Ca证书序列号
713
718
  # @type CaSn: String
714
- # @param DeviceCertificateSn: 设备证书sn
719
+ # @param DeviceCertificateSn: 设备证书序列号
715
720
  # @type DeviceCertificateSn: String
716
- # @param DeviceCertificate: 证书内容
721
+ # @param DeviceCertificate: 设备证书内容
717
722
  # @type DeviceCertificate: String
718
- # @param DeviceCertificateCn: 设备证书cn
723
+ # @param DeviceCertificateCn: 设备证书common name
719
724
  # @type DeviceCertificateCn: String
720
725
  # @param Format: 证书格式
721
726
  # @type Format: String
@@ -937,11 +942,9 @@ module TencentCloud
937
942
 
938
943
  # DescribeInstance返回参数结构体
939
944
  class DescribeInstanceResponse < TencentCloud::Common::AbstractModel
940
- # @param InstanceType: 实例类型,
941
- # EXPERIMENT 体验版
945
+ # @param InstanceType: 实例类型
942
946
  # BASIC 基础版
943
947
  # PRO 专业版
944
- # PLATINUM 铂金版
945
948
  # @type InstanceType: String
946
949
  # @param InstanceId: 实例ID
947
950
  # @type InstanceId: String
@@ -967,7 +970,9 @@ module TencentCloud
967
970
  # @type AuthorizationPolicyLimit: Integer
968
971
  # @param ClientNumLimit: 客户端数量上限
969
972
  # @type ClientNumLimit: Integer
970
- # @param DeviceCertificateProvisionType: 客户端证书注册方式:JITP,API
973
+ # @param DeviceCertificateProvisionType: 客户端证书注册方式:
974
+ # JITP:自动注册
975
+ # API:通过API手动注册
971
976
  # @type DeviceCertificateProvisionType: String
972
977
  # @param AutomaticActivation: 自动注册设备证书时是否自动激活
973
978
  # @type AutomaticActivation: Boolean
@@ -979,9 +984,7 @@ module TencentCloud
979
984
  # @type ExpiryTime: Integer
980
985
  # @param DestroyTime: 预销毁时间
981
986
  # @type DestroyTime: Integer
982
- # @param X509Mode: TLS,单向认证
983
- # mTLS,双向认证
984
- # BYOC;一机一证
987
+ # @param X509Mode: TLS,单向认证 mTLS,双向认证 BYOC;一机一证
985
988
  # @type X509Mode: String
986
989
  # @param MaxCaNum: 最大Ca配额
987
990
  # @type MaxCaNum: Integer
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.959
4
+ version: 3.0.960
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-12-11 00:00:00.000000000 Z
11
+ date: 2024-12-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common