tencentcloud-sdk-domain 3.0.1058 → 3.0.1059

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20180808/models.rb +28 -17
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 152304ff7a1cff32c41011fba56f0b1e47e0b9e1
4
- data.tar.gz: 94a3e5ec585695250d7a3b155a8dfe5f81cf8dc9
3
+ metadata.gz: b2c4cccb8f33fcde277872b86001de4d35c856d9
4
+ data.tar.gz: bf026d9855d44935eb3579a110d7d184e29b505e
5
5
  SHA512:
6
- metadata.gz: 745023353a78905d932630c3c441b0ef6051c4dadaf1df727158362ff13aa07f08cef5490178924b3c401bc9387f566b5d01242f18ed313434b316a35fd4797b
7
- data.tar.gz: a03dc70843d85fad0268a6e9b98b3afaf0f7bc8528608908fc6050277a1160bdafe1f5367406874005b35372e4a4c2d4bb3370fa05f26f7d7d919ada5f1d0023
6
+ metadata.gz: 41ed9f6a7dc3aec9d037b10fa1eb9736705c4717213fad14c2d3555c7372ed2cf7810a8f0d6f71cc7427cff7e68e5b964799c563d0adcb2c64ef221911ca7a93
7
+ data.tar.gz: 63bb35e82273a0ca85162a4e78f01640f618847a5a9c03fcc1c734bd47402c15ea0ce5566486c7105f542aa68be5fb4b5b8c2984a4d294f05d301776e58ac1c0
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1058
1
+ 3.0.1059
@@ -47,10 +47,11 @@ module TencentCloud
47
47
 
48
48
  # BatchModifyDomainInfo请求参数结构体
49
49
  class BatchModifyDomainInfoRequest < TencentCloud::Common::AbstractModel
50
- # @param Domains: 批量修改的域名。
50
+ # @param Domains: 批量修改的域名数组
51
+ # 个数最大不超过4000
51
52
  # @type Domains: Array
52
53
  # @param TemplateId: 模板ID
53
- # 可从DescribeTemplates接口获取
54
+ # 可从[DescribeTemplateList](https://cloud.tencent.com/document/api/242/48940)接口获取
54
55
  # @type TemplateId: String
55
56
  # @param LockTransfer: true: 开启60天内禁止转移注册商锁定
56
57
  # false:关闭60天内禁止转移注册商锁定
@@ -291,8 +292,10 @@ module TencentCloud
291
292
  # BiddingPreRelease返回参数结构体
292
293
  class BiddingPreReleaseResponse < TencentCloud::Common::AbstractModel
293
294
  # @param IsNeedPay: 是否需要额外支付
295
+ # true: 需要额外支付
296
+ # false: 不需要额外支付
294
297
  # @type IsNeedPay: Boolean
295
- # @param BillingParam: 计费请求参数,以类Json字符串的形式进行返回。用于计费下单
298
+ # @param BillingParam: 计费请求参数,以类Json字符串的形式进行返回。json字符串前有一个">"特定标识符号,去掉标识符的字符串可用于计费下单
296
299
  # @type BillingParam: String
297
300
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
298
301
  # @type RequestId: String
@@ -698,7 +701,7 @@ module TencentCloud
698
701
  # CreateCustomDnsHost请求参数结构体
699
702
  class CreateCustomDnsHostRequest < TencentCloud::Common::AbstractModel
700
703
  # @param DomainId: 域名实例ID
701
- # 可通过DescribeDomainNameList接口获取(https://cloud.tencent.com/document/api/242/48941)
704
+ # 可通过[DescribeDomainNameList](https://cloud.tencent.com/document/api/242/48941)接口获取
702
705
  # @type DomainId: String
703
706
  # @param DnsName: Dns名称
704
707
  # 例如:<>.test.com;其中<>就是Dns名称,可以是任意域名允许的格式
@@ -860,7 +863,7 @@ module TencentCloud
860
863
  # @param Type: 1:手机 2:邮箱
861
864
  # @type Type: Integer
862
865
  # @param VerifyCode: 验证码
863
- # 通过调用SendPhoneEmailCode接口发送到手机或邮箱的验证码:https://cloud.tencent.com/document/api/242/62666
866
+ # 通过调用[SendPhoneEmailCode](https://cloud.tencent.com/document/api/242/62666)接口发送到手机或邮箱的验证码
864
867
  # @type VerifyCode: String
865
868
 
866
869
  attr_accessor :Code, :Type, :VerifyCode
@@ -1109,7 +1112,7 @@ module TencentCloud
1109
1112
  # DeleteTemplate请求参数结构体
1110
1113
  class DeleteTemplateRequest < TencentCloud::Common::AbstractModel
1111
1114
  # @param TemplateId: 模板ID
1112
- # 可通过DescribeTemplates接口获取
1115
+ # 可通过[DescribeTemplateList](https://cloud.tencent.com/document/api/242/48940)接口获取
1113
1116
  # @type TemplateId: String
1114
1117
 
1115
1118
  attr_accessor :TemplateId
@@ -1390,7 +1393,7 @@ module TencentCloud
1390
1393
  # 默认值1
1391
1394
  # @type PageNumber: Integer
1392
1395
  # @param PageSize: 每页数量
1393
- # 默认:20 取值范围【1,200
1396
+ # 默认:20 取值范围[1,200]
1394
1397
  # @type PageSize: Integer
1395
1398
  # @param Domain: 域名
1396
1399
  # @type Domain: String
@@ -1404,7 +1407,10 @@ module TencentCloud
1404
1407
  # BiddingPrice 竞价保证金
1405
1408
  # BiddingEndTime 竞价结束时间
1406
1409
  # @type SortField: String
1407
- # @param SortOrder: 排序规则:asc升序,desc降序
1410
+ # @param SortOrder: 排序规则:
1411
+ # asc:升序
1412
+ # desc:降序
1413
+ # 默认:asc
1408
1414
  # @type SortOrder: String
1409
1415
 
1410
1416
  attr_accessor :PageNumber, :PageSize, :Domain, :Status, :SortField, :SortOrder
@@ -1624,7 +1630,7 @@ module TencentCloud
1624
1630
  # DescribeBiddingSuccessfulDetail请求参数结构体
1625
1631
  class DescribeBiddingSuccessfulDetailRequest < TencentCloud::Common::AbstractModel
1626
1632
  # @param BusinessID: 预约ID
1627
- # 可通过[DescribeBiddingSuccessfulList](https://cloud.tencent.com/document/api/242/106596)接口获取
1633
+ # 可通过[DescribeBiddingList](https://cloud.tencent.com/document/api/242/106598)接口获取
1628
1634
  # @type BusinessID: String
1629
1635
 
1630
1636
  attr_accessor :BusinessID
@@ -1705,7 +1711,7 @@ module TencentCloud
1705
1711
  # 默认:1
1706
1712
  # @type PageNumber: Integer
1707
1713
  # @param PageSize: 每页数量
1708
- # 默认:20 取值范围【1,200
1714
+ # 默认:20 取值范围[1,200]
1709
1715
  # @type PageSize: Integer
1710
1716
  # @param Domain: 域名
1711
1717
  # @type Domain: String
@@ -1715,7 +1721,10 @@ module TencentCloud
1715
1721
  # 默认<空>,不排序
1716
1722
  # SuccessfulTime 预约结束时间
1717
1723
  # @type SortField: String
1718
- # @param SortOrder: 排序规则:asc升序,desc降序
1724
+ # @param SortOrder: 排序规则:
1725
+ # asc:升序
1726
+ # desc:降序
1727
+ # 默认:asc
1719
1728
  # @type SortOrder: String
1720
1729
 
1721
1730
  attr_accessor :PageNumber, :PageSize, :Domain, :Status, :SortField, :SortOrder
@@ -1829,7 +1838,7 @@ module TencentCloud
1829
1838
  # DescribeDomainBaseInfo请求参数结构体
1830
1839
  class DescribeDomainBaseInfoRequest < TencentCloud::Common::AbstractModel
1831
1840
  # @param Domain: 域名
1832
- # 可通过DescribeDomainNameList接口获取(https://cloud.tencent.com/document/api/242/48941)
1841
+ # 可通过[DescribeDomainNameList](https://cloud.tencent.com/document/api/242/48941)接口获取
1833
1842
  # @type Domain: String
1834
1843
 
1835
1844
  attr_accessor :Domain
@@ -2722,7 +2731,7 @@ module TencentCloud
2722
2731
  # DescribeTemplate请求参数结构体
2723
2732
  class DescribeTemplateRequest < TencentCloud::Common::AbstractModel
2724
2733
  # @param TemplateId: 模板ID
2725
- # 通过DescribeTemplateList接口获取:https://cloud.tencent.com/document/api/242/48940
2734
+ # 通过[DescribeTemplateList](https://cloud.tencent.com/document/api/242/48940)接口获取
2726
2735
  # @type TemplateId: String
2727
2736
 
2728
2737
  attr_accessor :TemplateId
@@ -2917,7 +2926,7 @@ module TencentCloud
2917
2926
  # clientUpdateProhibited:注册商禁止更新
2918
2927
  # clientDeleteProhibited:注册商禁止删除
2919
2928
  # serverRenewProhibited: 注册局禁止续费
2920
- # clientRenewProhobited: 注册商禁止续费
2929
+ # clientRenewProhibited: 注册商禁止续费
2921
2930
  # @type DomainStatus: Array
2922
2931
  # @param BuyStatus: 域名购买状态。
2923
2932
  # ok:正常
@@ -3210,7 +3219,7 @@ module TencentCloud
3210
3219
  # clientUpdateProhibited:注册商禁止更新
3211
3220
  # clientDeleteProhibited:注册商禁止删除
3212
3221
  # serverRenewProhibited: 注册局禁止续费
3213
- # clientRenewProhobited: 注册商禁止续费
3222
+ # clientRenewProhibited: 注册商禁止续费
3214
3223
  # @type DomainStatus: Array
3215
3224
  # @param BuyStatus: 域名购买状态。
3216
3225
  # ok:正常
@@ -4021,7 +4030,7 @@ module TencentCloud
4021
4030
  # SetDomainAutoRenew请求参数结构体
4022
4031
  class SetDomainAutoRenewRequest < TencentCloud::Common::AbstractModel
4023
4032
  # @param DomainId: 域名实例ID
4024
- # 可通过DescribeDomainNameList接口获取(https://cloud.tencent.com/document/api/242/48941)
4033
+ # 可通过[DescribeDomainNameList](https://cloud.tencent.com/document/api/242/48941)接口获取
4025
4034
  # @type DomainId: String
4026
4035
  # @param AutoRenew: AutoRenew 有三个可选值:
4027
4036
  # 0:不设置自动续费
@@ -4127,8 +4136,10 @@ module TencentCloud
4127
4136
  # NotVerified: 实名信息待修改
4128
4137
  # @type AuditStatus: String
4129
4138
  # @param CreatedOn: 创建时间
4139
+ # 格式:YYYY-MM-DD HH:mm:ss
4130
4140
  # @type CreatedOn: String
4131
4141
  # @param UpdatedOn: 更新时间
4142
+ # 格式:YYYY-MM-DD HH:mm:ss
4132
4143
  # @type UpdatedOn: String
4133
4144
  # @param UserUin: 用户UIN
4134
4145
  # @type UserUin: String
@@ -4194,7 +4205,7 @@ module TencentCloud
4194
4205
  # @param PassWords: 域名转移码数组。
4195
4206
  # @type PassWords: Array
4196
4207
  # @param TemplateId: 模板ID。
4197
- # 可通过DescribeTemplates接口获取
4208
+ # 可通过[DescribeTemplateList](https://cloud.tencent.com/document/api/242/48940)接口获取
4198
4209
  # @type TemplateId: String
4199
4210
  # @param PayMode: 付费模式 0手动在线付费,1使用余额付费。
4200
4211
  # @type PayMode: Integer
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-domain
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1058
4
+ version: 3.0.1059
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-05-13 00:00:00.000000000 Z
11
+ date: 2025-05-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common