tencentcloud-sdk-python 3.0.1301__py2.py3-none-any.whl → 3.0.1303__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 +1 -1
- tencentcloud/aiart/v20221229/models.py +19 -0
- tencentcloud/apm/v20210622/errorcodes.py +10 -10
- tencentcloud/cat/v20180409/cat_client.py +1 -1
- tencentcloud/ccc/v20200210/ccc_client.py +25 -0
- tencentcloud/ccc/v20200210/models.py +159 -0
- tencentcloud/cdb/v20170320/models.py +15 -0
- tencentcloud/cdn/v20180606/models.py +2 -2
- tencentcloud/cdwdoris/v20211228/models.py +45 -118
- tencentcloud/config/v20220802/models.py +2 -2
- tencentcloud/cvm/v20170312/errorcodes.py +3 -0
- tencentcloud/dc/v20180410/models.py +2 -14
- tencentcloud/emr/v20190103/models.py +0 -6
- tencentcloud/ess/v20201111/ess_client.py +1 -1
- tencentcloud/ess/v20201111/models.py +20 -16
- tencentcloud/essbasic/v20210526/models.py +26 -76
- tencentcloud/hunyuan/v20230901/models.py +30 -0
- tencentcloud/monitor/v20180724/models.py +55 -4
- tencentcloud/monitor/v20180724/monitor_client.py +1 -1
- tencentcloud/mps/v20190612/errorcodes.py +6 -0
- tencentcloud/mps/v20190612/models.py +867 -8
- tencentcloud/mps/v20190612/mps_client.py +138 -0
- tencentcloud/ocr/v20181119/models.py +4 -4
- tencentcloud/pts/v20210728/models.py +0 -348
- tencentcloud/rum/v20210622/models.py +92 -2
- tencentcloud/ssl/v20191205/models.py +4 -4
- tencentcloud/ssl/v20191205/ssl_client.py +1 -1
- tencentcloud/teo/v20220901/models.py +6 -12
- tencentcloud/trtc/v20190722/models.py +15 -0
- tencentcloud/tse/v20201207/models.py +17 -0
- tencentcloud/vpc/v20170312/models.py +2 -12
- tencentcloud/wedata/v20210820/models.py +475 -0
- {tencentcloud_sdk_python-3.0.1301.dist-info → tencentcloud_sdk_python-3.0.1303.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1301.dist-info → tencentcloud_sdk_python-3.0.1303.dist-info}/RECORD +37 -37
- {tencentcloud_sdk_python-3.0.1301.dist-info → tencentcloud_sdk_python-3.0.1303.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1301.dist-info → tencentcloud_sdk_python-3.0.1303.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1301.dist-info → tencentcloud_sdk_python-3.0.1303.dist-info}/top_level.txt +0 -0
@@ -17342,13 +17342,13 @@ class CreateOutputSRTSettings(AbstractModel):
|
|
17342
17342
|
:type Destinations: list of CreateOutputSRTSettingsDestinations
|
17343
17343
|
:param _StreamId: 转推SRT的流Id,可选大小写字母、数字和特殊字符(.#!:&,=_-),长度为0~512。
|
17344
17344
|
:type StreamId: str
|
17345
|
-
:param _Latency: 转推SRT的总延迟,默认0,单位ms,范围为[0, 3000]
|
17345
|
+
:param _Latency: 转推SRT的总延迟,默认0,单位ms,范围为[0, 3000]。此参数同时设置了发送方和接收方的延迟(recvlatency和peerlatency)为相同的值。建议配置为至少3倍RTT,以确保在网络拥塞时能够有效处理数据包的重传和确认
|
17346
17346
|
:type Latency: int
|
17347
|
-
:param _RecvLatency: 转推SRT的接收延迟,默认120,单位ms,范围为[0, 3000]。
|
17347
|
+
:param _RecvLatency: 转推SRT的接收延迟,默认120,单位ms,范围为[0, 3000]。 此参数表示接收方用于缓存数据包的时间长度
|
17348
17348
|
:type RecvLatency: int
|
17349
|
-
:param _PeerLatency: 转推SRT的对端延迟,默认0,单位ms,范围为[0, 3000]。
|
17349
|
+
:param _PeerLatency: 转推SRT的对端延迟,默认0,单位ms,范围为[0, 3000]。 此参数由发送方设置,用于告知接收方其期望的延迟缓冲时间
|
17350
17350
|
:type PeerLatency: int
|
17351
|
-
:param _PeerIdleTimeout: 转推SRT的对端空闲超时时间,默认5000,单位ms,范围为[1000, 10000]。
|
17351
|
+
:param _PeerIdleTimeout: 转推SRT的对端空闲超时时间,默认5000,单位ms,范围为[1000, 10000]。 如果连接在设定的超时时间内没有活动,将会被关闭
|
17352
17352
|
:type PeerIdleTimeout: int
|
17353
17353
|
:param _Passphrase: 转推SRT的加密密钥,默认为空,表示不加密。只可填ascii码值,长度为[10, 79]。
|
17354
17354
|
:type Passphrase: str
|
@@ -17391,7 +17391,7 @@ class CreateOutputSRTSettings(AbstractModel):
|
|
17391
17391
|
|
17392
17392
|
@property
|
17393
17393
|
def Latency(self):
|
17394
|
-
"""转推SRT的总延迟,默认0,单位ms,范围为[0, 3000]
|
17394
|
+
"""转推SRT的总延迟,默认0,单位ms,范围为[0, 3000]。此参数同时设置了发送方和接收方的延迟(recvlatency和peerlatency)为相同的值。建议配置为至少3倍RTT,以确保在网络拥塞时能够有效处理数据包的重传和确认
|
17395
17395
|
:rtype: int
|
17396
17396
|
"""
|
17397
17397
|
return self._Latency
|
@@ -17402,7 +17402,7 @@ class CreateOutputSRTSettings(AbstractModel):
|
|
17402
17402
|
|
17403
17403
|
@property
|
17404
17404
|
def RecvLatency(self):
|
17405
|
-
"""转推SRT的接收延迟,默认120,单位ms,范围为[0, 3000]。
|
17405
|
+
"""转推SRT的接收延迟,默认120,单位ms,范围为[0, 3000]。 此参数表示接收方用于缓存数据包的时间长度
|
17406
17406
|
:rtype: int
|
17407
17407
|
"""
|
17408
17408
|
return self._RecvLatency
|
@@ -17413,7 +17413,7 @@ class CreateOutputSRTSettings(AbstractModel):
|
|
17413
17413
|
|
17414
17414
|
@property
|
17415
17415
|
def PeerLatency(self):
|
17416
|
-
"""转推SRT的对端延迟,默认0,单位ms,范围为[0, 3000]。
|
17416
|
+
"""转推SRT的对端延迟,默认0,单位ms,范围为[0, 3000]。 此参数由发送方设置,用于告知接收方其期望的延迟缓冲时间
|
17417
17417
|
:rtype: int
|
17418
17418
|
"""
|
17419
17419
|
return self._PeerLatency
|
@@ -17424,7 +17424,7 @@ class CreateOutputSRTSettings(AbstractModel):
|
|
17424
17424
|
|
17425
17425
|
@property
|
17426
17426
|
def PeerIdleTimeout(self):
|
17427
|
-
"""转推SRT的对端空闲超时时间,默认5000,单位ms,范围为[1000, 10000]。
|
17427
|
+
"""转推SRT的对端空闲超时时间,默认5000,单位ms,范围为[1000, 10000]。 如果连接在设定的超时时间内没有活动,将会被关闭
|
17428
17428
|
:rtype: int
|
17429
17429
|
"""
|
17430
17430
|
return self._PeerIdleTimeout
|
@@ -18886,6 +18886,100 @@ class CreateStreamLinkOutputInfoResponse(AbstractModel):
|
|
18886
18886
|
self._RequestId = params.get("RequestId")
|
18887
18887
|
|
18888
18888
|
|
18889
|
+
class CreateStreamLinkSecurityGroupRequest(AbstractModel):
|
18890
|
+
"""CreateStreamLinkSecurityGroup请求参数结构体
|
18891
|
+
|
18892
|
+
"""
|
18893
|
+
|
18894
|
+
def __init__(self):
|
18895
|
+
r"""
|
18896
|
+
:param _Name: 安全组名称,限制大小写、数字和下划线,Region下唯一。
|
18897
|
+
:type Name: str
|
18898
|
+
:param _Whitelist: 白名单列表,数量限制[1, 10]。
|
18899
|
+
:type Whitelist: list of str
|
18900
|
+
"""
|
18901
|
+
self._Name = None
|
18902
|
+
self._Whitelist = None
|
18903
|
+
|
18904
|
+
@property
|
18905
|
+
def Name(self):
|
18906
|
+
"""安全组名称,限制大小写、数字和下划线,Region下唯一。
|
18907
|
+
:rtype: str
|
18908
|
+
"""
|
18909
|
+
return self._Name
|
18910
|
+
|
18911
|
+
@Name.setter
|
18912
|
+
def Name(self, Name):
|
18913
|
+
self._Name = Name
|
18914
|
+
|
18915
|
+
@property
|
18916
|
+
def Whitelist(self):
|
18917
|
+
"""白名单列表,数量限制[1, 10]。
|
18918
|
+
:rtype: list of str
|
18919
|
+
"""
|
18920
|
+
return self._Whitelist
|
18921
|
+
|
18922
|
+
@Whitelist.setter
|
18923
|
+
def Whitelist(self, Whitelist):
|
18924
|
+
self._Whitelist = Whitelist
|
18925
|
+
|
18926
|
+
|
18927
|
+
def _deserialize(self, params):
|
18928
|
+
self._Name = params.get("Name")
|
18929
|
+
self._Whitelist = params.get("Whitelist")
|
18930
|
+
memeber_set = set(params.keys())
|
18931
|
+
for name, value in vars(self).items():
|
18932
|
+
property_name = name[1:]
|
18933
|
+
if property_name in memeber_set:
|
18934
|
+
memeber_set.remove(property_name)
|
18935
|
+
if len(memeber_set) > 0:
|
18936
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
18937
|
+
|
18938
|
+
|
18939
|
+
|
18940
|
+
class CreateStreamLinkSecurityGroupResponse(AbstractModel):
|
18941
|
+
"""CreateStreamLinkSecurityGroup返回参数结构体
|
18942
|
+
|
18943
|
+
"""
|
18944
|
+
|
18945
|
+
def __init__(self):
|
18946
|
+
r"""
|
18947
|
+
:param _Id: 安全组 ID。
|
18948
|
+
:type Id: str
|
18949
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
18950
|
+
:type RequestId: str
|
18951
|
+
"""
|
18952
|
+
self._Id = None
|
18953
|
+
self._RequestId = None
|
18954
|
+
|
18955
|
+
@property
|
18956
|
+
def Id(self):
|
18957
|
+
"""安全组 ID。
|
18958
|
+
:rtype: str
|
18959
|
+
"""
|
18960
|
+
return self._Id
|
18961
|
+
|
18962
|
+
@Id.setter
|
18963
|
+
def Id(self, Id):
|
18964
|
+
self._Id = Id
|
18965
|
+
|
18966
|
+
@property
|
18967
|
+
def RequestId(self):
|
18968
|
+
"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
18969
|
+
:rtype: str
|
18970
|
+
"""
|
18971
|
+
return self._RequestId
|
18972
|
+
|
18973
|
+
@RequestId.setter
|
18974
|
+
def RequestId(self, RequestId):
|
18975
|
+
self._RequestId = RequestId
|
18976
|
+
|
18977
|
+
|
18978
|
+
def _deserialize(self, params):
|
18979
|
+
self._Id = params.get("Id")
|
18980
|
+
self._RequestId = params.get("RequestId")
|
18981
|
+
|
18982
|
+
|
18889
18983
|
class CreateTranscodeTemplateRequest(AbstractModel):
|
18890
18984
|
"""CreateTranscodeTemplate请求参数结构体
|
18891
18985
|
|
@@ -20873,6 +20967,70 @@ class DeleteStreamLinkOutputResponse(AbstractModel):
|
|
20873
20967
|
self._RequestId = params.get("RequestId")
|
20874
20968
|
|
20875
20969
|
|
20970
|
+
class DeleteStreamLinkSecurityGroupRequest(AbstractModel):
|
20971
|
+
"""DeleteStreamLinkSecurityGroup请求参数结构体
|
20972
|
+
|
20973
|
+
"""
|
20974
|
+
|
20975
|
+
def __init__(self):
|
20976
|
+
r"""
|
20977
|
+
:param _Id: 安全组 ID。
|
20978
|
+
:type Id: str
|
20979
|
+
"""
|
20980
|
+
self._Id = None
|
20981
|
+
|
20982
|
+
@property
|
20983
|
+
def Id(self):
|
20984
|
+
"""安全组 ID。
|
20985
|
+
:rtype: str
|
20986
|
+
"""
|
20987
|
+
return self._Id
|
20988
|
+
|
20989
|
+
@Id.setter
|
20990
|
+
def Id(self, Id):
|
20991
|
+
self._Id = Id
|
20992
|
+
|
20993
|
+
|
20994
|
+
def _deserialize(self, params):
|
20995
|
+
self._Id = params.get("Id")
|
20996
|
+
memeber_set = set(params.keys())
|
20997
|
+
for name, value in vars(self).items():
|
20998
|
+
property_name = name[1:]
|
20999
|
+
if property_name in memeber_set:
|
21000
|
+
memeber_set.remove(property_name)
|
21001
|
+
if len(memeber_set) > 0:
|
21002
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
21003
|
+
|
21004
|
+
|
21005
|
+
|
21006
|
+
class DeleteStreamLinkSecurityGroupResponse(AbstractModel):
|
21007
|
+
"""DeleteStreamLinkSecurityGroup返回参数结构体
|
21008
|
+
|
21009
|
+
"""
|
21010
|
+
|
21011
|
+
def __init__(self):
|
21012
|
+
r"""
|
21013
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
21014
|
+
:type RequestId: str
|
21015
|
+
"""
|
21016
|
+
self._RequestId = None
|
21017
|
+
|
21018
|
+
@property
|
21019
|
+
def RequestId(self):
|
21020
|
+
"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
21021
|
+
:rtype: str
|
21022
|
+
"""
|
21023
|
+
return self._RequestId
|
21024
|
+
|
21025
|
+
@RequestId.setter
|
21026
|
+
def RequestId(self, RequestId):
|
21027
|
+
self._RequestId = RequestId
|
21028
|
+
|
21029
|
+
|
21030
|
+
def _deserialize(self, params):
|
21031
|
+
self._RequestId = params.get("RequestId")
|
21032
|
+
|
21033
|
+
|
20876
21034
|
class DeleteTranscodeTemplateRequest(AbstractModel):
|
20877
21035
|
"""DeleteTranscodeTemplate请求参数结构体
|
20878
21036
|
|
@@ -21473,6 +21631,7 @@ class DescribeAdaptiveDynamicStreamingTemplatesRequest(AbstractModel):
|
|
21473
21631
|
<li>Custom:用户自定义模板。</li>
|
21474
21632
|
:type Type: str
|
21475
21633
|
:param _PureAudio: 是否为纯音频,0表示视频,1表示纯音频
|
21634
|
+
默认值:0
|
21476
21635
|
:type PureAudio: int
|
21477
21636
|
:param _Name: 自适应转码模板标识过滤条件,长度限制:64 个字符
|
21478
21637
|
:type Name: str
|
@@ -21533,6 +21692,7 @@ class DescribeAdaptiveDynamicStreamingTemplatesRequest(AbstractModel):
|
|
21533
21692
|
@property
|
21534
21693
|
def PureAudio(self):
|
21535
21694
|
"""是否为纯音频,0表示视频,1表示纯音频
|
21695
|
+
默认值:0
|
21536
21696
|
:rtype: int
|
21537
21697
|
"""
|
21538
21698
|
return self._PureAudio
|
@@ -22285,6 +22445,90 @@ class DescribeFlowId(AbstractModel):
|
|
22285
22445
|
|
22286
22446
|
|
22287
22447
|
|
22448
|
+
class DescribeGroupAttachFlowsByIdRequest(AbstractModel):
|
22449
|
+
"""DescribeGroupAttachFlowsById请求参数结构体
|
22450
|
+
|
22451
|
+
"""
|
22452
|
+
|
22453
|
+
def __init__(self):
|
22454
|
+
r"""
|
22455
|
+
:param _Id: 媒体传输安全组ID。
|
22456
|
+
:type Id: str
|
22457
|
+
"""
|
22458
|
+
self._Id = None
|
22459
|
+
|
22460
|
+
@property
|
22461
|
+
def Id(self):
|
22462
|
+
"""媒体传输安全组ID。
|
22463
|
+
:rtype: str
|
22464
|
+
"""
|
22465
|
+
return self._Id
|
22466
|
+
|
22467
|
+
@Id.setter
|
22468
|
+
def Id(self, Id):
|
22469
|
+
self._Id = Id
|
22470
|
+
|
22471
|
+
|
22472
|
+
def _deserialize(self, params):
|
22473
|
+
self._Id = params.get("Id")
|
22474
|
+
memeber_set = set(params.keys())
|
22475
|
+
for name, value in vars(self).items():
|
22476
|
+
property_name = name[1:]
|
22477
|
+
if property_name in memeber_set:
|
22478
|
+
memeber_set.remove(property_name)
|
22479
|
+
if len(memeber_set) > 0:
|
22480
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
22481
|
+
|
22482
|
+
|
22483
|
+
|
22484
|
+
class DescribeGroupAttachFlowsByIdResponse(AbstractModel):
|
22485
|
+
"""DescribeGroupAttachFlowsById返回参数结构体
|
22486
|
+
|
22487
|
+
"""
|
22488
|
+
|
22489
|
+
def __init__(self):
|
22490
|
+
r"""
|
22491
|
+
:param _Infos: 安全组反查的Flow信息列表。
|
22492
|
+
:type Infos: list of FlowInOutResp
|
22493
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
22494
|
+
:type RequestId: str
|
22495
|
+
"""
|
22496
|
+
self._Infos = None
|
22497
|
+
self._RequestId = None
|
22498
|
+
|
22499
|
+
@property
|
22500
|
+
def Infos(self):
|
22501
|
+
"""安全组反查的Flow信息列表。
|
22502
|
+
:rtype: list of FlowInOutResp
|
22503
|
+
"""
|
22504
|
+
return self._Infos
|
22505
|
+
|
22506
|
+
@Infos.setter
|
22507
|
+
def Infos(self, Infos):
|
22508
|
+
self._Infos = Infos
|
22509
|
+
|
22510
|
+
@property
|
22511
|
+
def RequestId(self):
|
22512
|
+
"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
22513
|
+
:rtype: str
|
22514
|
+
"""
|
22515
|
+
return self._RequestId
|
22516
|
+
|
22517
|
+
@RequestId.setter
|
22518
|
+
def RequestId(self, RequestId):
|
22519
|
+
self._RequestId = RequestId
|
22520
|
+
|
22521
|
+
|
22522
|
+
def _deserialize(self, params):
|
22523
|
+
if params.get("Infos") is not None:
|
22524
|
+
self._Infos = []
|
22525
|
+
for item in params.get("Infos"):
|
22526
|
+
obj = FlowInOutResp()
|
22527
|
+
obj._deserialize(item)
|
22528
|
+
self._Infos.append(obj)
|
22529
|
+
self._RequestId = params.get("RequestId")
|
22530
|
+
|
22531
|
+
|
22288
22532
|
class DescribeHLSPullSourceAddress(AbstractModel):
|
22289
22533
|
"""查询输入的HLS配置信息。
|
22290
22534
|
|
@@ -27117,6 +27361,60 @@ class DescribeStreamLinkRegionsResponse(AbstractModel):
|
|
27117
27361
|
self._RequestId = params.get("RequestId")
|
27118
27362
|
|
27119
27363
|
|
27364
|
+
class DescribeStreamLinkSecurityGroupsRequest(AbstractModel):
|
27365
|
+
"""DescribeStreamLinkSecurityGroups请求参数结构体
|
27366
|
+
|
27367
|
+
"""
|
27368
|
+
|
27369
|
+
|
27370
|
+
class DescribeStreamLinkSecurityGroupsResponse(AbstractModel):
|
27371
|
+
"""DescribeStreamLinkSecurityGroups返回参数结构体
|
27372
|
+
|
27373
|
+
"""
|
27374
|
+
|
27375
|
+
def __init__(self):
|
27376
|
+
r"""
|
27377
|
+
:param _Infos: 安全组信息列表。
|
27378
|
+
:type Infos: list of SecurityGroupInfo
|
27379
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
27380
|
+
:type RequestId: str
|
27381
|
+
"""
|
27382
|
+
self._Infos = None
|
27383
|
+
self._RequestId = None
|
27384
|
+
|
27385
|
+
@property
|
27386
|
+
def Infos(self):
|
27387
|
+
"""安全组信息列表。
|
27388
|
+
:rtype: list of SecurityGroupInfo
|
27389
|
+
"""
|
27390
|
+
return self._Infos
|
27391
|
+
|
27392
|
+
@Infos.setter
|
27393
|
+
def Infos(self, Infos):
|
27394
|
+
self._Infos = Infos
|
27395
|
+
|
27396
|
+
@property
|
27397
|
+
def RequestId(self):
|
27398
|
+
"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
27399
|
+
:rtype: str
|
27400
|
+
"""
|
27401
|
+
return self._RequestId
|
27402
|
+
|
27403
|
+
@RequestId.setter
|
27404
|
+
def RequestId(self, RequestId):
|
27405
|
+
self._RequestId = RequestId
|
27406
|
+
|
27407
|
+
|
27408
|
+
def _deserialize(self, params):
|
27409
|
+
if params.get("Infos") is not None:
|
27410
|
+
self._Infos = []
|
27411
|
+
for item in params.get("Infos"):
|
27412
|
+
obj = SecurityGroupInfo()
|
27413
|
+
obj._deserialize(item)
|
27414
|
+
self._Infos.append(obj)
|
27415
|
+
self._RequestId = params.get("RequestId")
|
27416
|
+
|
27417
|
+
|
27120
27418
|
class DescribeTaskDetailRequest(AbstractModel):
|
27121
27419
|
"""DescribeTaskDetail请求参数结构体
|
27122
27420
|
|
@@ -28971,6 +29269,90 @@ class DisableWorkflowResponse(AbstractModel):
|
|
28971
29269
|
self._RequestId = params.get("RequestId")
|
28972
29270
|
|
28973
29271
|
|
29272
|
+
class DisassociateSecurityGroupRequest(AbstractModel):
|
29273
|
+
"""DisassociateSecurityGroup请求参数结构体
|
29274
|
+
|
29275
|
+
"""
|
29276
|
+
|
29277
|
+
def __init__(self):
|
29278
|
+
r"""
|
29279
|
+
:param _Id: 媒体传输安全组ID。
|
29280
|
+
:type Id: str
|
29281
|
+
:param _UnattachInOutInfos: 要解绑的输入输出信息列表。
|
29282
|
+
:type UnattachInOutInfos: list of UnattachSecurityGroupInOutInfo
|
29283
|
+
"""
|
29284
|
+
self._Id = None
|
29285
|
+
self._UnattachInOutInfos = None
|
29286
|
+
|
29287
|
+
@property
|
29288
|
+
def Id(self):
|
29289
|
+
"""媒体传输安全组ID。
|
29290
|
+
:rtype: str
|
29291
|
+
"""
|
29292
|
+
return self._Id
|
29293
|
+
|
29294
|
+
@Id.setter
|
29295
|
+
def Id(self, Id):
|
29296
|
+
self._Id = Id
|
29297
|
+
|
29298
|
+
@property
|
29299
|
+
def UnattachInOutInfos(self):
|
29300
|
+
"""要解绑的输入输出信息列表。
|
29301
|
+
:rtype: list of UnattachSecurityGroupInOutInfo
|
29302
|
+
"""
|
29303
|
+
return self._UnattachInOutInfos
|
29304
|
+
|
29305
|
+
@UnattachInOutInfos.setter
|
29306
|
+
def UnattachInOutInfos(self, UnattachInOutInfos):
|
29307
|
+
self._UnattachInOutInfos = UnattachInOutInfos
|
29308
|
+
|
29309
|
+
|
29310
|
+
def _deserialize(self, params):
|
29311
|
+
self._Id = params.get("Id")
|
29312
|
+
if params.get("UnattachInOutInfos") is not None:
|
29313
|
+
self._UnattachInOutInfos = []
|
29314
|
+
for item in params.get("UnattachInOutInfos"):
|
29315
|
+
obj = UnattachSecurityGroupInOutInfo()
|
29316
|
+
obj._deserialize(item)
|
29317
|
+
self._UnattachInOutInfos.append(obj)
|
29318
|
+
memeber_set = set(params.keys())
|
29319
|
+
for name, value in vars(self).items():
|
29320
|
+
property_name = name[1:]
|
29321
|
+
if property_name in memeber_set:
|
29322
|
+
memeber_set.remove(property_name)
|
29323
|
+
if len(memeber_set) > 0:
|
29324
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
29325
|
+
|
29326
|
+
|
29327
|
+
|
29328
|
+
class DisassociateSecurityGroupResponse(AbstractModel):
|
29329
|
+
"""DisassociateSecurityGroup返回参数结构体
|
29330
|
+
|
29331
|
+
"""
|
29332
|
+
|
29333
|
+
def __init__(self):
|
29334
|
+
r"""
|
29335
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
29336
|
+
:type RequestId: str
|
29337
|
+
"""
|
29338
|
+
self._RequestId = None
|
29339
|
+
|
29340
|
+
@property
|
29341
|
+
def RequestId(self):
|
29342
|
+
"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
29343
|
+
:rtype: str
|
29344
|
+
"""
|
29345
|
+
return self._RequestId
|
29346
|
+
|
29347
|
+
@RequestId.setter
|
29348
|
+
def RequestId(self, RequestId):
|
29349
|
+
self._RequestId = RequestId
|
29350
|
+
|
29351
|
+
|
29352
|
+
def _deserialize(self, params):
|
29353
|
+
self._RequestId = params.get("RequestId")
|
29354
|
+
|
29355
|
+
|
28974
29356
|
class DrmInfo(AbstractModel):
|
28975
29357
|
"""Drm 加密信息。
|
28976
29358
|
|
@@ -30318,6 +30700,181 @@ class FlowAudio(AbstractModel):
|
|
30318
30700
|
|
30319
30701
|
|
30320
30702
|
|
30703
|
+
class FlowInOutResp(AbstractModel):
|
30704
|
+
"""查询Flow的配置信息。
|
30705
|
+
|
30706
|
+
"""
|
30707
|
+
|
30708
|
+
def __init__(self):
|
30709
|
+
r"""
|
30710
|
+
:param _FlowId: 流Id。
|
30711
|
+
:type FlowId: str
|
30712
|
+
:param _FlowName: 流名称。
|
30713
|
+
:type FlowName: str
|
30714
|
+
:param _EventId: 该Flow关联的媒体传输事件EventId。
|
30715
|
+
:type EventId: str
|
30716
|
+
:param _FlowRegion: 媒体传输输入流所属的区域,取值和InputRegion相同。
|
30717
|
+
:type FlowRegion: str
|
30718
|
+
:param _OutputRegion: 当返回是输出类型时非空,output所在Region。
|
30719
|
+
:type OutputRegion: str
|
30720
|
+
:param _EventName: EventName。
|
30721
|
+
:type EventName: str
|
30722
|
+
:param _InputName: InOutType为Input有效。
|
30723
|
+
:type InputName: str
|
30724
|
+
:param _OutputName: InOutType为Output有效。
|
30725
|
+
:type OutputName: str
|
30726
|
+
:param _InOutId: Input或者Output的Id。
|
30727
|
+
:type InOutId: str
|
30728
|
+
:param _InOutType: 输入/输出类型,可选值:
|
30729
|
+
Input:输入
|
30730
|
+
Outpu:输出。
|
30731
|
+
:type InOutType: str
|
30732
|
+
"""
|
30733
|
+
self._FlowId = None
|
30734
|
+
self._FlowName = None
|
30735
|
+
self._EventId = None
|
30736
|
+
self._FlowRegion = None
|
30737
|
+
self._OutputRegion = None
|
30738
|
+
self._EventName = None
|
30739
|
+
self._InputName = None
|
30740
|
+
self._OutputName = None
|
30741
|
+
self._InOutId = None
|
30742
|
+
self._InOutType = None
|
30743
|
+
|
30744
|
+
@property
|
30745
|
+
def FlowId(self):
|
30746
|
+
"""流Id。
|
30747
|
+
:rtype: str
|
30748
|
+
"""
|
30749
|
+
return self._FlowId
|
30750
|
+
|
30751
|
+
@FlowId.setter
|
30752
|
+
def FlowId(self, FlowId):
|
30753
|
+
self._FlowId = FlowId
|
30754
|
+
|
30755
|
+
@property
|
30756
|
+
def FlowName(self):
|
30757
|
+
"""流名称。
|
30758
|
+
:rtype: str
|
30759
|
+
"""
|
30760
|
+
return self._FlowName
|
30761
|
+
|
30762
|
+
@FlowName.setter
|
30763
|
+
def FlowName(self, FlowName):
|
30764
|
+
self._FlowName = FlowName
|
30765
|
+
|
30766
|
+
@property
|
30767
|
+
def EventId(self):
|
30768
|
+
"""该Flow关联的媒体传输事件EventId。
|
30769
|
+
:rtype: str
|
30770
|
+
"""
|
30771
|
+
return self._EventId
|
30772
|
+
|
30773
|
+
@EventId.setter
|
30774
|
+
def EventId(self, EventId):
|
30775
|
+
self._EventId = EventId
|
30776
|
+
|
30777
|
+
@property
|
30778
|
+
def FlowRegion(self):
|
30779
|
+
"""媒体传输输入流所属的区域,取值和InputRegion相同。
|
30780
|
+
:rtype: str
|
30781
|
+
"""
|
30782
|
+
return self._FlowRegion
|
30783
|
+
|
30784
|
+
@FlowRegion.setter
|
30785
|
+
def FlowRegion(self, FlowRegion):
|
30786
|
+
self._FlowRegion = FlowRegion
|
30787
|
+
|
30788
|
+
@property
|
30789
|
+
def OutputRegion(self):
|
30790
|
+
"""当返回是输出类型时非空,output所在Region。
|
30791
|
+
:rtype: str
|
30792
|
+
"""
|
30793
|
+
return self._OutputRegion
|
30794
|
+
|
30795
|
+
@OutputRegion.setter
|
30796
|
+
def OutputRegion(self, OutputRegion):
|
30797
|
+
self._OutputRegion = OutputRegion
|
30798
|
+
|
30799
|
+
@property
|
30800
|
+
def EventName(self):
|
30801
|
+
"""EventName。
|
30802
|
+
:rtype: str
|
30803
|
+
"""
|
30804
|
+
return self._EventName
|
30805
|
+
|
30806
|
+
@EventName.setter
|
30807
|
+
def EventName(self, EventName):
|
30808
|
+
self._EventName = EventName
|
30809
|
+
|
30810
|
+
@property
|
30811
|
+
def InputName(self):
|
30812
|
+
"""InOutType为Input有效。
|
30813
|
+
:rtype: str
|
30814
|
+
"""
|
30815
|
+
return self._InputName
|
30816
|
+
|
30817
|
+
@InputName.setter
|
30818
|
+
def InputName(self, InputName):
|
30819
|
+
self._InputName = InputName
|
30820
|
+
|
30821
|
+
@property
|
30822
|
+
def OutputName(self):
|
30823
|
+
"""InOutType为Output有效。
|
30824
|
+
:rtype: str
|
30825
|
+
"""
|
30826
|
+
return self._OutputName
|
30827
|
+
|
30828
|
+
@OutputName.setter
|
30829
|
+
def OutputName(self, OutputName):
|
30830
|
+
self._OutputName = OutputName
|
30831
|
+
|
30832
|
+
@property
|
30833
|
+
def InOutId(self):
|
30834
|
+
"""Input或者Output的Id。
|
30835
|
+
:rtype: str
|
30836
|
+
"""
|
30837
|
+
return self._InOutId
|
30838
|
+
|
30839
|
+
@InOutId.setter
|
30840
|
+
def InOutId(self, InOutId):
|
30841
|
+
self._InOutId = InOutId
|
30842
|
+
|
30843
|
+
@property
|
30844
|
+
def InOutType(self):
|
30845
|
+
"""输入/输出类型,可选值:
|
30846
|
+
Input:输入
|
30847
|
+
Outpu:输出。
|
30848
|
+
:rtype: str
|
30849
|
+
"""
|
30850
|
+
return self._InOutType
|
30851
|
+
|
30852
|
+
@InOutType.setter
|
30853
|
+
def InOutType(self, InOutType):
|
30854
|
+
self._InOutType = InOutType
|
30855
|
+
|
30856
|
+
|
30857
|
+
def _deserialize(self, params):
|
30858
|
+
self._FlowId = params.get("FlowId")
|
30859
|
+
self._FlowName = params.get("FlowName")
|
30860
|
+
self._EventId = params.get("EventId")
|
30861
|
+
self._FlowRegion = params.get("FlowRegion")
|
30862
|
+
self._OutputRegion = params.get("OutputRegion")
|
30863
|
+
self._EventName = params.get("EventName")
|
30864
|
+
self._InputName = params.get("InputName")
|
30865
|
+
self._OutputName = params.get("OutputName")
|
30866
|
+
self._InOutId = params.get("InOutId")
|
30867
|
+
self._InOutType = params.get("InOutType")
|
30868
|
+
memeber_set = set(params.keys())
|
30869
|
+
for name, value in vars(self).items():
|
30870
|
+
property_name = name[1:]
|
30871
|
+
if property_name in memeber_set:
|
30872
|
+
memeber_set.remove(property_name)
|
30873
|
+
if len(memeber_set) > 0:
|
30874
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
30875
|
+
|
30876
|
+
|
30877
|
+
|
30321
30878
|
class FlowLogInfo(AbstractModel):
|
30322
30879
|
"""传输流日志信息。
|
30323
30880
|
|
@@ -43369,6 +43926,100 @@ class ModifyStreamLinkOutputInfoResponse(AbstractModel):
|
|
43369
43926
|
self._RequestId = params.get("RequestId")
|
43370
43927
|
|
43371
43928
|
|
43929
|
+
class ModifyStreamLinkSecurityGroupRequest(AbstractModel):
|
43930
|
+
"""ModifyStreamLinkSecurityGroup请求参数结构体
|
43931
|
+
|
43932
|
+
"""
|
43933
|
+
|
43934
|
+
def __init__(self):
|
43935
|
+
r"""
|
43936
|
+
:param _Id: 安全组Id。
|
43937
|
+
:type Id: str
|
43938
|
+
:param _Name: 安全组名称,限制大小写、数字和下划线,长度[1, 32],Region下唯一。
|
43939
|
+
:type Name: str
|
43940
|
+
:param _Whitelist: 白名单列表,最多10个。
|
43941
|
+
:type Whitelist: list of str
|
43942
|
+
"""
|
43943
|
+
self._Id = None
|
43944
|
+
self._Name = None
|
43945
|
+
self._Whitelist = None
|
43946
|
+
|
43947
|
+
@property
|
43948
|
+
def Id(self):
|
43949
|
+
"""安全组Id。
|
43950
|
+
:rtype: str
|
43951
|
+
"""
|
43952
|
+
return self._Id
|
43953
|
+
|
43954
|
+
@Id.setter
|
43955
|
+
def Id(self, Id):
|
43956
|
+
self._Id = Id
|
43957
|
+
|
43958
|
+
@property
|
43959
|
+
def Name(self):
|
43960
|
+
"""安全组名称,限制大小写、数字和下划线,长度[1, 32],Region下唯一。
|
43961
|
+
:rtype: str
|
43962
|
+
"""
|
43963
|
+
return self._Name
|
43964
|
+
|
43965
|
+
@Name.setter
|
43966
|
+
def Name(self, Name):
|
43967
|
+
self._Name = Name
|
43968
|
+
|
43969
|
+
@property
|
43970
|
+
def Whitelist(self):
|
43971
|
+
"""白名单列表,最多10个。
|
43972
|
+
:rtype: list of str
|
43973
|
+
"""
|
43974
|
+
return self._Whitelist
|
43975
|
+
|
43976
|
+
@Whitelist.setter
|
43977
|
+
def Whitelist(self, Whitelist):
|
43978
|
+
self._Whitelist = Whitelist
|
43979
|
+
|
43980
|
+
|
43981
|
+
def _deserialize(self, params):
|
43982
|
+
self._Id = params.get("Id")
|
43983
|
+
self._Name = params.get("Name")
|
43984
|
+
self._Whitelist = params.get("Whitelist")
|
43985
|
+
memeber_set = set(params.keys())
|
43986
|
+
for name, value in vars(self).items():
|
43987
|
+
property_name = name[1:]
|
43988
|
+
if property_name in memeber_set:
|
43989
|
+
memeber_set.remove(property_name)
|
43990
|
+
if len(memeber_set) > 0:
|
43991
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
43992
|
+
|
43993
|
+
|
43994
|
+
|
43995
|
+
class ModifyStreamLinkSecurityGroupResponse(AbstractModel):
|
43996
|
+
"""ModifyStreamLinkSecurityGroup返回参数结构体
|
43997
|
+
|
43998
|
+
"""
|
43999
|
+
|
44000
|
+
def __init__(self):
|
44001
|
+
r"""
|
44002
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
44003
|
+
:type RequestId: str
|
44004
|
+
"""
|
44005
|
+
self._RequestId = None
|
44006
|
+
|
44007
|
+
@property
|
44008
|
+
def RequestId(self):
|
44009
|
+
"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
44010
|
+
:rtype: str
|
44011
|
+
"""
|
44012
|
+
return self._RequestId
|
44013
|
+
|
44014
|
+
@RequestId.setter
|
44015
|
+
def RequestId(self, RequestId):
|
44016
|
+
self._RequestId = RequestId
|
44017
|
+
|
44018
|
+
|
44019
|
+
def _deserialize(self, params):
|
44020
|
+
self._RequestId = params.get("RequestId")
|
44021
|
+
|
44022
|
+
|
43372
44023
|
class ModifyTranscodeTemplateRequest(AbstractModel):
|
43373
44024
|
"""ModifyTranscodeTemplate请求参数结构体
|
43374
44025
|
|
@@ -51058,6 +51709,121 @@ Text:文本检索
|
|
51058
51709
|
|
51059
51710
|
|
51060
51711
|
|
51712
|
+
class SecurityGroupInfo(AbstractModel):
|
51713
|
+
"""安全组信息。
|
51714
|
+
|
51715
|
+
"""
|
51716
|
+
|
51717
|
+
def __init__(self):
|
51718
|
+
r"""
|
51719
|
+
:param _Id: 安全组 ID。
|
51720
|
+
:type Id: str
|
51721
|
+
:param _Name: 安全组名称。
|
51722
|
+
:type Name: str
|
51723
|
+
:param _Whitelist: 白名单列表。
|
51724
|
+
:type Whitelist: list of str
|
51725
|
+
:param _OccupiedInputs: 绑定的输入流列表。
|
51726
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
51727
|
+
:type OccupiedInputs: list of str
|
51728
|
+
:param _Region: 安全组地址。
|
51729
|
+
:type Region: str
|
51730
|
+
:param _OccupiedOutputs: 绑定的输出流列表。
|
51731
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
51732
|
+
:type OccupiedOutputs: list of str
|
51733
|
+
"""
|
51734
|
+
self._Id = None
|
51735
|
+
self._Name = None
|
51736
|
+
self._Whitelist = None
|
51737
|
+
self._OccupiedInputs = None
|
51738
|
+
self._Region = None
|
51739
|
+
self._OccupiedOutputs = None
|
51740
|
+
|
51741
|
+
@property
|
51742
|
+
def Id(self):
|
51743
|
+
"""安全组 ID。
|
51744
|
+
:rtype: str
|
51745
|
+
"""
|
51746
|
+
return self._Id
|
51747
|
+
|
51748
|
+
@Id.setter
|
51749
|
+
def Id(self, Id):
|
51750
|
+
self._Id = Id
|
51751
|
+
|
51752
|
+
@property
|
51753
|
+
def Name(self):
|
51754
|
+
"""安全组名称。
|
51755
|
+
:rtype: str
|
51756
|
+
"""
|
51757
|
+
return self._Name
|
51758
|
+
|
51759
|
+
@Name.setter
|
51760
|
+
def Name(self, Name):
|
51761
|
+
self._Name = Name
|
51762
|
+
|
51763
|
+
@property
|
51764
|
+
def Whitelist(self):
|
51765
|
+
"""白名单列表。
|
51766
|
+
:rtype: list of str
|
51767
|
+
"""
|
51768
|
+
return self._Whitelist
|
51769
|
+
|
51770
|
+
@Whitelist.setter
|
51771
|
+
def Whitelist(self, Whitelist):
|
51772
|
+
self._Whitelist = Whitelist
|
51773
|
+
|
51774
|
+
@property
|
51775
|
+
def OccupiedInputs(self):
|
51776
|
+
"""绑定的输入流列表。
|
51777
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
51778
|
+
:rtype: list of str
|
51779
|
+
"""
|
51780
|
+
return self._OccupiedInputs
|
51781
|
+
|
51782
|
+
@OccupiedInputs.setter
|
51783
|
+
def OccupiedInputs(self, OccupiedInputs):
|
51784
|
+
self._OccupiedInputs = OccupiedInputs
|
51785
|
+
|
51786
|
+
@property
|
51787
|
+
def Region(self):
|
51788
|
+
"""安全组地址。
|
51789
|
+
:rtype: str
|
51790
|
+
"""
|
51791
|
+
return self._Region
|
51792
|
+
|
51793
|
+
@Region.setter
|
51794
|
+
def Region(self, Region):
|
51795
|
+
self._Region = Region
|
51796
|
+
|
51797
|
+
@property
|
51798
|
+
def OccupiedOutputs(self):
|
51799
|
+
"""绑定的输出流列表。
|
51800
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
51801
|
+
:rtype: list of str
|
51802
|
+
"""
|
51803
|
+
return self._OccupiedOutputs
|
51804
|
+
|
51805
|
+
@OccupiedOutputs.setter
|
51806
|
+
def OccupiedOutputs(self, OccupiedOutputs):
|
51807
|
+
self._OccupiedOutputs = OccupiedOutputs
|
51808
|
+
|
51809
|
+
|
51810
|
+
def _deserialize(self, params):
|
51811
|
+
self._Id = params.get("Id")
|
51812
|
+
self._Name = params.get("Name")
|
51813
|
+
self._Whitelist = params.get("Whitelist")
|
51814
|
+
self._OccupiedInputs = params.get("OccupiedInputs")
|
51815
|
+
self._Region = params.get("Region")
|
51816
|
+
self._OccupiedOutputs = params.get("OccupiedOutputs")
|
51817
|
+
memeber_set = set(params.keys())
|
51818
|
+
for name, value in vars(self).items():
|
51819
|
+
property_name = name[1:]
|
51820
|
+
if property_name in memeber_set:
|
51821
|
+
memeber_set.remove(property_name)
|
51822
|
+
if len(memeber_set) > 0:
|
51823
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
51824
|
+
|
51825
|
+
|
51826
|
+
|
51061
51827
|
class SegmentRecognitionItem(AbstractModel):
|
51062
51828
|
"""智能拆条片段。
|
51063
51829
|
|
@@ -54409,6 +55175,91 @@ class TranslateConfigureInfoForUpdate(AbstractModel):
|
|
54409
55175
|
|
54410
55176
|
|
54411
55177
|
|
55178
|
+
class UnattachSecurityGroupInOutInfo(AbstractModel):
|
55179
|
+
"""安全组解绑输入/输出请求信息。
|
55180
|
+
|
55181
|
+
"""
|
55182
|
+
|
55183
|
+
def __init__(self):
|
55184
|
+
r"""
|
55185
|
+
:param _FlowId: 该安全组关联的FlowId。
|
55186
|
+
:type FlowId: str
|
55187
|
+
:param _InOutId: 要解绑的输入/输出ID。
|
55188
|
+
:type InOutId: str
|
55189
|
+
:param _InOutType: 输入/输出类型,可选值:
|
55190
|
+
Input:输入
|
55191
|
+
Output:输出。
|
55192
|
+
:type InOutType: str
|
55193
|
+
:param _FlowRegion: Flow所在的Region,和input共用。
|
55194
|
+
:type FlowRegion: str
|
55195
|
+
"""
|
55196
|
+
self._FlowId = None
|
55197
|
+
self._InOutId = None
|
55198
|
+
self._InOutType = None
|
55199
|
+
self._FlowRegion = None
|
55200
|
+
|
55201
|
+
@property
|
55202
|
+
def FlowId(self):
|
55203
|
+
"""该安全组关联的FlowId。
|
55204
|
+
:rtype: str
|
55205
|
+
"""
|
55206
|
+
return self._FlowId
|
55207
|
+
|
55208
|
+
@FlowId.setter
|
55209
|
+
def FlowId(self, FlowId):
|
55210
|
+
self._FlowId = FlowId
|
55211
|
+
|
55212
|
+
@property
|
55213
|
+
def InOutId(self):
|
55214
|
+
"""要解绑的输入/输出ID。
|
55215
|
+
:rtype: str
|
55216
|
+
"""
|
55217
|
+
return self._InOutId
|
55218
|
+
|
55219
|
+
@InOutId.setter
|
55220
|
+
def InOutId(self, InOutId):
|
55221
|
+
self._InOutId = InOutId
|
55222
|
+
|
55223
|
+
@property
|
55224
|
+
def InOutType(self):
|
55225
|
+
"""输入/输出类型,可选值:
|
55226
|
+
Input:输入
|
55227
|
+
Output:输出。
|
55228
|
+
:rtype: str
|
55229
|
+
"""
|
55230
|
+
return self._InOutType
|
55231
|
+
|
55232
|
+
@InOutType.setter
|
55233
|
+
def InOutType(self, InOutType):
|
55234
|
+
self._InOutType = InOutType
|
55235
|
+
|
55236
|
+
@property
|
55237
|
+
def FlowRegion(self):
|
55238
|
+
"""Flow所在的Region,和input共用。
|
55239
|
+
:rtype: str
|
55240
|
+
"""
|
55241
|
+
return self._FlowRegion
|
55242
|
+
|
55243
|
+
@FlowRegion.setter
|
55244
|
+
def FlowRegion(self, FlowRegion):
|
55245
|
+
self._FlowRegion = FlowRegion
|
55246
|
+
|
55247
|
+
|
55248
|
+
def _deserialize(self, params):
|
55249
|
+
self._FlowId = params.get("FlowId")
|
55250
|
+
self._InOutId = params.get("InOutId")
|
55251
|
+
self._InOutType = params.get("InOutType")
|
55252
|
+
self._FlowRegion = params.get("FlowRegion")
|
55253
|
+
memeber_set = set(params.keys())
|
55254
|
+
for name, value in vars(self).items():
|
55255
|
+
property_name = name[1:]
|
55256
|
+
if property_name in memeber_set:
|
55257
|
+
memeber_set.remove(property_name)
|
55258
|
+
if len(memeber_set) > 0:
|
55259
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
55260
|
+
|
55261
|
+
|
55262
|
+
|
54412
55263
|
class UrlInputInfo(AbstractModel):
|
54413
55264
|
"""媒体处理 URL 对象信息。
|
54414
55265
|
|
@@ -55488,6 +56339,7 @@ class VideoTemplateInfo(AbstractModel):
|
|
55488
56339
|
<li>当 Width 非 0,Height 为 0,则 Height 按比例缩放;</li>
|
55489
56340
|
<li>当 Width、Height 均非 0,则分辨率按用户指定。</li>
|
55490
56341
|
默认值:0。
|
56342
|
+
注意:Codec为MV-HEVC时可以支持到7680
|
55491
56343
|
:type Width: int
|
55492
56344
|
:param _Height: 视频流高度(或短边)的最大值,取值范围:0 和 [128, 4096],单位:px。
|
55493
56345
|
<li>当 Width、Height 均为 0,则分辨率同源;</li>
|
@@ -55495,6 +56347,7 @@ class VideoTemplateInfo(AbstractModel):
|
|
55495
56347
|
<li>当 Width 非 0,Height 为 0,则 Height 按比例缩放;</li>
|
55496
56348
|
<li>当 Width、Height 均非 0,则分辨率按用户指定。</li>
|
55497
56349
|
默认值:0。
|
56350
|
+
注意:Codec为MV-HEVC时可以支持到7680
|
55498
56351
|
:type Height: int
|
55499
56352
|
:param _Gop: 关键帧 I 帧之间的间隔,允许按帧或秒自定义GOP长度,取值范围:0 和 [1, 100000],
|
55500
56353
|
当填 0 或不填时,系统将自动设置 gop 长度。
|
@@ -55727,6 +56580,7 @@ low_compress:画质优先:优先保证画质,压缩出来的文件体积
|
|
55727
56580
|
<li>当 Width 非 0,Height 为 0,则 Height 按比例缩放;</li>
|
55728
56581
|
<li>当 Width、Height 均非 0,则分辨率按用户指定。</li>
|
55729
56582
|
默认值:0。
|
56583
|
+
注意:Codec为MV-HEVC时可以支持到7680
|
55730
56584
|
:rtype: int
|
55731
56585
|
"""
|
55732
56586
|
return self._Width
|
@@ -55743,6 +56597,7 @@ low_compress:画质优先:优先保证画质,压缩出来的文件体积
|
|
55743
56597
|
<li>当 Width 非 0,Height 为 0,则 Height 按比例缩放;</li>
|
55744
56598
|
<li>当 Width、Height 均非 0,则分辨率按用户指定。</li>
|
55745
56599
|
默认值:0。
|
56600
|
+
注意:Codec为MV-HEVC时可以支持到7680
|
55746
56601
|
:rtype: int
|
55747
56602
|
"""
|
55748
56603
|
return self._Height
|
@@ -56154,9 +57009,11 @@ class VideoTemplateInfoForUpdate(AbstractModel):
|
|
56154
57009
|
<li>当 Width 为 0,Height 非 0,则 Width 按比例缩放;</li>
|
56155
57010
|
<li>当 Width 非 0,Height 为 0,则 Height 按比例缩放;</li>
|
56156
57011
|
<li>当 Width、Height 均非 0,则分辨率按用户指定。</li>
|
57012
|
+
注意:Codec为MV-HEVC时可以支持到7680
|
56157
57013
|
注意:此字段可能返回 null,表示取不到有效值。
|
56158
57014
|
:type Width: int
|
56159
57015
|
:param _Height: 视频流高度(或短边)的最大值,取值范围:0 和 [128, 4096],单位:px。
|
57016
|
+
注意:Codec为MV-HEVC时可以支持到7680
|
56160
57017
|
注意:此字段可能返回 null,表示取不到有效值。
|
56161
57018
|
:type Height: int
|
56162
57019
|
:param _Gop: 关键帧 I 帧之间的间隔,允许按帧或秒自定义GOP长度,取值范围:0 和 [1, 100000]。
|
@@ -56403,6 +57260,7 @@ low_compress:画质优先:优先保证画质,压缩出来的文件体积
|
|
56403
57260
|
<li>当 Width 为 0,Height 非 0,则 Width 按比例缩放;</li>
|
56404
57261
|
<li>当 Width 非 0,Height 为 0,则 Height 按比例缩放;</li>
|
56405
57262
|
<li>当 Width、Height 均非 0,则分辨率按用户指定。</li>
|
57263
|
+
注意:Codec为MV-HEVC时可以支持到7680
|
56406
57264
|
注意:此字段可能返回 null,表示取不到有效值。
|
56407
57265
|
:rtype: int
|
56408
57266
|
"""
|
@@ -56415,6 +57273,7 @@ low_compress:画质优先:优先保证画质,压缩出来的文件体积
|
|
56415
57273
|
@property
|
56416
57274
|
def Height(self):
|
56417
57275
|
"""视频流高度(或短边)的最大值,取值范围:0 和 [128, 4096],单位:px。
|
57276
|
+
注意:Codec为MV-HEVC时可以支持到7680
|
56418
57277
|
注意:此字段可能返回 null,表示取不到有效值。
|
56419
57278
|
:rtype: int
|
56420
57279
|
"""
|