tencentcloud-sdk-iotvideo 3.0.1074 → 3.0.1094

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: 7cecdf67307165c4caf4fbd899bed6309d705d8b
4
- data.tar.gz: 6c528b6f3352204a0991c68bfdf59faf4425de4c
3
+ metadata.gz: 8ca8b6b19dc0e76a97f2a31a8e4ab714c6891917
4
+ data.tar.gz: 8277eca21653745224ec82f9a3042a39c6502a2a
5
5
  SHA512:
6
- metadata.gz: 7917f7f15f52c4ef72cc25c8245d5464e6ffeed71e46faf6e6fe5fc5d58e9d6ea285e758dff58cbfdb7adfb6cec53b56dbcf15871efb9968cb9ee7690404ab27
7
- data.tar.gz: 0d5991b1288789299374f9791b0e60d8c8259ce9f07cf713e1b1ffba046595f0a9209aefb33d4f7c262e4043a550ce31d309a9b5a19137a2fcd99ba4bc4c9425
6
+ metadata.gz: 6fd7b23e1e543fa005d1a7f6db830a945ebdf975796be7039140acc15282c6a54d989bd508d4cb6dd2597f07b41a52a398d196dcee0e6b5e98d72ec610ea9282
7
+ data.tar.gz: 3516b202955d47d719f191d7c701a2f9e0eb38b58a100b03c14f64ea549df36305d218c50854e6d1cd23de93d0193c3786076ad3e11093046d1f3f3809c1578e
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1074
1
+ 3.0.1094
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright (c) 2017-2018 THL A29 Limited, a Tencent company. All Rights Reserved.
3
+ # Copyright (c) 2017-2025 Tencent. All Rights Reserved.
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License");
6
6
  # you may not use this file except in compliance with the License.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright (c) 2017-2018 THL A29 Limited, a Tencent company. All Rights Reserved.
3
+ # Copyright (c) 2017-2025 Tencent. All Rights Reserved.
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License");
6
6
  # you may not use this file except in compliance with the License.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright (c) 2017-2018 THL A29 Limited, a Tencent company. All Rights Reserved.
3
+ # Copyright (c) 2017-2025 Tencent. All Rights Reserved.
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License");
6
6
  # you may not use this file except in compliance with the License.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright (c) 2017-2018 THL A29 Limited, a Tencent company. All Rights Reserved.
3
+ # Copyright (c) 2017-2025 Tencent. All Rights Reserved.
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License");
6
6
  # you may not use this file except in compliance with the License.
@@ -3807,7 +3807,7 @@ module TencentCloud
3807
3807
  class GenerateSignedVideoURLRequest < TencentCloud::Common::AbstractModel
3808
3808
  # @param VideoURL: 视频播放原始URL地址
3809
3809
  # @type VideoURL: String
3810
- # @param ExpireTime: 播放链接过期时间
3810
+ # @param ExpireTime: 播放链接过期时间(时间戳,单位秒)
3811
3811
  # @type ExpireTime: Integer
3812
3812
 
3813
3813
  attr_accessor :VideoURL, :ExpireTime
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright (c) 2017-2018 THL A29 Limited, a Tencent company. All Rights Reserved.
3
+ # Copyright (c) 2017-2025 Tencent. All Rights Reserved.
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License");
6
6
  # you may not use this file except in compliance with the License.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright (c) 2017-2018 THL A29 Limited, a Tencent company. All Rights Reserved.
3
+ # Copyright (c) 2017-2025 Tencent. All Rights Reserved.
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License");
6
6
  # you may not use this file except in compliance with the License.
@@ -5377,7 +5377,7 @@ module TencentCloud
5377
5377
  class GenerateSignedVideoURLRequest < TencentCloud::Common::AbstractModel
5378
5378
  # @param VideoURL: 视频播放原始URL地址
5379
5379
  # @type VideoURL: String
5380
- # @param ExpireTime: 播放链接过期时间
5380
+ # @param ExpireTime: 播放链接过期时间(时间戳,单位秒)
5381
5381
  # @type ExpireTime: Integer
5382
5382
  # @param ChannelId: 通道ID 非NVR设备不填 NVR设备必填 默认为无
5383
5383
  # @type ChannelId: Integer
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-iotvideo
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1074
4
+ version: 3.0.1094
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-06-04 00:00:00.000000000 Z
11
+ date: 2025-07-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common