tencentcloud-sdk-tag 3.0.627 → 3.0.629
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 +7 -7
- 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: fb23dfc2863e24e5a1a58b7205757d15b7be7aae
|
4
|
+
data.tar.gz: 37ee348cd226a89038b6cfbefebbc77274e9b08d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 66b6b8e87885597e38a923d551db299c9bb7b0d702aa4bb4065e0e570e89a02685a663ca06248051fa5709d1a1857fb1123c494bd25f55a4a52b645b5e3a92b5
|
7
|
+
data.tar.gz: 723e9400d57ad9ef68bf68df30deafb99fc73d9952a97a9b1f758d2e54fdec1d81a4cbe4a3126b8b2894015e4c6164831004b824d713a5bc03b8d7a06b9717eb
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.629
|
data/lib/v20180813/models.rb
CHANGED
@@ -63,11 +63,11 @@ module TencentCloud
|
|
63
63
|
|
64
64
|
# AddResourceTag请求参数结构体
|
65
65
|
class AddResourceTagRequest < TencentCloud::Common::AbstractModel
|
66
|
-
# @param TagKey:
|
66
|
+
# @param TagKey: 需要绑定的标签键,取值规范参考:https://cloud.tencent.com/document/product/651/13354
|
67
67
|
# @type TagKey: String
|
68
|
-
# @param TagValue:
|
68
|
+
# @param TagValue: 需要绑定的标签值,取值规范参考:https://cloud.tencent.com/document/product/651/13354
|
69
69
|
# @type TagValue: String
|
70
|
-
# @param Resource:
|
70
|
+
# @param Resource: 待关联的资源,用标准的资源六段式表示。正确的资源六段式请参考:https://cloud.tencent.com/document/product/651/89122
|
71
71
|
# @type Resource: String
|
72
72
|
|
73
73
|
attr_accessor :TagKey, :TagValue, :Resource
|
@@ -103,15 +103,15 @@ module TencentCloud
|
|
103
103
|
|
104
104
|
# AttachResourcesTag请求参数结构体
|
105
105
|
class AttachResourcesTagRequest < TencentCloud::Common::AbstractModel
|
106
|
-
# @param ServiceType:
|
106
|
+
# @param ServiceType: 业务的英文简称,即资源六段式第三段。资源六段式的描述方式参考:https://cloud.tencent.com/document/product/651/89122
|
107
107
|
# @type ServiceType: String
|
108
108
|
# @param ResourceIds: 资源ID数组,资源个数最多为50
|
109
109
|
# @type ResourceIds: Array
|
110
|
-
# @param TagKey:
|
110
|
+
# @param TagKey: 需要绑定的标签键,取值规范参考:https://cloud.tencent.com/document/product/651/13354
|
111
111
|
# @type TagKey: String
|
112
|
-
# @param TagValue:
|
112
|
+
# @param TagValue: 需要绑定的标签值,取值规范参考:https://cloud.tencent.com/document/product/651/13354
|
113
113
|
# @type TagValue: String
|
114
|
-
# @param ResourceRegion:
|
114
|
+
# @param ResourceRegion: 资源所在地域,区分地域的资源必填,不区分地域的资源不需要传入该字段。注意该地域必须为资源ID参数ResourceIds对应的地域
|
115
115
|
# @type ResourceRegion: String
|
116
116
|
# @param ResourcePrefix: 资源前缀(资源六段式中最后一段"/"前面的部分),cos存储桶不需要传入该字段,其他云资源必填
|
117
117
|
# @type ResourcePrefix: String
|
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.629
|
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-08-
|
11
|
+
date: 2023-08-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|