tencentcloud-sdk-tsf 3.0.716 → 3.0.717
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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20180326/client.rb +1 -1
- data/lib/v20180326/models.rb +4 -4
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e09b6c165aa21f1c3153c9c111437f8ec0438436
|
4
|
+
data.tar.gz: c61b649923d3571304e9b03165fd0cd153d8bedb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9f2a8150de5487643bc817609a495f5b32f71136e44773e222103c25cda1d06438f4f7bd83f1e2b7aea17bb3d3be7150cb4c284a471d75519328793a9f4b5283
|
7
|
+
data.tar.gz: 0bec556836363e9436e76c77e13a3d79f3e53ead66d16c012e8efd7bcd11c8fbff4369cc5af5b353aff6737fea61b843643b27cd3ce4c3863f36b585902c4ab3
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.717
|
data/lib/v20180326/client.rb
CHANGED
@@ -413,7 +413,7 @@ module TencentCloud
|
|
413
413
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
414
414
|
end
|
415
415
|
|
416
|
-
#
|
416
|
+
# 创建参数模板,并返回模板详细信息
|
417
417
|
|
418
418
|
# @param request: Request instance for CreateConfigTemplateWithDetailResp.
|
419
419
|
# @type request: :class:`Tencentcloud::tsf::V20180326::CreateConfigTemplateWithDetailRespRequest`
|
data/lib/v20180326/models.rb
CHANGED
@@ -7302,7 +7302,7 @@ module TencentCloud
|
|
7302
7302
|
|
7303
7303
|
# DescribeConfigTemplate请求参数结构体
|
7304
7304
|
class DescribeConfigTemplateRequest < TencentCloud::Common::AbstractModel
|
7305
|
-
# @param ConfigTemplateId:
|
7305
|
+
# @param ConfigTemplateId: 配置模板Id
|
7306
7306
|
# @type ConfigTemplateId: String
|
7307
7307
|
|
7308
7308
|
attr_accessor :ConfigTemplateId
|
@@ -7318,7 +7318,7 @@ module TencentCloud
|
|
7318
7318
|
|
7319
7319
|
# DescribeConfigTemplate返回参数结构体
|
7320
7320
|
class DescribeConfigTemplateResponse < TencentCloud::Common::AbstractModel
|
7321
|
-
# @param Result:
|
7321
|
+
# @param Result: 导入结果
|
7322
7322
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
7323
7323
|
# @type Result: :class:`Tencentcloud::Tsf.v20180326.models.ConfigTemplate`
|
7324
7324
|
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
@@ -14979,7 +14979,7 @@ module TencentCloud
|
|
14979
14979
|
|
14980
14980
|
# ModifyLane返回参数结构体
|
14981
14981
|
class ModifyLaneResponse < TencentCloud::Common::AbstractModel
|
14982
|
-
# @param Result:
|
14982
|
+
# @param Result: 更新成功: true / 更新失败: false
|
14983
14983
|
# @type Result: Boolean
|
14984
14984
|
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
14985
14985
|
# @type RequestId: String
|
@@ -19997,7 +19997,7 @@ module TencentCloud
|
|
19997
19997
|
|
19998
19998
|
# UpdateConfigTemplate返回参数结构体
|
19999
19999
|
class UpdateConfigTemplateResponse < TencentCloud::Common::AbstractModel
|
20000
|
-
# @param Result:
|
20000
|
+
# @param Result: 更新成功: true / 更新失败: false
|
20001
20001
|
# @type Result: Boolean
|
20002
20002
|
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
20003
20003
|
# @type RequestId: String
|