tencentcloud-sdk-cls 3.0.507 → 3.0.509

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5d11db54474d2186d2be02a9f6fc40c686d71b87
4
- data.tar.gz: 88c40ad13be68bb2a3a354cb7f3002560d11d076
3
+ metadata.gz: 1bdba13c598134c8be9f1f07e0128a8fe105ad21
4
+ data.tar.gz: 6cae8727417db42968b9720784584357bc541fbd
5
5
  SHA512:
6
- metadata.gz: d580c38cb1fae2e10d2cc9387002c975fd07a60d0f32d3658295a557532a04ddc8c7b5f4a6684d3109e1e031d389d4af3b5e846fcbe82fc6643108543e906d2f
7
- data.tar.gz: da81e2aabdf4ec166e027e58177bf2b77450da6d3457d4bf631136e5a68c54050564b988442f475b2385649eb21fd73aa2b0a81c19b74a061f2c05c9d0caf639
6
+ metadata.gz: 4956b5561fa7390b4e2ed3340705fee1870b8ab58b9b0240a61451826ba329b76436f1e9923c5a0cb6e07d3a98c54cdc136576374199b34ab189d3eb366a7972
7
+ data.tar.gz: e0927b461ed575b73956766f16e4019bb437be958e313ced9738c0760ffc746790fead5336a5d808dd253defc5547e8b7aea4a3dc1c98d10118217447560d53f
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.507
1
+ 3.0.509
@@ -317,7 +317,7 @@ module TencentCloud
317
317
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
318
318
  end
319
319
 
320
- # 创建新的投递规则,【!!!注意】使用此接口,需要检查是否配置了投递COS的角色和权限。如果没有配置,请参考文档投递权限查看和配置https://cloud.tencent.com/document/product/614/71623。
320
+ # 新建投递到COS的任务,【!!!注意】使用此接口,需要检查是否配置了投递COS的角色和权限。如果没有配置,请参考文档投递权限查看和配置https://cloud.tencent.com/document/product/614/71623。
321
321
 
322
322
  # @param request: Request instance for CreateShipper.
323
323
  # @type request: :class:`Tencentcloud::cls::V20201016::CreateShipperRequest`
@@ -1061,7 +1061,7 @@ module TencentCloud
1061
1061
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
1062
1062
  end
1063
1063
 
1064
- # 获取投递规则信息列表
1064
+ # 获取投递到COS的任务配置信息
1065
1065
 
1066
1066
  # @param request: Request instance for DescribeShippers.
1067
1067
  # @type request: :class:`Tencentcloud::cls::V20201016::DescribeShippersRequest`
@@ -1085,7 +1085,7 @@ module TencentCloud
1085
1085
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
1086
1086
  end
1087
1087
 
1088
- # 本接口用于获取日志主题列表,支持分页
1088
+ # 本接口用于获取日志主题列表,支持分页
1089
1089
 
1090
1090
  # @param request: Request instance for DescribeTopics.
1091
1091
  # @type request: :class:`Tencentcloud::cls::V20201016::DescribeTopicsRequest`
@@ -1613,7 +1613,7 @@ module TencentCloud
1613
1613
 
1614
1614
  # CreateShipper返回参数结构体
1615
1615
  class CreateShipperResponse < TencentCloud::Common::AbstractModel
1616
- # @param ShipperId: 投递规则ID
1616
+ # @param ShipperId: 投递任务ID
1617
1617
  # @type ShipperId: String
1618
1618
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1619
1619
  # @type RequestId: String
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-cls
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.507
4
+ version: 3.0.509
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-02-13 00:00:00.000000000 Z
11
+ date: 2023-02-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common