tencentcloud-sdk-iss 3.0.734 → 3.0.736

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/v20230517/models.rb +14 -10
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5598eaca47de610e76a20be409a7b4e1180d0831
4
- data.tar.gz: 43eb51c81ef8c90965d2ca1c25d6875d800b86b3
3
+ metadata.gz: 05f4d88738f28ef1a8bc4f456d660a9b1e503229
4
+ data.tar.gz: eed70545e1801a26afd799f7da87092df9e307ae
5
5
  SHA512:
6
- metadata.gz: 3b69bb685280d9fdbd5685f9c29943104703c5dabd95eb23881b6bd6ac6592e3de5c2a9e66cff9a05cbbc26c28a8cb06e08aad9ac3b4fe67f52031fed34f90ea
7
- data.tar.gz: 4d2877a413bcd3f635257f3423d9ed3ba38cee2d913aced54bed53ed5b0d78d20d7d7e1954772eb2a2c0f9465dde53eac1e6ca5e30449ea8b6f168c4a55758a7
6
+ metadata.gz: 773286eee3662b4aeb0d563088b10733fac4195cd722bf034068167f8123b09ca25f7fee3f4cc267a1e7ef8829e4cc23d68833226672bb529b73085cc559dc87
7
+ data.tar.gz: 9447b9a08706273ff4a60c43c969f28faabfc9e265899cb1b505c50b4b0ad43f470ece5136a4c47ff7a3179da6b630da00e9d3af743e81404aea753372808bfc
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.734
1
+ 3.0.736
@@ -279,7 +279,7 @@ module TencentCloud
279
279
  # @type Templates: Array
280
280
  # @param Desc: AI 任务描述。仅支持中文、英文、数字、_、-,长度不超过128个字符
281
281
  # @type Desc: String
282
- # @param CallbackUrl: AI 结果回调地址。类似 "http://ip:port/xxx或者https://domain/xxx
282
+ # @param CallbackUrl: AI 结果回调地址。类似 "http://ip:port/***或者https://domain/***
283
283
  # @type CallbackUrl: String
284
284
  # @param IsStartTheTask: 是否立即开启 AI 任务。"true"代表立即开启 AI 任务,"false"代表暂不开启 AI 任务,默认为 false。
285
285
  # @type IsStartTheTask: Boolean
@@ -2381,7 +2381,7 @@ module TencentCloud
2381
2381
  # @param DeviceId: 设备ID
2382
2382
  # 注意:此字段可能返回 null,表示取不到有效值。
2383
2383
  # @type DeviceId: String
2384
- # @param Code: 设备编码(即我们为设备生成的20位国标编码)
2384
+ # @param Code: 设备编码(国标设备即我们为设备生成的20位国标编码,rtmp 设备为10 位设备编码)
2385
2385
  # 注意:此字段可能返回 null,表示取不到有效值。
2386
2386
  # @type Code: String
2387
2387
  # @param Name: 设备名称
@@ -4400,7 +4400,7 @@ module TencentCloud
4400
4400
  class ListDeviceInfo < TencentCloud::Common::AbstractModel
4401
4401
  # @param DeviceId: 设备 ID
4402
4402
  # @type DeviceId: String
4403
- # @param Code: 设备国标编码
4403
+ # @param Code: 设备编码
4404
4404
  # @type Code: String
4405
4405
  # @param Status: 设备状态。0:未注册,1:在线,2:离线,3:禁用
4406
4406
  # @type Status: Integer
@@ -4466,7 +4466,9 @@ module TencentCloud
4466
4466
  # @type OrganizationId: String
4467
4467
  # @param IsContainSubLevel: 是否获取当前层级及子层级的设备列表,默认false
4468
4468
  # @type IsContainSubLevel: Boolean
4469
- # @param AccessProtocol: 设备接入协议。1:RTMP,2:GB,3:GW
4469
+ # @param IsContainUser: 是否包含当前用户已关联的设备,默认false
4470
+ # @type IsContainUser: Boolean
4471
+ # @param AccessProtocol: 设备接入协议。1:RTMP,2:GB,3:GW,4:IVCP(私有协议)
4470
4472
  # @type AccessProtocol: Integer
4471
4473
  # @param Type: 设备类型。1:IPC,2:NVR
4472
4474
  # @type Type: Integer
@@ -4474,7 +4476,7 @@ module TencentCloud
4474
4476
  # @type Status: Integer
4475
4477
  # @param ClusterId: 服务节点ID
4476
4478
  # @type ClusterId: String
4477
- # @param Keyword: 模糊搜索设备关键字
4479
+ # @param Keyword: 模糊搜索设备的关键字
4478
4480
  # @type Keyword: String
4479
4481
  # @param CurrentUin: 当前用户Uin
4480
4482
  # @type CurrentUin: Integer
@@ -4483,11 +4485,12 @@ module TencentCloud
4483
4485
  # @param PageSize: 每页数量,默认为20。
4484
4486
  # @type PageSize: Integer
4485
4487
 
4486
- attr_accessor :OrganizationId, :IsContainSubLevel, :AccessProtocol, :Type, :Status, :ClusterId, :Keyword, :CurrentUin, :PageNumber, :PageSize
4488
+ attr_accessor :OrganizationId, :IsContainSubLevel, :IsContainUser, :AccessProtocol, :Type, :Status, :ClusterId, :Keyword, :CurrentUin, :PageNumber, :PageSize
4487
4489
 
4488
- def initialize(organizationid=nil, iscontainsublevel=nil, accessprotocol=nil, type=nil, status=nil, clusterid=nil, keyword=nil, currentuin=nil, pagenumber=nil, pagesize=nil)
4490
+ def initialize(organizationid=nil, iscontainsublevel=nil, iscontainuser=nil, accessprotocol=nil, type=nil, status=nil, clusterid=nil, keyword=nil, currentuin=nil, pagenumber=nil, pagesize=nil)
4489
4491
  @OrganizationId = organizationid
4490
4492
  @IsContainSubLevel = iscontainsublevel
4493
+ @IsContainUser = iscontainuser
4491
4494
  @AccessProtocol = accessprotocol
4492
4495
  @Type = type
4493
4496
  @Status = status
@@ -4501,6 +4504,7 @@ module TencentCloud
4501
4504
  def deserialize(params)
4502
4505
  @OrganizationId = params['OrganizationId']
4503
4506
  @IsContainSubLevel = params['IsContainSubLevel']
4507
+ @IsContainUser = params['IsContainUser']
4504
4508
  @AccessProtocol = params['AccessProtocol']
4505
4509
  @Type = params['Type']
4506
4510
  @Status = params['Status']
@@ -6397,7 +6401,7 @@ module TencentCloud
6397
6401
  # @type Desc: String
6398
6402
  # @param ChannelList: 通道 ID 列表。不能添加存在于其他 AI 任务的通道,限制1000个通道。
6399
6403
  # @type ChannelList: Array
6400
- # @param CallbackUrl: AI 结果回调地址。类似 "http://ip:port/xxx或者https://domain/xxx
6404
+ # @param CallbackUrl: AI 结果回调地址。类似 "http://ip:port/***或者https://domain/***
6401
6405
  # @type CallbackUrl: String
6402
6406
  # @param IsStartTheTask: 是否立即开启 AI 任务。"true"代表立即开启 AI 任务,"false"代表暂不开启 AI 任务,默认为 false。
6403
6407
  # @type IsStartTheTask: Boolean
@@ -6926,11 +6930,11 @@ module TencentCloud
6926
6930
 
6927
6931
  # 修改录像上云计划数据结构
6928
6932
  class UpdateRecordBackupPlanModify < TencentCloud::Common::AbstractModel
6929
- # @param PlanName: 录像计划名称(仅支持中文、英文、数字、_、-,长度不超过32个字符,计划名称全局唯一,不能为空,不能重复,不修改名称时,不需要该字段)
6933
+ # @param PlanName: 录像上云计划名称(仅支持中文、英文、数字、_、-,长度不超过32个字符,计划名称全局唯一,不能为空,不能重复,不修改名称时,不需要该字段)
6930
6934
  # @type PlanName: String
6931
6935
  # @param TemplateId: 录制模板ID(从查询录像上云模板列表接口ListRecordBackupTemplates中获取,不修改模板ID时,不需要该字段)
6932
6936
  # @type TemplateId: String
6933
- # @param Describe: 录像计划描述(仅支持中文、英文、数字、_、-,长度不超过128个字符, 不修改描述时,不需要该字段)
6937
+ # @param Describe: 录像上云计划描述(仅支持中文、英文、数字、_、-,长度不超过128个字符, 不修改描述时,不需要该字段)
6934
6938
  # @type Describe: String
6935
6939
  # @param LifeCycle: 生命周期(录像文件生命周期设置,管理文件冷、热存储的时间,不修改生命周期时,不需要该字段)
6936
6940
  # @type LifeCycle: :class:`Tencentcloud::Iss.v20230517.models.LifeCycleData`
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-iss
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.734
4
+ version: 3.0.736
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-12-25 00:00:00.000000000 Z
11
+ date: 2023-12-26 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-iss.rb
37
36
  - lib/v20230517/client.rb
38
37
  - lib/v20230517/models.rb
38
+ - lib/tencentcloud-sdk-iss.rb
39
39
  - lib/VERSION
40
40
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
41
41
  licenses: