tencentcloud-sdk-vod 3.0.657 → 3.0.658

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: 8a7d381986e128eb15b08d30461bb3643ec28179
4
- data.tar.gz: 861e1b7ac97c84fd9161a4ee5fa2e63f266f010d
3
+ metadata.gz: 5680af2e8e2a0a6ed0be0ffffc133443fe24b7c7
4
+ data.tar.gz: 49af95e566f36d159e8cf33af9df9b2a00d8634a
5
5
  SHA512:
6
- metadata.gz: 7aeccd52a92c105315ecb959e803f526d3e4eb95781d72b51087fd6838a6d5c6269a80e8abdc890eed74ec22d899dc455688cea98dee931440a5655f1d3e3444
7
- data.tar.gz: a4abdf0baea827096427ec21bad15ff32c1c8d141d4d370e549fe43b218dd72358032500dbf8b54d27897f8becb13bbb125cb3f1bf2c54e0d942c128c92c2fd4
6
+ metadata.gz: 0e3c2bce009d7bfdd793d665cf8db3539ce57c10cce2f0f83c9dfb7d89d236495a5ac304243fb94448a10b4fbfb408553b3257b3eae1451fec1950e53bba47b3
7
+ data.tar.gz: 85d124560ab9835a0faa4e05189b8276961624b95e2d03165d095f18572fc130e391efd73d3440af0c60a7a5f9258060486abd341e1d196ef41f969435301265
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.657
1
+ 3.0.658
@@ -4147,30 +4147,6 @@ module TencentCloud
4147
4147
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
4148
4148
  end
4149
4149
 
4150
- # 控制台验证域名归属
4151
-
4152
- # @param request: Request instance for VerifyDomainOwnershipForConsole.
4153
- # @type request: :class:`Tencentcloud::vod::V20180717::VerifyDomainOwnershipForConsoleRequest`
4154
- # @rtype: :class:`Tencentcloud::vod::V20180717::VerifyDomainOwnershipForConsoleResponse`
4155
- def VerifyDomainOwnershipForConsole(request)
4156
- body = send_request('VerifyDomainOwnershipForConsole', request.serialize)
4157
- response = JSON.parse(body)
4158
- if response['Response'].key?('Error') == false
4159
- model = VerifyDomainOwnershipForConsoleResponse.new
4160
- model.deserialize(response['Response'])
4161
- model
4162
- else
4163
- code = response['Response']['Error']['Code']
4164
- message = response['Response']['Error']['Message']
4165
- reqid = response['Response']['RequestId']
4166
- raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
4167
- end
4168
- rescue TencentCloud::Common::TencentCloudSDKException => e
4169
- raise e
4170
- rescue StandardError => e
4171
- raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
4172
- end
4173
-
4174
4150
  # 该接口用于验证域名解析值。
4175
4151
 
4176
4152
  # @param request: Request instance for VerifyDomainRecord.
@@ -26126,42 +26126,6 @@ module TencentCloud
26126
26126
  end
26127
26127
  end
26128
26128
 
26129
- # VerifyDomainOwnershipForConsole请求参数结构体
26130
- class VerifyDomainOwnershipForConsoleRequest < TencentCloud::Common::AbstractModel
26131
- # @param Domain: 需要接入点播的域名。
26132
- # @type Domain: String
26133
- # @param AccelerateArea: 需要开启加速的区域: <li>Mainland: 中国大陆地区</li> <li>Internation: 海外地区及港澳台</li> <li>Global: 全球</li> 不填会根据用户注册腾讯云时的地域信息自动判断 Mainland 或 Internation
26134
- # @type AccelerateArea: String
26135
-
26136
- attr_accessor :Domain, :AccelerateArea
26137
-
26138
- def initialize(domain=nil, acceleratearea=nil)
26139
- @Domain = domain
26140
- @AccelerateArea = acceleratearea
26141
- end
26142
-
26143
- def deserialize(params)
26144
- @Domain = params['Domain']
26145
- @AccelerateArea = params['AccelerateArea']
26146
- end
26147
- end
26148
-
26149
- # VerifyDomainOwnershipForConsole返回参数结构体
26150
- class VerifyDomainOwnershipForConsoleResponse < TencentCloud::Common::AbstractModel
26151
- # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
26152
- # @type RequestId: String
26153
-
26154
- attr_accessor :RequestId
26155
-
26156
- def initialize(requestid=nil)
26157
- @RequestId = requestid
26158
- end
26159
-
26160
- def deserialize(params)
26161
- @RequestId = params['RequestId']
26162
- end
26163
- end
26164
-
26165
26129
  # VerifyDomainRecord请求参数结构体
26166
26130
  class VerifyDomainRecordRequest < TencentCloud::Common::AbstractModel
26167
26131
  # @param Domain: 需要接入点播的加速域名。
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-vod
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.657
4
+ version: 3.0.658
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-09-12 00:00:00.000000000 Z
11
+ date: 2023-09-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common