tencentcloud-sdk-cwp 3.0.940 → 3.0.942

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: 16d8bb4c525c7027ca3e21604859c1ac5bac4d04
4
- data.tar.gz: 58db4c5b189a5e108b4615b0a9a34442f91e000f
3
+ metadata.gz: 96ee9276975e9cd508eb771d0a5c0a0fd74d6e3d
4
+ data.tar.gz: fa15e2657f8a46d36033f98f4910e06288dc109f
5
5
  SHA512:
6
- metadata.gz: 6423718e06f7c8b24279be86c35d673a277b734f0af38b5233cfecabf8788c179c936f53a7488a1423d39e49f9811ff24ed31dda6bbf0fd6d57498a2f24490f0
7
- data.tar.gz: b6f380ca7527ec40175e2a6c9426a59623982217481904da319efe69fc868236db85752b9e7d58d472d7c5d28cc0e58ba0b3932a7d87cd88205cbcee0d0f9215
6
+ metadata.gz: 77d1019f0a816e96417be1c59e840d8b1a46d1fd40309c8403a1b938e7394c4f904cea2618c213759454aa5e77887c91112461de5b5c01a28df628d34fe91a43
7
+ data.tar.gz: 6278c04c46bf5dcdfe2737bc01197db0912c98fd82b00c81d4badcb9470b82ab99873506dcebb44dfec21d7a8672d3a4b2b60a9fc3efcec9143973289087595d
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.940
1
+ 3.0.942
@@ -4190,32 +4190,6 @@ module TencentCloud
4190
4190
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
4191
4191
  end
4192
4192
 
4193
- # 云护航计费产品已下线
4194
-
4195
- # 查询云护航服务订单列表
4196
-
4197
- # @param request: Request instance for DescribeCloudProtectServiceOrderList.
4198
- # @type request: :class:`Tencentcloud::cwp::V20180228::DescribeCloudProtectServiceOrderListRequest`
4199
- # @rtype: :class:`Tencentcloud::cwp::V20180228::DescribeCloudProtectServiceOrderListResponse`
4200
- def DescribeCloudProtectServiceOrderList(request)
4201
- body = send_request('DescribeCloudProtectServiceOrderList', request.serialize)
4202
- response = JSON.parse(body)
4203
- if response['Response'].key?('Error') == false
4204
- model = DescribeCloudProtectServiceOrderListResponse.new
4205
- model.deserialize(response['Response'])
4206
- model
4207
- else
4208
- code = response['Response']['Error']['Code']
4209
- message = response['Response']['Error']['Message']
4210
- reqid = response['Response']['RequestId']
4211
- raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
4212
- end
4213
- rescue TencentCloud::Common::TencentCloudSDKException => e
4214
- raise e
4215
- rescue StandardError => e
4216
- raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
4217
- end
4218
-
4219
4193
  # 接口已无效
4220
4194
 
4221
4195
  # 本接口 (DescribeComponentStatistics) 用于获取组件统计列表数据。
@@ -5496,38 +5496,6 @@ module TencentCloud
5496
5496
  end
5497
5497
  end
5498
5498
 
5499
- # 云护航服务详情信息
5500
- class CloudProtectService < TencentCloud::Common::AbstractModel
5501
- # @param ResourceId: 资源ID
5502
- # @type ResourceId: String
5503
- # @param Type: 类型: 这里为新购
5504
- # @type Type: String
5505
- # @param Config: 配置:购买的配置信息
5506
- # @type Config: String
5507
- # @param ServiceName: 服务名称
5508
- # @type ServiceName: String
5509
- # @param BeginTime: 购买时间
5510
- # @type BeginTime: String
5511
-
5512
- attr_accessor :ResourceId, :Type, :Config, :ServiceName, :BeginTime
5513
-
5514
- def initialize(resourceid=nil, type=nil, config=nil, servicename=nil, begintime=nil)
5515
- @ResourceId = resourceid
5516
- @Type = type
5517
- @Config = config
5518
- @ServiceName = servicename
5519
- @BeginTime = begintime
5520
- end
5521
-
5522
- def deserialize(params)
5523
- @ResourceId = params['ResourceId']
5524
- @Type = params['Type']
5525
- @Config = params['Config']
5526
- @ServiceName = params['ServiceName']
5527
- @BeginTime = params['BeginTime']
5528
- end
5529
- end
5530
-
5531
5499
  # 命令行内容
5532
5500
  class CommandLine < TencentCloud::Common::AbstractModel
5533
5501
  # @param Exe: 路径,需要base64加密
@@ -14631,54 +14599,6 @@ module TencentCloud
14631
14599
  end
14632
14600
  end
14633
14601
 
14634
- # DescribeCloudProtectServiceOrderList请求参数结构体
14635
- class DescribeCloudProtectServiceOrderListRequest < TencentCloud::Common::AbstractModel
14636
- # @param Order: 排序字段,当前支持: BeginTime
14637
- # @type Order: String
14638
- # @param By: 排序方式,当前支持:
14639
- # ASC 正序,DESC 倒序
14640
- # @type By: String
14641
-
14642
- attr_accessor :Order, :By
14643
-
14644
- def initialize(order=nil, by=nil)
14645
- @Order = order
14646
- @By = by
14647
- end
14648
-
14649
- def deserialize(params)
14650
- @Order = params['Order']
14651
- @By = params['By']
14652
- end
14653
- end
14654
-
14655
- # DescribeCloudProtectServiceOrderList返回参数结构体
14656
- class DescribeCloudProtectServiceOrderListResponse < TencentCloud::Common::AbstractModel
14657
- # @param Data: 云护航订单列表信息
14658
- # @type Data: Array
14659
- # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
14660
- # @type RequestId: String
14661
-
14662
- attr_accessor :Data, :RequestId
14663
-
14664
- def initialize(data=nil, requestid=nil)
14665
- @Data = data
14666
- @RequestId = requestid
14667
- end
14668
-
14669
- def deserialize(params)
14670
- unless params['Data'].nil?
14671
- @Data = []
14672
- params['Data'].each do |i|
14673
- cloudprotectservice_tmp = CloudProtectService.new
14674
- cloudprotectservice_tmp.deserialize(i)
14675
- @Data << cloudprotectservice_tmp
14676
- end
14677
- end
14678
- @RequestId = params['RequestId']
14679
- end
14680
- end
14681
-
14682
14602
  # DescribeComponentStatistics请求参数结构体
14683
14603
  class DescribeComponentStatisticsRequest < TencentCloud::Common::AbstractModel
14684
14604
  # @param Limit: 返回数量,默认为10,最大值为100。
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-cwp
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.940
4
+ version: 3.0.942
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-11-12 00:00:00.000000000 Z
11
+ date: 2024-11-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common