tencentcloud-sdk-python 3.0.1351__py2.py3-none-any.whl → 3.0.1352__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 (38) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/cls/v20201016/cls_client.py +92 -0
  3. tencentcloud/cls/v20201016/models.py +908 -26
  4. tencentcloud/cvm/v20170312/cvm_client.py +1 -1
  5. tencentcloud/cvm/v20170312/models.py +2 -6
  6. tencentcloud/dbbrain/v20191016/models.py +228 -10
  7. tencentcloud/dbbrain/v20210527/models.py +228 -10
  8. tencentcloud/dlc/v20210125/dlc_client.py +23 -0
  9. tencentcloud/dlc/v20210125/errorcodes.py +3 -0
  10. tencentcloud/dlc/v20210125/models.py +284 -0
  11. tencentcloud/ess/v20201111/models.py +6 -6
  12. tencentcloud/essbasic/v20210526/models.py +2 -2
  13. tencentcloud/gs/v20191118/models.py +35 -0
  14. tencentcloud/hai/v20230812/models.py +2 -18
  15. tencentcloud/iotexplorer/v20190423/models.py +92 -8
  16. tencentcloud/live/v20180801/models.py +4 -6
  17. tencentcloud/mps/v20190612/models.py +8 -8
  18. tencentcloud/mqtt/v20240516/models.py +89 -12
  19. tencentcloud/ocr/v20181119/models.py +143 -0
  20. tencentcloud/partners/v20180321/models.py +15 -0
  21. tencentcloud/tdmq/v20200217/models.py +45 -0
  22. tencentcloud/teo/v20220901/models.py +85 -12
  23. tencentcloud/trro/v20220325/models.py +992 -44
  24. tencentcloud/trro/v20220325/trro_client.py +117 -0
  25. tencentcloud/vdb/v20230616/models.py +1438 -40
  26. tencentcloud/vdb/v20230616/vdb_client.py +184 -0
  27. tencentcloud/vod/v20180717/models.py +15 -0
  28. tencentcloud/vod/v20240718/errorcodes.py +33 -0
  29. tencentcloud/vod/v20240718/models.py +1841 -0
  30. tencentcloud/vod/v20240718/vod_client.py +146 -0
  31. tencentcloud/wedata/v20210820/models.py +791 -0
  32. tencentcloud/wedata/v20210820/wedata_client.py +46 -0
  33. tencentcloud/weilingwith/v20230427/weilingwith_client.py +3 -1
  34. {tencentcloud_sdk_python-3.0.1351.dist-info → tencentcloud_sdk_python-3.0.1352.dist-info}/METADATA +1 -1
  35. {tencentcloud_sdk_python-3.0.1351.dist-info → tencentcloud_sdk_python-3.0.1352.dist-info}/RECORD +38 -38
  36. {tencentcloud_sdk_python-3.0.1351.dist-info → tencentcloud_sdk_python-3.0.1352.dist-info}/LICENSE +0 -0
  37. {tencentcloud_sdk_python-3.0.1351.dist-info → tencentcloud_sdk_python-3.0.1352.dist-info}/WHEEL +0 -0
  38. {tencentcloud_sdk_python-3.0.1351.dist-info → tencentcloud_sdk_python-3.0.1352.dist-info}/top_level.txt +0 -0
@@ -7279,14 +7279,14 @@ class CreateFlowByFilesRequest(AbstractModel):
7279
7279
  如果用户已经在控制台创建了自定义合同类型,可以将这里的类型名称传入。 如果没有创建,我们会自动给发起方公司创建此自定义合同类型。
7280
7280
  ![image](https://qcloudimg.tencent-cloud.cn/raw/36582cea03ae6a2559894844942b5d5c.png)
7281
7281
  :type FlowType: str
7282
- :param _Components: 模板或者合同中的填写控件列表,列表中可支持下列多种填写控件,控件的详细定义参考开发者中心的Component结构体
7282
+ :param _Components: 发起的时候合成到PDF上的填写控件(需要提供填写控件的内容)
7283
7283
  <ul><li> 单行文本控件 </li>
7284
7284
  <li> 多行文本控件 </li>
7285
7285
  <li> 勾选框控件 </li>
7286
7286
  <li> 数字控件 </li>
7287
7287
  <li> 图片控件 </li>
7288
- <li> 水印控件 </li>
7289
- <li> 动态表格等填写控件</li></ul>
7288
+ <li> 水印控件等 </li>
7289
+ </ul>
7290
7290
  :type Components: list of Component
7291
7291
  :param _CcInfos: 合同流程的抄送人列表,最多可支持50个抄送人,抄送人可查看合同内容及签署进度,但无需参与合同签署。
7292
7292
 
@@ -7478,14 +7478,14 @@ class CreateFlowByFilesRequest(AbstractModel):
7478
7478
 
7479
7479
  @property
7480
7480
  def Components(self):
7481
- """模板或者合同中的填写控件列表,列表中可支持下列多种填写控件,控件的详细定义参考开发者中心的Component结构体
7481
+ """发起的时候合成到PDF上的填写控件(需要提供填写控件的内容)
7482
7482
  <ul><li> 单行文本控件 </li>
7483
7483
  <li> 多行文本控件 </li>
7484
7484
  <li> 勾选框控件 </li>
7485
7485
  <li> 数字控件 </li>
7486
7486
  <li> 图片控件 </li>
7487
- <li> 水印控件 </li>
7488
- <li> 动态表格等填写控件</li></ul>
7487
+ <li> 水印控件等 </li>
7488
+ </ul>
7489
7489
  :rtype: list of Component
7490
7490
  """
7491
7491
  return self._Components
@@ -4354,7 +4354,7 @@ MobileCheck:手机号验证,用户手机号和参与方手机号(ApproverM
4354
4354
  :type AutoSignScene: str
4355
4355
  :param _Operator: 操作者的信息,不用传
4356
4356
  :type Operator: :class:`tencentcloud.essbasic.v20210526.models.UserInfo`
4357
- :param _FlowDisplayType: 在短信通知、填写、签署流程中,若标题、按钮、合同详情等地方存在“合同”字样时,可根据此配置指定文案,可选文案如下: <ul><li> <b>0</b> :合同(默认值)</li> <li> <b>1</b> :文件</li> <li> <b>2</b> :协议</li></ul>效果如下:![FlowDisplayType](https://qcloudimg.tencent-cloud.cn/raw/e4a2c4d638717cc901d3dbd5137c9bbc.png)
4357
+ :param _FlowDisplayType: 在短信通知、填写、签署流程中,若标题、按钮、合同详情等地方存在“合同”字样时,可根据此配置指定文案,可选文案如下: <ul><li> <b>0</b> :合同(默认值)</li> <li> <b>1</b> :文件</li> <li> <b>2</b> :协议</li><li> <b>3</b> :文书</li></ul>效果如下:![FlowDisplayType](https://qcloudimg.tencent-cloud.cn/raw/e4a2c4d638717cc901d3dbd5137c9bbc.png)
4358
4358
  :type FlowDisplayType: int
4359
4359
  :param _NeedPreview: 是否为预览模式,取值如下: <ul><li> **false**:非预览模式(默认),会产生合同流程并返回合同流程编号FlowId。</li> <li> **true**:预览模式,不产生合同流程,不返回合同流程编号FlowId,而是返回预览链接PreviewUrl,有效期为300秒,用于查看真实发起后合同的样子。</li></ul>
4360
4360
  :type NeedPreview: bool
@@ -4676,7 +4676,7 @@ MobileCheck:手机号验证,用户手机号和参与方手机号(ApproverM
4676
4676
 
4677
4677
  @property
4678
4678
  def FlowDisplayType(self):
4679
- """在短信通知、填写、签署流程中,若标题、按钮、合同详情等地方存在“合同”字样时,可根据此配置指定文案,可选文案如下: <ul><li> <b>0</b> :合同(默认值)</li> <li> <b>1</b> :文件</li> <li> <b>2</b> :协议</li></ul>效果如下:![FlowDisplayType](https://qcloudimg.tencent-cloud.cn/raw/e4a2c4d638717cc901d3dbd5137c9bbc.png)
4679
+ """在短信通知、填写、签署流程中,若标题、按钮、合同详情等地方存在“合同”字样时,可根据此配置指定文案,可选文案如下: <ul><li> <b>0</b> :合同(默认值)</li> <li> <b>1</b> :文件</li> <li> <b>2</b> :协议</li><li> <b>3</b> :文书</li></ul>效果如下:![FlowDisplayType](https://qcloudimg.tencent-cloud.cn/raw/e4a2c4d638717cc901d3dbd5137c9bbc.png)
4680
4680
  :rtype: int
4681
4681
  """
4682
4682
  return self._FlowDisplayType
@@ -35,12 +35,15 @@ class AndroidApp(AbstractModel):
35
35
  :type AndroidAppVersionInfo: list of AndroidAppVersionInfo
36
36
  :param _CreateTime: 安卓应用创建时间
37
37
  :type CreateTime: str
38
+ :param _UserId: 用户 Id
39
+ :type UserId: str
38
40
  """
39
41
  self._AndroidAppId = None
40
42
  self._Name = None
41
43
  self._State = None
42
44
  self._AndroidAppVersionInfo = None
43
45
  self._CreateTime = None
46
+ self._UserId = None
44
47
 
45
48
  @property
46
49
  def AndroidAppId(self):
@@ -97,6 +100,17 @@ class AndroidApp(AbstractModel):
97
100
  def CreateTime(self, CreateTime):
98
101
  self._CreateTime = CreateTime
99
102
 
103
+ @property
104
+ def UserId(self):
105
+ """用户 Id
106
+ :rtype: str
107
+ """
108
+ return self._UserId
109
+
110
+ @UserId.setter
111
+ def UserId(self, UserId):
112
+ self._UserId = UserId
113
+
100
114
 
101
115
  def _deserialize(self, params):
102
116
  self._AndroidAppId = params.get("AndroidAppId")
@@ -109,6 +123,7 @@ class AndroidApp(AbstractModel):
109
123
  obj._deserialize(item)
110
124
  self._AndroidAppVersionInfo.append(obj)
111
125
  self._CreateTime = params.get("CreateTime")
126
+ self._UserId = params.get("UserId")
112
127
  memeber_set = set(params.keys())
113
128
  for name, value in vars(self).items():
114
129
  property_name = name[1:]
@@ -2223,10 +2238,13 @@ class DescribeAndroidAppsRequest(AbstractModel):
2223
2238
  :type Limit: int
2224
2239
  :param _AndroidAppIds: 应用ID数组
2225
2240
  :type AndroidAppIds: list of str
2241
+ :param _Filters: 过滤条件
2242
+ :type Filters: list of Filter
2226
2243
  """
2227
2244
  self._Offset = None
2228
2245
  self._Limit = None
2229
2246
  self._AndroidAppIds = None
2247
+ self._Filters = None
2230
2248
 
2231
2249
  @property
2232
2250
  def Offset(self):
@@ -2261,11 +2279,28 @@ class DescribeAndroidAppsRequest(AbstractModel):
2261
2279
  def AndroidAppIds(self, AndroidAppIds):
2262
2280
  self._AndroidAppIds = AndroidAppIds
2263
2281
 
2282
+ @property
2283
+ def Filters(self):
2284
+ """过滤条件
2285
+ :rtype: list of Filter
2286
+ """
2287
+ return self._Filters
2288
+
2289
+ @Filters.setter
2290
+ def Filters(self, Filters):
2291
+ self._Filters = Filters
2292
+
2264
2293
 
2265
2294
  def _deserialize(self, params):
2266
2295
  self._Offset = params.get("Offset")
2267
2296
  self._Limit = params.get("Limit")
2268
2297
  self._AndroidAppIds = params.get("AndroidAppIds")
2298
+ if params.get("Filters") is not None:
2299
+ self._Filters = []
2300
+ for item in params.get("Filters"):
2301
+ obj = Filter()
2302
+ obj._deserialize(item)
2303
+ self._Filters.append(obj)
2269
2304
  memeber_set = set(params.keys())
2270
2305
  for name, value in vars(self).items():
2271
2306
  property_name = name[1:]
@@ -427,10 +427,8 @@ class DescribeApplicationsResponse(AbstractModel):
427
427
  def __init__(self):
428
428
  r"""
429
429
  :param _TotalCount: 应用总数
430
- 注意:此字段可能返回 null,表示取不到有效值。
431
430
  :type TotalCount: int
432
431
  :param _ApplicationSet: 分页返回的应用列表
433
- 注意:此字段可能返回 null,表示取不到有效值。
434
432
  :type ApplicationSet: list of ApplicationInfo
435
433
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
436
434
  :type RequestId: str
@@ -442,7 +440,6 @@ class DescribeApplicationsResponse(AbstractModel):
442
440
  @property
443
441
  def TotalCount(self):
444
442
  """应用总数
445
- 注意:此字段可能返回 null,表示取不到有效值。
446
443
  :rtype: int
447
444
  """
448
445
  return self._TotalCount
@@ -454,7 +451,6 @@ class DescribeApplicationsResponse(AbstractModel):
454
451
  @property
455
452
  def ApplicationSet(self):
456
453
  """分页返回的应用列表
457
- 注意:此字段可能返回 null,表示取不到有效值。
458
454
  :rtype: list of ApplicationInfo
459
455
  """
460
456
  return self._ApplicationSet
@@ -532,7 +528,6 @@ class DescribeInstanceNetworkStatusResponse(AbstractModel):
532
528
  :param _TotalCount: 查询结果集长度
533
529
  :type TotalCount: int
534
530
  :param _NetworkStatusSet: 查询结果集
535
- 注意:此字段可能返回 null,表示取不到有效值。
536
531
  :type NetworkStatusSet: list of NetworkStatus
537
532
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
538
533
  :type RequestId: str
@@ -555,7 +550,6 @@ class DescribeInstanceNetworkStatusResponse(AbstractModel):
555
550
  @property
556
551
  def NetworkStatusSet(self):
557
552
  """查询结果集
558
- 注意:此字段可能返回 null,表示取不到有效值。
559
553
  :rtype: list of NetworkStatus
560
554
  """
561
555
  return self._NetworkStatusSet
@@ -2097,10 +2091,8 @@ class LoginSetting(AbstractModel):
2097
2091
  def __init__(self):
2098
2092
  r"""
2099
2093
  :param _ServiceName: 服务名称
2100
- 注意:此字段可能返回 null,表示取不到有效值。
2101
2094
  :type ServiceName: str
2102
2095
  :param _Url: 服务登录url
2103
- 注意:此字段可能返回 null,表示取不到有效值。
2104
2096
  :type Url: str
2105
2097
  """
2106
2098
  self._ServiceName = None
@@ -2109,7 +2101,6 @@ class LoginSetting(AbstractModel):
2109
2101
  @property
2110
2102
  def ServiceName(self):
2111
2103
  """服务名称
2112
- 注意:此字段可能返回 null,表示取不到有效值。
2113
2104
  :rtype: str
2114
2105
  """
2115
2106
  return self._ServiceName
@@ -2121,7 +2112,6 @@ class LoginSetting(AbstractModel):
2121
2112
  @property
2122
2113
  def Url(self):
2123
2114
  """服务登录url
2124
- 注意:此字段可能返回 null,表示取不到有效值。
2125
2115
  :rtype: str
2126
2116
  """
2127
2117
  return self._Url
@@ -3010,14 +3000,11 @@ class SystemDisk(AbstractModel):
3010
3000
 
3011
3001
  def __init__(self):
3012
3002
  r"""
3013
- :param _DiskType: 系统盘类型。系统盘类型限制详见[存储概述](https://cloud.tencent.com/document/product/213/4952)。取值范围:<br><li>LOCAL_BASIC:本地硬盘<br><li>LOCAL_SSD:本地SSD硬盘<br><li>CLOUD_BASIC:普通云硬盘<br><li>CLOUD_SSD:SSD云硬盘<br><li>CLOUD_PREMIUM:高性能云硬盘<br><li>CLOUD_BSSD:通用性SSD云硬盘<br><br>默认取值:当前有库存的硬盘类型。
3014
- 注意:此字段可能返回 null,表示取不到有效值。
3003
+ :param _DiskType: 系统盘类型。取值范围:<li>CLOUD_PREMIUM:高性能云硬盘</li><li>CLOUD_HSSD:增强型SSD云盘</li>默认取值:当前有库存的硬盘类型。
3015
3004
  :type DiskType: str
3016
3005
  :param _DiskSize: 系统盘大小,单位:GB。默认值为 80
3017
- 注意:此字段可能返回 null,表示取不到有效值。
3018
3006
  :type DiskSize: int
3019
3007
  :param _DiskName: 系统盘分区盘符
3020
- 注意:此字段可能返回 null,表示取不到有效值。
3021
3008
  :type DiskName: str
3022
3009
  """
3023
3010
  self._DiskType = None
@@ -3026,8 +3013,7 @@ class SystemDisk(AbstractModel):
3026
3013
 
3027
3014
  @property
3028
3015
  def DiskType(self):
3029
- """系统盘类型。系统盘类型限制详见[存储概述](https://cloud.tencent.com/document/product/213/4952)。取值范围:<br><li>LOCAL_BASIC:本地硬盘<br><li>LOCAL_SSD:本地SSD硬盘<br><li>CLOUD_BASIC:普通云硬盘<br><li>CLOUD_SSD:SSD云硬盘<br><li>CLOUD_PREMIUM:高性能云硬盘<br><li>CLOUD_BSSD:通用性SSD云硬盘<br><br>默认取值:当前有库存的硬盘类型。
3030
- 注意:此字段可能返回 null,表示取不到有效值。
3016
+ """系统盘类型。取值范围:<li>CLOUD_PREMIUM:高性能云硬盘</li><li>CLOUD_HSSD:增强型SSD云盘</li>默认取值:当前有库存的硬盘类型。
3031
3017
  :rtype: str
3032
3018
  """
3033
3019
  return self._DiskType
@@ -3039,7 +3025,6 @@ class SystemDisk(AbstractModel):
3039
3025
  @property
3040
3026
  def DiskSize(self):
3041
3027
  """系统盘大小,单位:GB。默认值为 80
3042
- 注意:此字段可能返回 null,表示取不到有效值。
3043
3028
  :rtype: int
3044
3029
  """
3045
3030
  return self._DiskSize
@@ -3051,7 +3036,6 @@ class SystemDisk(AbstractModel):
3051
3036
  @property
3052
3037
  def DiskName(self):
3053
3038
  """系统盘分区盘符
3054
- 注意:此字段可能返回 null,表示取不到有效值。
3055
3039
  :rtype: str
3056
3040
  """
3057
3041
  return self._DiskName
@@ -2064,12 +2064,15 @@ class CloudStorageAIServiceTaskFileInfo(AbstractModel):
2064
2064
  :type MimeType: str
2065
2065
  :param _VideoMetaInfo: 视频文件元数据(仅当文件为视频类型时包含该字段)
2066
2066
  :type VideoMetaInfo: :class:`tencentcloud.iotexplorer.v20190423.models.CloudStorageAIServiceTaskVideoMetaInfo`
2067
+ :param _Labels: 文件标签
2068
+ :type Labels: list of CloudStorageAIServiceTaskFileLabel
2067
2069
  """
2068
2070
  self._FileName = None
2069
2071
  self._FileSize = None
2070
2072
  self._DownloadURL = None
2071
2073
  self._MimeType = None
2072
2074
  self._VideoMetaInfo = None
2075
+ self._Labels = None
2073
2076
 
2074
2077
  @property
2075
2078
  def FileName(self):
@@ -2126,6 +2129,17 @@ class CloudStorageAIServiceTaskFileInfo(AbstractModel):
2126
2129
  def VideoMetaInfo(self, VideoMetaInfo):
2127
2130
  self._VideoMetaInfo = VideoMetaInfo
2128
2131
 
2132
+ @property
2133
+ def Labels(self):
2134
+ """文件标签
2135
+ :rtype: list of CloudStorageAIServiceTaskFileLabel
2136
+ """
2137
+ return self._Labels
2138
+
2139
+ @Labels.setter
2140
+ def Labels(self, Labels):
2141
+ self._Labels = Labels
2142
+
2129
2143
 
2130
2144
  def _deserialize(self, params):
2131
2145
  self._FileName = params.get("FileName")
@@ -2135,6 +2149,63 @@ class CloudStorageAIServiceTaskFileInfo(AbstractModel):
2135
2149
  if params.get("VideoMetaInfo") is not None:
2136
2150
  self._VideoMetaInfo = CloudStorageAIServiceTaskVideoMetaInfo()
2137
2151
  self._VideoMetaInfo._deserialize(params.get("VideoMetaInfo"))
2152
+ if params.get("Labels") is not None:
2153
+ self._Labels = []
2154
+ for item in params.get("Labels"):
2155
+ obj = CloudStorageAIServiceTaskFileLabel()
2156
+ obj._deserialize(item)
2157
+ self._Labels.append(obj)
2158
+ memeber_set = set(params.keys())
2159
+ for name, value in vars(self).items():
2160
+ property_name = name[1:]
2161
+ if property_name in memeber_set:
2162
+ memeber_set.remove(property_name)
2163
+ if len(memeber_set) > 0:
2164
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
2165
+
2166
+
2167
+
2168
+ class CloudStorageAIServiceTaskFileLabel(AbstractModel):
2169
+ """云存 AI 任务输出文件标签
2170
+
2171
+ """
2172
+
2173
+ def __init__(self):
2174
+ r"""
2175
+ :param _Key: key1
2176
+ :type Key: str
2177
+ :param _Value: value1
2178
+ :type Value: str
2179
+ """
2180
+ self._Key = None
2181
+ self._Value = None
2182
+
2183
+ @property
2184
+ def Key(self):
2185
+ """key1
2186
+ :rtype: str
2187
+ """
2188
+ return self._Key
2189
+
2190
+ @Key.setter
2191
+ def Key(self, Key):
2192
+ self._Key = Key
2193
+
2194
+ @property
2195
+ def Value(self):
2196
+ """value1
2197
+ :rtype: str
2198
+ """
2199
+ return self._Value
2200
+
2201
+ @Value.setter
2202
+ def Value(self, Value):
2203
+ self._Value = Value
2204
+
2205
+
2206
+ def _deserialize(self, params):
2207
+ self._Key = params.get("Key")
2208
+ self._Value = params.get("Value")
2138
2209
  memeber_set = set(params.keys())
2139
2210
  for name, value in vars(self).items():
2140
2211
  property_name = name[1:]
@@ -7248,10 +7319,8 @@ class DescribeCloudStorageAIServiceCallbackResponse(AbstractModel):
7248
7319
  :param _Type: 推送类型。http:HTTP 回调
7249
7320
  :type Type: str
7250
7321
  :param _CallbackUrl: HTTP 回调 URL
7251
- 注意:此字段可能返回 null,表示取不到有效值。
7252
7322
  :type CallbackUrl: str
7253
7323
  :param _CallbackToken: HTTP 回调鉴权 Token
7254
- 注意:此字段可能返回 null,表示取不到有效值。
7255
7324
  :type CallbackToken: str
7256
7325
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
7257
7326
  :type RequestId: str
@@ -7275,7 +7344,6 @@ class DescribeCloudStorageAIServiceCallbackResponse(AbstractModel):
7275
7344
  @property
7276
7345
  def CallbackUrl(self):
7277
7346
  """HTTP 回调 URL
7278
- 注意:此字段可能返回 null,表示取不到有效值。
7279
7347
  :rtype: str
7280
7348
  """
7281
7349
  return self._CallbackUrl
@@ -7287,7 +7355,6 @@ class DescribeCloudStorageAIServiceCallbackResponse(AbstractModel):
7287
7355
  @property
7288
7356
  def CallbackToken(self):
7289
7357
  """HTTP 回调鉴权 Token
7290
- 注意:此字段可能返回 null,表示取不到有效值。
7291
7358
  :rtype: str
7292
7359
  """
7293
7360
  return self._CallbackToken
@@ -7541,8 +7608,13 @@ class DescribeCloudStorageAIServiceTaskRequest(AbstractModel):
7541
7608
  r"""
7542
7609
  :param _TaskId: 任务 ID
7543
7610
  :type TaskId: str
7611
+ :param _FileURLExpireTime: 下载 URL 的过期时间。
7612
+
7613
+ 若传入该参数,则响应中将包含所有文件的下载 URL
7614
+ :type FileURLExpireTime: int
7544
7615
  """
7545
7616
  self._TaskId = None
7617
+ self._FileURLExpireTime = None
7546
7618
 
7547
7619
  @property
7548
7620
  def TaskId(self):
@@ -7555,9 +7627,23 @@ class DescribeCloudStorageAIServiceTaskRequest(AbstractModel):
7555
7627
  def TaskId(self, TaskId):
7556
7628
  self._TaskId = TaskId
7557
7629
 
7630
+ @property
7631
+ def FileURLExpireTime(self):
7632
+ """下载 URL 的过期时间。
7633
+
7634
+ 若传入该参数,则响应中将包含所有文件的下载 URL
7635
+ :rtype: int
7636
+ """
7637
+ return self._FileURLExpireTime
7638
+
7639
+ @FileURLExpireTime.setter
7640
+ def FileURLExpireTime(self, FileURLExpireTime):
7641
+ self._FileURLExpireTime = FileURLExpireTime
7642
+
7558
7643
 
7559
7644
  def _deserialize(self, params):
7560
7645
  self._TaskId = params.get("TaskId")
7646
+ self._FileURLExpireTime = params.get("FileURLExpireTime")
7561
7647
  memeber_set = set(params.keys())
7562
7648
  for name, value in vars(self).items():
7563
7649
  property_name = name[1:]
@@ -19188,7 +19274,7 @@ class InstanceDetail(AbstractModel):
19188
19274
  :param _CellNum: 实例单元数
19189
19275
  注意:此字段可能返回 null,表示取不到有效值。
19190
19276
  :type CellNum: int
19191
- :param _BillingTag: 实例Tag
19277
+ :param _BillingTag: 实例Tag,企业实例必传
19192
19278
  注意:此字段可能返回 null,表示取不到有效值。
19193
19279
  :type BillingTag: str
19194
19280
  :param _EverydayFreeMessageCount: 每日消息数
@@ -19453,7 +19539,7 @@ class InstanceDetail(AbstractModel):
19453
19539
 
19454
19540
  @property
19455
19541
  def BillingTag(self):
19456
- """实例Tag
19542
+ """实例Tag,企业实例必传
19457
19543
  注意:此字段可能返回 null,表示取不到有效值。
19458
19544
  :rtype: str
19459
19545
  """
@@ -19903,7 +19989,6 @@ class InvokeExternalSourceAIServiceTaskResponse(AbstractModel):
19903
19989
  :param _TaskId: 任务 ID
19904
19990
  :type TaskId: str
19905
19991
  :param _TaskInfo: 任务信息
19906
- 注意:此字段可能返回 null,表示取不到有效值。
19907
19992
  :type TaskInfo: :class:`tencentcloud.iotexplorer.v20190423.models.CloudStorageAIServiceTask`
19908
19993
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
19909
19994
  :type RequestId: str
@@ -19938,7 +20023,6 @@ class InvokeExternalSourceAIServiceTaskResponse(AbstractModel):
19938
20023
  @property
19939
20024
  def TaskInfo(self):
19940
20025
  """任务信息
19941
- 注意:此字段可能返回 null,表示取不到有效值。
19942
20026
  :rtype: :class:`tencentcloud.iotexplorer.v20190423.models.CloudStorageAIServiceTask`
19943
20027
  """
19944
20028
  return self._TaskInfo
@@ -8545,10 +8545,9 @@ class CreateLiveTimeShiftRuleRequest(AbstractModel):
8545
8545
  r"""
8546
8546
  :param _DomainName: 推流域名。
8547
8547
  :type DomainName: str
8548
- :param _AppName: 推流路径,与推流和播放地址中的AppName保持一致,默认为 live
8548
+ :param _AppName: 推流路径,与推流和播放地址中的AppName保持一致,默认为 live。注:如果需要对所有AppName生效,可填写“*”。
8549
8549
  :type AppName: str
8550
- :param _StreamName: 流名称。
8551
- 注:如果本参数设置为非空字符串,规则将只对此推流起作用。
8550
+ :param _StreamName: 流名称。注:如果本参数设置为非空字符串,规则将只对此推流起作用。如果需要对所有StreamName生效,可填写“*”。
8552
8551
  :type StreamName: str
8553
8552
  :param _TemplateId: 模板 ID。
8554
8553
  :type TemplateId: int
@@ -8571,7 +8570,7 @@ class CreateLiveTimeShiftRuleRequest(AbstractModel):
8571
8570
 
8572
8571
  @property
8573
8572
  def AppName(self):
8574
- """推流路径,与推流和播放地址中的AppName保持一致,默认为 live
8573
+ """推流路径,与推流和播放地址中的AppName保持一致,默认为 live。注:如果需要对所有AppName生效,可填写“*”。
8575
8574
  :rtype: str
8576
8575
  """
8577
8576
  return self._AppName
@@ -8582,8 +8581,7 @@ class CreateLiveTimeShiftRuleRequest(AbstractModel):
8582
8581
 
8583
8582
  @property
8584
8583
  def StreamName(self):
8585
- """流名称。
8586
- 注:如果本参数设置为非空字符串,规则将只对此推流起作用。
8584
+ """流名称。注:如果本参数设置为非空字符串,规则将只对此推流起作用。如果需要对所有StreamName生效,可填写“*”。
8587
8585
  :rtype: str
8588
8586
  """
8589
8587
  return self._StreamName
@@ -16696,7 +16696,7 @@ class CreateInput(AbstractModel):
16696
16696
  r"""
16697
16697
  :param _InputName: 输入名称,可填大小写、数字和下划线,长度为[1, 32]。
16698
16698
  :type InputName: str
16699
- :param _Protocol: 输入的协议,可选[SRT|RTP|RTMP_PUSH|RTMP_PULL|RTSP_PULL|RIST]。
16699
+ :param _Protocol: 输入的协议,可选[SRT|RTP|RTMP|RTMP_PULL|RTSP_PULL|RIST]。
16700
16700
  :type Protocol: str
16701
16701
  :param _Description: 输入描述,长度为[0, 255]。
16702
16702
  :type Description: str
@@ -16754,7 +16754,7 @@ class CreateInput(AbstractModel):
16754
16754
 
16755
16755
  @property
16756
16756
  def Protocol(self):
16757
- """输入的协议,可选[SRT|RTP|RTMP_PUSH|RTMP_PULL|RTSP_PULL|RIST]。
16757
+ """输入的协议,可选[SRT|RTP|RTMP|RTMP_PULL|RTSP_PULL|RIST]。
16758
16758
  :rtype: str
16759
16759
  """
16760
16760
  return self._Protocol
@@ -18165,7 +18165,7 @@ class CreateOutputSRTSettingsDestinations(AbstractModel):
18165
18165
 
18166
18166
  def __init__(self):
18167
18167
  r"""
18168
- :param _Ip: 输出的IP
18168
+ :param _Ip: 输出的IP或域名。
18169
18169
  :type Ip: str
18170
18170
  :param _Port: 输出的端口。
18171
18171
  :type Port: int
@@ -18175,7 +18175,7 @@ class CreateOutputSRTSettingsDestinations(AbstractModel):
18175
18175
 
18176
18176
  @property
18177
18177
  def Ip(self):
18178
- """输出的IP
18178
+ """输出的IP或域名。
18179
18179
  :rtype: str
18180
18180
  """
18181
18181
  return self._Ip
@@ -44557,7 +44557,7 @@ class ModifyOutputInfo(AbstractModel):
44557
44557
  :type OutputName: str
44558
44558
  :param _Description: 输出的描述。
44559
44559
  :type Description: str
44560
- :param _Protocol: 输出的转推协议,支持SRT|RTP|RTMP|RTMP_PULL|RTSP|RIST。
44560
+ :param _Protocol: 输出的转推协议,支持SRT|RTP|RTMP|RTMP_PULL|RTSP_PULL|RIST。
44561
44561
  :type Protocol: str
44562
44562
  :param _SRTSettings: 转推SRT的配置。
44563
44563
  :type SRTSettings: :class:`tencentcloud.mps.v20190612.models.CreateOutputSRTSettings`
@@ -44631,7 +44631,7 @@ class ModifyOutputInfo(AbstractModel):
44631
44631
 
44632
44632
  @property
44633
44633
  def Protocol(self):
44634
- """输出的转推协议,支持SRT|RTP|RTMP|RTMP_PULL|RTSP|RIST。
44634
+ """输出的转推协议,支持SRT|RTP|RTMP|RTMP_PULL|RTSP_PULL|RIST。
44635
44635
  :rtype: str
44636
44636
  """
44637
44637
  return self._Protocol
@@ -52886,7 +52886,7 @@ class SRTSourceAddressReq(AbstractModel):
52886
52886
 
52887
52887
  def __init__(self):
52888
52888
  r"""
52889
- :param _Ip: 对端IP
52889
+ :param _Ip: 对端IP或域名。
52890
52890
  :type Ip: str
52891
52891
  :param _Port: 对端端口。
52892
52892
  :type Port: int
@@ -52896,7 +52896,7 @@ class SRTSourceAddressReq(AbstractModel):
52896
52896
 
52897
52897
  @property
52898
52898
  def Ip(self):
52899
- """对端IP
52899
+ """对端IP或域名。
52900
52900
  :rtype: str
52901
52901
  """
52902
52902
  return self._Ip