tencentcloud-sdk-cls 3.0.1121 → 3.0.1122
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/v20201016/client.rb +3 -3
- data/lib/v20201016/models.rb +446 -108
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: daa385f529f04fce1e11f2e883aa0eae4770d0a4
|
4
|
+
data.tar.gz: 4db3f9c59ba5a8283d28b2ba3c62f7e1c6ea2d0f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fb6c08e3688377ea740f000461bddb1310fc2bee211a854fa0c281e9e2908224b4ddb63fb798aeb65f62bec3525c4bcf1c62cea18b7f4756311fb3b86acc1c71
|
7
|
+
data.tar.gz: 87db370de8a39aea59d6a870d1d29cab5bbbbcfb1e25b3ba07104bd682476454006e13d0fe07bb3f92f9001bf3e4114d8c38856c707b4730e5e8ef5b2ad6934d
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1122
|
data/lib/v20201016/client.rb
CHANGED
@@ -444,7 +444,7 @@ module TencentCloud
|
|
444
444
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
445
445
|
end
|
446
446
|
|
447
|
-
#
|
447
|
+
# 本接口仅创建下载任务。任务返回的下载地址,请用户调用[DescribeExports](https://cloud.tencent.com/document/product/614/56449)查看任务列表,其中有下载地址CosPath参数。
|
448
448
|
|
449
449
|
# @param request: Request instance for CreateExport.
|
450
450
|
# @type request: :class:`Tencentcloud::cls::V20201016::CreateExportRequest`
|
@@ -732,7 +732,7 @@ module TencentCloud
|
|
732
732
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
733
733
|
end
|
734
734
|
|
735
|
-
#
|
735
|
+
# 该接口用于删除告警屏蔽规则。当告警屏蔽规则在生效中或者是在失效中,无法被删除
|
736
736
|
|
737
737
|
# @param request: Request instance for DeleteAlarmShield.
|
738
738
|
# @type request: :class:`Tencentcloud::cls::V20201016::DeleteAlarmShieldRequest`
|
@@ -876,7 +876,7 @@ module TencentCloud
|
|
876
876
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
877
877
|
end
|
878
878
|
|
879
|
-
#
|
879
|
+
# 删除投递Ckafka任务
|
880
880
|
|
881
881
|
# @param request: Request instance for DeleteConsumer.
|
882
882
|
# @type request: :class:`Tencentcloud::cls::V20201016::DeleteConsumerRequest`
|