tencentcloud-sdk-tag 3.0.400 → 3.0.404
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/v20180813/models.rb +2 -2
- 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: 31808479342ee7260b852ebd2738a59422b1396b
|
4
|
+
data.tar.gz: a210a24d85981b33d109332f2c2579054987029e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1b546d15bb74520802250848171d265aadfd44e666df562819686435cbe09c7176c7ceb60534f7887c427b668fae7a93c2057f7d6a18b98178955d9537fc076a
|
7
|
+
data.tar.gz: d25ac11ac1200f36e43cc560ddb2021ba432ee8824ffc69a144eb4709a1ff7fc4a47681a652a60ba9b804b0397db73bf453789ce6af38ab9313e06f130b2aed5
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.404
|
data/lib/v20180813/models.rb
CHANGED
@@ -1844,7 +1844,7 @@ module TencentCloud
|
|
1844
1844
|
# TagResources请求参数结构体
|
1845
1845
|
class TagResourcesRequest < TencentCloud::Common::AbstractModel
|
1846
1846
|
# @param ResourceList: 资源六段式列表。腾讯云使用资源六段式描述一个资源。可参考[访问管理](https://cloud.tencent.com/document/product/598/67350)-概览-接口列表-资源六段式信息
|
1847
|
-
# 例如:ResourceList.1 = qcs::${ServiceType}:${Region}
|
1847
|
+
# 例如:ResourceList.1 = qcs::${ServiceType}:${Region}:uin/${Account}:${ResourcePrefix}/${ResourceId}。
|
1848
1848
|
# N取值范围:0~9
|
1849
1849
|
# @type ResourceList: Array
|
1850
1850
|
# @param Tags: 标签键和标签值。
|
@@ -1930,7 +1930,7 @@ module TencentCloud
|
|
1930
1930
|
# UnTagResources请求参数结构体
|
1931
1931
|
class UnTagResourcesRequest < TencentCloud::Common::AbstractModel
|
1932
1932
|
# @param ResourceList: 资源六段式列表。腾讯云使用资源六段式描述一个资源。可参考[访问管理](https://cloud.tencent.com/document/product/598/67350)-概览-接口列表-资源六段式信息
|
1933
|
-
# 例如:ResourceList.1 = qcs::${ServiceType}:${Region}
|
1933
|
+
# 例如:ResourceList.1 = qcs::${ServiceType}:${Region}:uin/${Account}:${ResourcePrefix}/${ResourceId}。
|
1934
1934
|
# N取值范围:0~9
|
1935
1935
|
# @type ResourceList: Array
|
1936
1936
|
# @param TagKeys: 标签键。
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-tag
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.404
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-
|
11
|
+
date: 2022-09-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|