tencentcloud-sdk-python 3.0.1217__py2.py3-none-any.whl → 3.0.1218__py2.py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
tencentcloud/__init__.py CHANGED
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.0.1217'
17
+ __version__ = '3.0.1218'
@@ -5141,7 +5141,7 @@ class DescribeInstancesHealthStateRequest(AbstractModel):
5141
5141
  r"""
5142
5142
  :param _InstanceID: 集群Id
5143
5143
  :type InstanceID: str
5144
- :param _Input: "" 或者 某个集群Id
5144
+ :param _Input: 为空:代表当前appId下所有集群 或者 某个集群Id
5145
5145
  :type Input: str
5146
5146
  """
5147
5147
  self._InstanceID = None
@@ -5188,7 +5188,7 @@ class DescribeInstancesHealthStateResponse(AbstractModel):
5188
5188
 
5189
5189
  def __init__(self):
5190
5190
  r"""
5191
- :param _Data: 出参
5191
+ :param _Data: base64编码后的数据,包含了集群的健康信息
5192
5192
  注意:此字段可能返回 null,表示取不到有效值。
5193
5193
  :type Data: str
5194
5194
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
@@ -11666,6 +11666,8 @@ class UserInfo(AbstractModel):
11666
11666
  :type Describe: str
11667
11667
  :param _OldPwd: 旧密码
11668
11668
  :type OldPwd: str
11669
+ :param _CamUin: 绑定的子用户uin
11670
+ :type CamUin: str
11669
11671
  """
11670
11672
  self._InstanceId = None
11671
11673
  self._UserName = None
@@ -11674,6 +11676,7 @@ class UserInfo(AbstractModel):
11674
11676
  self._OldWhiteHost = None
11675
11677
  self._Describe = None
11676
11678
  self._OldPwd = None
11679
+ self._CamUin = None
11677
11680
 
11678
11681
  @property
11679
11682
  def InstanceId(self):
@@ -11731,6 +11734,14 @@ class UserInfo(AbstractModel):
11731
11734
  def OldPwd(self, OldPwd):
11732
11735
  self._OldPwd = OldPwd
11733
11736
 
11737
+ @property
11738
+ def CamUin(self):
11739
+ return self._CamUin
11740
+
11741
+ @CamUin.setter
11742
+ def CamUin(self, CamUin):
11743
+ self._CamUin = CamUin
11744
+
11734
11745
 
11735
11746
  def _deserialize(self, params):
11736
11747
  self._InstanceId = params.get("InstanceId")
@@ -11740,6 +11751,7 @@ class UserInfo(AbstractModel):
11740
11751
  self._OldWhiteHost = params.get("OldWhiteHost")
11741
11752
  self._Describe = params.get("Describe")
11742
11753
  self._OldPwd = params.get("OldPwd")
11754
+ self._CamUin = params.get("CamUin")
11743
11755
  memeber_set = set(params.keys())
11744
11756
  for name, value in vars(self).items():
11745
11757
  property_name = name[1:]
@@ -3384,6 +3384,9 @@ class ClusterInstanceDetail(AbstractModel):
3384
3384
  :param _InstanceDeviceType: 实例机器类型
3385
3385
  注意:此字段可能返回 null,表示取不到有效值。
3386
3386
  :type InstanceDeviceType: str
3387
+ :param _InstanceStorageType: 实例存储类型
3388
+ 注意:此字段可能返回 null,表示取不到有效值。
3389
+ :type InstanceStorageType: str
3387
3390
  """
3388
3391
  self._InstanceId = None
3389
3392
  self._InstanceName = None
@@ -3400,6 +3403,7 @@ class ClusterInstanceDetail(AbstractModel):
3400
3403
  self._ServerlessStatus = None
3401
3404
  self._InstanceTasks = None
3402
3405
  self._InstanceDeviceType = None
3406
+ self._InstanceStorageType = None
3403
3407
 
3404
3408
  @property
3405
3409
  def InstanceId(self):
@@ -3521,6 +3525,14 @@ class ClusterInstanceDetail(AbstractModel):
3521
3525
  def InstanceDeviceType(self, InstanceDeviceType):
3522
3526
  self._InstanceDeviceType = InstanceDeviceType
3523
3527
 
3528
+ @property
3529
+ def InstanceStorageType(self):
3530
+ return self._InstanceStorageType
3531
+
3532
+ @InstanceStorageType.setter
3533
+ def InstanceStorageType(self, InstanceStorageType):
3534
+ self._InstanceStorageType = InstanceStorageType
3535
+
3524
3536
 
3525
3537
  def _deserialize(self, params):
3526
3538
  self._InstanceId = params.get("InstanceId")
@@ -3543,6 +3555,7 @@ class ClusterInstanceDetail(AbstractModel):
3543
3555
  obj._deserialize(item)
3544
3556
  self._InstanceTasks.append(obj)
3545
3557
  self._InstanceDeviceType = params.get("InstanceDeviceType")
3558
+ self._InstanceStorageType = params.get("InstanceStorageType")
3546
3559
  memeber_set = set(params.keys())
3547
3560
  for name, value in vars(self).items():
3548
3561
  property_name = name[1:]
@@ -7589,6 +7602,9 @@ pause
7589
7602
  :param _DeviceType: 实例机器类型
7590
7603
  注意:此字段可能返回 null,表示取不到有效值。
7591
7604
  :type DeviceType: str
7605
+ :param _InstanceStorageType: 实例存储类型
7606
+ 注意:此字段可能返回 null,表示取不到有效值。
7607
+ :type InstanceStorageType: str
7592
7608
  """
7593
7609
  self._Uin = None
7594
7610
  self._AppId = None
@@ -7645,6 +7661,7 @@ pause
7645
7661
  self._InstanceIndexMode = None
7646
7662
  self._InstanceAbility = None
7647
7663
  self._DeviceType = None
7664
+ self._InstanceStorageType = None
7648
7665
 
7649
7666
  @property
7650
7667
  def Uin(self):
@@ -8086,6 +8103,14 @@ pause
8086
8103
  def DeviceType(self, DeviceType):
8087
8104
  self._DeviceType = DeviceType
8088
8105
 
8106
+ @property
8107
+ def InstanceStorageType(self):
8108
+ return self._InstanceStorageType
8109
+
8110
+ @InstanceStorageType.setter
8111
+ def InstanceStorageType(self, InstanceStorageType):
8112
+ self._InstanceStorageType = InstanceStorageType
8113
+
8089
8114
 
8090
8115
  def _deserialize(self, params):
8091
8116
  self._Uin = params.get("Uin")
@@ -8165,6 +8190,7 @@ pause
8165
8190
  self._InstanceAbility = InstanceAbility()
8166
8191
  self._InstanceAbility._deserialize(params.get("InstanceAbility"))
8167
8192
  self._DeviceType = params.get("DeviceType")
8193
+ self._InstanceStorageType = params.get("InstanceStorageType")
8168
8194
  memeber_set = set(params.keys())
8169
8195
  for name, value in vars(self).items():
8170
8196
  property_name = name[1:]
@@ -787,6 +787,29 @@ class LcicClient(AbstractClient):
787
787
  raise TencentCloudSDKException(type(e).__name__, str(e))
788
788
 
789
789
 
790
+ def DescribeRecordStream(self, request):
791
+ """录制流查询
792
+
793
+ :param request: Request instance for DescribeRecordStream.
794
+ :type request: :class:`tencentcloud.lcic.v20220817.models.DescribeRecordStreamRequest`
795
+ :rtype: :class:`tencentcloud.lcic.v20220817.models.DescribeRecordStreamResponse`
796
+
797
+ """
798
+ try:
799
+ params = request._serialize()
800
+ headers = request.headers
801
+ body = self.call("DescribeRecordStream", params, headers=headers)
802
+ response = json.loads(body)
803
+ model = models.DescribeRecordStreamResponse()
804
+ model._deserialize(response["Response"])
805
+ return model
806
+ except Exception as e:
807
+ if isinstance(e, TencentCloudSDKException):
808
+ raise
809
+ else:
810
+ raise TencentCloudSDKException(type(e).__name__, str(e))
811
+
812
+
790
813
  def DescribeRoom(self, request):
791
814
  """获取房间配置信息
792
815
 
@@ -4417,6 +4417,129 @@ class DescribeQuestionListResponse(AbstractModel):
4417
4417
  self._RequestId = params.get("RequestId")
4418
4418
 
4419
4419
 
4420
+ class DescribeRecordStreamRequest(AbstractModel):
4421
+ """DescribeRecordStream请求参数结构体
4422
+
4423
+ """
4424
+
4425
+ def __init__(self):
4426
+ r"""
4427
+ :param _SdkAppId: 学校ID
4428
+ :type SdkAppId: int
4429
+ :param _RoomId: 房间ID
4430
+ :type RoomId: int
4431
+ """
4432
+ self._SdkAppId = None
4433
+ self._RoomId = None
4434
+
4435
+ @property
4436
+ def SdkAppId(self):
4437
+ return self._SdkAppId
4438
+
4439
+ @SdkAppId.setter
4440
+ def SdkAppId(self, SdkAppId):
4441
+ self._SdkAppId = SdkAppId
4442
+
4443
+ @property
4444
+ def RoomId(self):
4445
+ return self._RoomId
4446
+
4447
+ @RoomId.setter
4448
+ def RoomId(self, RoomId):
4449
+ self._RoomId = RoomId
4450
+
4451
+
4452
+ def _deserialize(self, params):
4453
+ self._SdkAppId = params.get("SdkAppId")
4454
+ self._RoomId = params.get("RoomId")
4455
+ memeber_set = set(params.keys())
4456
+ for name, value in vars(self).items():
4457
+ property_name = name[1:]
4458
+ if property_name in memeber_set:
4459
+ memeber_set.remove(property_name)
4460
+ if len(memeber_set) > 0:
4461
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
4462
+
4463
+
4464
+
4465
+ class DescribeRecordStreamResponse(AbstractModel):
4466
+ """DescribeRecordStream返回参数结构体
4467
+
4468
+ """
4469
+
4470
+ def __init__(self):
4471
+ r"""
4472
+ :param _SchoolId: 学校ID
4473
+ :type SchoolId: int
4474
+ :param _ClassId: 课堂ID
4475
+ :type ClassId: int
4476
+ :param _ClassType: 课堂类型
4477
+ :type ClassType: int
4478
+ :param _StreamInfo: 用户流信息
4479
+ :type StreamInfo: list of SingleStreamInfo
4480
+ :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4481
+ :type RequestId: str
4482
+ """
4483
+ self._SchoolId = None
4484
+ self._ClassId = None
4485
+ self._ClassType = None
4486
+ self._StreamInfo = None
4487
+ self._RequestId = None
4488
+
4489
+ @property
4490
+ def SchoolId(self):
4491
+ return self._SchoolId
4492
+
4493
+ @SchoolId.setter
4494
+ def SchoolId(self, SchoolId):
4495
+ self._SchoolId = SchoolId
4496
+
4497
+ @property
4498
+ def ClassId(self):
4499
+ return self._ClassId
4500
+
4501
+ @ClassId.setter
4502
+ def ClassId(self, ClassId):
4503
+ self._ClassId = ClassId
4504
+
4505
+ @property
4506
+ def ClassType(self):
4507
+ return self._ClassType
4508
+
4509
+ @ClassType.setter
4510
+ def ClassType(self, ClassType):
4511
+ self._ClassType = ClassType
4512
+
4513
+ @property
4514
+ def StreamInfo(self):
4515
+ return self._StreamInfo
4516
+
4517
+ @StreamInfo.setter
4518
+ def StreamInfo(self, StreamInfo):
4519
+ self._StreamInfo = StreamInfo
4520
+
4521
+ @property
4522
+ def RequestId(self):
4523
+ return self._RequestId
4524
+
4525
+ @RequestId.setter
4526
+ def RequestId(self, RequestId):
4527
+ self._RequestId = RequestId
4528
+
4529
+
4530
+ def _deserialize(self, params):
4531
+ self._SchoolId = params.get("SchoolId")
4532
+ self._ClassId = params.get("ClassId")
4533
+ self._ClassType = params.get("ClassType")
4534
+ if params.get("StreamInfo") is not None:
4535
+ self._StreamInfo = []
4536
+ for item in params.get("StreamInfo"):
4537
+ obj = SingleStreamInfo()
4538
+ obj._deserialize(item)
4539
+ self._StreamInfo.append(obj)
4540
+ self._RequestId = params.get("RequestId")
4541
+
4542
+
4420
4543
  class DescribeRoomForbiddenUserRequest(AbstractModel):
4421
4544
  """DescribeRoomForbiddenUser请求参数结构体
4422
4545
 
@@ -10121,6 +10244,144 @@ class SetWatermarkResponse(AbstractModel):
10121
10244
  self._RequestId = params.get("RequestId")
10122
10245
 
10123
10246
 
10247
+ class SingleStreamInfo(AbstractModel):
10248
+ """录制流信息
10249
+
10250
+ """
10251
+
10252
+ def __init__(self):
10253
+ r"""
10254
+ :param _UserId: 用户ID
10255
+ 注意:此字段可能返回 null,表示取不到有效值。
10256
+ :type UserId: str
10257
+ :param _StartTime: 开始时间
10258
+ 注意:此字段可能返回 null,表示取不到有效值。
10259
+ :type StartTime: int
10260
+ :param _StopTime: 结束时间
10261
+ 注意:此字段可能返回 null,表示取不到有效值。
10262
+ :type StopTime: int
10263
+ :param _Duration: 总时长
10264
+ 注意:此字段可能返回 null,表示取不到有效值。
10265
+ :type Duration: int
10266
+ :param _FileFormat: 文件格式
10267
+ 注意:此字段可能返回 null,表示取不到有效值。
10268
+ :type FileFormat: str
10269
+ :param _RecordUrl: 流url
10270
+ 注意:此字段可能返回 null,表示取不到有效值。
10271
+ :type RecordUrl: str
10272
+ :param _RecordSize: 流大小
10273
+ 注意:此字段可能返回 null,表示取不到有效值。
10274
+ :type RecordSize: int
10275
+ :param _VideoId: 流ID
10276
+ 注意:此字段可能返回 null,表示取不到有效值。
10277
+ :type VideoId: str
10278
+ :param _Role: 流类型
10279
+ 注意:此字段可能返回 null,表示取不到有效值。
10280
+ :type Role: str
10281
+ """
10282
+ self._UserId = None
10283
+ self._StartTime = None
10284
+ self._StopTime = None
10285
+ self._Duration = None
10286
+ self._FileFormat = None
10287
+ self._RecordUrl = None
10288
+ self._RecordSize = None
10289
+ self._VideoId = None
10290
+ self._Role = None
10291
+
10292
+ @property
10293
+ def UserId(self):
10294
+ return self._UserId
10295
+
10296
+ @UserId.setter
10297
+ def UserId(self, UserId):
10298
+ self._UserId = UserId
10299
+
10300
+ @property
10301
+ def StartTime(self):
10302
+ return self._StartTime
10303
+
10304
+ @StartTime.setter
10305
+ def StartTime(self, StartTime):
10306
+ self._StartTime = StartTime
10307
+
10308
+ @property
10309
+ def StopTime(self):
10310
+ return self._StopTime
10311
+
10312
+ @StopTime.setter
10313
+ def StopTime(self, StopTime):
10314
+ self._StopTime = StopTime
10315
+
10316
+ @property
10317
+ def Duration(self):
10318
+ return self._Duration
10319
+
10320
+ @Duration.setter
10321
+ def Duration(self, Duration):
10322
+ self._Duration = Duration
10323
+
10324
+ @property
10325
+ def FileFormat(self):
10326
+ return self._FileFormat
10327
+
10328
+ @FileFormat.setter
10329
+ def FileFormat(self, FileFormat):
10330
+ self._FileFormat = FileFormat
10331
+
10332
+ @property
10333
+ def RecordUrl(self):
10334
+ return self._RecordUrl
10335
+
10336
+ @RecordUrl.setter
10337
+ def RecordUrl(self, RecordUrl):
10338
+ self._RecordUrl = RecordUrl
10339
+
10340
+ @property
10341
+ def RecordSize(self):
10342
+ return self._RecordSize
10343
+
10344
+ @RecordSize.setter
10345
+ def RecordSize(self, RecordSize):
10346
+ self._RecordSize = RecordSize
10347
+
10348
+ @property
10349
+ def VideoId(self):
10350
+ return self._VideoId
10351
+
10352
+ @VideoId.setter
10353
+ def VideoId(self, VideoId):
10354
+ self._VideoId = VideoId
10355
+
10356
+ @property
10357
+ def Role(self):
10358
+ return self._Role
10359
+
10360
+ @Role.setter
10361
+ def Role(self, Role):
10362
+ self._Role = Role
10363
+
10364
+
10365
+ def _deserialize(self, params):
10366
+ self._UserId = params.get("UserId")
10367
+ self._StartTime = params.get("StartTime")
10368
+ self._StopTime = params.get("StopTime")
10369
+ self._Duration = params.get("Duration")
10370
+ self._FileFormat = params.get("FileFormat")
10371
+ self._RecordUrl = params.get("RecordUrl")
10372
+ self._RecordSize = params.get("RecordSize")
10373
+ self._VideoId = params.get("VideoId")
10374
+ self._Role = params.get("Role")
10375
+ memeber_set = set(params.keys())
10376
+ for name, value in vars(self).items():
10377
+ property_name = name[1:]
10378
+ if property_name in memeber_set:
10379
+ memeber_set.remove(property_name)
10380
+ if len(memeber_set) > 0:
10381
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
10382
+
10383
+
10384
+
10124
10385
  class StartRoomRequest(AbstractModel):
10125
10386
  """StartRoom请求参数结构体
10126
10387
 
@@ -7428,9 +7428,11 @@ class ModifyDBInstanceSpecRequest(AbstractModel):
7428
7428
  :param _InstanceId: 实例 ID,例如:cmgo-p8vn****。请登录 [MongoDB 控制台](https://console.cloud.tencent.com/mongodb)在实例列表复制实例 ID。
7429
7429
 
7430
7430
  :type InstanceId: str
7431
- :param _Memory: 实例配置变更后的内存大小。- 单位:GB。- 内存和磁盘必须同时升配或同时降配,即 Memory 与 Volume 需同时配置变更。<br>注意:节点变更时,输入实例当前的内存配置。
7431
+ :param _Memory: 实例配置变更后的内存大小。- 单位:GB。为空时,默认取实例当前的内存大小。<br> 注意:内存和磁盘必须同时升配或同时降配,即 Memory 与 Volume 需同时配置变更。
7432
7432
  :type Memory: int
7433
- :param _Volume: 实例配置变更后的硬盘大小,单位:GB。<ul><li>内存和磁盘必须同时升配或同时降配,即 Memory 与 Volume 需同时配置变更。</li><li>降配时,变更后的磁盘容量必须大于已用磁盘容量的1.2倍。</li></ul> 注意:节点变更时,输入实例当前的硬盘配置。
7433
+ :param _Volume: 实例配置变更后的硬盘大小,单位:GB。为空时,默认取当前实例的磁盘大小。
7434
+ - 内存和磁盘必须同时升配或同时降配,即 Memory 与 Volume 需同时配置变更。
7435
+ - 降配时,变更后的磁盘容量必须大于已用磁盘容量的1.2倍。
7434
7436
  :type Volume: int
7435
7437
  :param _OplogSize: (已废弃) 请使用ResizeOplog独立接口完成。
7436
7438
 
@@ -7438,16 +7440,22 @@ class ModifyDBInstanceSpecRequest(AbstractModel):
7438
7440
  - 单位:GB。
7439
7441
  - 默认 Oplog 占用容量为磁盘空间的10%。系统允许设置的 Oplog 容量范围为磁盘空间的[10%,90%]。
7440
7442
  :type OplogSize: int
7441
- :param _NodeNum: 实例变更后的节点数。- 变更节点类型包含:mongod节点 或 readonly 节点,mongos节点变更无需填写。变更节点类型,请查询参数**AddNodeList**或**RemoveNodeList**指定的类型。- 副本集节点数:取值范围请通过云数据库的售卖规格 [DescribeSpecInfo](https://cloud.tencent.com/document/product/240/38567) 接口返回的参数**MinNodeNum**与 **MaxNodeNum**获取。- 分片集群每个分片节点数:取值范围请通过云数据库的售卖规格 [DescribeSpecInfo](https://cloud.tencent.com/document/product/240/38567) 接口返回的参数**MinReplicateSetNodeNum**与**MaxReplicateSetNodeNum**获取。
7443
+ :param _NodeNum: 实例变更后mongod的节点数(不包含readonly节点数)。
7444
+ - 变更mongod CPU与内存规格时,该参数可以不配置或者输入当前 mongod(不包含readonly) 节点数量。
7445
+ - 变更 mongos CPU与内存规格时,该参数可以不配置或者输入当前 mongod(不包含readonly) 节点数量。
7446
+ - 节点变更时(全部类型),该参数可不配置或输入变更后的 mongod(不包含readonl) 节点数量。
7447
+ - 副本集节点数:请确认节点数量取值范围,通过云数据库的售卖规格 [DescribeSpecInfo ](https://cloud.tencent.com/document/product/240/38565)接口返回的参数 MinNodeNum 与 MaxNodeNum 获取。
7448
+ - 分片集群每个分片节点数:请确认节点数量取值范围,通过云数据库的售卖规格 [DescribeSpecInfo ](https://cloud.tencent.com/document/product/240/38565)接口返回的参数 MinReplicateSetNodeNum 与 MaxReplicateSetNodeNum 获取。
7442
7449
  :type NodeNum: int
7443
- :param _ReplicateSetNum: 实例变更后的分片数。<ul><li>取值范围请通过云数据库的售卖规格 [DescribeSpecInfo](https://cloud.tencent.com/document/product/240/38567) 接口返回的参数**MinReplicateSetNum**与**MaxReplicateSetNum**获取。</li><li>该参数只能增加不能减少。</li></ul>
7450
+ :param _ReplicateSetNum: 实例变更后的分片数。
7451
+ - 取值范围请通过云数据库的售卖规格[DescribeSpecInfo](https://cloud.tencent.com/document/product/240/38567) 接口返回的参数**MinReplicateSetNum**与**MaxReplicateSetNum**获取。- 该参数只能增加不能减少。
7444
7452
  :type ReplicateSetNum: int
7445
7453
  :param _InMaintenance: 实例配置变更的切换时间。
7446
7454
  - 0:调整完成时,立即执行变配任务。默认为0。
7447
7455
  - 1:在维护时间窗内,执行变配任务。
7448
7456
  **说明**:调整节点数和分片数不支持在<b>维护时间窗内</b>变更。
7449
7457
  :type InMaintenance: int
7450
- :param _MongosMemory: 分片实例配置变更后的mongos内存大小。- 单位:GB。
7458
+ :param _MongosMemory: 分片实例配置变更后的mongos内存大小。单位:GB。
7451
7459
  :type MongosMemory: str
7452
7460
  :param _AddNodeList: 新增节点列表,节点类型及可用区信息。
7453
7461
  :type AddNodeList: list of AddNodeList
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python
3
- Version: 3.0.1217
3
+ Version: 3.0.1218
4
4
  Summary: Tencent Cloud SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
6
  Author: Tencent Cloud
@@ -50,7 +50,7 @@ QcloudApi/modules/vod.py,sha256=l05_qYx0l5bq6LJ8mAX2YO3pRXzxY3JMdDHV1N_SRKE,679
50
50
  QcloudApi/modules/vpc.py,sha256=JBiNpcnrAwf_UJ_UdpxQybKeCTfeveJ9R1B-vO1_w_U,679
51
51
  QcloudApi/modules/wenzhi.py,sha256=hr1rRLU8TxxSfejMqV2O4alO_yXF3C0tfZMSzziu54Q,685
52
52
  QcloudApi/modules/yunsou.py,sha256=JlgzMjnJaho6axFVhSTAv6DS0HLcjl0LJL02q6qI2yY,685
53
- tencentcloud/__init__.py,sha256=nAqJP-2EbR95pFSVXRNKiFs1cOl9Fv4Lz31OcExbf2U,631
53
+ tencentcloud/__init__.py,sha256=R04dH_TWuJU5hNVe07kCl61TyalB20NpdX302RgBEiw,631
54
54
  tencentcloud/aa/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
55
55
  tencentcloud/aa/v20200224/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
56
56
  tencentcloud/aa/v20200224/aa_client.py,sha256=L7P5zpJElo9WoLSkhvLxnfpEGCZ1q2e5Fzx3wLEioAA,2184
@@ -292,7 +292,7 @@ tencentcloud/cdwdoris/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3h
292
292
  tencentcloud/cdwdoris/v20211228/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
293
293
  tencentcloud/cdwdoris/v20211228/cdwdoris_client.py,sha256=KKpMsrUtQy7dURzO5kkjsGL_EW2NoFqScZ2tOZ-j6SI,55961
294
294
  tencentcloud/cdwdoris/v20211228/errorcodes.py,sha256=i5AghJAxSuSI3xB3eKtkZA1cnY_dQYmNEeTnn2ePSFM,703
295
- tencentcloud/cdwdoris/v20211228/models.py,sha256=FDmWi3L9qkFZrAqx1FR3YQU0Hkdwjnv-c3ZRIrpHz4c,340925
295
+ tencentcloud/cdwdoris/v20211228/models.py,sha256=hwD30o_OQPTNtLBlMASzR9mANO0aru6hShIt0u_HaYY,341304
296
296
  tencentcloud/cdwpg/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
297
297
  tencentcloud/cdwpg/v20201230/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
298
298
  tencentcloud/cdwpg/v20201230/cdwpg_client.py,sha256=6mJ-BXoxzrrYgsckYJJUyKp-o5D5rkTHmsGjRRq2YpA,8165
@@ -460,7 +460,7 @@ tencentcloud/cynosdb/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hS
460
460
  tencentcloud/cynosdb/v20190107/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
461
461
  tencentcloud/cynosdb/v20190107/cynosdb_client.py,sha256=FR1MKFOrsds3oIYAm3v-CqIIxgzCzXj3rl2Toc5ZHao,135968
462
462
  tencentcloud/cynosdb/v20190107/errorcodes.py,sha256=N7TAEzbgmknGTmI1z-SGIYbWPWOl4-uvlPAnxABPK24,11955
463
- tencentcloud/cynosdb/v20190107/models.py,sha256=eRHnvEAMPsbKKTQJx6u_R4QQ3xcHjujVy9blg1m7-Uw,911691
463
+ tencentcloud/cynosdb/v20190107/models.py,sha256=stJ4H-iMmAdWaYffA2Z0kZO3w83tUTIatKXZEPV-t0I,912707
464
464
  tencentcloud/dasb/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
465
465
  tencentcloud/dasb/v20191018/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
466
466
  tencentcloud/dasb/v20191018/dasb_client.py,sha256=8iT84XIF9Ym1FrtOc7jQFQ_Ta5cZyo5JD1vn7Dj6pDE,55463
@@ -803,8 +803,8 @@ tencentcloud/kms/v20190118/models.py,sha256=0zacS6q3bLlQaFXEsF6CmQhg27iANE2pnJ-e
803
803
  tencentcloud/lcic/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
804
804
  tencentcloud/lcic/v20220817/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
805
805
  tencentcloud/lcic/v20220817/errorcodes.py,sha256=LG8UEIjk0pH8DwRBv9TwBhsULJ_t4i3-xaxhsag52sI,4699
806
- tencentcloud/lcic/v20220817/lcic_client.py,sha256=m-3KmOWeybyAsNatx4ud3YXLHNhFFdkSQ4zf1SwvrII,55515
807
- tencentcloud/lcic/v20220817/models.py,sha256=Yo4RHvyN7PIaEjsHCrCiSfK1DH2BwB-v6yCr47mch8E,307781
806
+ tencentcloud/lcic/v20220817/lcic_client.py,sha256=S03btBlU_T-7D6ZMgE-hTIaUQHzEbv6zvONRDA33dgU,56401
807
+ tencentcloud/lcic/v20220817/models.py,sha256=u1Fbc9oknaBCj_D7yTVSM1XKwQAvP0ahvyRZB4g_AS4,314861
808
808
  tencentcloud/lighthouse/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
809
809
  tencentcloud/lighthouse/v20200324/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
810
810
  tencentcloud/lighthouse/v20200324/errorcodes.py,sha256=LobocZTwgkG_n1D7iopo-y8pWYvRD9s6_InUR7EMbIg,32842
@@ -876,7 +876,7 @@ tencentcloud/mongodb/v20180408/models.py,sha256=J-4PKHcnuJueHQ6YfrAHugV3ImK_jrgn
876
876
  tencentcloud/mongodb/v20180408/mongodb_client.py,sha256=LPLvUOeg8pyXAn1k5RdZaqWrnYSQ0aXJ-ioTuE92R3Q,13654
877
877
  tencentcloud/mongodb/v20190725/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
878
878
  tencentcloud/mongodb/v20190725/errorcodes.py,sha256=Rl_UED7u_PHIJcFPuloBUQZCRJ4jAdR2RkA-huLpxEg,8243
879
- tencentcloud/mongodb/v20190725/models.py,sha256=vWidcsxNd8sAwm_LsCcxrxVLYa5rnvMbmn89pU-vUCY,309380
879
+ tencentcloud/mongodb/v20190725/models.py,sha256=mCNw70q7HZ59IAylX_wspMkhM1VCG7bIZLkdJmgUXjY,309574
880
880
  tencentcloud/mongodb/v20190725/mongodb_client.py,sha256=KDC8KMdk1ZetJ3yh_2jgd_8KicBLfbKwoTlioSH-lBA,50089
881
881
  tencentcloud/monitor/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
882
882
  tencentcloud/monitor/v20180724/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -1454,8 +1454,8 @@ tencentcloud/yunsou/v20191115/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5N
1454
1454
  tencentcloud/yunsou/v20191115/errorcodes.py,sha256=zB4-XPxmvEhgHoLsKlbayJVRLEagPDcs-UAheVZCoAc,1301
1455
1455
  tencentcloud/yunsou/v20191115/models.py,sha256=sNTR9ixO8CV9yKQahrhOsEJlxOK5d7aXBoIBIPxfJsQ,23137
1456
1456
  tencentcloud/yunsou/v20191115/yunsou_client.py,sha256=ly73Hr8rGamWa6AAvQjurKgd4L83PRY5WjcDv4ziQC8,2741
1457
- tencentcloud_sdk_python-3.0.1217.dist-info/LICENSE,sha256=AJyIQ6mPzTpsFn6i0cG6OPVdhJ85l_mfdoOR7J4DnRw,11351
1458
- tencentcloud_sdk_python-3.0.1217.dist-info/METADATA,sha256=jkMlQTPwu6w-XXXXgfUJcO7b4I6BJnG4rKJx98bdxME,1511
1459
- tencentcloud_sdk_python-3.0.1217.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
1460
- tencentcloud_sdk_python-3.0.1217.dist-info/top_level.txt,sha256=7kItXWSGlPDkhHTt2qPSt8zrlsPHLfRofR1QJo6eV_A,23
1461
- tencentcloud_sdk_python-3.0.1217.dist-info/RECORD,,
1457
+ tencentcloud_sdk_python-3.0.1218.dist-info/LICENSE,sha256=AJyIQ6mPzTpsFn6i0cG6OPVdhJ85l_mfdoOR7J4DnRw,11351
1458
+ tencentcloud_sdk_python-3.0.1218.dist-info/METADATA,sha256=4QgJOaoPHdieXApkOYgQRgTF3PSiO-UtwVar67Eaa1I,1511
1459
+ tencentcloud_sdk_python-3.0.1218.dist-info/WHEEL,sha256=z9j0xAa_JmUKMpmz72K0ZGALSM_n-wQVmGbleXx2VHg,110
1460
+ tencentcloud_sdk_python-3.0.1218.dist-info/top_level.txt,sha256=7kItXWSGlPDkhHTt2qPSt8zrlsPHLfRofR1QJo6eV_A,23
1461
+ tencentcloud_sdk_python-3.0.1218.dist-info/RECORD,,