tencentcloud-sdk-nodejs-intl-en 3.0.861 → 3.0.862
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.
package/package.json
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
const sdkVersion = "3.0.
|
|
1
|
+
const sdkVersion = "3.0.862";
|
|
2
2
|
module.exports = sdkVersion
|
|
@@ -3041,7 +3041,7 @@ class TagResourcesRequest extends AbstractModel {
|
|
|
3041
3041
|
super();
|
|
3042
3042
|
|
|
3043
3043
|
/**
|
|
3044
|
-
* Cloud resource to be bound, represented in the standard six-segment resource format. For the correct format, see [Resource Description Method](https://intl.cloud.tencent.com/document/product/598/10606?from_cn_redirect=1)
|
|
3044
|
+
* Cloud resource to be bound, represented in the standard six-segment resource format. For the correct format, see [Resource Description Method](https://intl.cloud.tencent.com/document/product/598/10606?from_cn_redirect=1).
|
|
3045
3045
|
Value range of N: 0-9.
|
|
3046
3046
|
* @type {Array.<string> || null}
|
|
3047
3047
|
*/
|
|
@@ -3052,7 +3052,7 @@ Value range of N: 0-9.
|
|
|
3052
3052
|
If multiple tags are specified, all such tags will be created and bound to the specified resources.
|
|
3053
3053
|
For each resource, each tag key can have only one value. If you try to add an existing tag key, the corresponding tag value will be updated to the new value.
|
|
3054
3054
|
Non-existent tags will be automatically created.
|
|
3055
|
-
Value range of N: 0
|
|
3055
|
+
Value range of N: 0-9
|
|
3056
3056
|
* @type {Array.<Tag> || null}
|
|
3057
3057
|
*/
|
|
3058
3058
|
this.Tags = null;
|