tencentcloud-sdk-python 3.0.1257__py2.py3-none-any.whl → 3.0.1259__py2.py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (108) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/apm/v20210622/models.py +26 -0
  3. tencentcloud/asr/v20190614/models.py +3 -2
  4. tencentcloud/autoscaling/v20180419/autoscaling_client.py +7 -1
  5. tencentcloud/autoscaling/v20180419/errorcodes.py +3 -0
  6. tencentcloud/autoscaling/v20180419/models.py +18 -2
  7. tencentcloud/bi/v20220105/models.py +44 -4
  8. tencentcloud/billing/v20180709/billing_client.py +23 -0
  9. tencentcloud/billing/v20180709/errorcodes.py +6 -0
  10. tencentcloud/billing/v20180709/models.py +424 -0
  11. tencentcloud/bsca/v20210811/models.py +306 -1
  12. tencentcloud/ccc/v20200210/ccc_client.py +23 -0
  13. tencentcloud/ccc/v20200210/errorcodes.py +6 -0
  14. tencentcloud/ccc/v20200210/models.py +237 -136
  15. tencentcloud/cdb/v20170320/cdb_client.py +1 -1
  16. tencentcloud/cdb/v20170320/models.py +13 -1
  17. tencentcloud/cdn/v20180606/models.py +1 -1
  18. tencentcloud/cdwdoris/v20211228/models.py +16 -2
  19. tencentcloud/cfw/v20190904/cfw_client.py +7 -33
  20. tencentcloud/cfw/v20190904/models.py +711 -1329
  21. tencentcloud/ciam/v20220331/models.py +13 -0
  22. tencentcloud/ckafka/v20190819/models.py +4 -4
  23. tencentcloud/clb/v20180317/models.py +2 -4
  24. tencentcloud/cloudaudit/v20190319/cloudaudit_client.py +30 -34
  25. tencentcloud/cloudaudit/v20190319/errorcodes.py +0 -39
  26. tencentcloud/cloudaudit/v20190319/models.py +328 -254
  27. tencentcloud/cls/v20201016/cls_client.py +8 -1
  28. tencentcloud/cls/v20201016/models.py +551 -109
  29. tencentcloud/csip/v20221121/models.py +226 -136
  30. tencentcloud/cvm/v20170312/errorcodes.py +6 -0
  31. tencentcloud/cvm/v20170312/models.py +78 -0
  32. tencentcloud/cwp/v20180228/cwp_client.py +6 -2
  33. tencentcloud/cwp/v20180228/models.py +240 -114
  34. tencentcloud/cynosdb/v20190107/cynosdb_client.py +27 -27
  35. tencentcloud/cynosdb/v20190107/models.py +78 -0
  36. tencentcloud/dasb/v20191018/models.py +155 -0
  37. tencentcloud/domain/v20180808/errorcodes.py +45 -0
  38. tencentcloud/eb/v20210416/models.py +19 -19
  39. tencentcloud/es/v20180416/errorcodes.py +4 -1
  40. tencentcloud/es/v20180416/es_client.py +92 -0
  41. tencentcloud/es/v20180416/models.py +770 -12
  42. tencentcloud/ess/v20201111/ess_client.py +87 -8
  43. tencentcloud/ess/v20201111/models.py +239 -11
  44. tencentcloud/essbasic/v20210526/essbasic_client.py +135 -51
  45. tencentcloud/essbasic/v20210526/models.py +365 -19
  46. tencentcloud/gaap/v20180529/models.py +40 -3
  47. tencentcloud/hunyuan/v20230901/models.py +12 -0
  48. tencentcloud/ioa/v20220601/errorcodes.py +15 -0
  49. tencentcloud/ioa/v20220601/ioa_client.py +26 -2
  50. tencentcloud/ioa/v20220601/models.py +516 -46
  51. tencentcloud/iotexplorer/v20190423/models.py +52 -0
  52. tencentcloud/iotvideo/v20191126/iotvideo_client.py +46 -0
  53. tencentcloud/iotvideo/v20191126/models.py +379 -0
  54. tencentcloud/lighthouse/v20200324/errorcodes.py +1 -1
  55. tencentcloud/live/v20180801/models.py +51 -0
  56. tencentcloud/mongodb/v20190725/models.py +3 -7
  57. tencentcloud/mqtt/v20240516/models.py +2 -2
  58. tencentcloud/mrs/v20200910/models.py +22 -0
  59. tencentcloud/ms/v20180408/models.py +101 -62
  60. tencentcloud/ocr/v20181119/models.py +7 -16
  61. tencentcloud/ocr/v20181119/ocr_client.py +1 -0
  62. tencentcloud/organization/v20210331/errorcodes.py +30 -0
  63. tencentcloud/organization/v20210331/models.py +674 -0
  64. tencentcloud/organization/v20210331/organization_client.py +138 -0
  65. tencentcloud/privatedns/v20201028/errorcodes.py +12 -0
  66. tencentcloud/privatedns/v20201028/models.py +858 -4
  67. tencentcloud/privatedns/v20201028/privatedns_client.py +92 -0
  68. tencentcloud/redis/v20180412/models.py +14 -14
  69. tencentcloud/redis/v20180412/redis_client.py +2 -0
  70. tencentcloud/region/v20220627/models.py +0 -1
  71. tencentcloud/scf/v20180416/models.py +889 -8
  72. tencentcloud/scf/v20180416/scf_client.py +115 -0
  73. tencentcloud/smop/v20201203/models.py +17 -17
  74. tencentcloud/ssl/v20191205/models.py +1 -1
  75. tencentcloud/ssm/v20190923/models.py +84 -0
  76. tencentcloud/tat/v20201028/models.py +1 -29
  77. tencentcloud/tcss/v20201101/models.py +472 -46
  78. tencentcloud/tcss/v20201101/tcss_client.py +1 -1
  79. tencentcloud/tdmq/v20200217/models.py +7 -7
  80. tencentcloud/tem/v20210701/models.py +202 -198
  81. tencentcloud/teo/v20220901/errorcodes.py +30 -0
  82. tencentcloud/teo/v20220901/models.py +1466 -93
  83. tencentcloud/teo/v20220901/teo_client.py +115 -0
  84. tencentcloud/tke/v20180525/models.py +70 -0
  85. tencentcloud/tke/v20180525/tke_client.py +23 -0
  86. tencentcloud/tms/v20201229/models.py +0 -558
  87. tencentcloud/tms/v20201229/tms_client.py +0 -23
  88. tencentcloud/trp/v20210515/models.py +6 -6
  89. tencentcloud/trtc/v20190722/models.py +353 -4
  90. tencentcloud/tse/v20201207/models.py +94 -0
  91. tencentcloud/tse/v20201207/tse_client.py +23 -0
  92. tencentcloud/vclm/v20240523/models.py +166 -0
  93. tencentcloud/vpc/v20170312/models.py +134 -2
  94. tencentcloud/vpc/v20170312/vpc_client.py +23 -0
  95. tencentcloud/waf/v20180125/models.py +239 -531
  96. tencentcloud/waf/v20180125/waf_client.py +23 -25
  97. tencentcloud/wedata/v20210820/models.py +991 -0
  98. tencentcloud/wedata/v20210820/wedata_client.py +46 -0
  99. {tencentcloud_sdk_python-3.0.1257.dist-info → tencentcloud_sdk_python-3.0.1259.dist-info}/METADATA +1 -1
  100. {tencentcloud_sdk_python-3.0.1257.dist-info → tencentcloud_sdk_python-3.0.1259.dist-info}/RECORD +103 -108
  101. tencentcloud/cr/__init__.py +0 -0
  102. tencentcloud/cr/v20180321/__init__.py +0 -0
  103. tencentcloud/cr/v20180321/cr_client.py +0 -672
  104. tencentcloud/cr/v20180321/errorcodes.py +0 -114
  105. tencentcloud/cr/v20180321/models.py +0 -4966
  106. {tencentcloud_sdk_python-3.0.1257.dist-info → tencentcloud_sdk_python-3.0.1259.dist-info}/LICENSE +0 -0
  107. {tencentcloud_sdk_python-3.0.1257.dist-info → tencentcloud_sdk_python-3.0.1259.dist-info}/WHEEL +0 -0
  108. {tencentcloud_sdk_python-3.0.1257.dist-info → tencentcloud_sdk_python-3.0.1259.dist-info}/top_level.txt +0 -0
@@ -281,6 +281,9 @@ INVALIDPARAMETER_INVALIDINSTANCENOTSUPPORTED = 'InvalidParameter.InvalidInstance
281
281
  # 指定的私有网络ip格式不正确。
282
282
  INVALIDPARAMETER_INVALIDIPFORMAT = 'InvalidParameter.InvalidIpFormat'
283
283
 
284
+ # 指定的 KMS 密钥 ID 非法。
285
+ INVALIDPARAMETER_INVALIDKMSKEYID = 'InvalidParameter.InvalidKmsKeyId'
286
+
284
287
  # 不能同时指定ImageIds和Filters。
285
288
  INVALIDPARAMETER_INVALIDPARAMETERCOEXISTIMAGEIDSFILTERS = 'InvalidParameter.InvalidParameterCoexistImageIdsFilters'
286
289
 
@@ -1115,6 +1118,9 @@ UNSUPPORTEDOPERATION_STOPPEDMODESTOPCHARGING = 'UnsupportedOperation.StoppedMode
1115
1118
  # 不支持关机不收费机器做同类型变配操作。
1116
1119
  UNSUPPORTEDOPERATION_STOPPEDMODESTOPCHARGINGSAMEFAMILY = 'UnsupportedOperation.StoppedModeStopChargingSameFamily'
1117
1120
 
1121
+ # 指定的镜像不支持转为加密自定义镜像。
1122
+ UNSUPPORTEDOPERATION_SYNCENCRYPTIMAGENOTSUPPORT = 'UnsupportedOperation.SyncEncryptImageNotSupport'
1123
+
1118
1124
  # 请求不支持该类型系统盘。
1119
1125
  UNSUPPORTEDOPERATION_SYSTEMDISKTYPE = 'UnsupportedOperation.SystemDiskType'
1120
1126
 
@@ -8569,6 +8569,39 @@ class ImageQuota(AbstractModel):
8569
8569
 
8570
8570
 
8571
8571
 
8572
+ class ImportImageDataDisk(AbstractModel):
8573
+ """导入镜像的数据盘信息
8574
+
8575
+ """
8576
+
8577
+ def __init__(self):
8578
+ r"""
8579
+ :param _ImageUrl: 数据盘镜像 COS 链接
8580
+ :type ImageUrl: str
8581
+ """
8582
+ self._ImageUrl = None
8583
+
8584
+ @property
8585
+ def ImageUrl(self):
8586
+ return self._ImageUrl
8587
+
8588
+ @ImageUrl.setter
8589
+ def ImageUrl(self, ImageUrl):
8590
+ self._ImageUrl = ImageUrl
8591
+
8592
+
8593
+ def _deserialize(self, params):
8594
+ self._ImageUrl = params.get("ImageUrl")
8595
+ memeber_set = set(params.keys())
8596
+ for name, value in vars(self).items():
8597
+ property_name = name[1:]
8598
+ if property_name in memeber_set:
8599
+ memeber_set.remove(property_name)
8600
+ if len(memeber_set) > 0:
8601
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
8602
+
8603
+
8604
+
8572
8605
  class ImportImageRequest(AbstractModel):
8573
8606
  """ImportImage请求参数结构体
8574
8607
 
@@ -8603,6 +8636,8 @@ BYOL: 自带许可(Bring Your Own License)
8603
8636
  :type BootMode: str
8604
8637
  :param _ImageFamily: 镜像族
8605
8638
  :type ImageFamily: str
8639
+ :param _ImportImageDataDiskList: 导入的数据盘列表
8640
+ :type ImportImageDataDiskList: list of ImportImageDataDisk
8606
8641
  """
8607
8642
  self._Architecture = None
8608
8643
  self._OsType = None
@@ -8616,6 +8651,7 @@ BYOL: 自带许可(Bring Your Own License)
8616
8651
  self._LicenseType = None
8617
8652
  self._BootMode = None
8618
8653
  self._ImageFamily = None
8654
+ self._ImportImageDataDiskList = None
8619
8655
 
8620
8656
  @property
8621
8657
  def Architecture(self):
@@ -8713,6 +8749,14 @@ BYOL: 自带许可(Bring Your Own License)
8713
8749
  def ImageFamily(self, ImageFamily):
8714
8750
  self._ImageFamily = ImageFamily
8715
8751
 
8752
+ @property
8753
+ def ImportImageDataDiskList(self):
8754
+ return self._ImportImageDataDiskList
8755
+
8756
+ @ImportImageDataDiskList.setter
8757
+ def ImportImageDataDiskList(self, ImportImageDataDiskList):
8758
+ self._ImportImageDataDiskList = ImportImageDataDiskList
8759
+
8716
8760
 
8717
8761
  def _deserialize(self, params):
8718
8762
  self._Architecture = params.get("Architecture")
@@ -8732,6 +8776,12 @@ BYOL: 自带许可(Bring Your Own License)
8732
8776
  self._LicenseType = params.get("LicenseType")
8733
8777
  self._BootMode = params.get("BootMode")
8734
8778
  self._ImageFamily = params.get("ImageFamily")
8779
+ if params.get("ImportImageDataDiskList") is not None:
8780
+ self._ImportImageDataDiskList = []
8781
+ for item in params.get("ImportImageDataDiskList"):
8782
+ obj = ImportImageDataDisk()
8783
+ obj._deserialize(item)
8784
+ self._ImportImageDataDiskList.append(obj)
8735
8785
  memeber_set = set(params.keys())
8736
8786
  for name, value in vars(self).items():
8737
8787
  property_name = name[1:]
@@ -18152,12 +18202,22 @@ class SyncImagesRequest(AbstractModel):
18152
18202
  :param _ImageSetRequired: 是否需要返回目的地域的镜像ID。
18153
18203
  默认值: false
18154
18204
  :type ImageSetRequired: bool
18205
+ :param _Encrypt: 是否复制为加密自定义镜像。
18206
+ 默认值为 false。
18207
+ 复制加密自定义镜像仅支持同地域。
18208
+ :type Encrypt: bool
18209
+ :param _KmsKeyId: 加密自定义镜像使用的 KMS 密钥 ID。
18210
+ 仅当复制加密镜像时,即 Encrypt 为 true 时,此参数有效;
18211
+ 不指定 KmsKeyId,默认使用 CBS 云产品 KMS 密钥。
18212
+ :type KmsKeyId: str
18155
18213
  """
18156
18214
  self._ImageIds = None
18157
18215
  self._DestinationRegions = None
18158
18216
  self._DryRun = None
18159
18217
  self._ImageName = None
18160
18218
  self._ImageSetRequired = None
18219
+ self._Encrypt = None
18220
+ self._KmsKeyId = None
18161
18221
 
18162
18222
  @property
18163
18223
  def ImageIds(self):
@@ -18199,6 +18259,22 @@ class SyncImagesRequest(AbstractModel):
18199
18259
  def ImageSetRequired(self, ImageSetRequired):
18200
18260
  self._ImageSetRequired = ImageSetRequired
18201
18261
 
18262
+ @property
18263
+ def Encrypt(self):
18264
+ return self._Encrypt
18265
+
18266
+ @Encrypt.setter
18267
+ def Encrypt(self, Encrypt):
18268
+ self._Encrypt = Encrypt
18269
+
18270
+ @property
18271
+ def KmsKeyId(self):
18272
+ return self._KmsKeyId
18273
+
18274
+ @KmsKeyId.setter
18275
+ def KmsKeyId(self, KmsKeyId):
18276
+ self._KmsKeyId = KmsKeyId
18277
+
18202
18278
 
18203
18279
  def _deserialize(self, params):
18204
18280
  self._ImageIds = params.get("ImageIds")
@@ -18206,6 +18282,8 @@ class SyncImagesRequest(AbstractModel):
18206
18282
  self._DryRun = params.get("DryRun")
18207
18283
  self._ImageName = params.get("ImageName")
18208
18284
  self._ImageSetRequired = params.get("ImageSetRequired")
18285
+ self._Encrypt = params.get("Encrypt")
18286
+ self._KmsKeyId = params.get("KmsKeyId")
18209
18287
  memeber_set = set(params.keys())
18210
18288
  for name, value in vars(self).items():
18211
18289
  property_name = name[1:]
@@ -2815,7 +2815,9 @@ class CwpClient(AbstractClient):
2815
2815
 
2816
2816
 
2817
2817
  def DescribeAttackLogs(self, request):
2818
- """按分页形式展示网络攻击日志列表
2818
+ """DescribeAttackEvents 代替
2819
+
2820
+ 按分页形式展示网络攻击日志列表
2819
2821
 
2820
2822
  :param request: Request instance for DescribeAttackLogs.
2821
2823
  :type request: :class:`tencentcloud.cwp.v20180228.models.DescribeAttackLogsRequest`
@@ -4063,7 +4065,9 @@ class CwpClient(AbstractClient):
4063
4065
 
4064
4066
 
4065
4067
  def DescribeComponentStatistics(self, request):
4066
- """本接口 (DescribeComponentStatistics) 用于获取组件统计列表数据。
4068
+ """接口已无效
4069
+
4070
+ 本接口 (DescribeComponentStatistics) 用于获取组件统计列表数据。
4067
4071
 
4068
4072
  :param request: Request instance for DescribeComponentStatistics.
4069
4073
  :type request: :class:`tencentcloud.cwp.v20180228.models.DescribeComponentStatisticsRequest`