tencentcloud-sdk-python 3.0.1360__py2.py3-none-any.whl → 3.0.1361__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.
Files changed (37) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/bh/v20230418/bh_client.py +23 -0
  3. tencentcloud/bh/v20230418/models.py +139 -0
  4. tencentcloud/cdb/v20170320/cdb_client.py +1 -1
  5. tencentcloud/cdb/v20170320/models.py +6 -6
  6. tencentcloud/cdwdoris/v20211228/models.py +30 -0
  7. tencentcloud/cdwpg/v20201230/models.py +22 -198
  8. tencentcloud/cvm/v20170312/models.py +20 -10
  9. tencentcloud/cynosdb/v20190107/models.py +45 -0
  10. tencentcloud/dlc/v20210125/models.py +107 -564
  11. tencentcloud/dsgc/v20190723/models.py +30 -0
  12. tencentcloud/emr/v20190103/emr_client.py +23 -0
  13. tencentcloud/emr/v20190103/models.py +214 -0
  14. tencentcloud/ess/v20201111/models.py +256 -0
  15. tencentcloud/essbasic/v20210526/models.py +281 -13
  16. tencentcloud/gaap/v20180529/models.py +0 -166
  17. tencentcloud/ioa/v20220601/ioa_client.py +46 -0
  18. tencentcloud/ioa/v20220601/models.py +358 -0
  19. tencentcloud/iotexplorer/v20190423/iotexplorer_client.py +46 -0
  20. tencentcloud/iotexplorer/v20190423/models.py +600 -0
  21. tencentcloud/kms/v20190118/models.py +71 -0
  22. tencentcloud/lcic/v20220817/models.py +34 -0
  23. tencentcloud/lighthouse/v20200324/lighthouse_client.py +4 -1
  24. tencentcloud/lighthouse/v20200324/models.py +14 -10
  25. tencentcloud/monitor/v20180724/models.py +2 -2
  26. tencentcloud/monitor/v20180724/monitor_client.py +1 -1
  27. tencentcloud/mps/v20190612/models.py +4 -4
  28. tencentcloud/privatedns/v20201028/models.py +6 -6
  29. tencentcloud/tan/v20220420/tan_client.py +3 -1
  30. tencentcloud/trocket/v20230308/models.py +1398 -66
  31. tencentcloud/trocket/v20230308/trocket_client.py +214 -0
  32. tencentcloud/wedata/v20210820/models.py +6 -6
  33. {tencentcloud_sdk_python-3.0.1360.dist-info → tencentcloud_sdk_python-3.0.1361.dist-info}/METADATA +1 -1
  34. {tencentcloud_sdk_python-3.0.1360.dist-info → tencentcloud_sdk_python-3.0.1361.dist-info}/RECORD +37 -37
  35. {tencentcloud_sdk_python-3.0.1360.dist-info → tencentcloud_sdk_python-3.0.1361.dist-info}/LICENSE +0 -0
  36. {tencentcloud_sdk_python-3.0.1360.dist-info → tencentcloud_sdk_python-3.0.1361.dist-info}/WHEEL +0 -0
  37. {tencentcloud_sdk_python-3.0.1360.dist-info → tencentcloud_sdk_python-3.0.1361.dist-info}/top_level.txt +0 -0
@@ -2901,6 +2901,57 @@ class EncryptResponse(AbstractModel):
2901
2901
  self._RequestId = params.get("RequestId")
2902
2902
 
2903
2903
 
2904
+ class ExclusiveHSM(AbstractModel):
2905
+ """独享版集群
2906
+
2907
+ """
2908
+
2909
+ def __init__(self):
2910
+ r"""
2911
+ :param _HsmClusterId: 独享集群Id
2912
+ :type HsmClusterId: str
2913
+ :param _HsmClusterName: 独享集群名称
2914
+ :type HsmClusterName: str
2915
+ """
2916
+ self._HsmClusterId = None
2917
+ self._HsmClusterName = None
2918
+
2919
+ @property
2920
+ def HsmClusterId(self):
2921
+ """独享集群Id
2922
+ :rtype: str
2923
+ """
2924
+ return self._HsmClusterId
2925
+
2926
+ @HsmClusterId.setter
2927
+ def HsmClusterId(self, HsmClusterId):
2928
+ self._HsmClusterId = HsmClusterId
2929
+
2930
+ @property
2931
+ def HsmClusterName(self):
2932
+ """独享集群名称
2933
+ :rtype: str
2934
+ """
2935
+ return self._HsmClusterName
2936
+
2937
+ @HsmClusterName.setter
2938
+ def HsmClusterName(self, HsmClusterName):
2939
+ self._HsmClusterName = HsmClusterName
2940
+
2941
+
2942
+ def _deserialize(self, params):
2943
+ self._HsmClusterId = params.get("HsmClusterId")
2944
+ self._HsmClusterName = params.get("HsmClusterName")
2945
+ memeber_set = set(params.keys())
2946
+ for name, value in vars(self).items():
2947
+ property_name = name[1:]
2948
+ if property_name in memeber_set:
2949
+ memeber_set.remove(property_name)
2950
+ if len(memeber_set) > 0:
2951
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
2952
+
2953
+
2954
+
2904
2955
  class GenerateDataKeyRequest(AbstractModel):
2905
2956
  """GenerateDataKey请求参数结构体
2906
2957
 
@@ -3592,6 +3643,8 @@ class GetServiceStatusResponse(AbstractModel):
3592
3643
  :type CmkUserCount: int
3593
3644
  :param _CmkLimit: 返回KMS用户密钥规格数量
3594
3645
  :type CmkLimit: int
3646
+ :param _ExclusiveHSMList: 返回独享集群组
3647
+ :type ExclusiveHSMList: list of ExclusiveHSM
3595
3648
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3596
3649
  :type RequestId: str
3597
3650
  """
@@ -3606,6 +3659,7 @@ class GetServiceStatusResponse(AbstractModel):
3606
3659
  self._SubscriptionInfo = None
3607
3660
  self._CmkUserCount = None
3608
3661
  self._CmkLimit = None
3662
+ self._ExclusiveHSMList = None
3609
3663
  self._RequestId = None
3610
3664
 
3611
3665
  @property
@@ -3729,6 +3783,17 @@ class GetServiceStatusResponse(AbstractModel):
3729
3783
  def CmkLimit(self, CmkLimit):
3730
3784
  self._CmkLimit = CmkLimit
3731
3785
 
3786
+ @property
3787
+ def ExclusiveHSMList(self):
3788
+ """返回独享集群组
3789
+ :rtype: list of ExclusiveHSM
3790
+ """
3791
+ return self._ExclusiveHSMList
3792
+
3793
+ @ExclusiveHSMList.setter
3794
+ def ExclusiveHSMList(self, ExclusiveHSMList):
3795
+ self._ExclusiveHSMList = ExclusiveHSMList
3796
+
3732
3797
  @property
3733
3798
  def RequestId(self):
3734
3799
  """唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
@@ -3753,6 +3818,12 @@ class GetServiceStatusResponse(AbstractModel):
3753
3818
  self._SubscriptionInfo = params.get("SubscriptionInfo")
3754
3819
  self._CmkUserCount = params.get("CmkUserCount")
3755
3820
  self._CmkLimit = params.get("CmkLimit")
3821
+ if params.get("ExclusiveHSMList") is not None:
3822
+ self._ExclusiveHSMList = []
3823
+ for item in params.get("ExclusiveHSMList"):
3824
+ obj = ExclusiveHSM()
3825
+ obj._deserialize(item)
3826
+ self._ExclusiveHSMList.append(obj)
3756
3827
  self._RequestId = params.get("RequestId")
3757
3828
 
3758
3829
 
@@ -2156,6 +2156,7 @@ class CreateRoomRequest(AbstractModel):
2156
2156
  1 标清
2157
2157
  2 高清
2158
2158
  3 全高清
2159
+ 注意:连麦人数(MaxMicNumber)>6时,仅可使用标清
2159
2160
  :type Resolution: int
2160
2161
  :param _MaxMicNumber: 设置课堂同时最大可与老师进行连麦互动的人数,该参数支持正式上课/开播前调用修改房间修改。小班课取值范围[0,16],大班课取值范围[0,1],当取值为0时表示当前课堂/直播,不支持连麦互动。该取值影响计费,请根据业务实际情况设置。计费规则见“购买指南”下“计费概述”。
2161
2162
  :type MaxMicNumber: int
@@ -2220,6 +2221,8 @@ class CreateRoomRequest(AbstractModel):
2220
2221
  :type RecordStream: int
2221
2222
  :param _WhiteBoardSnapshotMode: 板书截图生成类型。0 不生成板书(默认);1 全量模式;2 单页去重模式
2222
2223
  :type WhiteBoardSnapshotMode: int
2224
+ :param _SubtitlesTranscription: 字幕转写功能开关:0关闭,1开启,默认关闭
2225
+ :type SubtitlesTranscription: int
2223
2226
  """
2224
2227
  self._Name = None
2225
2228
  self._StartTime = None
@@ -2252,6 +2255,7 @@ class CreateRoomRequest(AbstractModel):
2252
2255
  self._RecordLang = None
2253
2256
  self._RecordStream = None
2254
2257
  self._WhiteBoardSnapshotMode = None
2258
+ self._SubtitlesTranscription = None
2255
2259
 
2256
2260
  @property
2257
2261
  def Name(self):
@@ -2303,6 +2307,7 @@ class CreateRoomRequest(AbstractModel):
2303
2307
  1 标清
2304
2308
  2 高清
2305
2309
  3 全高清
2310
+ 注意:连麦人数(MaxMicNumber)>6时,仅可使用标清
2306
2311
  :rtype: int
2307
2312
  """
2308
2313
  return self._Resolution
@@ -2616,6 +2621,17 @@ class CreateRoomRequest(AbstractModel):
2616
2621
  def WhiteBoardSnapshotMode(self, WhiteBoardSnapshotMode):
2617
2622
  self._WhiteBoardSnapshotMode = WhiteBoardSnapshotMode
2618
2623
 
2624
+ @property
2625
+ def SubtitlesTranscription(self):
2626
+ """字幕转写功能开关:0关闭,1开启,默认关闭
2627
+ :rtype: int
2628
+ """
2629
+ return self._SubtitlesTranscription
2630
+
2631
+ @SubtitlesTranscription.setter
2632
+ def SubtitlesTranscription(self, SubtitlesTranscription):
2633
+ self._SubtitlesTranscription = SubtitlesTranscription
2634
+
2619
2635
 
2620
2636
  def _deserialize(self, params):
2621
2637
  self._Name = params.get("Name")
@@ -2649,6 +2665,7 @@ class CreateRoomRequest(AbstractModel):
2649
2665
  self._RecordLang = params.get("RecordLang")
2650
2666
  self._RecordStream = params.get("RecordStream")
2651
2667
  self._WhiteBoardSnapshotMode = params.get("WhiteBoardSnapshotMode")
2668
+ self._SubtitlesTranscription = params.get("SubtitlesTranscription")
2652
2669
  memeber_set = set(params.keys())
2653
2670
  for name, value in vars(self).items():
2654
2671
  property_name = name[1:]
@@ -12448,6 +12465,9 @@ class SendRoomNormalMessageRequest(AbstractModel):
12448
12465
  :type CloudCustomData: str
12449
12466
  :param _NickName: 昵称,当FromAccount没有在房间中,需要填写NickName,当FromAccount在房间中,填写NickName无意义
12450
12467
  :type NickName: str
12468
+ :param _Priority: 消息的优先级,默认优先级 Normal。
12469
+ 可以指定3种优先级,从高到低依次为 High、Normal 和 Low,区分大小写。
12470
+ :type Priority: str
12451
12471
  """
12452
12472
  self._SdkAppId = None
12453
12473
  self._RoomId = None
@@ -12455,6 +12475,7 @@ class SendRoomNormalMessageRequest(AbstractModel):
12455
12475
  self._MsgBody = None
12456
12476
  self._CloudCustomData = None
12457
12477
  self._NickName = None
12478
+ self._Priority = None
12458
12479
 
12459
12480
  @property
12460
12481
  def SdkAppId(self):
@@ -12522,6 +12543,18 @@ class SendRoomNormalMessageRequest(AbstractModel):
12522
12543
  def NickName(self, NickName):
12523
12544
  self._NickName = NickName
12524
12545
 
12546
+ @property
12547
+ def Priority(self):
12548
+ """消息的优先级,默认优先级 Normal。
12549
+ 可以指定3种优先级,从高到低依次为 High、Normal 和 Low,区分大小写。
12550
+ :rtype: str
12551
+ """
12552
+ return self._Priority
12553
+
12554
+ @Priority.setter
12555
+ def Priority(self, Priority):
12556
+ self._Priority = Priority
12557
+
12525
12558
 
12526
12559
  def _deserialize(self, params):
12527
12560
  self._SdkAppId = params.get("SdkAppId")
@@ -12535,6 +12568,7 @@ class SendRoomNormalMessageRequest(AbstractModel):
12535
12568
  self._MsgBody.append(obj)
12536
12569
  self._CloudCustomData = params.get("CloudCustomData")
12537
12570
  self._NickName = params.get("NickName")
12571
+ self._Priority = params.get("Priority")
12538
12572
  memeber_set = set(params.keys())
12539
12573
  for name, value in vars(self).items():
12540
12574
  property_name = name[1:]
@@ -158,7 +158,7 @@ class LighthouseClient(AbstractClient):
158
158
 
159
159
  def AttachDisks(self, request):
160
160
  """本接口(AttachDisks)用于挂载一个或多个云硬盘。
161
- <li>只能挂载处于待挂载状态的云硬盘</li>
161
+ <li>只能挂载磁盘状态(DiskState)处于待挂载(UNATTACHED)状态的云硬盘,磁盘状态可通过接口查询云硬盘(DescribeDisks)获取</li>
162
162
 
163
163
  :param request: Request instance for AttachDisks.
164
164
  :type request: :class:`tencentcloud.lighthouse.v20200324.models.AttachDisksRequest`
@@ -1856,6 +1856,9 @@ class LighthouseClient(AbstractClient):
1856
1856
 
1857
1857
  def ModifyDisksAttribute(self, request):
1858
1858
  """本接口(ModifyDisksAttribute)用于修改云硬盘属性。
1859
+ 云硬盘必须处于以下状态:
1860
+ <li> ATTACHED(已挂载)</li>
1861
+ <li> UNATTACHED(待挂载)</li>
1859
1862
 
1860
1863
  :param request: Request instance for ModifyDisksAttribute.
1861
1864
  :type request: :class:`tencentcloud.lighthouse.v20200324.models.ModifyDisksAttributeRequest`
@@ -674,13 +674,13 @@ class Blueprint(AbstractModel):
674
674
  :type Platform: str
675
675
  :param _PlatformType: 操作系统平台类型,如 LINUX_UNIX、WINDOWS。
676
676
  :type PlatformType: str
677
- :param _BlueprintType: 镜像类型,如 APP_OSPURE_OSPRIVATE
677
+ :param _BlueprintType: 镜像类型,如 APP_OS(应用镜像), PURE_OS(系统镜像), DOCKER(容器), PRIVATE(私有镜像), SHARED(共享镜像), GAME_PORTAL(游戏专区镜像)。
678
678
  :type BlueprintType: str
679
679
  :param _ImageUrl: 镜像图片 URL。
680
680
  :type ImageUrl: str
681
681
  :param _RequiredSystemDiskSize: 镜像所需系统盘大小,单位 GB。
682
682
  :type RequiredSystemDiskSize: int
683
- :param _BlueprintState: 镜像状态。
683
+ :param _BlueprintState: 镜像状态,镜镜像状态,NORMAL(正常)、SYNCING(同步中)、OFFLINE(下线)、ISOLATED(已隔离)、CREATEFAILED(创建失败)、SYNCING_FAILED(目的地域同步失败)、ISOLATING(隔离中)、ISOLATED(已隔离)、DELETING(删除中)、DESTROYING(销毁中)。
684
684
  :type BlueprintState: str
685
685
  :param _CreatedTime: 创建时间。按照 ISO8601 标准表示,并且使用 UTC 时间。
686
686
  格式为: YYYY-MM-DDThh:mm:ssZ。
@@ -808,7 +808,7 @@ class Blueprint(AbstractModel):
808
808
 
809
809
  @property
810
810
  def BlueprintType(self):
811
- """镜像类型,如 APP_OSPURE_OSPRIVATE
811
+ """镜像类型,如 APP_OS(应用镜像), PURE_OS(系统镜像), DOCKER(容器), PRIVATE(私有镜像), SHARED(共享镜像), GAME_PORTAL(游戏专区镜像)。
812
812
  :rtype: str
813
813
  """
814
814
  return self._BlueprintType
@@ -841,7 +841,7 @@ class Blueprint(AbstractModel):
841
841
 
842
842
  @property
843
843
  def BlueprintState(self):
844
- """镜像状态。
844
+ """镜像状态,镜镜像状态,NORMAL(正常)、SYNCING(同步中)、OFFLINE(下线)、ISOLATED(已隔离)、CREATEFAILED(创建失败)、SYNCING_FAILED(目的地域同步失败)、ISOLATING(隔离中)、ISOLATED(已隔离)、DELETING(删除中)、DESTROYING(销毁中)。
845
845
  :rtype: str
846
846
  """
847
847
  return self._BlueprintState
@@ -3955,6 +3955,7 @@ class DescribeBlueprintsRequest(AbstractModel):
3955
3955
  <li>blueprint-state</li>按照【镜像状态】进行过滤。
3956
3956
  类型:String
3957
3957
  必选:否
3958
+ 镜像状态,可通过[数据结构Blueprint](https://cloud.tencent.com/document/api/1207/47576#Blueprint)中的BlueprintState来获取。
3958
3959
  <li>scene-id</li>按照【使用场景Id】进行过滤。
3959
3960
  类型:String
3960
3961
  必选:否
@@ -4022,6 +4023,7 @@ class DescribeBlueprintsRequest(AbstractModel):
4022
4023
  <li>blueprint-state</li>按照【镜像状态】进行过滤。
4023
4024
  类型:String
4024
4025
  必选:否
4026
+ 镜像状态,可通过[数据结构Blueprint](https://cloud.tencent.com/document/api/1207/47576#Blueprint)中的BlueprintState来获取。
4025
4027
  <li>scene-id</li>按照【使用场景Id】进行过滤。
4026
4028
  类型:String
4027
4029
  必选:否
@@ -11231,13 +11233,13 @@ class FirewallTemplate(AbstractModel):
11231
11233
 
11232
11234
  def __init__(self):
11233
11235
  r"""
11234
- :param _TemplateId: 模板Id
11236
+ :param _TemplateId: 模板ID
11235
11237
  :type TemplateId: str
11236
11238
  :param _TemplateName: 模板名称。
11237
11239
  :type TemplateName: str
11238
- :param _TemplateType: 模板类型。
11240
+ :param _TemplateType: 模板类型。取值: "PRIVATE"(个人模版)
11239
11241
  :type TemplateType: str
11240
- :param _TemplateState: 模板状态。
11242
+ :param _TemplateState: 模板状态。取值: "NORMAL"(正常)
11241
11243
  :type TemplateState: str
11242
11244
  :param _CreatedTime: 模板创建时间。
11243
11245
  :type CreatedTime: str
@@ -11250,7 +11252,7 @@ class FirewallTemplate(AbstractModel):
11250
11252
 
11251
11253
  @property
11252
11254
  def TemplateId(self):
11253
- """模板Id
11255
+ """模板ID
11254
11256
  :rtype: str
11255
11257
  """
11256
11258
  return self._TemplateId
@@ -11272,7 +11274,7 @@ class FirewallTemplate(AbstractModel):
11272
11274
 
11273
11275
  @property
11274
11276
  def TemplateType(self):
11275
- """模板类型。
11277
+ """模板类型。取值: "PRIVATE"(个人模版)
11276
11278
  :rtype: str
11277
11279
  """
11278
11280
  return self._TemplateType
@@ -11283,7 +11285,7 @@ class FirewallTemplate(AbstractModel):
11283
11285
 
11284
11286
  @property
11285
11287
  def TemplateState(self):
11286
- """模板状态。
11288
+ """模板状态。取值: "NORMAL"(正常)
11287
11289
  :rtype: str
11288
11290
  """
11289
11291
  return self._TemplateState
@@ -11490,6 +11492,7 @@ class FirewallTemplateApplyRecordDetail(AbstractModel):
11490
11492
 
11491
11493
  - SUCCESS:成功
11492
11494
  - FAILED:失败
11495
+ - RUNNING:运行中
11493
11496
  :type ApplyState: str
11494
11497
  :param _ErrorMessage: 防火墙模板应用错误信息。
11495
11498
  :type ErrorMessage: str
@@ -11515,6 +11518,7 @@ class FirewallTemplateApplyRecordDetail(AbstractModel):
11515
11518
 
11516
11519
  - SUCCESS:成功
11517
11520
  - FAILED:失败
11521
+ - RUNNING:运行中
11518
11522
  :rtype: str
11519
11523
  """
11520
11524
  return self._ApplyState
@@ -24734,7 +24734,7 @@ class GetMonitorDataRequest(AbstractModel):
24734
24734
  :type StartTime: str
24735
24735
  :param _EndTime: 结束时间,如2018-09-22T20:51:23+08:00,默认为当前时间。 EndTime不能小于StartTime
24736
24736
  :type EndTime: str
24737
- :param _SpecifyStatistics: 返回多种统计方式数据。avg, max, min (1,2,4)可以自由组合
24737
+ :param _SpecifyStatistics: 返回多种统计方式数据。avg, max, min (1,2,4)可以自由组合。注意: 仅支持对API配置文档中展示的统计方式返回对应的统计数据。如所需的统计方式不满足您的查询需求,请提工单反馈。
24738
24738
  :type SpecifyStatistics: int
24739
24739
  """
24740
24740
  self._Namespace = None
@@ -24813,7 +24813,7 @@ class GetMonitorDataRequest(AbstractModel):
24813
24813
 
24814
24814
  @property
24815
24815
  def SpecifyStatistics(self):
24816
- """返回多种统计方式数据。avg, max, min (1,2,4)可以自由组合
24816
+ """返回多种统计方式数据。avg, max, min (1,2,4)可以自由组合。注意: 仅支持对API配置文档中展示的统计方式返回对应的统计数据。如所需的统计方式不满足您的查询需求,请提工单反馈。
24817
24817
  :rtype: int
24818
24818
  """
24819
24819
  return self._SpecifyStatistics
@@ -2649,7 +2649,7 @@ class MonitorClient(AbstractClient):
2649
2649
  若您需要调用的指标、对象较多,可能存在因限频出现拉取失败的情况,建议尽量将请求按时间维度均摊。
2650
2650
  参数SpecifyStatistics目前可支持返回三种统计方式(avg,max,min),分别为二进制1,2,4。
2651
2651
  例子:3:avg+max,5:avg+min,6:max+min,7:avg+max+min
2652
- 拉取数据的粒度和统计方式的对应关系尽量在接入平台进行配置,如果没有配置,因为更小粒度数据存储时间有限,拉取时间范围也是有限。
2652
+ 拉取数据的粒度和统计方式的对应关系尽量在接入平台进行配置,如果没有配置对应统计方式,请提工单反馈。
2653
2653
 
2654
2654
  >?
2655
2655
  >- 2022年9月1日起,腾讯云可观测平台开始对GetMonitorData接口计费。每个主账号每月可获得100万次免费请求额度,超过免费额度后如需继续调用接口需要开通 [API请求按量付费](https://buy.cloud.tencent.com/APIRequestBuy)。计费规则可查看[API计费文档](https://cloud.tencent.com/document/product/248/77914)。
@@ -11595,7 +11595,7 @@ class AudioTemplateInfo(AbstractModel):
11595
11595
 
11596
11596
 
11597
11597
  :type Bitrate: int
11598
- :param _SampleRate: 音频流的采样率,不同编码标准支持的采样率选项不同。详细参考[音频采样率支持范围文档]https://cloud.tencent.com/document/product/862/77166#f3b039f1-d817-4a96-b4e4-90132d31cd53
11598
+ :param _SampleRate: 音频流的采样率,不同编码标准支持的采样率选项不同。详细参考[音频采样率支持范围文档](https://cloud.tencent.com/document/product/862/77166#f3b039f1-d817-4a96-b4e4-90132d31cd53)
11599
11599
  单位:Hz
11600
11600
  注意:请确保源音频流的采样率在上述选项范围内,否则可能导致转码失败!
11601
11601
  :type SampleRate: int
@@ -11666,7 +11666,7 @@ class AudioTemplateInfo(AbstractModel):
11666
11666
 
11667
11667
  @property
11668
11668
  def SampleRate(self):
11669
- """音频流的采样率,不同编码标准支持的采样率选项不同。详细参考[音频采样率支持范围文档]https://cloud.tencent.com/document/product/862/77166#f3b039f1-d817-4a96-b4e4-90132d31cd53
11669
+ """音频流的采样率,不同编码标准支持的采样率选项不同。详细参考[音频采样率支持范围文档](https://cloud.tencent.com/document/product/862/77166#f3b039f1-d817-4a96-b4e4-90132d31cd53)
11670
11670
  单位:Hz
11671
11671
  注意:请确保源音频流的采样率在上述选项范围内,否则可能导致转码失败!
11672
11672
  :rtype: int
@@ -17497,7 +17497,7 @@ class CreateOutputInfo(AbstractModel):
17497
17497
  :type SecurityGroupIds: list of str
17498
17498
  :param _Zones: 可用区,output最多只支持输入一个可用区。
17499
17499
  :type Zones: list of str
17500
- :param _OutputType: 输出类型:Internet/TencentCSS/StreamLive
17500
+ :param _OutputType: 输出类型:Internet/TencentCSS
17501
17501
  :type OutputType: str
17502
17502
  :param _RISTSettings: 输出的RIST的配置。
17503
17503
  :type RISTSettings: :class:`tencentcloud.mps.v20190612.models.CreateOutputRistSettings`
@@ -17643,7 +17643,7 @@ class CreateOutputInfo(AbstractModel):
17643
17643
 
17644
17644
  @property
17645
17645
  def OutputType(self):
17646
- """输出类型:Internet/TencentCSS/StreamLive
17646
+ """输出类型:Internet/TencentCSS
17647
17647
  :rtype: str
17648
17648
  """
17649
17649
  return self._OutputType
@@ -1009,7 +1009,7 @@ class CreatePrivateZoneResponse(AbstractModel):
1009
1009
 
1010
1010
  def __init__(self):
1011
1011
  r"""
1012
- :param _ZoneId: 私有域ID, zone-xxxxxx
1012
+ :param _ZoneId: 私有域ID, zone-12345678
1013
1013
  :type ZoneId: str
1014
1014
  :param _Domain: 私有域名
1015
1015
  :type Domain: str
@@ -1022,7 +1022,7 @@ class CreatePrivateZoneResponse(AbstractModel):
1022
1022
 
1023
1023
  @property
1024
1024
  def ZoneId(self):
1025
- """私有域ID, zone-xxxxxx
1025
+ """私有域ID, zone-12345678
1026
1026
  :rtype: str
1027
1027
  """
1028
1028
  return self._ZoneId
@@ -2360,14 +2360,14 @@ class DescribePrivateZoneRequest(AbstractModel):
2360
2360
 
2361
2361
  def __init__(self):
2362
2362
  r"""
2363
- :param _ZoneId: 域名,格式必须是标准的TLD
2363
+ :param _ZoneId: 私有域id
2364
2364
  :type ZoneId: str
2365
2365
  """
2366
2366
  self._ZoneId = None
2367
2367
 
2368
2368
  @property
2369
2369
  def ZoneId(self):
2370
- """域名,格式必须是标准的TLD
2370
+ """私有域id
2371
2371
  :rtype: str
2372
2372
  """
2373
2373
  return self._ZoneId
@@ -3277,7 +3277,7 @@ class ModifyPrivateZoneVpcResponse(AbstractModel):
3277
3277
 
3278
3278
  def __init__(self):
3279
3279
  r"""
3280
- :param _ZoneId: 私有域ID, zone-xxxxxx
3280
+ :param _ZoneId: 私有域ID, zone-12345ds6
3281
3281
  :type ZoneId: str
3282
3282
  :param _VpcSet: 解析域关联的VPC列表
3283
3283
  :type VpcSet: list of VpcInfo
@@ -3293,7 +3293,7 @@ class ModifyPrivateZoneVpcResponse(AbstractModel):
3293
3293
 
3294
3294
  @property
3295
3295
  def ZoneId(self):
3296
- """私有域ID, zone-xxxxxx
3296
+ """私有域ID, zone-12345ds6
3297
3297
  :rtype: str
3298
3298
  """
3299
3299
  return self._ZoneId
@@ -27,7 +27,9 @@ class TanClient(AbstractClient):
27
27
 
28
28
 
29
29
  def CreateBlockNodeRecords(self, request):
30
- """推送节点数据
30
+ """产品下线
31
+
32
+ 推送节点数据
31
33
 
32
34
  :param request: Request instance for CreateBlockNodeRecords.
33
35
  :type request: :class:`tencentcloud.tan.v20220420.models.CreateBlockNodeRecordsRequest`