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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 86ca0140f3da8f3b04a161bd6ce00b1c05039ddb
4
- data.tar.gz: f1148661c33735a8bc57ea0c77abca4bb67f0e00
3
+ metadata.gz: fb23dfc2863e24e5a1a58b7205757d15b7be7aae
4
+ data.tar.gz: 37ee348cd226a89038b6cfbefebbc77274e9b08d
5
5
  SHA512:
6
- metadata.gz: 605eaf85b1745b1a92fc9ceda5a916d685aeea5c132b8db5df143d1a32d920def0b87974b9f9344bca496ed4aaadc68cf444c67c93995c6d2a9c090e2026b9f0
7
- data.tar.gz: dc6f50d4167eb99315f46adeb8002848ab7f6fc7307c351736137f4dab5c9c1d4456f0694dfa7875a6e1c22661b7b67a1f73c7d0ed877a719636737f65ae2e0a
6
+ metadata.gz: 66b6b8e87885597e38a923d551db299c9bb7b0d702aa4bb4065e0e570e89a02685a663ca06248051fa5709d1a1857fb1123c494bd25f55a4a52b645b5e3a92b5
7
+ data.tar.gz: 723e9400d57ad9ef68bf68df30deafb99fc73d9952a97a9b1f758d2e54fdec1d81a4cbe4a3126b8b2894015e4c6164831004b824d713a5bc03b8d7a06b9717eb
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.627
1
+ 3.0.629
@@ -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.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-03 00:00:00.000000000 Z
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