tencentcloud-sdk-gaap 3.0.1041 → 3.0.1042

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: 67480e2883962a5e132eb567c914a2bea028c2af
4
- data.tar.gz: 1b225ee25f7fd27755d5a865d64372d087e4acaf
3
+ metadata.gz: e787c270c38a878059f43e0fbc2d7976defbd6ef
4
+ data.tar.gz: 298d7e6d1bac199b278c3d678ddaab632e3a91e0
5
5
  SHA512:
6
- metadata.gz: 03d3feabb2849d3e2512b4b3799a96c9266618face8896e2f46e633fc80cd6dc727d3e344160088cc0cd267272b2a76f8d6aadb2d1ea710dc46973d74400525a
7
- data.tar.gz: 441cb1fa8e4186a5470efcc25a9eb1e567756595c0f1de33b9de9ad5fb5bd520fea336d038afc80d1a0e0b2ccfd159533f4266bc46f80886f613ba1d7fb9b2bc
6
+ metadata.gz: 24bf558a99a2e1b4e852a1ff02779962d908891e0343a105543f65df963d5da770059673c8301a35af2b06d9d71fd2b12b7d4cec652481bceede72e56023d5c8
7
+ data.tar.gz: a35b35346581d44b1f328af5c531ada2b2d7eace208f92fd54b4a4d777cf5a674254fa79076b321ed3688aaa4c45ad0170adb4bb540586917db28964aa6cd699
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1041
1
+ 3.0.1042
@@ -1139,7 +1139,7 @@ module TencentCloud
1139
1139
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
1140
1140
  end
1141
1141
 
1142
- # 查询目前定制域名的错误响应
1142
+ # 查询指定域名的错误响应
1143
1143
 
1144
1144
  # @param request: Request instance for DescribeDomainErrorPageInfo.
1145
1145
  # @type request: :class:`Tencentcloud::gaap::V20180529::DescribeDomainErrorPageInfoRequest`
@@ -2422,7 +2422,6 @@ module TencentCloud
2422
2422
  # DescribeBlackHeader返回参数结构体
2423
2423
  class DescribeBlackHeaderResponse < TencentCloud::Common::AbstractModel
2424
2424
  # @param BlackHeaders: 禁用的自定义header列表
2425
- # 注意:此字段可能返回 null,表示取不到有效值。
2426
2425
  # @type BlackHeaders: Array
2427
2426
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2428
2427
  # @type RequestId: String
@@ -2625,10 +2624,8 @@ module TencentCloud
2625
2624
  # DescribeCustomHeader返回参数结构体
2626
2625
  class DescribeCustomHeaderResponse < TencentCloud::Common::AbstractModel
2627
2626
  # @param RuleId: 规则id
2628
- # 注意:此字段可能返回 null,表示取不到有效值。
2629
2627
  # @type RuleId: String
2630
2628
  # @param Headers: 自定义header列表
2631
- # 注意:此字段可能返回 null,表示取不到有效值。
2632
2629
  # @type Headers: Array
2633
2630
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2634
2631
  # @type RequestId: String
@@ -2704,7 +2701,7 @@ module TencentCloud
2704
2701
 
2705
2702
  # DescribeDomainErrorPageInfoByIds请求参数结构体
2706
2703
  class DescribeDomainErrorPageInfoByIdsRequest < TencentCloud::Common::AbstractModel
2707
- # @param ErrorPageIds: 定制错误ID列表,最多支持10个
2704
+ # @param ErrorPageIds: 定制错误ID列表,最多支持10个
2708
2705
  # @type ErrorPageIds: Array
2709
2706
 
2710
2707
  attr_accessor :ErrorPageIds
@@ -2721,7 +2718,6 @@ module TencentCloud
2721
2718
  # DescribeDomainErrorPageInfoByIds返回参数结构体
2722
2719
  class DescribeDomainErrorPageInfoByIdsResponse < TencentCloud::Common::AbstractModel
2723
2720
  # @param ErrorPageSet: 定制错误响应配置集
2724
- # 注意:此字段可能返回 null,表示取不到有效值。
2725
2721
  # @type ErrorPageSet: Array
2726
2722
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2727
2723
  # @type RequestId: String
@@ -2769,7 +2765,6 @@ module TencentCloud
2769
2765
  # DescribeDomainErrorPageInfo返回参数结构体
2770
2766
  class DescribeDomainErrorPageInfoResponse < TencentCloud::Common::AbstractModel
2771
2767
  # @param ErrorPageSet: 定制错误响应配置集
2772
- # 注意:此字段可能返回 null,表示取不到有效值。
2773
2768
  # @type ErrorPageSet: Array
2774
2769
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2775
2770
  # @type RequestId: String
@@ -3714,7 +3709,6 @@ module TencentCloud
3714
3709
  # @param TotalCount: 通道组总数。
3715
3710
  # @type TotalCount: Integer
3716
3711
  # @param ProxyGroupList: 通道组列表。
3717
- # 注意:此字段可能返回 null,表示取不到有效值。
3718
3712
  # @type ProxyGroupList: Array
3719
3713
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3720
3714
  # @type RequestId: String
@@ -4587,7 +4581,6 @@ module TencentCloud
4587
4581
  # @param Status: 任务状态:RUNNING,FAIL,SUCCESS
4588
4582
  # @type Status: String
4589
4583
  # @param TaskId: 任务ID
4590
- # 注意:此字段可能返回 null,表示取不到有效值。
4591
4584
  # @type TaskId: String
4592
4585
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4593
4586
  # @type RequestId: String
@@ -5544,10 +5537,8 @@ module TencentCloud
5544
5537
  # 注意:此字段可能返回 null,表示取不到有效值。
5545
5538
  # @type DiscountFlowUnitPrice: Float
5546
5539
  # @param Cn2BandwidthPrice: 精品BGP的带宽费用价格,单位: 元/Mbps/天
5547
- # 注意:此字段可能返回 null,表示取不到有效值。
5548
5540
  # @type Cn2BandwidthPrice: Float
5549
5541
  # @param Cn2BandwidthPriceWithDiscount: 精品BGP的折后带宽费用价格,单位: 元/Mbps/天
5550
- # 注意:此字段可能返回 null,表示取不到有效值。
5551
5542
  # @type Cn2BandwidthPriceWithDiscount: Float
5552
5543
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5553
5544
  # @type RequestId: String
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-gaap
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1041
4
+ version: 3.0.1042
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-04-16 00:00:00.000000000 Z
11
+ date: 2025-04-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common
@@ -33,9 +33,9 @@ executables: []
33
33
  extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
+ - lib/tencentcloud-sdk-gaap.rb
36
37
  - lib/v20180529/client.rb
37
38
  - lib/v20180529/models.rb
38
- - lib/tencentcloud-sdk-gaap.rb
39
39
  - lib/VERSION
40
40
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
41
41
  licenses: