tencentcloud-sdk-tag 3.0.627 → 3.0.628

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: 86ca0140f3da8f3b04a161bd6ce00b1c05039ddb
4
- data.tar.gz: f1148661c33735a8bc57ea0c77abca4bb67f0e00
3
+ metadata.gz: e1036fd3eafc883beafad4009820ddd11f8d6b74
4
+ data.tar.gz: 9da9c29f6249b01acd18561651e9b36f4b4ed05f
5
5
  SHA512:
6
- metadata.gz: 605eaf85b1745b1a92fc9ceda5a916d685aeea5c132b8db5df143d1a32d920def0b87974b9f9344bca496ed4aaadc68cf444c67c93995c6d2a9c090e2026b9f0
7
- data.tar.gz: dc6f50d4167eb99315f46adeb8002848ab7f6fc7307c351736137f4dab5c9c1d4456f0694dfa7875a6e1c22661b7b67a1f73c7d0ed877a719636737f65ae2e0a
6
+ metadata.gz: cc86c7a8110fa9aac5291c90c146c529d713e224c46af199ca2ea97527888a6ce32f3bec340534a844bbd2162b902282d6ff63c2bb58891618a27d18e5ab6697
7
+ data.tar.gz: aed66ee976401e16ead1deaee0f09daed2ba44c458b29d34581566a7ab47b87f89a345349f54925f894aa045c209641bac9c7b95e0492cc178451a996d9800bb
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.627
1
+ 3.0.628
@@ -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: [ 资源六段式描述 ](https://cloud.tencent.com/document/product/598/10606)
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.627
4
+ version: 3.0.628
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-03 00:00:00.000000000 Z
11
+ date: 2023-08-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common