tencentcloud-sdk-cwp 3.0.938 → 3.0.940

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: 13fb4c7a966cd21afadddbef854e64185b86af65
4
- data.tar.gz: f27319ad150073b730b2e842a063e45afe2bd0ed
3
+ metadata.gz: 16d8bb4c525c7027ca3e21604859c1ac5bac4d04
4
+ data.tar.gz: 58db4c5b189a5e108b4615b0a9a34442f91e000f
5
5
  SHA512:
6
- metadata.gz: 6261af235c785c8ea948d2a3b85c3618ece0d72216a1249e8fb89c4ce28768b4c1a0eea201c8967b55a6e4941badbe4035700bfb522cdd66b48e69ab750990cd
7
- data.tar.gz: 1cdb6e658b4b0c92fb5438f79202c494813f33fc03570c75d635314c62ef96a2c9d283869cfb893787ec2fc7b2af16be8b4908a10a310c5d6197250b939f9eaa
6
+ metadata.gz: 6423718e06f7c8b24279be86c35d673a277b734f0af38b5233cfecabf8788c179c936f53a7488a1423d39e49f9811ff24ed31dda6bbf0fd6d57498a2f24490f0
7
+ data.tar.gz: b6f380ca7527ec40175e2a6c9426a59623982217481904da319efe69fc868236db85752b9e7d58d472d7c5d28cc0e58ba0b3932a7d87cd88205cbcee0d0f9215
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.938
1
+ 3.0.940
@@ -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.