tencentcloud-sdk-dnspod 3.0.1162 → 3.0.1177

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: 4c6291e7241eadd4610f3fe7347c43854245e1ef
4
- data.tar.gz: 089631eb32ea3f371687cb8b3d2ebf9b5d1a9a97
3
+ metadata.gz: 26f731d3eef65324b12a691d2307a46421d17e69
4
+ data.tar.gz: be29aa07d2b722e89926650273eb1ce62bfe422d
5
5
  SHA512:
6
- metadata.gz: eb7127a8a8f15363335124b54131589cee3489aaa136b7497080f5959a11b114773c1458dd30a4a9770f019bc152a12f6b38f835927cb1f6ff66c800eca877dc
7
- data.tar.gz: 93fdd2699db95bdf1d3d933a93006db4213b4082bcbdcd3be232be4c1631de6a2369938074cbd2c4cb558e268afca8556ff5b139b807466684bce843d354671b
6
+ metadata.gz: febed41021ca70619247efebbcb95672640c116eb87967c11f67f5b132b9d45ddf1f09079da8559b8af4b219775683f8d30f98690c63f394335d0ebdb893b78c
7
+ data.tar.gz: e798bb12665b877116945d6d7b0adce054c7335f9cb2a072fbb3d9df6b8732e98a1ddd279a53625518648b42905c58c3876abdf98ff08b5dd08ecd385a8492b2
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1162
1
+ 3.0.1177
@@ -4843,7 +4843,7 @@ module TencentCloud
4843
4843
  class DomainShareUserInfo < TencentCloud::Common::AbstractModel
4844
4844
  # @param DomainShareId: 共享记录ID
4845
4845
  # @type DomainShareId: Integer
4846
- # @param Mode: 共享模式。r-只读;w-可写;rw-可读写。
4846
+ # @param Mode: 共享模式。r-只读;rw-可读写。
4847
4847
  # @type Mode: String
4848
4848
  # @param Nickname: 共享到的用户昵称
4849
4849
  # @type Nickname: String
@@ -5522,7 +5522,7 @@ module TencentCloud
5522
5522
  class ModifyDomainStatusRequest < TencentCloud::Common::AbstractModel
5523
5523
  # @param Domain: 域名
5524
5524
  # @type Domain: String
5525
- # @param Status: 域名状态,”enable” 、”disable 分别代表启用和暂停
5525
+ # @param Status: 域名状态,"enable"、"disable" 分别代表启用和暂停
5526
5526
  # @type Status: String
5527
5527
  # @param DomainId: 域名 ID 。参数 DomainId 优先级比参数 Domain 高,如果传递参数 DomainId 将忽略参数 Domain 。可以通过接口DescribeDomainList查到所有的Domain以及DomainId
5528
5528
  # @type DomainId: Integer
@@ -5752,7 +5752,7 @@ module TencentCloud
5752
5752
 
5753
5753
  # ModifyPackageAutoRenew请求参数结构体
5754
5754
  class ModifyPackageAutoRenewRequest < TencentCloud::Common::AbstractModel
5755
- # @param ResourceId: 资源ID。可以在控制台查看所有的资源
5755
+ # @param ResourceId: 计费资源ID
5756
5756
  # @type ResourceId: String
5757
5757
  # @param Status: enable 开启自动续费;disable 关闭自动续费
5758
5758
  # @type Status: String
@@ -6830,7 +6830,7 @@ module TencentCloud
6830
6830
  # @type MonitorStatus: String
6831
6831
  # @param Remark: 记录备注说明
6832
6832
  # @type Remark: String
6833
- # @param TTL: 记录缓存时间
6833
+ # @param TTL: 记录缓存时间,单位:秒
6834
6834
  # @type TTL: Integer
6835
6835
  # @param MX: MX值
6836
6836
  # @type MX: Integer
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-dnspod
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1162
4
+ version: 3.0.1177
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-11-05 00:00:00.000000000 Z
11
+ date: 2025-12-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common