tencentcloud-sdk-lighthouse 3.0.914 → 3.0.915

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: 082796182bb5f2f23b3fa59592234eca1bba2a5a
4
+ data.tar.gz: 53c80e49546d59e9f3daa8aa40d730cba97206d0
5
5
  SHA512:
6
- metadata.gz: de655af2457e46e51dabc2be9befd1ba95d67a031f78150c41fb065f1c2740ff0c78437de865ccc1b854ef70021a7eeeae990987c9794d392d2a8bc512bb88f3
7
- data.tar.gz: b46b20fff8a6471fe744450e6385f3ceee10dbc3c5ab0fe2df04838ff4436d15fbfa05f0d22662ce201dca1ff65cf018753887beeb1383c7256067a18f2a81b2
6
+ metadata.gz: 92b57d56daf6a2ab1137af02e11cd6ba33449577be397769555e5418231abd949d6d5c4b4031bb34121f3f2502558758400bac6437138550614b5356aafe84a6
7
+ data.tar.gz: f435bb73d6810a12781b3807dc4fe909cfe3080edc80054d1e6d94a03d0ed398e879e748ee866532ae211cb477294a9f1a7832d01ff4139f7fa8252293daf680
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.914
1
+ 3.0.915
@@ -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.915
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-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common