tencentcloud-sdk-cwp 3.0.939 → 3.0.941

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: 0a423ec1d4c9a9df7264b332a9d2ffdca52c5c57
4
- data.tar.gz: c1d333e018e0c3deb618fa3a473b2dd22c7c973f
3
+ metadata.gz: f27806184988d0dc886003755db4efc0fc8459be
4
+ data.tar.gz: c29b71c4be9d1153eb81a2cf30c576c015e68b73
5
5
  SHA512:
6
- metadata.gz: 1b077c164608f4b4ec993f308230bfbc8cd0b6f0016001bec07fc6ec1a53035bc7911fed8f0d5c317d511032549c2c42356e60f50042f4b661fec8b55d40806b
7
- data.tar.gz: 996f5a2cdb40d171dafde453ec3fbf957fb3171106a6550286df964c99f7989ed13b87ac415203263b5dfc3770f2bd486a0fad6504892ce80207e712a4ce64fd
6
+ metadata.gz: 702c5c8c7b07d876be810e45c4d4b9aebba35e66374187e0733070af6f9ad7b3ae2321f99333653fc419d670d8965627a82ccdc8259776f273be9cd716bcb564
7
+ data.tar.gz: b346312cef09e330b48a1de88d626bbc69faa0cf956f2b4ab356360f3545d6bbdb5a190c4fab9988dc308c5a981e197f343c55d8d40034506bfd8d4f8357dce4
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.939
1
+ 3.0.941
@@ -341,32 +341,6 @@ module TencentCloud
341
341
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
342
342
  end
343
343
 
344
- # 云护航计费产品已下线
345
-
346
- # 云护航服务使用完成后,该接口可以确认收货
347
-
348
- # @param request: Request instance for CreateCloudProtectServiceOrderRecord.
349
- # @type request: :class:`Tencentcloud::cwp::V20180228::CreateCloudProtectServiceOrderRecordRequest`
350
- # @rtype: :class:`Tencentcloud::cwp::V20180228::CreateCloudProtectServiceOrderRecordResponse`
351
- def CreateCloudProtectServiceOrderRecord(request)
352
- body = send_request('CreateCloudProtectServiceOrderRecord', request.serialize)
353
- response = JSON.parse(body)
354
- if response['Response'].key?('Error') == false
355
- model = CreateCloudProtectServiceOrderRecordResponse.new
356
- model.deserialize(response['Response'])
357
- model
358
- else
359
- code = response['Response']['Error']['Code']
360
- message = response['Response']['Error']['Message']
361
- reqid = response['Response']['RequestId']
362
- raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
363
- end
364
- rescue TencentCloud::Common::TencentCloudSDKException => e
365
- raise e
366
- rescue StandardError => e
367
- raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
368
- end
369
-
370
344
  # 创建应急漏洞扫描任务
371
345
 
372
346
  # @param request: Request instance for CreateEmergencyVulScan.