tencentcloud-sdk-python 3.0.1275__py2.py3-none-any.whl → 3.0.1277__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 +27 -6
- tencentcloud/autoscaling/v20180419/models.py +15 -0
- tencentcloud/batch/v20170312/models.py +48 -68
- tencentcloud/billing/v20180709/models.py +45 -0
- tencentcloud/cam/v20190116/models.py +8 -8
- tencentcloud/cbs/v20170312/models.py +2 -2
- tencentcloud/cdb/v20170320/cdb_client.py +12 -4
- tencentcloud/cdb/v20170320/models.py +732 -48
- tencentcloud/cdwdoris/v20211228/models.py +2 -2
- tencentcloud/cfs/v20190719/models.py +30 -0
- tencentcloud/ckafka/v20190819/ckafka_client.py +1 -1
- tencentcloud/ckafka/v20190819/models.py +490 -324
- tencentcloud/clb/v20180317/models.py +2 -2
- tencentcloud/cloudapp/v20220530/models.py +4 -4
- tencentcloud/config/v20220802/models.py +40 -20
- tencentcloud/cvm/v20170312/models.py +48 -68
- tencentcloud/cwp/v20180228/models.py +2 -2
- tencentcloud/cynosdb/v20190107/cynosdb_client.py +92 -0
- tencentcloud/cynosdb/v20190107/models.py +444 -4
- tencentcloud/dts/v20211206/models.py +30 -0
- tencentcloud/emr/v20190103/models.py +33 -16
- tencentcloud/ess/v20201111/models.py +242 -0
- tencentcloud/essbasic/v20210526/models.py +258 -6
- tencentcloud/faceid/v20180301/models.py +0 -2
- tencentcloud/hunyuan/v20230901/hunyuan_client.py +23 -0
- tencentcloud/hunyuan/v20230901/models.py +591 -0
- tencentcloud/ims/v20201229/models.py +4 -4
- tencentcloud/iotexplorer/v20190423/iotexplorer_client.py +23 -0
- tencentcloud/iotexplorer/v20190423/models.py +286 -6
- tencentcloud/ivld/v20210903/ivld_client.py +0 -1
- tencentcloud/ivld/v20210903/models.py +133 -15
- tencentcloud/lcic/v20220817/models.py +2 -8
- tencentcloud/live/v20180801/errorcodes.py +18 -0
- tencentcloud/live/v20180801/live_client.py +208 -0
- tencentcloud/live/v20180801/models.py +1649 -255
- tencentcloud/lke/v20231130/lke_client.py +161 -0
- tencentcloud/lke/v20231130/models.py +1517 -187
- tencentcloud/mps/v20190612/errorcodes.py +2 -173
- tencentcloud/mps/v20190612/models.py +377 -17
- tencentcloud/mqtt/v20240516/models.py +524 -6
- tencentcloud/mqtt/v20240516/mqtt_client.py +46 -1
- tencentcloud/mrs/v20200910/models.py +0 -2652
- tencentcloud/ocr/v20181119/models.py +15 -273
- tencentcloud/ocr/v20181119/ocr_client.py +0 -23
- tencentcloud/organization/v20210331/models.py +2 -24
- tencentcloud/privatedns/v20201028/models.py +47 -0
- tencentcloud/pts/v20210728/models.py +15 -0
- tencentcloud/rce/v20201103/models.py +2 -2
- tencentcloud/redis/v20180412/models.py +2 -2
- tencentcloud/scf/v20180416/models.py +17 -2
- tencentcloud/ssl/v20191205/errorcodes.py +3 -0
- tencentcloud/ssl/v20191205/models.py +316 -227
- tencentcloud/ssl/v20191205/ssl_client.py +2 -2
- tencentcloud/tcr/v20190924/models.py +24 -2
- tencentcloud/tdmq/v20200217/models.py +8 -148
- tencentcloud/tdmq/v20200217/tdmq_client.py +6 -27
- tencentcloud/teo/v20220901/errorcodes.py +3 -3
- tencentcloud/teo/v20220901/models.py +366 -18
- tencentcloud/teo/v20220901/teo_client.py +69 -0
- tencentcloud/tke/v20220501/models.py +200 -0
- tencentcloud/tmt/v20180321/tmt_client.py +1 -1
- tencentcloud/trocket/v20230308/models.py +24 -24
- tencentcloud/trtc/v20190722/models.py +234 -2
- tencentcloud/tsf/v20180326/models.py +2405 -334
- tencentcloud/tsf/v20180326/tsf_client.py +3 -0
- tencentcloud/tts/v20190823/models.py +2 -2
- tencentcloud/tts/v20190823/tts_client.py +1 -1
- tencentcloud/vclm/v20240523/models.py +217 -12
- tencentcloud/vclm/v20240523/vclm_client.py +59 -53
- tencentcloud/vcube/__init__.py +0 -0
- tencentcloud/vcube/v20220410/__init__.py +0 -0
- tencentcloud/vcube/v20220410/errorcodes.py +72 -0
- tencentcloud/vcube/v20220410/models.py +7325 -0
- tencentcloud/vcube/v20220410/vcube_client.py +808 -0
- tencentcloud/vdb/v20230616/models.py +45 -0
- tencentcloud/vod/v20180717/errorcodes.py +6 -0
- tencentcloud/vod/v20180717/models.py +62 -2
- tencentcloud/vod/v20180717/vod_client.py +2 -2
- tencentcloud/vpc/v20170312/models.py +312 -40
- tencentcloud/vpc/v20170312/vpc_client.py +36 -5
- {tencentcloud_sdk_python-3.0.1275.dist-info → tencentcloud_sdk_python-3.0.1277.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1275.dist-info → tencentcloud_sdk_python-3.0.1277.dist-info}/RECORD +86 -81
- {tencentcloud_sdk_python-3.0.1275.dist-info → tencentcloud_sdk_python-3.0.1277.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1275.dist-info → tencentcloud_sdk_python-3.0.1277.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1275.dist-info → tencentcloud_sdk_python-3.0.1277.dist-info}/top_level.txt +0 -0
@@ -142,7 +142,7 @@ class SslClient(AbstractClient):
|
|
142
142
|
|
143
143
|
|
144
144
|
def CommitCertificateInformation(self, request):
|
145
|
-
"""
|
145
|
+
"""提交证书订单到CA机构。
|
146
146
|
|
147
147
|
:param request: Request instance for CommitCertificateInformation.
|
148
148
|
:type request: :class:`tencentcloud.ssl.v20191205.models.CommitCertificateInformationRequest`
|
@@ -165,7 +165,7 @@ class SslClient(AbstractClient):
|
|
165
165
|
|
166
166
|
|
167
167
|
def CompleteCertificate(self, request):
|
168
|
-
"""本接口(CompleteCertificate
|
168
|
+
"""本接口(CompleteCertificate)用于主动触发证书验证。DNSPod和Wotrus品牌的证书不支持使用此接口。
|
169
169
|
|
170
170
|
:param request: Request instance for CompleteCertificate.
|
171
171
|
:type request: :class:`tencentcloud.ssl.v20191205.models.CompleteCertificateRequest`
|
@@ -14097,7 +14097,18 @@ class Registry(AbstractModel):
|
|
14097
14097
|
:type RegistryName: str
|
14098
14098
|
:param _RegistryType: 实例规格
|
14099
14099
|
:type RegistryType: str
|
14100
|
-
:param _Status:
|
14100
|
+
:param _Status: 实例状态。有以下状态:
|
14101
|
+
Pending, 初始化中
|
14102
|
+
Deploying, 创建中
|
14103
|
+
Running, 运行中
|
14104
|
+
Unhealthy, 状态异常
|
14105
|
+
FailedCreated, 创建失败
|
14106
|
+
FailedUpdated, 更新失败
|
14107
|
+
Bucket-Error, 存储桶异常
|
14108
|
+
Isolate, 待回收
|
14109
|
+
Deleting, 删除中
|
14110
|
+
DeleteBucketFailed, 实例删除存储桶失败
|
14111
|
+
DeleteFailed, 实例删除失败
|
14101
14112
|
:type Status: str
|
14102
14113
|
:param _PublicDomain: 实例的公共访问地址
|
14103
14114
|
:type PublicDomain: str
|
@@ -14180,7 +14191,18 @@ class Registry(AbstractModel):
|
|
14180
14191
|
|
14181
14192
|
@property
|
14182
14193
|
def Status(self):
|
14183
|
-
"""
|
14194
|
+
"""实例状态。有以下状态:
|
14195
|
+
Pending, 初始化中
|
14196
|
+
Deploying, 创建中
|
14197
|
+
Running, 运行中
|
14198
|
+
Unhealthy, 状态异常
|
14199
|
+
FailedCreated, 创建失败
|
14200
|
+
FailedUpdated, 更新失败
|
14201
|
+
Bucket-Error, 存储桶异常
|
14202
|
+
Isolate, 待回收
|
14203
|
+
Deleting, 删除中
|
14204
|
+
DeleteBucketFailed, 实例删除存储桶失败
|
14205
|
+
DeleteFailed, 实例删除失败
|
14184
14206
|
:rtype: str
|
14185
14207
|
"""
|
14186
14208
|
return self._Status
|
@@ -9809,150 +9809,6 @@ class DescribeClustersResponse(AbstractModel):
|
|
9809
9809
|
self._RequestId = params.get("RequestId")
|
9810
9810
|
|
9811
9811
|
|
9812
|
-
class DescribeCmqDeadLetterSourceQueuesRequest(AbstractModel):
|
9813
|
-
"""DescribeCmqDeadLetterSourceQueues请求参数结构体
|
9814
|
-
|
9815
|
-
"""
|
9816
|
-
|
9817
|
-
def __init__(self):
|
9818
|
-
r"""
|
9819
|
-
:param _DeadLetterQueueName: 死信队列名称
|
9820
|
-
:type DeadLetterQueueName: str
|
9821
|
-
:param _Limit: 分页时本页获取主题列表的起始位置。如果填写了该值,必须也要填写 limit 。该值缺省时,后台取默认值 0。
|
9822
|
-
:type Limit: int
|
9823
|
-
:param _Offset: 分页时本页获取主题的个数,如果不传递该参数,则该参数默认为20,最大值为50。
|
9824
|
-
:type Offset: int
|
9825
|
-
:param _SourceQueueName: 根据SourceQueueName过滤
|
9826
|
-
:type SourceQueueName: str
|
9827
|
-
"""
|
9828
|
-
self._DeadLetterQueueName = None
|
9829
|
-
self._Limit = None
|
9830
|
-
self._Offset = None
|
9831
|
-
self._SourceQueueName = None
|
9832
|
-
|
9833
|
-
@property
|
9834
|
-
def DeadLetterQueueName(self):
|
9835
|
-
"""死信队列名称
|
9836
|
-
:rtype: str
|
9837
|
-
"""
|
9838
|
-
return self._DeadLetterQueueName
|
9839
|
-
|
9840
|
-
@DeadLetterQueueName.setter
|
9841
|
-
def DeadLetterQueueName(self, DeadLetterQueueName):
|
9842
|
-
self._DeadLetterQueueName = DeadLetterQueueName
|
9843
|
-
|
9844
|
-
@property
|
9845
|
-
def Limit(self):
|
9846
|
-
"""分页时本页获取主题列表的起始位置。如果填写了该值,必须也要填写 limit 。该值缺省时,后台取默认值 0。
|
9847
|
-
:rtype: int
|
9848
|
-
"""
|
9849
|
-
return self._Limit
|
9850
|
-
|
9851
|
-
@Limit.setter
|
9852
|
-
def Limit(self, Limit):
|
9853
|
-
self._Limit = Limit
|
9854
|
-
|
9855
|
-
@property
|
9856
|
-
def Offset(self):
|
9857
|
-
"""分页时本页获取主题的个数,如果不传递该参数,则该参数默认为20,最大值为50。
|
9858
|
-
:rtype: int
|
9859
|
-
"""
|
9860
|
-
return self._Offset
|
9861
|
-
|
9862
|
-
@Offset.setter
|
9863
|
-
def Offset(self, Offset):
|
9864
|
-
self._Offset = Offset
|
9865
|
-
|
9866
|
-
@property
|
9867
|
-
def SourceQueueName(self):
|
9868
|
-
"""根据SourceQueueName过滤
|
9869
|
-
:rtype: str
|
9870
|
-
"""
|
9871
|
-
return self._SourceQueueName
|
9872
|
-
|
9873
|
-
@SourceQueueName.setter
|
9874
|
-
def SourceQueueName(self, SourceQueueName):
|
9875
|
-
self._SourceQueueName = SourceQueueName
|
9876
|
-
|
9877
|
-
|
9878
|
-
def _deserialize(self, params):
|
9879
|
-
self._DeadLetterQueueName = params.get("DeadLetterQueueName")
|
9880
|
-
self._Limit = params.get("Limit")
|
9881
|
-
self._Offset = params.get("Offset")
|
9882
|
-
self._SourceQueueName = params.get("SourceQueueName")
|
9883
|
-
memeber_set = set(params.keys())
|
9884
|
-
for name, value in vars(self).items():
|
9885
|
-
property_name = name[1:]
|
9886
|
-
if property_name in memeber_set:
|
9887
|
-
memeber_set.remove(property_name)
|
9888
|
-
if len(memeber_set) > 0:
|
9889
|
-
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
9890
|
-
|
9891
|
-
|
9892
|
-
|
9893
|
-
class DescribeCmqDeadLetterSourceQueuesResponse(AbstractModel):
|
9894
|
-
"""DescribeCmqDeadLetterSourceQueues返回参数结构体
|
9895
|
-
|
9896
|
-
"""
|
9897
|
-
|
9898
|
-
def __init__(self):
|
9899
|
-
r"""
|
9900
|
-
:param _TotalCount: 满足本次条件的队列个数
|
9901
|
-
:type TotalCount: int
|
9902
|
-
:param _QueueSet: 死信队列源队列
|
9903
|
-
:type QueueSet: list of CmqDeadLetterSource
|
9904
|
-
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
9905
|
-
:type RequestId: str
|
9906
|
-
"""
|
9907
|
-
self._TotalCount = None
|
9908
|
-
self._QueueSet = None
|
9909
|
-
self._RequestId = None
|
9910
|
-
|
9911
|
-
@property
|
9912
|
-
def TotalCount(self):
|
9913
|
-
"""满足本次条件的队列个数
|
9914
|
-
:rtype: int
|
9915
|
-
"""
|
9916
|
-
return self._TotalCount
|
9917
|
-
|
9918
|
-
@TotalCount.setter
|
9919
|
-
def TotalCount(self, TotalCount):
|
9920
|
-
self._TotalCount = TotalCount
|
9921
|
-
|
9922
|
-
@property
|
9923
|
-
def QueueSet(self):
|
9924
|
-
"""死信队列源队列
|
9925
|
-
:rtype: list of CmqDeadLetterSource
|
9926
|
-
"""
|
9927
|
-
return self._QueueSet
|
9928
|
-
|
9929
|
-
@QueueSet.setter
|
9930
|
-
def QueueSet(self, QueueSet):
|
9931
|
-
self._QueueSet = QueueSet
|
9932
|
-
|
9933
|
-
@property
|
9934
|
-
def RequestId(self):
|
9935
|
-
"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
9936
|
-
:rtype: str
|
9937
|
-
"""
|
9938
|
-
return self._RequestId
|
9939
|
-
|
9940
|
-
@RequestId.setter
|
9941
|
-
def RequestId(self, RequestId):
|
9942
|
-
self._RequestId = RequestId
|
9943
|
-
|
9944
|
-
|
9945
|
-
def _deserialize(self, params):
|
9946
|
-
self._TotalCount = params.get("TotalCount")
|
9947
|
-
if params.get("QueueSet") is not None:
|
9948
|
-
self._QueueSet = []
|
9949
|
-
for item in params.get("QueueSet"):
|
9950
|
-
obj = CmqDeadLetterSource()
|
9951
|
-
obj._deserialize(item)
|
9952
|
-
self._QueueSet.append(obj)
|
9953
|
-
self._RequestId = params.get("RequestId")
|
9954
|
-
|
9955
|
-
|
9956
9812
|
class DescribeCmqQueueDetailRequest(AbstractModel):
|
9957
9813
|
"""DescribeCmqQueueDetail请求参数结构体
|
9958
9814
|
|
@@ -30210,7 +30066,7 @@ class RocketMQClusterConfig(AbstractModel):
|
|
30210
30066
|
|
30211
30067
|
def __init__(self):
|
30212
30068
|
r"""
|
30213
|
-
:param _MaxTpsPerNamespace: 单命名空间TPS
|
30069
|
+
:param _MaxTpsPerNamespace: 单命名空间TPS上限
|
30214
30070
|
:type MaxTpsPerNamespace: int
|
30215
30071
|
:param _MaxNamespaceNum: 最大命名空间数量
|
30216
30072
|
:type MaxNamespaceNum: int
|
@@ -30249,13 +30105,17 @@ class RocketMQClusterConfig(AbstractModel):
|
|
30249
30105
|
|
30250
30106
|
@property
|
30251
30107
|
def MaxTpsPerNamespace(self):
|
30252
|
-
""
|
30108
|
+
warnings.warn("parameter `MaxTpsPerNamespace` is deprecated", DeprecationWarning)
|
30109
|
+
|
30110
|
+
"""单命名空间TPS上限
|
30253
30111
|
:rtype: int
|
30254
30112
|
"""
|
30255
30113
|
return self._MaxTpsPerNamespace
|
30256
30114
|
|
30257
30115
|
@MaxTpsPerNamespace.setter
|
30258
30116
|
def MaxTpsPerNamespace(self, MaxTpsPerNamespace):
|
30117
|
+
warnings.warn("parameter `MaxTpsPerNamespace` is deprecated", DeprecationWarning)
|
30118
|
+
|
30259
30119
|
self._MaxTpsPerNamespace = MaxTpsPerNamespace
|
30260
30120
|
|
30261
30121
|
@property
|
@@ -31638,7 +31498,7 @@ class RocketMQGroupConfigOutput(AbstractModel):
|
|
31638
31498
|
:param _GroupName: 消费组名称
|
31639
31499
|
注意:此字段可能返回 null,表示取不到有效值。
|
31640
31500
|
:type GroupName: str
|
31641
|
-
:param _Imported:
|
31501
|
+
:param _Imported: 是否已导入
|
31642
31502
|
注意:此字段可能返回 null,表示取不到有效值。
|
31643
31503
|
:type Imported: bool
|
31644
31504
|
:param _Remark: remark
|
@@ -31676,7 +31536,7 @@ class RocketMQGroupConfigOutput(AbstractModel):
|
|
31676
31536
|
|
31677
31537
|
@property
|
31678
31538
|
def Imported(self):
|
31679
|
-
"""
|
31539
|
+
"""是否已导入
|
31680
31540
|
注意:此字段可能返回 null,表示取不到有效值。
|
31681
31541
|
:rtype: bool
|
31682
31542
|
"""
|
@@ -1062,7 +1062,9 @@ class TdmqClient(AbstractClient):
|
|
1062
1062
|
|
1063
1063
|
|
1064
1064
|
def DescribeAMQPClusters(self, request):
|
1065
|
-
"""
|
1065
|
+
"""历史原因,该接口位于tdmq-manager,目前rabbitmq产品没有使用该接口,当前使用的是DescribeRabbitMQVipInstances。不过从调用链上看,线网还有请求流程,所以走预下线流程。
|
1066
|
+
|
1067
|
+
获取amqp集群列表
|
1066
1068
|
|
1067
1069
|
:param request: Request instance for DescribeAMQPClusters.
|
1068
1070
|
:type request: :class:`tencentcloud.tdmq.v20200217.models.DescribeAMQPClustersRequest`
|
@@ -1199,31 +1201,6 @@ class TdmqClient(AbstractClient):
|
|
1199
1201
|
raise TencentCloudSDKException(type(e).__name__, str(e))
|
1200
1202
|
|
1201
1203
|
|
1202
|
-
def DescribeCmqDeadLetterSourceQueues(self, request):
|
1203
|
-
"""接口很久之前已删除,需下线
|
1204
|
-
|
1205
|
-
枚举cmq死信队列源队列
|
1206
|
-
|
1207
|
-
:param request: Request instance for DescribeCmqDeadLetterSourceQueues.
|
1208
|
-
:type request: :class:`tencentcloud.tdmq.v20200217.models.DescribeCmqDeadLetterSourceQueuesRequest`
|
1209
|
-
:rtype: :class:`tencentcloud.tdmq.v20200217.models.DescribeCmqDeadLetterSourceQueuesResponse`
|
1210
|
-
|
1211
|
-
"""
|
1212
|
-
try:
|
1213
|
-
params = request._serialize()
|
1214
|
-
headers = request.headers
|
1215
|
-
body = self.call("DescribeCmqDeadLetterSourceQueues", params, headers=headers)
|
1216
|
-
response = json.loads(body)
|
1217
|
-
model = models.DescribeCmqDeadLetterSourceQueuesResponse()
|
1218
|
-
model._deserialize(response["Response"])
|
1219
|
-
return model
|
1220
|
-
except Exception as e:
|
1221
|
-
if isinstance(e, TencentCloudSDKException):
|
1222
|
-
raise
|
1223
|
-
else:
|
1224
|
-
raise TencentCloudSDKException(type(e).__name__, str(e))
|
1225
|
-
|
1226
|
-
|
1227
1204
|
def DescribeCmqQueueDetail(self, request):
|
1228
1205
|
"""查询cmq队列详情
|
1229
1206
|
|
@@ -2582,7 +2559,9 @@ class TdmqClient(AbstractClient):
|
|
2582
2559
|
|
2583
2560
|
|
2584
2561
|
def ModifyAMQPCluster(self, request):
|
2585
|
-
"""
|
2562
|
+
"""历史原因,该接口位于tdmq-manager,目前rabbitmq产品没有使用该接口,当前使用的是ModifyRabbitMQVipInstance。不过从调用链上看,线网还有请求流程,所以走预下线流程。
|
2563
|
+
|
2564
|
+
更新Amqp集群信息
|
2586
2565
|
|
2587
2566
|
:param request: Request instance for ModifyAMQPCluster.
|
2588
2567
|
:type request: :class:`tencentcloud.tdmq.v20200217.models.ModifyAMQPClusterRequest`
|
@@ -65,6 +65,9 @@ FAILEDOPERATION_CREATELOGTOPICTASKAUTHFAILURE = 'FailedOperation.CreateLogTopicT
|
|
65
65
|
# 边缘客户端证书已过期,暂不支持下发过期证书。
|
66
66
|
FAILEDOPERATION_EDGECLIENTCERTIFICATEHASEXPIRED = 'FailedOperation.EdgeClientCertificateHasExpired'
|
67
67
|
|
68
|
+
# 调用 DNSPod 失败,请稍后重试,若无法解决,请联系智能客服或提交工单。
|
69
|
+
FAILEDOPERATION_FAILEDTOCALLDNSPOD = 'FailedOperation.FailedToCallDNSPod'
|
70
|
+
|
68
71
|
# 有其他任务正在部署中,请稍后重试。
|
69
72
|
FAILEDOPERATION_FUNCTIONDEPLOYING = 'FailedOperation.FunctionDeploying'
|
70
73
|
|
@@ -110,9 +113,6 @@ INTERNALERROR_DBERROR = 'InternalError.DBError'
|
|
110
113
|
# 获取配置失败。
|
111
114
|
INTERNALERROR_DOMAINCONFIG = 'InternalError.DomainConfig'
|
112
115
|
|
113
|
-
# 调用 DNSPod 失败,请稍后重试,若无法解决,请联系智能客服或提交工单。
|
114
|
-
INTERNALERROR_FAILEDTOCALLDNSPOD = 'InternalError.FailedToCallDNSPod'
|
115
|
-
|
116
116
|
# 上传链接生成失败。
|
117
117
|
INTERNALERROR_FAILEDTOGENERATEURL = 'InternalError.FailedToGenerateUrl'
|
118
118
|
|