tencentcloud-sdk-lighthouse 3.0.914 → 3.0.916

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: d2a65db2114056ff63ee269457877847cdb115a3
4
- data.tar.gz: a060b5f007d6e73664984220e784043a07206ef4
3
+ metadata.gz: 374d9c8a2e346c03a591f3c37cd4e2c5e8908b8c
4
+ data.tar.gz: cd2d5a1905dd1aadf14e87d667677efc16be907f
5
5
  SHA512:
6
- metadata.gz: de655af2457e46e51dabc2be9befd1ba95d67a031f78150c41fb065f1c2740ff0c78437de865ccc1b854ef70021a7eeeae990987c9794d392d2a8bc512bb88f3
7
- data.tar.gz: b46b20fff8a6471fe744450e6385f3ceee10dbc3c5ab0fe2df04838ff4436d15fbfa05f0d22662ce201dca1ff65cf018753887beeb1383c7256067a18f2a81b2
6
+ metadata.gz: 56c58b29d062b5f1ce46aeecb53a8c52ce603c22cd4b6ea7e1734f4bb507c5adb51402239f29219c451cea6ebf22f9f3af23ccd9d135f875d1f98351aefb0de8
7
+ data.tar.gz: 06f9802d4d816f0430276225aea64f931820c79025c67c96a00d727acfc1b0f20a29282fe0939ff2b93104c76c14247563326f5d9d85820c6a6ccf3ab4049755
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.914
1
+ 3.0.916
@@ -174,7 +174,7 @@ module TencentCloud
174
174
 
175
175
  # AttachCcn请求参数结构体
176
176
  class AttachCcnRequest < TencentCloud::Common::AbstractModel
177
- # @param CcnId: 云联网实例ID。可通过[DescribeCcnAttachedInstances](https://cloud.tencent.com/document/product/1207/58797)接口返回值中的CcnId获取。
177
+ # @param CcnId: 云联网实例ID。可通过[DescribeCcns](https://cloud.tencent.com/document/product/215/19199)接口返回值中的CcnId获取。
178
178
  # @type CcnId: String
179
179
 
180
180
  attr_accessor :CcnId
@@ -6776,7 +6776,7 @@ module TencentCloud
6776
6776
 
6777
6777
  # ResetAttachCcn请求参数结构体
6778
6778
  class ResetAttachCcnRequest < TencentCloud::Common::AbstractModel
6779
- # @param CcnId: 云联网实例ID。可通过[DescribeCcnAttachedInstances](https://cloud.tencent.com/document/product/1207/58797)接口返回值中的CcnId获取。
6779
+ # @param CcnId: 云联网实例ID。可通过[DescribeCcns](https://cloud.tencent.com/document/product/215/19199)接口返回值中的CcnId获取。
6780
6780
  # @type CcnId: String
6781
6781
 
6782
6782
  attr_accessor :CcnId
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-lighthouse
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.914
4
+ version: 3.0.916
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-09-25 00:00:00.000000000 Z
11
+ date: 2024-09-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common