tencentcloud-sdk-python 3.0.1300__py2.py3-none-any.whl → 3.0.1301__py2.py3-none-any.whl

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.
tencentcloud/__init__.py CHANGED
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.0.1300'
17
+ __version__ = '3.0.1301'
@@ -352,7 +352,7 @@ class DcClient(AbstractClient):
352
352
 
353
353
 
354
354
  def DescribePublicDirectConnectTunnelRoutes(self, request):
355
- """本接口(DescribePublicDirectConnectTunnelRoutes)用于查询互联网通道路由列表
355
+ """查询互联网通道路由列表。
356
356
 
357
357
  :param request: Request instance for DescribePublicDirectConnectTunnelRoutes.
358
358
  :type request: :class:`tencentcloud.dc.v20180410.models.DescribePublicDirectConnectTunnelRoutesRequest`
@@ -372,7 +372,6 @@ class ApplyInternetAddressResponse(AbstractModel):
372
372
  def __init__(self):
373
373
  r"""
374
374
  :param _InstanceId: 互联网公网地址ID
375
- 注意:此字段可能返回 null,表示取不到有效值。
376
375
  :type InstanceId: str
377
376
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
378
377
  :type RequestId: str
@@ -383,7 +382,6 @@ class ApplyInternetAddressResponse(AbstractModel):
383
382
  @property
384
383
  def InstanceId(self):
385
384
  """互联网公网地址ID
386
- 注意:此字段可能返回 null,表示取不到有效值。
387
385
  :rtype: str
388
386
  """
389
387
  return self._InstanceId
@@ -2525,7 +2523,6 @@ class DescribeDirectConnectsResponse(AbstractModel):
2525
2523
  :param _TotalCount: 符合物理专线列表数量。
2526
2524
  :type TotalCount: int
2527
2525
  :param _AllSignLaw: 用户名下物理专线是否都签署了用户协议。
2528
- 注意:此字段可能返回 null,表示取不到有效值。
2529
2526
  :type AllSignLaw: bool
2530
2527
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2531
2528
  :type RequestId: str
@@ -2560,7 +2557,6 @@ class DescribeDirectConnectsResponse(AbstractModel):
2560
2557
  @property
2561
2558
  def AllSignLaw(self):
2562
2559
  """用户名下物理专线是否都签署了用户协议。
2563
- 注意:此字段可能返回 null,表示取不到有效值。
2564
2560
  :rtype: bool
2565
2561
  """
2566
2562
  return self._AllSignLaw
@@ -2607,19 +2603,14 @@ class DescribeInternetAddressQuotaResponse(AbstractModel):
2607
2603
  def __init__(self):
2608
2604
  r"""
2609
2605
  :param _Ipv6PrefixLen: IPv6互联网公网允许的最小前缀长度
2610
- 注意:此字段可能返回 null,表示取不到有效值。
2611
2606
  :type Ipv6PrefixLen: int
2612
2607
  :param _Ipv4BgpQuota: BGP类型IPv4互联网地址配额
2613
- 注意:此字段可能返回 null,表示取不到有效值。
2614
2608
  :type Ipv4BgpQuota: int
2615
2609
  :param _Ipv4OtherQuota: 非BGP类型IPv4互联网地址配额
2616
- 注意:此字段可能返回 null,表示取不到有效值。
2617
2610
  :type Ipv4OtherQuota: int
2618
2611
  :param _Ipv4BgpNum: BGP类型IPv4互联网地址已使用数量
2619
- 注意:此字段可能返回 null,表示取不到有效值。
2620
2612
  :type Ipv4BgpNum: int
2621
2613
  :param _Ipv4OtherNum: 非BGP类型互联网地址已使用数量
2622
- 注意:此字段可能返回 null,表示取不到有效值。
2623
2614
  :type Ipv4OtherNum: int
2624
2615
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2625
2616
  :type RequestId: str
@@ -2634,7 +2625,6 @@ class DescribeInternetAddressQuotaResponse(AbstractModel):
2634
2625
  @property
2635
2626
  def Ipv6PrefixLen(self):
2636
2627
  """IPv6互联网公网允许的最小前缀长度
2637
- 注意:此字段可能返回 null,表示取不到有效值。
2638
2628
  :rtype: int
2639
2629
  """
2640
2630
  return self._Ipv6PrefixLen
@@ -2646,7 +2636,6 @@ class DescribeInternetAddressQuotaResponse(AbstractModel):
2646
2636
  @property
2647
2637
  def Ipv4BgpQuota(self):
2648
2638
  """BGP类型IPv4互联网地址配额
2649
- 注意:此字段可能返回 null,表示取不到有效值。
2650
2639
  :rtype: int
2651
2640
  """
2652
2641
  return self._Ipv4BgpQuota
@@ -2658,7 +2647,6 @@ class DescribeInternetAddressQuotaResponse(AbstractModel):
2658
2647
  @property
2659
2648
  def Ipv4OtherQuota(self):
2660
2649
  """非BGP类型IPv4互联网地址配额
2661
- 注意:此字段可能返回 null,表示取不到有效值。
2662
2650
  :rtype: int
2663
2651
  """
2664
2652
  return self._Ipv4OtherQuota
@@ -2670,7 +2658,6 @@ class DescribeInternetAddressQuotaResponse(AbstractModel):
2670
2658
  @property
2671
2659
  def Ipv4BgpNum(self):
2672
2660
  """BGP类型IPv4互联网地址已使用数量
2673
- 注意:此字段可能返回 null,表示取不到有效值。
2674
2661
  :rtype: int
2675
2662
  """
2676
2663
  return self._Ipv4BgpNum
@@ -2682,7 +2669,6 @@ class DescribeInternetAddressQuotaResponse(AbstractModel):
2682
2669
  @property
2683
2670
  def Ipv4OtherNum(self):
2684
2671
  """非BGP类型互联网地址已使用数量
2685
- 注意:此字段可能返回 null,表示取不到有效值。
2686
2672
  :rtype: int
2687
2673
  """
2688
2674
  return self._Ipv4OtherNum
@@ -2874,7 +2860,6 @@ class DescribeInternetAddressStatisticsResponse(AbstractModel):
2874
2860
  :param _TotalCount: 互联网公网地址统计信息数量
2875
2861
  :type TotalCount: int
2876
2862
  :param _InternetAddressStatistics: 互联网公网地址统计信息列表
2877
- 注意:此字段可能返回 null,表示取不到有效值。
2878
2863
  :type InternetAddressStatistics: list of InternetAddressStatistics
2879
2864
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2880
2865
  :type RequestId: str
@@ -2897,7 +2882,6 @@ class DescribeInternetAddressStatisticsResponse(AbstractModel):
2897
2882
  @property
2898
2883
  def InternetAddressStatistics(self):
2899
2884
  """互联网公网地址统计信息列表
2900
- 注意:此字段可能返回 null,表示取不到有效值。
2901
2885
  :rtype: list of InternetAddressStatistics
2902
2886
  """
2903
2887
  return self._InternetAddressStatistics
@@ -2936,15 +2920,15 @@ class DescribePublicDirectConnectTunnelRoutesRequest(AbstractModel):
2936
2920
 
2937
2921
  def __init__(self):
2938
2922
  r"""
2939
- :param _DirectConnectTunnelId: 专用通道ID
2923
+ :param _DirectConnectTunnelId: 专用通道ID
2940
2924
  :type DirectConnectTunnelId: str
2941
2925
  :param _Filters: 过滤条件:
2942
- route-type:路由类型,取值:BGP/STATIC
2943
- route-subnet:路由cidr,取值如:192.68.1.0/24
2926
+ route-type:路由类型,取值:BGP/STATIC
2927
+ route-subnet:路由cidr,取值如:192.68.1.0/24
2944
2928
  :type Filters: list of Filter
2945
- :param _Offset: 偏移量,默认为0
2929
+ :param _Offset: 偏移量,默认为0
2946
2930
  :type Offset: int
2947
- :param _Limit: 返回数量,默认为20,最大值为100
2931
+ :param _Limit: 返回数量,默认为20,最大值为100
2948
2932
  :type Limit: int
2949
2933
  """
2950
2934
  self._DirectConnectTunnelId = None
@@ -2954,7 +2938,7 @@ route-subnet:路由cidr,取值如:192.68.1.0/24
2954
2938
 
2955
2939
  @property
2956
2940
  def DirectConnectTunnelId(self):
2957
- """专用通道ID
2941
+ """专用通道ID
2958
2942
  :rtype: str
2959
2943
  """
2960
2944
  return self._DirectConnectTunnelId
@@ -2966,8 +2950,8 @@ route-subnet:路由cidr,取值如:192.68.1.0/24
2966
2950
  @property
2967
2951
  def Filters(self):
2968
2952
  """过滤条件:
2969
- route-type:路由类型,取值:BGP/STATIC
2970
- route-subnet:路由cidr,取值如:192.68.1.0/24
2953
+ route-type:路由类型,取值:BGP/STATIC
2954
+ route-subnet:路由cidr,取值如:192.68.1.0/24
2971
2955
  :rtype: list of Filter
2972
2956
  """
2973
2957
  return self._Filters
@@ -2978,7 +2962,7 @@ route-subnet:路由cidr,取值如:192.68.1.0/24
2978
2962
 
2979
2963
  @property
2980
2964
  def Offset(self):
2981
- """偏移量,默认为0
2965
+ """偏移量,默认为0
2982
2966
  :rtype: int
2983
2967
  """
2984
2968
  return self._Offset
@@ -2989,7 +2973,7 @@ route-subnet:路由cidr,取值如:192.68.1.0/24
2989
2973
 
2990
2974
  @property
2991
2975
  def Limit(self):
2992
- """返回数量,默认为20,最大值为100
2976
+ """返回数量,默认为20,最大值为100
2993
2977
  :rtype: int
2994
2978
  """
2995
2979
  return self._Limit
@@ -3026,9 +3010,9 @@ class DescribePublicDirectConnectTunnelRoutesResponse(AbstractModel):
3026
3010
 
3027
3011
  def __init__(self):
3028
3012
  r"""
3029
- :param _Routes: 互联网通道路由列表
3013
+ :param _Routes: 互联网通道路由列表。
3030
3014
  :type Routes: list of DirectConnectTunnelRoute
3031
- :param _TotalCount: 记录总数
3015
+ :param _TotalCount: 路由总数量。
3032
3016
  :type TotalCount: int
3033
3017
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3034
3018
  :type RequestId: str
@@ -3039,7 +3023,7 @@ class DescribePublicDirectConnectTunnelRoutesResponse(AbstractModel):
3039
3023
 
3040
3024
  @property
3041
3025
  def Routes(self):
3042
- """互联网通道路由列表
3026
+ """互联网通道路由列表。
3043
3027
  :rtype: list of DirectConnectTunnelRoute
3044
3028
  """
3045
3029
  return self._Routes
@@ -3050,7 +3034,7 @@ class DescribePublicDirectConnectTunnelRoutesResponse(AbstractModel):
3050
3034
 
3051
3035
  @property
3052
3036
  def TotalCount(self):
3053
- """记录总数
3037
+ """路由总数量。
3054
3038
  :rtype: int
3055
3039
  """
3056
3040
  return self._TotalCount
@@ -4833,7 +4817,6 @@ class DirectConnectTunnelRoute(AbstractModel):
4833
4817
  :param _NextHop: 路由下一跳IP
4834
4818
  :type NextHop: str
4835
4819
  :param _UpdateTime: 路由更新时间
4836
- 注意:此字段可能返回 null,表示取不到有效值。
4837
4820
  :type UpdateTime: str
4838
4821
  :param _ApplyOnTunnelEnable: 是否配置在通道上
4839
4822
  :type ApplyOnTunnelEnable: bool
@@ -4916,7 +4899,6 @@ class DirectConnectTunnelRoute(AbstractModel):
4916
4899
  @property
4917
4900
  def UpdateTime(self):
4918
4901
  """路由更新时间
4919
- 注意:此字段可能返回 null,表示取不到有效值。
4920
4902
  :rtype: str
4921
4903
  """
4922
4904
  return self._UpdateTime
@@ -9336,6 +9336,9 @@ class IndexMetaField(AbstractModel):
9336
9336
  :param _IndexSettingsField: 索引配置字段
9337
9337
  注意:此字段可能返回 null,表示取不到有效值。
9338
9338
  :type IndexSettingsField: :class:`tencentcloud.es.v20180416.models.IndexSettingsField`
9339
+ :param _IndexAliasesField: 索引别名字段
9340
+ 注意:此字段可能返回 null,表示取不到有效值。
9341
+ :type IndexAliasesField: list of str
9339
9342
  :param _AppId: 索引所属集群APP ID
9340
9343
  注意:此字段可能返回 null,表示取不到有效值。
9341
9344
  :type AppId: int
@@ -9356,6 +9359,7 @@ class IndexMetaField(AbstractModel):
9356
9359
  self._IndexPolicyField = None
9357
9360
  self._IndexOptionsField = None
9358
9361
  self._IndexSettingsField = None
9362
+ self._IndexAliasesField = None
9359
9363
  self._AppId = None
9360
9364
  self._IndexDocs = None
9361
9365
 
@@ -9515,6 +9519,18 @@ class IndexMetaField(AbstractModel):
9515
9519
  def IndexSettingsField(self, IndexSettingsField):
9516
9520
  self._IndexSettingsField = IndexSettingsField
9517
9521
 
9522
+ @property
9523
+ def IndexAliasesField(self):
9524
+ """索引别名字段
9525
+ 注意:此字段可能返回 null,表示取不到有效值。
9526
+ :rtype: list of str
9527
+ """
9528
+ return self._IndexAliasesField
9529
+
9530
+ @IndexAliasesField.setter
9531
+ def IndexAliasesField(self, IndexAliasesField):
9532
+ self._IndexAliasesField = IndexAliasesField
9533
+
9518
9534
  @property
9519
9535
  def AppId(self):
9520
9536
  """索引所属集群APP ID
@@ -9565,6 +9581,7 @@ class IndexMetaField(AbstractModel):
9565
9581
  if params.get("IndexSettingsField") is not None:
9566
9582
  self._IndexSettingsField = IndexSettingsField()
9567
9583
  self._IndexSettingsField._deserialize(params.get("IndexSettingsField"))
9584
+ self._IndexAliasesField = params.get("IndexAliasesField")
9568
9585
  self._AppId = params.get("AppId")
9569
9586
  self._IndexDocs = params.get("IndexDocs")
9570
9587
  memeber_set = set(params.keys())
@@ -417,7 +417,7 @@ class EssClient(AbstractClient):
417
417
  ### 填充模板中定义的填写控件
418
418
  模板中配置的<font color="red">发起人填充控件</font>可以通过本接口的**FormFields数组**字段填充。
419
419
 
420
- **<font color="red">填充填写控件需要进行Pdf合成工作,文档合成完成后会收到[文档合成完成后回调通知](https://qian.tencent.com/developers/company/callback_types_file_resources),建议在收到此回调后再调用 [StartFlow](https://qian.tencent.com/developers/companyApis/startFlows/StartFlow) 接口。</font>**
420
+ **<font color="red">填充填写控件需要进行Pdf合成工作,文档合成完成后会收到[合同文档合成完成回调](https://qian.tencent.com/developers/company/callback_types_contracts_sign#%E4%B9%9D-%E5%90%88%E5%90%8C%E6%96%87%E6%A1%A3%E5%90%88%E6%88%90%E5%AE%8C%E6%88%90%E5%9B%9E%E8%B0%83),建议在收到此回调后再调用 [StartFlow](https://qian.tencent.com/developers/companyApis/startFlows/StartFlow) 接口。</font>**
421
421
 
422
422
  ![image](https://qcloudimg.tencent-cloud.cn/raw/37457e0e450fc221effddfcb8b1bad55.png)
423
423
 
@@ -5819,7 +5819,7 @@ class CreateDocumentResponse(AbstractModel):
5819
5819
  :param _PreviewFileUrl: 合同预览链接URL。
5820
5820
 
5821
5821
  注: `1.如果是预览模式(即NeedPreview设置为true)时, 才会有此预览链接URL`
5822
- `2.当使用的模板中存在动态表格控件时,预览结果中没有动态表格的填写内容`
5822
+ `2.当使用的模板中存在动态表格控件时,预览结果中没有动态表格的填写内容,完整的预览链接需通过[合同文档合成完成回调](https://qian.tencent.com/developers/company/callback_types_contracts_sign/#%E4%B9%9D-%E5%90%88%E5%90%8C%E6%96%87%E6%A1%A3%E5%90%88%E6%88%90%E5%AE%8C%E6%88%90%E5%9B%9E%E8%B0%83)获取。
5823
5823
  :type PreviewFileUrl: str
5824
5824
  :param _Approvers: 签署方信息,如角色ID、角色名称等
5825
5825
  :type Approvers: list of ApproverItem
@@ -5850,7 +5850,7 @@ class CreateDocumentResponse(AbstractModel):
5850
5850
  """合同预览链接URL。
5851
5851
 
5852
5852
  注: `1.如果是预览模式(即NeedPreview设置为true)时, 才会有此预览链接URL`
5853
- `2.当使用的模板中存在动态表格控件时,预览结果中没有动态表格的填写内容`
5853
+ `2.当使用的模板中存在动态表格控件时,预览结果中没有动态表格的填写内容,完整的预览链接需通过[合同文档合成完成回调](https://qian.tencent.com/developers/company/callback_types_contracts_sign/#%E4%B9%9D-%E5%90%88%E5%90%8C%E6%96%87%E6%A1%A3%E5%90%88%E6%88%90%E5%AE%8C%E6%88%90%E5%9B%9E%E8%B0%83)获取。
5854
5854
  :rtype: str
5855
5855
  """
5856
5856
  return self._PreviewFileUrl
@@ -15455,6 +15455,8 @@ class CreateFlowsByTemplatesResponse(AbstractModel):
15455
15455
  :param _PreviewUrls: 合同预览链接URL数组。
15456
15456
 
15457
15457
  注:如果是预览模式(即NeedPreview设置为true)时, 才会有此预览链接URL
15458
+ 如果预览的文件中指定了动态表格控件,此时此接口返回的是合成前的文档预览链接,合成完成后的文档预览链接需要通过[合同文档合成完成回调](https://qian.tencent.com/developers/partner/callback_types_contracts_sign#%E5%8D%81%E4%B8%80-%E5%90%88%E5%90%8C%E6%96%87%E6%A1%A3%E5%90%88%E6%88%90%E5%AE%8C%E6%88%90%E5%9B%9E%E8%B0%83)获取或使用返回的TaskInfo中的TaskId通过[查询转换任务状态
15459
+ ](https://qian.tencent.com/developers/partnerApis/files/ChannelGetTaskResultApi)接口查询得到
15458
15460
  :type PreviewUrls: list of str
15459
15461
  :param _TaskInfos: 复杂文档合成任务(如,包含动态表格的预览任务)的任务信息数组;
15460
15462
  如果文档需要异步合成,此字段会返回该异步任务的任务信息,后续可以通过ChannelGetTaskResultApi接口查询任务详情;
@@ -15514,6 +15516,8 @@ class CreateFlowsByTemplatesResponse(AbstractModel):
15514
15516
  """合同预览链接URL数组。
15515
15517
 
15516
15518
  注:如果是预览模式(即NeedPreview设置为true)时, 才会有此预览链接URL
15519
+ 如果预览的文件中指定了动态表格控件,此时此接口返回的是合成前的文档预览链接,合成完成后的文档预览链接需要通过[合同文档合成完成回调](https://qian.tencent.com/developers/partner/callback_types_contracts_sign#%E5%8D%81%E4%B8%80-%E5%90%88%E5%90%8C%E6%96%87%E6%A1%A3%E5%90%88%E6%88%90%E5%AE%8C%E6%88%90%E5%9B%9E%E8%B0%83)获取或使用返回的TaskInfo中的TaskId通过[查询转换任务状态
15520
+ ](https://qian.tencent.com/developers/partnerApis/files/ChannelGetTaskResultApi)接口查询得到
15517
15521
  :rtype: list of str
15518
15522
  """
15519
15523
  return self._PreviewUrls
@@ -263,7 +263,6 @@ class ActivateHardwareResponse(AbstractModel):
263
263
  def __init__(self):
264
264
  r"""
265
265
  :param _HardwareInfo: 完成激活的设备信息
266
- 注意:此字段可能返回 null,表示取不到有效值。
267
266
  :type HardwareInfo: list of ActivateHardware
268
267
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
269
268
  :type RequestId: str
@@ -274,7 +273,6 @@ class ActivateHardwareResponse(AbstractModel):
274
273
  @property
275
274
  def HardwareInfo(self):
276
275
  """完成激活的设备信息
277
- 注意:此字段可能返回 null,表示取不到有效值。
278
276
  :rtype: list of ActivateHardware
279
277
  """
280
278
  return self._HardwareInfo
@@ -1272,7 +1272,7 @@ class DescribeClusterInstancesRequest(AbstractModel):
1272
1272
  :param _Limit: 返回数量,默认为20,最大值为100。关于Limit的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/15688)中的相关小节。
1273
1273
  :type Limit: int
1274
1274
  :param _Filters: 过滤条件列表:
1275
- InstanceIds(实例ID),InstanceType(实例类型:Regular,Native,Virtual,External),VagueIpAddress(模糊匹配IP),Labels(k8s节点label),NodePoolNames(节点池名称),VagueInstanceName(模糊匹配节点名),InstanceStates(节点状态),Unschedulable(是否封锁),NodePoolIds(节点池ID)
1275
+ InstanceIds(实例ID),InstanceType(实例类型:Regular,Native,Super,External),VagueIpAddress(模糊匹配IP),Labels(k8s节点label),NodePoolNames(节点池名称),VagueInstanceName(模糊匹配节点名),InstanceStates(节点状态),Unschedulable(是否封锁),NodePoolIds(节点池ID)
1276
1276
  :type Filters: list of Filter
1277
1277
  :param _SortBy: 排序信息
1278
1278
  :type SortBy: :class:`tencentcloud.tke.v20220501.models.SortBy`
@@ -1319,7 +1319,7 @@ InstanceIds(实例ID),InstanceType(实例类型:Regular,Native,Virtual,E
1319
1319
  @property
1320
1320
  def Filters(self):
1321
1321
  """过滤条件列表:
1322
- InstanceIds(实例ID),InstanceType(实例类型:Regular,Native,Virtual,External),VagueIpAddress(模糊匹配IP),Labels(k8s节点label),NodePoolNames(节点池名称),VagueInstanceName(模糊匹配节点名),InstanceStates(节点状态),Unschedulable(是否封锁),NodePoolIds(节点池ID)
1322
+ InstanceIds(实例ID),InstanceType(实例类型:Regular,Native,Super,External),VagueIpAddress(模糊匹配IP),Labels(k8s节点label),NodePoolNames(节点池名称),VagueInstanceName(模糊匹配节点名),InstanceStates(节点状态),Unschedulable(是否封锁),NodePoolIds(节点池ID)
1323
1323
  :rtype: list of Filter
1324
1324
  """
1325
1325
  return self._Filters
@@ -2225,28 +2225,20 @@ class Device(AbstractModel):
2225
2225
  def __init__(self):
2226
2226
  r"""
2227
2227
  :param _DeviceId: 设备ID
2228
- 注意:此字段可能返回 null,表示取不到有效值。
2229
2228
  :type DeviceId: str
2230
2229
  :param _DeviceName: 设备名称
2231
- 注意:此字段可能返回 null,表示取不到有效值。
2232
2230
  :type DeviceName: str
2233
2231
  :param _LicenseCount: 已经绑定license数量
2234
- 注意:此字段可能返回 null,表示取不到有效值。
2235
2232
  :type LicenseCount: int
2236
2233
  :param _RemainDay: 剩余天数:天
2237
- 注意:此字段可能返回 null,表示取不到有效值。
2238
2234
  :type RemainDay: int
2239
2235
  :param _ExpireTime: 过期时间:s
2240
- 注意:此字段可能返回 null,表示取不到有效值。
2241
2236
  :type ExpireTime: str
2242
2237
  :param _Duration: 服务时长:s
2243
- 注意:此字段可能返回 null,表示取不到有效值。
2244
2238
  :type Duration: str
2245
2239
  :param _LicenseIds: 已经绑定licenseId列表
2246
- 注意:此字段可能返回 null,表示取不到有效值。
2247
2240
  :type LicenseIds: list of str
2248
2241
  :param _MonthlyRemainTime: 每月license的限定时长
2249
- 注意:此字段可能返回 null,表示取不到有效值。
2250
2242
  :type MonthlyRemainTime: int
2251
2243
  :param _LimitedTime: 月封顶时长(分钟)
2252
2244
  :type LimitedTime: int
@@ -2264,7 +2256,6 @@ class Device(AbstractModel):
2264
2256
  @property
2265
2257
  def DeviceId(self):
2266
2258
  """设备ID
2267
- 注意:此字段可能返回 null,表示取不到有效值。
2268
2259
  :rtype: str
2269
2260
  """
2270
2261
  return self._DeviceId
@@ -2276,7 +2267,6 @@ class Device(AbstractModel):
2276
2267
  @property
2277
2268
  def DeviceName(self):
2278
2269
  """设备名称
2279
- 注意:此字段可能返回 null,表示取不到有效值。
2280
2270
  :rtype: str
2281
2271
  """
2282
2272
  return self._DeviceName
@@ -2288,7 +2278,6 @@ class Device(AbstractModel):
2288
2278
  @property
2289
2279
  def LicenseCount(self):
2290
2280
  """已经绑定license数量
2291
- 注意:此字段可能返回 null,表示取不到有效值。
2292
2281
  :rtype: int
2293
2282
  """
2294
2283
  return self._LicenseCount
@@ -2300,7 +2289,6 @@ class Device(AbstractModel):
2300
2289
  @property
2301
2290
  def RemainDay(self):
2302
2291
  """剩余天数:天
2303
- 注意:此字段可能返回 null,表示取不到有效值。
2304
2292
  :rtype: int
2305
2293
  """
2306
2294
  return self._RemainDay
@@ -2312,7 +2300,6 @@ class Device(AbstractModel):
2312
2300
  @property
2313
2301
  def ExpireTime(self):
2314
2302
  """过期时间:s
2315
- 注意:此字段可能返回 null,表示取不到有效值。
2316
2303
  :rtype: str
2317
2304
  """
2318
2305
  return self._ExpireTime
@@ -2324,7 +2311,6 @@ class Device(AbstractModel):
2324
2311
  @property
2325
2312
  def Duration(self):
2326
2313
  """服务时长:s
2327
- 注意:此字段可能返回 null,表示取不到有效值。
2328
2314
  :rtype: str
2329
2315
  """
2330
2316
  return self._Duration
@@ -2336,7 +2322,6 @@ class Device(AbstractModel):
2336
2322
  @property
2337
2323
  def LicenseIds(self):
2338
2324
  """已经绑定licenseId列表
2339
- 注意:此字段可能返回 null,表示取不到有效值。
2340
2325
  :rtype: list of str
2341
2326
  """
2342
2327
  return self._LicenseIds
@@ -2348,7 +2333,6 @@ class Device(AbstractModel):
2348
2333
  @property
2349
2334
  def MonthlyRemainTime(self):
2350
2335
  """每月license的限定时长
2351
- 注意:此字段可能返回 null,表示取不到有效值。
2352
2336
  :rtype: int
2353
2337
  """
2354
2338
  return self._MonthlyRemainTime
@@ -3924,70 +3908,49 @@ class SessionDeviceDetail(AbstractModel):
3924
3908
  :param _DeviceId: 设备ID
3925
3909
  :type DeviceId: str
3926
3910
  :param _Ver: sdk版本
3927
- 注意:此字段可能返回 null,表示取不到有效值。
3928
3911
  :type Ver: str
3929
3912
  :param _SdkMode: 模式(p2p/server)
3930
- 注意:此字段可能返回 null,表示取不到有效值。
3931
3913
  :type SdkMode: str
3932
3914
  :param _DecodeCost: 解码耗时,单位:ms
3933
- 注意:此字段可能返回 null,表示取不到有效值。
3934
3915
  :type DecodeCost: list of int
3935
3916
  :param _RenderConst: 【已废弃,使用RenderCost】
3936
3917
  注意:此字段可能返回 null,表示取不到有效值。
3937
3918
  :type RenderConst: list of int
3938
3919
  :param _K100: 卡顿k100
3939
- 注意:此字段可能返回 null,表示取不到有效值。
3940
3920
  :type K100: list of float
3941
3921
  :param _K150: 卡顿k150
3942
- 注意:此字段可能返回 null,表示取不到有效值。
3943
3922
  :type K150: list of float
3944
3923
  :param _NACK: nack请求数
3945
- 注意:此字段可能返回 null,表示取不到有效值。
3946
3924
  :type NACK: list of int
3947
3925
  :param _BitRateEstimate: 服务端调控码率,单位:kbps
3948
- 注意:此字段可能返回 null,表示取不到有效值。
3949
3926
  :type BitRateEstimate: list of int
3950
3927
  :param _Width: 宽度
3951
- 注意:此字段可能返回 null,表示取不到有效值。
3952
3928
  :type Width: int
3953
3929
  :param _Height: 高度
3954
- 注意:此字段可能返回 null,表示取不到有效值。
3955
3930
  :type Height: int
3956
3931
  :param _EncodeCost: 编码耗时,单位:ms
3957
- 注意:此字段可能返回 null,表示取不到有效值。
3958
3932
  :type EncodeCost: list of int
3959
3933
  :param _CaptureCost: 采集耗时,单位:ms
3960
- 注意:此字段可能返回 null,表示取不到有效值。
3961
3934
  :type CaptureCost: list of int
3962
3935
  :param _RenderCost: 渲染耗时,单位:ms
3963
- 注意:此字段可能返回 null,表示取不到有效值。
3964
3936
  :type RenderCost: list of int
3965
3937
  :param _ConfigWidth: 配置宽度
3966
- 注意:此字段可能返回 null,表示取不到有效值。
3967
3938
  :type ConfigWidth: int
3968
3939
  :param _ConfigHeight: 配置高度
3969
- 注意:此字段可能返回 null,表示取不到有效值。
3970
3940
  :type ConfigHeight: int
3971
3941
  :param _FrameDelta: 平均帧间隔
3972
- 注意:此字段可能返回 null,表示取不到有效值。
3973
3942
  :type FrameDelta: list of int
3974
3943
  :param _MaxFrameDelta: 最大帧间隔
3975
- 注意:此字段可能返回 null,表示取不到有效值。
3976
3944
  :type MaxFrameDelta: list of int
3977
3945
  :param _TotalBitrateEstimate: 总码率评估,单位:kbps
3978
- 注意:此字段可能返回 null,表示取不到有效值。
3979
3946
  :type TotalBitrateEstimate: list of int
3980
3947
  :param _Lag100Duration: 帧间隔大于100ms的卡顿时长
3981
- 注意:此字段可能返回 null,表示取不到有效值。
3982
3948
  :type Lag100Duration: list of int
3983
3949
  :param _Lag150Duration: 帧间隔大于150ms的卡顿时长
3984
- 注意:此字段可能返回 null,表示取不到有效值。
3985
3950
  :type Lag150Duration: list of int
3986
3951
  :param _MultiMode: 是否开启多网:0 单网,1 多网
3987
- 注意:此字段可能返回 null,表示取不到有效值。
3988
3952
  :type MultiMode: int
3989
3953
  :param _MultiNet: 多网卡信息
3990
- 注意:此字段可能返回 null,表示取不到有效值。
3991
3954
  :type MultiNet: list of MultiNet
3992
3955
  """
3993
3956
  self._DeviceType = None
@@ -4184,7 +4147,6 @@ class SessionDeviceDetail(AbstractModel):
4184
4147
  @property
4185
4148
  def Ver(self):
4186
4149
  """sdk版本
4187
- 注意:此字段可能返回 null,表示取不到有效值。
4188
4150
  :rtype: str
4189
4151
  """
4190
4152
  return self._Ver
@@ -4196,7 +4158,6 @@ class SessionDeviceDetail(AbstractModel):
4196
4158
  @property
4197
4159
  def SdkMode(self):
4198
4160
  """模式(p2p/server)
4199
- 注意:此字段可能返回 null,表示取不到有效值。
4200
4161
  :rtype: str
4201
4162
  """
4202
4163
  return self._SdkMode
@@ -4208,7 +4169,6 @@ class SessionDeviceDetail(AbstractModel):
4208
4169
  @property
4209
4170
  def DecodeCost(self):
4210
4171
  """解码耗时,单位:ms
4211
- 注意:此字段可能返回 null,表示取不到有效值。
4212
4172
  :rtype: list of int
4213
4173
  """
4214
4174
  return self._DecodeCost
@@ -4236,7 +4196,6 @@ class SessionDeviceDetail(AbstractModel):
4236
4196
  @property
4237
4197
  def K100(self):
4238
4198
  """卡顿k100
4239
- 注意:此字段可能返回 null,表示取不到有效值。
4240
4199
  :rtype: list of float
4241
4200
  """
4242
4201
  return self._K100
@@ -4248,7 +4207,6 @@ class SessionDeviceDetail(AbstractModel):
4248
4207
  @property
4249
4208
  def K150(self):
4250
4209
  """卡顿k150
4251
- 注意:此字段可能返回 null,表示取不到有效值。
4252
4210
  :rtype: list of float
4253
4211
  """
4254
4212
  return self._K150
@@ -4260,7 +4218,6 @@ class SessionDeviceDetail(AbstractModel):
4260
4218
  @property
4261
4219
  def NACK(self):
4262
4220
  """nack请求数
4263
- 注意:此字段可能返回 null,表示取不到有效值。
4264
4221
  :rtype: list of int
4265
4222
  """
4266
4223
  return self._NACK
@@ -4272,7 +4229,6 @@ class SessionDeviceDetail(AbstractModel):
4272
4229
  @property
4273
4230
  def BitRateEstimate(self):
4274
4231
  """服务端调控码率,单位:kbps
4275
- 注意:此字段可能返回 null,表示取不到有效值。
4276
4232
  :rtype: list of int
4277
4233
  """
4278
4234
  return self._BitRateEstimate
@@ -4284,7 +4240,6 @@ class SessionDeviceDetail(AbstractModel):
4284
4240
  @property
4285
4241
  def Width(self):
4286
4242
  """宽度
4287
- 注意:此字段可能返回 null,表示取不到有效值。
4288
4243
  :rtype: int
4289
4244
  """
4290
4245
  return self._Width
@@ -4296,7 +4251,6 @@ class SessionDeviceDetail(AbstractModel):
4296
4251
  @property
4297
4252
  def Height(self):
4298
4253
  """高度
4299
- 注意:此字段可能返回 null,表示取不到有效值。
4300
4254
  :rtype: int
4301
4255
  """
4302
4256
  return self._Height
@@ -4308,7 +4262,6 @@ class SessionDeviceDetail(AbstractModel):
4308
4262
  @property
4309
4263
  def EncodeCost(self):
4310
4264
  """编码耗时,单位:ms
4311
- 注意:此字段可能返回 null,表示取不到有效值。
4312
4265
  :rtype: list of int
4313
4266
  """
4314
4267
  return self._EncodeCost
@@ -4320,7 +4273,6 @@ class SessionDeviceDetail(AbstractModel):
4320
4273
  @property
4321
4274
  def CaptureCost(self):
4322
4275
  """采集耗时,单位:ms
4323
- 注意:此字段可能返回 null,表示取不到有效值。
4324
4276
  :rtype: list of int
4325
4277
  """
4326
4278
  return self._CaptureCost
@@ -4332,7 +4284,6 @@ class SessionDeviceDetail(AbstractModel):
4332
4284
  @property
4333
4285
  def RenderCost(self):
4334
4286
  """渲染耗时,单位:ms
4335
- 注意:此字段可能返回 null,表示取不到有效值。
4336
4287
  :rtype: list of int
4337
4288
  """
4338
4289
  return self._RenderCost
@@ -4344,7 +4295,6 @@ class SessionDeviceDetail(AbstractModel):
4344
4295
  @property
4345
4296
  def ConfigWidth(self):
4346
4297
  """配置宽度
4347
- 注意:此字段可能返回 null,表示取不到有效值。
4348
4298
  :rtype: int
4349
4299
  """
4350
4300
  return self._ConfigWidth
@@ -4356,7 +4306,6 @@ class SessionDeviceDetail(AbstractModel):
4356
4306
  @property
4357
4307
  def ConfigHeight(self):
4358
4308
  """配置高度
4359
- 注意:此字段可能返回 null,表示取不到有效值。
4360
4309
  :rtype: int
4361
4310
  """
4362
4311
  return self._ConfigHeight
@@ -4368,7 +4317,6 @@ class SessionDeviceDetail(AbstractModel):
4368
4317
  @property
4369
4318
  def FrameDelta(self):
4370
4319
  """平均帧间隔
4371
- 注意:此字段可能返回 null,表示取不到有效值。
4372
4320
  :rtype: list of int
4373
4321
  """
4374
4322
  return self._FrameDelta
@@ -4380,7 +4328,6 @@ class SessionDeviceDetail(AbstractModel):
4380
4328
  @property
4381
4329
  def MaxFrameDelta(self):
4382
4330
  """最大帧间隔
4383
- 注意:此字段可能返回 null,表示取不到有效值。
4384
4331
  :rtype: list of int
4385
4332
  """
4386
4333
  return self._MaxFrameDelta
@@ -4392,7 +4339,6 @@ class SessionDeviceDetail(AbstractModel):
4392
4339
  @property
4393
4340
  def TotalBitrateEstimate(self):
4394
4341
  """总码率评估,单位:kbps
4395
- 注意:此字段可能返回 null,表示取不到有效值。
4396
4342
  :rtype: list of int
4397
4343
  """
4398
4344
  return self._TotalBitrateEstimate
@@ -4404,7 +4350,6 @@ class SessionDeviceDetail(AbstractModel):
4404
4350
  @property
4405
4351
  def Lag100Duration(self):
4406
4352
  """帧间隔大于100ms的卡顿时长
4407
- 注意:此字段可能返回 null,表示取不到有效值。
4408
4353
  :rtype: list of int
4409
4354
  """
4410
4355
  return self._Lag100Duration
@@ -4416,7 +4361,6 @@ class SessionDeviceDetail(AbstractModel):
4416
4361
  @property
4417
4362
  def Lag150Duration(self):
4418
4363
  """帧间隔大于150ms的卡顿时长
4419
- 注意:此字段可能返回 null,表示取不到有效值。
4420
4364
  :rtype: list of int
4421
4365
  """
4422
4366
  return self._Lag150Duration
@@ -4428,7 +4372,6 @@ class SessionDeviceDetail(AbstractModel):
4428
4372
  @property
4429
4373
  def MultiMode(self):
4430
4374
  """是否开启多网:0 单网,1 多网
4431
- 注意:此字段可能返回 null,表示取不到有效值。
4432
4375
  :rtype: int
4433
4376
  """
4434
4377
  return self._MultiMode
@@ -4440,7 +4383,6 @@ class SessionDeviceDetail(AbstractModel):
4440
4383
  @property
4441
4384
  def MultiNet(self):
4442
4385
  """多网卡信息
4443
- 注意:此字段可能返回 null,表示取不到有效值。
4444
4386
  :rtype: list of MultiNet
4445
4387
  """
4446
4388
  return self._MultiNet
@@ -851,6 +851,9 @@ UNSUPPORTEDOPERATION_DCGATEWAYNATRULEEXISTS = 'UnsupportedOperation.DCGatewayNat
851
851
  # 指定的VPC未发现专线网关。
852
852
  UNSUPPORTEDOPERATION_DCGATEWAYSNOTFOUNDINVPC = 'UnsupportedOperation.DcGatewaysNotFoundInVpc'
853
853
 
854
+ # 当前专线网关有流日志,不支持删除。
855
+ UNSUPPORTEDOPERATION_DCGHASFLOWLOG = 'UnsupportedOperation.DcgHasFlowLog'
856
+
854
857
  # 禁止删除默认路由表。
855
858
  UNSUPPORTEDOPERATION_DELDEFAULTROUTE = 'UnsupportedOperation.DelDefaultRoute'
856
859
 
@@ -42014,10 +42014,8 @@ class InquirePriceCreateDirectConnectGatewayResponse(AbstractModel):
42014
42014
  def __init__(self):
42015
42015
  r"""
42016
42016
  :param _TotalCost: 专线网关标准接入费用
42017
- 注意:此字段可能返回 null,表示取不到有效值。
42018
42017
  :type TotalCost: int
42019
42018
  :param _RealTotalCost: 专线网关真实接入费用
42020
- 注意:此字段可能返回 null,表示取不到有效值。
42021
42019
  :type RealTotalCost: int
42022
42020
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
42023
42021
  :type RequestId: str
@@ -42029,7 +42027,6 @@ class InquirePriceCreateDirectConnectGatewayResponse(AbstractModel):
42029
42027
  @property
42030
42028
  def TotalCost(self):
42031
42029
  """专线网关标准接入费用
42032
- 注意:此字段可能返回 null,表示取不到有效值。
42033
42030
  :rtype: int
42034
42031
  """
42035
42032
  return self._TotalCost
@@ -42041,7 +42038,6 @@ class InquirePriceCreateDirectConnectGatewayResponse(AbstractModel):
42041
42038
  @property
42042
42039
  def RealTotalCost(self):
42043
42040
  """专线网关真实接入费用
42044
- 注意:此字段可能返回 null,表示取不到有效值。
42045
42041
  :rtype: int
42046
42042
  """
42047
42043
  return self._RealTotalCost
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python
3
- Version: 3.0.1300
3
+ Version: 3.0.1301
4
4
  Summary: Tencent Cloud SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
6
  Author: Tencent Cloud
@@ -50,7 +50,7 @@ QcloudApi/modules/vod.py,sha256=l05_qYx0l5bq6LJ8mAX2YO3pRXzxY3JMdDHV1N_SRKE,679
50
50
  QcloudApi/modules/vpc.py,sha256=JBiNpcnrAwf_UJ_UdpxQybKeCTfeveJ9R1B-vO1_w_U,679
51
51
  QcloudApi/modules/wenzhi.py,sha256=hr1rRLU8TxxSfejMqV2O4alO_yXF3C0tfZMSzziu54Q,685
52
52
  QcloudApi/modules/yunsou.py,sha256=JlgzMjnJaho6axFVhSTAv6DS0HLcjl0LJL02q6qI2yY,685
53
- tencentcloud/__init__.py,sha256=sXBPrsJ8LnaDA9Mvhe2LuguApMGqHSUsuT-C6jtliZA,631
53
+ tencentcloud/__init__.py,sha256=aOLY-V2BFOfUsawq_m7VI5k58aq8wIRUth2t4ZlILOw,631
54
54
  tencentcloud/aa/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
55
55
  tencentcloud/aa/v20200224/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
56
56
  tencentcloud/aa/v20200224/aa_client.py,sha256=L7P5zpJElo9WoLSkhvLxnfpEGCZ1q2e5Fzx3wLEioAA,2184
@@ -507,9 +507,9 @@ tencentcloud/dbdc/v20201029/errorcodes.py,sha256=0_OrwVUMcNaRwNz0vS-RbGvkWpDcFpn
507
507
  tencentcloud/dbdc/v20201029/models.py,sha256=O2swf1u8ySg9Brubdi8-jPwJMoNT9_FWtHNYFcmkIIg,87444
508
508
  tencentcloud/dc/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
509
509
  tencentcloud/dc/v20180410/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
510
- tencentcloud/dc/v20180410/dc_client.py,sha256=UlX775OTVBAkClDO2DdOfzd0JwtIbYyNryOrgPMh_ZQ,21811
510
+ tencentcloud/dc/v20180410/dc_client.py,sha256=p6TitHv6dQwAh_Xkrv3NCdRex6M6CvD_3_xBupRR1BE,21754
511
511
  tencentcloud/dc/v20180410/errorcodes.py,sha256=IBNOJ67p_C1HEWyy0SPT4vWfCidvrGSgaK-iBwBFcnQ,2973
512
- tencentcloud/dc/v20180410/models.py,sha256=AdIvyYe2JiJbphTQSZL7V6wv1r00mU42fGi-jB-jFvE,200738
512
+ tencentcloud/dc/v20180410/models.py,sha256=JzOov-bPIEGH_oUiZTzRgoGFK0XABVI0PTay71_CSyg,199598
513
513
  tencentcloud/dcdb/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
514
514
  tencentcloud/dcdb/v20180411/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
515
515
  tencentcloud/dcdb/v20180411/dcdb_client.py,sha256=sW54MQ1ZrXtkpdf9DR9dSNfI0NLDHfW28NFAEpDQ3K0,76447
@@ -602,12 +602,12 @@ tencentcloud/es/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
602
602
  tencentcloud/es/v20180416/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
603
603
  tencentcloud/es/v20180416/errorcodes.py,sha256=H4Z2iuubfFiD2SMIooNo0W8Pg4mvaKqZKz5B3eTUUEU,23562
604
604
  tencentcloud/es/v20180416/es_client.py,sha256=0iuPNo4k9T41dv8hmV8KhXdWGgYGNT3BXmqQxz_FIuU,57472
605
- tencentcloud/es/v20180416/models.py,sha256=YEPgjbgH3bBmQIGvioh08RdvLcEfGwVStBMTAagPWVI,633293
605
+ tencentcloud/es/v20180416/models.py,sha256=nFROx2d91YbsyfGo28iz0FIEC8SvL-Sa4DgROTpfw4c,633921
606
606
  tencentcloud/ess/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
607
607
  tencentcloud/ess/v20201111/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
608
608
  tencentcloud/ess/v20201111/errorcodes.py,sha256=mShfLfMlwo5en1UxN2AcHvQdHtPTqPkOSVwQdZSrEZs,26124
609
- tencentcloud/ess/v20201111/ess_client.py,sha256=AwNVL3dxGR8SWu-SIRqWOCtDV5FJb8uyUyHhZ4qjJmc,169231
610
- tencentcloud/ess/v20201111/models.py,sha256=k6kSbAPSOpAFyyxbHQZreCNNHs9U8-cM1XLOOBTXwcc,1324520
609
+ tencentcloud/ess/v20201111/ess_client.py,sha256=UfQ9N7GFFJ_GN1cdO6HfGIN7p5LEPYQtlnZKLtgz55o,169329
610
+ tencentcloud/ess/v20201111/models.py,sha256=rM-n5QAu8Q3qaWQeEIOt63l24OBkm2_4Vhmp61JOpSI,1325016
611
611
  tencentcloud/essbasic/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
612
612
  tencentcloud/essbasic/v20201222/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
613
613
  tencentcloud/essbasic/v20201222/errorcodes.py,sha256=cZPs0vLmArRFQoZqxM4alb0WeBF9f0V0IHmt65dUdxs,5392
@@ -616,7 +616,7 @@ tencentcloud/essbasic/v20201222/models.py,sha256=O9e3iv74K4tUd9YKAf61DQ1KKG59MwV
616
616
  tencentcloud/essbasic/v20210526/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
617
617
  tencentcloud/essbasic/v20210526/errorcodes.py,sha256=L1_0J4AOPtBTgtVqauXq0aVisXRe03bOUWFB0QCnXRs,18219
618
618
  tencentcloud/essbasic/v20210526/essbasic_client.py,sha256=-mH_incI5aKhBsTjAOHaPnqqw6cVatsNj_SzrVMtFDA,162433
619
- tencentcloud/essbasic/v20210526/models.py,sha256=f7jOiqbiVQcmlK32VGJ74kRG-ZB69KmrUJUEvSDQQ80,1205947
619
+ tencentcloud/essbasic/v20210526/models.py,sha256=TYe4EdeTREgGdozel4_D6j6ui3I2Puo6g9UDr0zJmZ4,1207055
620
620
  tencentcloud/facefusion/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
621
621
  tencentcloud/facefusion/v20181201/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
622
622
  tencentcloud/facefusion/v20181201/errorcodes.py,sha256=v269JghsRzIpaQbiHgyqn8wKNfvjYkVM7SjaPBRQYPs,5731
@@ -903,7 +903,7 @@ tencentcloud/mna/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,
903
903
  tencentcloud/mna/v20210119/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
904
904
  tencentcloud/mna/v20210119/errorcodes.py,sha256=DdUMaDwVdqSWiEY0sD4rQKs-4i10BalqOkipaqS3tXI,4850
905
905
  tencentcloud/mna/v20210119/mna_client.py,sha256=T0hSMUH_wNuqRUCGPT9gbuNjsUlhm-c8qKSEl6uY0P8,36572
906
- tencentcloud/mna/v20210119/models.py,sha256=poYuPIGoLhIqLK7wl-sw-CgPTkOojz6nLpM3a-7_reI,242868
906
+ tencentcloud/mna/v20210119/models.py,sha256=FpgRnrIbjzCGnMdKa9BLtk7TS00RKUFV8wh9IziapmY,242736
907
907
  tencentcloud/mongodb/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
908
908
  tencentcloud/mongodb/v20180408/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
909
909
  tencentcloud/mongodb/v20180408/errorcodes.py,sha256=dluSJ0wtDRvBNM2RInjoQ2SsuAaaBGuIrCnHyo02xJk,4585
@@ -1307,7 +1307,7 @@ tencentcloud/tke/v20180525/models.py,sha256=BP8l6XXiYuAowiuCXesow5Y0L-uCUleB1wLU
1307
1307
  tencentcloud/tke/v20180525/tke_client.py,sha256=JUUTaeTHvIUEgG6uW-kdvIBGBD7iLGgLOA-Zw9pKHBE,214582
1308
1308
  tencentcloud/tke/v20220501/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
1309
1309
  tencentcloud/tke/v20220501/errorcodes.py,sha256=PUXw2d8SVRTq5bMLq7tFgk-THvunOyUL9wE3OxrSLD4,2105
1310
- tencentcloud/tke/v20220501/models.py,sha256=1RSKpnsXKWaIJr9-6a1PWKB2C65KPjBpyQjDgRTraEI,209586
1310
+ tencentcloud/tke/v20220501/models.py,sha256=Z6FvmBraQSUfiH43PQEC2UurYjd_kL70UerpFPh6ZkA,209582
1311
1311
  tencentcloud/tke/v20220501/tke_client.py,sha256=Kiu9q6dzJPxpw0WBz-2M6TJsNaWeubVUn69OmoJwies,14879
1312
1312
  tencentcloud/tkgdq/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
1313
1313
  tencentcloud/tkgdq/v20190411/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -1351,7 +1351,7 @@ tencentcloud/trp/v20210515/trp_client.py,sha256=k-IMV1ayAvhw8EvX41BS9LQIQcPJsB-s
1351
1351
  tencentcloud/trro/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
1352
1352
  tencentcloud/trro/v20220325/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
1353
1353
  tencentcloud/trro/v20220325/errorcodes.py,sha256=ceG1-wgncNM1PpWoHjVGLGMb6K2_ymGXaX9htOZHSpA,1069
1354
- tencentcloud/trro/v20220325/models.py,sha256=3aNEytUGDxmNcX1QDFSjdrv4tghFYYplXOosBwIlIZk,138509
1354
+ tencentcloud/trro/v20220325/models.py,sha256=IETmSp9FmuAj7iu7pktMD64HpsIiqnVBUUQLJn6yYaQ,134681
1355
1355
  tencentcloud/trro/v20220325/trro_client.py,sha256=UMXZ_jOKKI2_cydbscFAPxqVfSUpUml2a6XuSXeIdLM,21373
1356
1356
  tencentcloud/trtc/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
1357
1357
  tencentcloud/trtc/v20190722/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -1441,8 +1441,8 @@ tencentcloud/vod/v20240718/models.py,sha256=xscgDggbVzbhVOJU7e8k5copodnonoDJEPsj
1441
1441
  tencentcloud/vod/v20240718/vod_client.py,sha256=QIBSMvnyU0MKiemDg5Y_QCyhjgfugXvEvpQ1_afcRYs,2010
1442
1442
  tencentcloud/vpc/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
1443
1443
  tencentcloud/vpc/v20170312/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
1444
- tencentcloud/vpc/v20170312/errorcodes.py,sha256=qIufKTKi_nvNH5uxhrf8D6ToAOSZmdhVf10mv6k_Nwc,54811
1445
- tencentcloud/vpc/v20170312/models.py,sha256=0dC0pNx1auQdtHT3ld9N-Y2YZV1EKXAWZ5gjkirSiSE,2170560
1444
+ tencentcloud/vpc/v20170312/errorcodes.py,sha256=SO3oLh35Ozeg5HkgTm33WptxK6uZTMN-W8JVJhtG9eQ,54940
1445
+ tencentcloud/vpc/v20170312/models.py,sha256=abm9o67h4twAwzfTvno8sEpsdPTl5G52HJShg4R3IN8,2170296
1446
1446
  tencentcloud/vpc/v20170312/vpc_client.py,sha256=dU4GF0GzH08IUcqNu2ZVtFG5CqOpAUex4J_aZbjjk6w,421133
1447
1447
  tencentcloud/vrs/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
1448
1448
  tencentcloud/vrs/v20200824/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -1503,8 +1503,8 @@ tencentcloud/yunsou/v20191115/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5N
1503
1503
  tencentcloud/yunsou/v20191115/errorcodes.py,sha256=zB4-XPxmvEhgHoLsKlbayJVRLEagPDcs-UAheVZCoAc,1301
1504
1504
  tencentcloud/yunsou/v20191115/models.py,sha256=rL2feGJfTHvEmkfS_c9En9Xl1g32vTs9IC_q5p9CYgY,27680
1505
1505
  tencentcloud/yunsou/v20191115/yunsou_client.py,sha256=ly73Hr8rGamWa6AAvQjurKgd4L83PRY5WjcDv4ziQC8,2741
1506
- tencentcloud_sdk_python-3.0.1300.dist-info/LICENSE,sha256=AJyIQ6mPzTpsFn6i0cG6OPVdhJ85l_mfdoOR7J4DnRw,11351
1507
- tencentcloud_sdk_python-3.0.1300.dist-info/METADATA,sha256=midfiCcxhH3B5T-WifjiyVAa1O56ru7x2KN0PBlTmUI,1511
1508
- tencentcloud_sdk_python-3.0.1300.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
1509
- tencentcloud_sdk_python-3.0.1300.dist-info/top_level.txt,sha256=7kItXWSGlPDkhHTt2qPSt8zrlsPHLfRofR1QJo6eV_A,23
1510
- tencentcloud_sdk_python-3.0.1300.dist-info/RECORD,,
1506
+ tencentcloud_sdk_python-3.0.1301.dist-info/LICENSE,sha256=AJyIQ6mPzTpsFn6i0cG6OPVdhJ85l_mfdoOR7J4DnRw,11351
1507
+ tencentcloud_sdk_python-3.0.1301.dist-info/METADATA,sha256=Foj_EwYCbNloHgz6Lq8uu4dpVfF1v-DrgkDK9xz6M00,1511
1508
+ tencentcloud_sdk_python-3.0.1301.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
1509
+ tencentcloud_sdk_python-3.0.1301.dist-info/top_level.txt,sha256=7kItXWSGlPDkhHTt2qPSt8zrlsPHLfRofR1QJo6eV_A,23
1510
+ tencentcloud_sdk_python-3.0.1301.dist-info/RECORD,,