tencentcloud-sdk-python-cwp 3.1.102__py2.py3-none-any.whl → 3.1.110__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.1.102'
17
+ __version__ = '3.1.110'
@@ -80114,81 +80114,78 @@ class Machine(AbstractModel):
80114
80114
 
80115
80115
  def __init__(self):
80116
80116
  r"""
80117
- :param _MachineName: 主机名称。
80117
+ :param _MachineName: <p>主机名称。</p>
80118
80118
  :type MachineName: str
80119
- :param _MachineOs: 主机系统。
80119
+ :param _MachineOs: <p>主机系统。</p>
80120
80120
  :type MachineOs: str
80121
- :param _MachineStatus: 主机状态。 <li>OFFLINE: 离线 </li> <li>ONLINE: 在线</li> <li>SHUTDOWN: 已关机</li> <li>UNINSTALLED: 未防护</li>
80121
+ :param _MachineStatus: <p>主机状态。 <li>OFFLINE: 离线 </li> <li>ONLINE: 在线</li> <li>SHUTDOWN: 已关机</li> <li>UNINSTALLED: 未防护</li></p>
80122
80122
  :type MachineStatus: str
80123
- :param _AgentStatus: ONLINE 防护中; OFFLINE 已离线;UNINStALLED 未安装
80123
+ :param _AgentStatus: <p>ONLINE 防护中; OFFLINE 已离线;UNINStALLED 未安装</p>
80124
80124
  :type AgentStatus: str
80125
- :param _InstanceStatus: RUNNING 运行中; STOPED 已关机; EXPIRED 待回收
80125
+ :param _InstanceStatus: <p>RUNNING 运行中; STOPED 已关机; EXPIRED 待回收</p>
80126
80126
  :type InstanceStatus: str
80127
- :param _Uuid: 主机安全Uuid,若客户端长时间不在线将返回空字符。
80127
+ :param _Uuid: <p>主机安全Uuid,若客户端长时间不在线将返回空字符。</p>
80128
80128
  :type Uuid: str
80129
- :param _Quuid: CVM或BM机器唯一Uuid
80129
+ :param _Quuid: <p>CVM或BM机器唯一Uuid。</p>
80130
80130
  :type Quuid: str
80131
- :param _VulNum: 漏洞数。
80131
+ :param _VulNum: <p>漏洞数。</p>
80132
80132
  :type VulNum: int
80133
- :param _MachineIp: 主机IP
80133
+ :param _MachineIp: <p>主机IP。</p>
80134
80134
  :type MachineIp: str
80135
- :param _IsProVersion: 是否是专业版。
80136
- <li>true: 是</li>
80137
- <li>false:否</li>
80135
+ :param _IsProVersion: <p>是否是专业版。</p><li>true: 是</li><li>false:否</li>
80138
80136
  :type IsProVersion: bool
80139
- :param _MachineWanIp: 主机外网IP
80137
+ :param _MachineWanIp: <p>主机外网IP。</p>
80140
80138
  :type MachineWanIp: str
80141
- :param _PayMode: 主机状态。
80142
- <li>POSTPAY: 表示后付费,即按量计费 </li>
80143
- <li>PREPAY: 表示预付费,即包年包月</li>
80139
+ :param _PayMode: <p>主机状态。</p><li>POSTPAY: 表示后付费,即按量计费 </li><li>PREPAY: 表示预付费,即包年包月</li>
80144
80140
  :type PayMode: str
80145
- :param _MalwareNum: 木马数。
80141
+ :param _MalwareNum: <p>木马数。</p>
80146
80142
  :type MalwareNum: int
80147
- :param _Tag: 标签信息
80143
+ :param _Tag: <p>标签信息</p>
80148
80144
  :type Tag: list of MachineTag
80149
- :param _BaselineNum: 基线风险数。
80145
+ :param _BaselineNum: <p>基线风险数。</p>
80150
80146
  :type BaselineNum: int
80151
- :param _CyberAttackNum: 网络风险数。
80147
+ :param _CyberAttackNum: <p>网络风险数。</p>
80152
80148
  :type CyberAttackNum: int
80153
- :param _SecurityStatus: 风险状态。
80154
- <li>SAFE:安全</li>
80155
- <li>RISK:风险</li>
80156
- <li>UNKNOWN:未知</li>
80149
+ :param _SecurityStatus: <p>风险状态。</p><li>SAFE:安全</li><li>RISK:风险</li><li>UNKNOWN:未知</li>
80157
80150
  :type SecurityStatus: str
80158
- :param _InvasionNum: 入侵事件数
80151
+ :param _InvasionNum: <p>入侵事件数</p>
80159
80152
  :type InvasionNum: int
80160
- :param _RegionInfo: 地域信息
80153
+ :param _RegionInfo: <p>地域信息</p>
80161
80154
  :type RegionInfo: :class:`tencentcloud.cwp.v20180228.models.RegionInfo`
80162
- :param _InstanceState: 实例状态 TERMINATED_PRO_VERSION 已销毁
80155
+ :param _InstanceState: <p>实例状态 TERMINATED_PRO_VERSION 已销毁</p>
80163
80156
  :type InstanceState: str
80164
- :param _LicenseStatus: 防篡改 授权状态 1 授权 0 未授权
80157
+ :param _LicenseStatus: <p>防篡改 授权状态 1 授权 0 未授权</p>
80165
80158
  :type LicenseStatus: int
80166
- :param _ProjectId: 项目ID
80159
+ :param _ProjectId: <p>项目ID</p>
80167
80160
  :type ProjectId: int
80168
- :param _HasAssetScan: 是否有资产扫描接口,0无,1
80161
+ :param _HasAssetScan: <p>是否有资产扫描接口,0无,1有</p>
80169
80162
  :type HasAssetScan: int
80170
- :param _MachineType: 机器所属专区类型 CVM 云服务器, BM 黑石, ECM 边缘计算, LH 轻量应用服务器 ,Other 混合云专区
80163
+ :param _MachineType: <p>机器所属专区类型 CVM 云服务器, BM 黑石, ECM 边缘计算, LH 轻量应用服务器 ,Other 混合云专区</p>
80171
80164
  :type MachineType: str
80172
- :param _KernelVersion: 内核版本
80165
+ :param _KernelVersion: <p>内核版本</p>
80173
80166
  :type KernelVersion: str
80174
- :param _ProtectType: 防护版本:BASIC_VERSION 基础版, PRO_VERSION 专业版,Flagship 旗舰版,GENERAL_DISCOUNT 轻量版
80167
+ :param _ProtectType: <p>防护版本:BASIC_VERSION 基础版, PRO_VERSION 专业版,Flagship 旗舰版,GENERAL_DISCOUNT 轻量版</p>
80175
80168
  :type ProtectType: str
80176
- :param _CloudTags: 云标签信息
80169
+ :param _CloudTags: <p>云标签信息</p>
80177
80170
  :type CloudTags: list of Tags
80178
- :param _IsAddedOnTheFifteen: 是否15天内新增的主机 0:非15天内新增的主机,1:15天内增加的主机
80171
+ :param _IsAddedOnTheFifteen: <p>是否15天内新增的主机 0:非15天内新增的主机,1:15天内增加的主机</p>
80179
80172
  :type IsAddedOnTheFifteen: int
80180
- :param _IpList: 主机ip列表
80173
+ :param _IpList: <p>主机ip列表</p>
80181
80174
  :type IpList: str
80182
- :param _VpcId: 所属网络
80175
+ :param _VpcId: <p>所属网络</p>
80183
80176
  :type VpcId: str
80184
- :param _MachineExtraInfo: 附加信息
80177
+ :param _MachineExtraInfo: <p>附加信息</p>
80185
80178
  :type MachineExtraInfo: :class:`tencentcloud.cwp.v20180228.models.MachineExtraInfo`
80186
- :param _InstanceId: 实例ID
80179
+ :param _InstanceId: <p>实例ID</p>
80187
80180
  :type InstanceId: str
80188
- :param _Remark: 备注信息
80181
+ :param _Remark: <p>备注信息</p>
80189
80182
  :type Remark: str
80190
- :param _AgentVersion: 主机安全agent版本
80183
+ :param _AgentVersion: <p>主机安全agent版本</p>
80191
80184
  :type AgentVersion: str
80185
+ :param _AppId: <p>机器对应APPID</p>
80186
+ :type AppId: int
80187
+ :param _CSIPProtectType: <p>安全中心付费版本</p>
80188
+ :type CSIPProtectType: str
80192
80189
  """
80193
80190
  self._MachineName = None
80194
80191
  self._MachineOs = None
@@ -80224,10 +80221,12 @@ class Machine(AbstractModel):
80224
80221
  self._InstanceId = None
80225
80222
  self._Remark = None
80226
80223
  self._AgentVersion = None
80224
+ self._AppId = None
80225
+ self._CSIPProtectType = None
80227
80226
 
80228
80227
  @property
80229
80228
  def MachineName(self):
80230
- r"""主机名称。
80229
+ r"""<p>主机名称。</p>
80231
80230
  :rtype: str
80232
80231
  """
80233
80232
  return self._MachineName
@@ -80238,7 +80237,7 @@ class Machine(AbstractModel):
80238
80237
 
80239
80238
  @property
80240
80239
  def MachineOs(self):
80241
- r"""主机系统。
80240
+ r"""<p>主机系统。</p>
80242
80241
  :rtype: str
80243
80242
  """
80244
80243
  return self._MachineOs
@@ -80249,7 +80248,7 @@ class Machine(AbstractModel):
80249
80248
 
80250
80249
  @property
80251
80250
  def MachineStatus(self):
80252
- r"""主机状态。 <li>OFFLINE: 离线 </li> <li>ONLINE: 在线</li> <li>SHUTDOWN: 已关机</li> <li>UNINSTALLED: 未防护</li>
80251
+ r"""<p>主机状态。 <li>OFFLINE: 离线 </li> <li>ONLINE: 在线</li> <li>SHUTDOWN: 已关机</li> <li>UNINSTALLED: 未防护</li></p>
80253
80252
  :rtype: str
80254
80253
  """
80255
80254
  return self._MachineStatus
@@ -80260,7 +80259,7 @@ class Machine(AbstractModel):
80260
80259
 
80261
80260
  @property
80262
80261
  def AgentStatus(self):
80263
- r"""ONLINE 防护中; OFFLINE 已离线;UNINStALLED 未安装
80262
+ r"""<p>ONLINE 防护中; OFFLINE 已离线;UNINStALLED 未安装</p>
80264
80263
  :rtype: str
80265
80264
  """
80266
80265
  return self._AgentStatus
@@ -80271,7 +80270,7 @@ class Machine(AbstractModel):
80271
80270
 
80272
80271
  @property
80273
80272
  def InstanceStatus(self):
80274
- r"""RUNNING 运行中; STOPED 已关机; EXPIRED 待回收
80273
+ r"""<p>RUNNING 运行中; STOPED 已关机; EXPIRED 待回收</p>
80275
80274
  :rtype: str
80276
80275
  """
80277
80276
  return self._InstanceStatus
@@ -80282,7 +80281,7 @@ class Machine(AbstractModel):
80282
80281
 
80283
80282
  @property
80284
80283
  def Uuid(self):
80285
- r"""主机安全Uuid,若客户端长时间不在线将返回空字符。
80284
+ r"""<p>主机安全Uuid,若客户端长时间不在线将返回空字符。</p>
80286
80285
  :rtype: str
80287
80286
  """
80288
80287
  return self._Uuid
@@ -80293,7 +80292,7 @@ class Machine(AbstractModel):
80293
80292
 
80294
80293
  @property
80295
80294
  def Quuid(self):
80296
- r"""CVM或BM机器唯一Uuid
80295
+ r"""<p>CVM或BM机器唯一Uuid。</p>
80297
80296
  :rtype: str
80298
80297
  """
80299
80298
  return self._Quuid
@@ -80304,7 +80303,7 @@ class Machine(AbstractModel):
80304
80303
 
80305
80304
  @property
80306
80305
  def VulNum(self):
80307
- r"""漏洞数。
80306
+ r"""<p>漏洞数。</p>
80308
80307
  :rtype: int
80309
80308
  """
80310
80309
  return self._VulNum
@@ -80315,7 +80314,7 @@ class Machine(AbstractModel):
80315
80314
 
80316
80315
  @property
80317
80316
  def MachineIp(self):
80318
- r"""主机IP
80317
+ r"""<p>主机IP。</p>
80319
80318
  :rtype: str
80320
80319
  """
80321
80320
  return self._MachineIp
@@ -80326,9 +80325,7 @@ class Machine(AbstractModel):
80326
80325
 
80327
80326
  @property
80328
80327
  def IsProVersion(self):
80329
- r"""是否是专业版。
80330
- <li>true: 是</li>
80331
- <li>false:否</li>
80328
+ r"""<p>是否是专业版。</p><li>true: 是</li><li>false:否</li>
80332
80329
  :rtype: bool
80333
80330
  """
80334
80331
  return self._IsProVersion
@@ -80339,7 +80336,7 @@ class Machine(AbstractModel):
80339
80336
 
80340
80337
  @property
80341
80338
  def MachineWanIp(self):
80342
- r"""主机外网IP
80339
+ r"""<p>主机外网IP。</p>
80343
80340
  :rtype: str
80344
80341
  """
80345
80342
  return self._MachineWanIp
@@ -80350,9 +80347,7 @@ class Machine(AbstractModel):
80350
80347
 
80351
80348
  @property
80352
80349
  def PayMode(self):
80353
- r"""主机状态。
80354
- <li>POSTPAY: 表示后付费,即按量计费 </li>
80355
- <li>PREPAY: 表示预付费,即包年包月</li>
80350
+ r"""<p>主机状态。</p><li>POSTPAY: 表示后付费,即按量计费 </li><li>PREPAY: 表示预付费,即包年包月</li>
80356
80351
  :rtype: str
80357
80352
  """
80358
80353
  return self._PayMode
@@ -80363,7 +80358,7 @@ class Machine(AbstractModel):
80363
80358
 
80364
80359
  @property
80365
80360
  def MalwareNum(self):
80366
- r"""木马数。
80361
+ r"""<p>木马数。</p>
80367
80362
  :rtype: int
80368
80363
  """
80369
80364
  return self._MalwareNum
@@ -80374,7 +80369,7 @@ class Machine(AbstractModel):
80374
80369
 
80375
80370
  @property
80376
80371
  def Tag(self):
80377
- r"""标签信息
80372
+ r"""<p>标签信息</p>
80378
80373
  :rtype: list of MachineTag
80379
80374
  """
80380
80375
  return self._Tag
@@ -80385,7 +80380,7 @@ class Machine(AbstractModel):
80385
80380
 
80386
80381
  @property
80387
80382
  def BaselineNum(self):
80388
- r"""基线风险数。
80383
+ r"""<p>基线风险数。</p>
80389
80384
  :rtype: int
80390
80385
  """
80391
80386
  return self._BaselineNum
@@ -80396,7 +80391,7 @@ class Machine(AbstractModel):
80396
80391
 
80397
80392
  @property
80398
80393
  def CyberAttackNum(self):
80399
- r"""网络风险数。
80394
+ r"""<p>网络风险数。</p>
80400
80395
  :rtype: int
80401
80396
  """
80402
80397
  return self._CyberAttackNum
@@ -80407,10 +80402,7 @@ class Machine(AbstractModel):
80407
80402
 
80408
80403
  @property
80409
80404
  def SecurityStatus(self):
80410
- r"""风险状态。
80411
- <li>SAFE:安全</li>
80412
- <li>RISK:风险</li>
80413
- <li>UNKNOWN:未知</li>
80405
+ r"""<p>风险状态。</p><li>SAFE:安全</li><li>RISK:风险</li><li>UNKNOWN:未知</li>
80414
80406
  :rtype: str
80415
80407
  """
80416
80408
  return self._SecurityStatus
@@ -80421,7 +80413,7 @@ class Machine(AbstractModel):
80421
80413
 
80422
80414
  @property
80423
80415
  def InvasionNum(self):
80424
- r"""入侵事件数
80416
+ r"""<p>入侵事件数</p>
80425
80417
  :rtype: int
80426
80418
  """
80427
80419
  return self._InvasionNum
@@ -80432,7 +80424,7 @@ class Machine(AbstractModel):
80432
80424
 
80433
80425
  @property
80434
80426
  def RegionInfo(self):
80435
- r"""地域信息
80427
+ r"""<p>地域信息</p>
80436
80428
  :rtype: :class:`tencentcloud.cwp.v20180228.models.RegionInfo`
80437
80429
  """
80438
80430
  return self._RegionInfo
@@ -80443,7 +80435,7 @@ class Machine(AbstractModel):
80443
80435
 
80444
80436
  @property
80445
80437
  def InstanceState(self):
80446
- r"""实例状态 TERMINATED_PRO_VERSION 已销毁
80438
+ r"""<p>实例状态 TERMINATED_PRO_VERSION 已销毁</p>
80447
80439
  :rtype: str
80448
80440
  """
80449
80441
  return self._InstanceState
@@ -80454,7 +80446,7 @@ class Machine(AbstractModel):
80454
80446
 
80455
80447
  @property
80456
80448
  def LicenseStatus(self):
80457
- r"""防篡改 授权状态 1 授权 0 未授权
80449
+ r"""<p>防篡改 授权状态 1 授权 0 未授权</p>
80458
80450
  :rtype: int
80459
80451
  """
80460
80452
  return self._LicenseStatus
@@ -80465,7 +80457,7 @@ class Machine(AbstractModel):
80465
80457
 
80466
80458
  @property
80467
80459
  def ProjectId(self):
80468
- r"""项目ID
80460
+ r"""<p>项目ID</p>
80469
80461
  :rtype: int
80470
80462
  """
80471
80463
  return self._ProjectId
@@ -80476,7 +80468,7 @@ class Machine(AbstractModel):
80476
80468
 
80477
80469
  @property
80478
80470
  def HasAssetScan(self):
80479
- r"""是否有资产扫描接口,0无,1
80471
+ r"""<p>是否有资产扫描接口,0无,1有</p>
80480
80472
  :rtype: int
80481
80473
  """
80482
80474
  return self._HasAssetScan
@@ -80487,7 +80479,7 @@ class Machine(AbstractModel):
80487
80479
 
80488
80480
  @property
80489
80481
  def MachineType(self):
80490
- r"""机器所属专区类型 CVM 云服务器, BM 黑石, ECM 边缘计算, LH 轻量应用服务器 ,Other 混合云专区
80482
+ r"""<p>机器所属专区类型 CVM 云服务器, BM 黑石, ECM 边缘计算, LH 轻量应用服务器 ,Other 混合云专区</p>
80491
80483
  :rtype: str
80492
80484
  """
80493
80485
  return self._MachineType
@@ -80498,7 +80490,7 @@ class Machine(AbstractModel):
80498
80490
 
80499
80491
  @property
80500
80492
  def KernelVersion(self):
80501
- r"""内核版本
80493
+ r"""<p>内核版本</p>
80502
80494
  :rtype: str
80503
80495
  """
80504
80496
  return self._KernelVersion
@@ -80509,7 +80501,7 @@ class Machine(AbstractModel):
80509
80501
 
80510
80502
  @property
80511
80503
  def ProtectType(self):
80512
- r"""防护版本:BASIC_VERSION 基础版, PRO_VERSION 专业版,Flagship 旗舰版,GENERAL_DISCOUNT 轻量版
80504
+ r"""<p>防护版本:BASIC_VERSION 基础版, PRO_VERSION 专业版,Flagship 旗舰版,GENERAL_DISCOUNT 轻量版</p>
80513
80505
  :rtype: str
80514
80506
  """
80515
80507
  return self._ProtectType
@@ -80520,7 +80512,7 @@ class Machine(AbstractModel):
80520
80512
 
80521
80513
  @property
80522
80514
  def CloudTags(self):
80523
- r"""云标签信息
80515
+ r"""<p>云标签信息</p>
80524
80516
  :rtype: list of Tags
80525
80517
  """
80526
80518
  return self._CloudTags
@@ -80531,7 +80523,7 @@ class Machine(AbstractModel):
80531
80523
 
80532
80524
  @property
80533
80525
  def IsAddedOnTheFifteen(self):
80534
- r"""是否15天内新增的主机 0:非15天内新增的主机,1:15天内增加的主机
80526
+ r"""<p>是否15天内新增的主机 0:非15天内新增的主机,1:15天内增加的主机</p>
80535
80527
  :rtype: int
80536
80528
  """
80537
80529
  return self._IsAddedOnTheFifteen
@@ -80542,7 +80534,7 @@ class Machine(AbstractModel):
80542
80534
 
80543
80535
  @property
80544
80536
  def IpList(self):
80545
- r"""主机ip列表
80537
+ r"""<p>主机ip列表</p>
80546
80538
  :rtype: str
80547
80539
  """
80548
80540
  return self._IpList
@@ -80553,7 +80545,7 @@ class Machine(AbstractModel):
80553
80545
 
80554
80546
  @property
80555
80547
  def VpcId(self):
80556
- r"""所属网络
80548
+ r"""<p>所属网络</p>
80557
80549
  :rtype: str
80558
80550
  """
80559
80551
  return self._VpcId
@@ -80564,7 +80556,7 @@ class Machine(AbstractModel):
80564
80556
 
80565
80557
  @property
80566
80558
  def MachineExtraInfo(self):
80567
- r"""附加信息
80559
+ r"""<p>附加信息</p>
80568
80560
  :rtype: :class:`tencentcloud.cwp.v20180228.models.MachineExtraInfo`
80569
80561
  """
80570
80562
  return self._MachineExtraInfo
@@ -80575,7 +80567,7 @@ class Machine(AbstractModel):
80575
80567
 
80576
80568
  @property
80577
80569
  def InstanceId(self):
80578
- r"""实例ID
80570
+ r"""<p>实例ID</p>
80579
80571
  :rtype: str
80580
80572
  """
80581
80573
  return self._InstanceId
@@ -80586,7 +80578,7 @@ class Machine(AbstractModel):
80586
80578
 
80587
80579
  @property
80588
80580
  def Remark(self):
80589
- r"""备注信息
80581
+ r"""<p>备注信息</p>
80590
80582
  :rtype: str
80591
80583
  """
80592
80584
  return self._Remark
@@ -80597,7 +80589,7 @@ class Machine(AbstractModel):
80597
80589
 
80598
80590
  @property
80599
80591
  def AgentVersion(self):
80600
- r"""主机安全agent版本
80592
+ r"""<p>主机安全agent版本</p>
80601
80593
  :rtype: str
80602
80594
  """
80603
80595
  return self._AgentVersion
@@ -80606,6 +80598,28 @@ class Machine(AbstractModel):
80606
80598
  def AgentVersion(self, AgentVersion):
80607
80599
  self._AgentVersion = AgentVersion
80608
80600
 
80601
+ @property
80602
+ def AppId(self):
80603
+ r"""<p>机器对应APPID</p>
80604
+ :rtype: int
80605
+ """
80606
+ return self._AppId
80607
+
80608
+ @AppId.setter
80609
+ def AppId(self, AppId):
80610
+ self._AppId = AppId
80611
+
80612
+ @property
80613
+ def CSIPProtectType(self):
80614
+ r"""<p>安全中心付费版本</p>
80615
+ :rtype: str
80616
+ """
80617
+ return self._CSIPProtectType
80618
+
80619
+ @CSIPProtectType.setter
80620
+ def CSIPProtectType(self, CSIPProtectType):
80621
+ self._CSIPProtectType = CSIPProtectType
80622
+
80609
80623
 
80610
80624
  def _deserialize(self, params):
80611
80625
  self._MachineName = params.get("MachineName")
@@ -80656,6 +80670,8 @@ class Machine(AbstractModel):
80656
80670
  self._InstanceId = params.get("InstanceId")
80657
80671
  self._Remark = params.get("Remark")
80658
80672
  self._AgentVersion = params.get("AgentVersion")
80673
+ self._AppId = params.get("AppId")
80674
+ self._CSIPProtectType = params.get("CSIPProtectType")
80659
80675
  memeber_set = set(params.keys())
80660
80676
  for name, value in vars(self).items():
80661
80677
  property_name = name[1:]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-cwp
3
- Version: 3.1.102
3
+ Version: 3.1.110
4
4
  Summary: Tencent Cloud Cwp SDK for Python
5
5
  Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
6
6
  Author: Tencent Cloud
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
15
15
  Classifier: Programming Language :: Python :: 3
16
16
  Classifier: Programming Language :: Python :: 3.6
17
17
  Classifier: Programming Language :: Python :: 3.7
18
- Requires-Dist: tencentcloud-sdk-python-common <4.0.0,>=3.1.102
18
+ Requires-Dist: tencentcloud-sdk-python-common <4.0.0,>=3.1.110
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -1,11 +1,11 @@
1
- tencentcloud/__init__.py,sha256=wyFxTQWhUZn3TAsw0d25wT6laX3ANFN0R-MBWO9dyqU,630
1
+ tencentcloud/__init__.py,sha256=eSz5inKEiEcnTPa9T2qfRxSNMWppSnG1tuEYAjN8YdE,630
2
2
  tencentcloud/cwp/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
3
  tencentcloud/cwp/v20180228/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
4
  tencentcloud/cwp/v20180228/cwp_client.py,sha256=7e90AotMNJNW9Yp43rThxW2A7jDZvQLZRGZRiV_civI,492016
5
5
  tencentcloud/cwp/v20180228/cwp_client_async.py,sha256=52peVPTBHKO9lDEXsCWhCHhsiL9Kg5w5yD9psC8fRCk,329761
6
6
  tencentcloud/cwp/v20180228/errorcodes.py,sha256=GGLopl1BdrhED3VJdN7OTgmr88O3OdihwPK-L0EGp78,4375
7
- tencentcloud/cwp/v20180228/models.py,sha256=i9hmt5EJbIEjSjHdBrRZ6B2IBqCoKOHCab_qlAN80pk,3313498
8
- tencentcloud_sdk_python_cwp-3.1.102.dist-info/METADATA,sha256=r0CFicTcsxrd2j8ovRdvxxDJKT2t-CTyvSZppqKoCSg,1497
9
- tencentcloud_sdk_python_cwp-3.1.102.dist-info/WHEEL,sha256=a5ogxI61vGGBHYbAAwISCXsfU7mxKr76gTpCEmSNOI8,109
10
- tencentcloud_sdk_python_cwp-3.1.102.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
11
- tencentcloud_sdk_python_cwp-3.1.102.dist-info/RECORD,,
7
+ tencentcloud/cwp/v20180228/models.py,sha256=RvuBPiMaMOJofC8s1h6r4G1oaRYkMLxBnjGquIbAUw0,3314788
8
+ tencentcloud_sdk_python_cwp-3.1.110.dist-info/METADATA,sha256=N5ICcVK0-e-nB4gqOZvIXKekPSKwMCZwghkrWEj3lwQ,1497
9
+ tencentcloud_sdk_python_cwp-3.1.110.dist-info/WHEEL,sha256=a5ogxI61vGGBHYbAAwISCXsfU7mxKr76gTpCEmSNOI8,109
10
+ tencentcloud_sdk_python_cwp-3.1.110.dist-info/top_level.txt,sha256=g-8OyzoqI6O6LiS85zkeNzhB-osEnRIPZMdyRd_0eL0,13
11
+ tencentcloud_sdk_python_cwp-3.1.110.dist-info/RECORD,,