tencentcloud-sdk-python 3.0.1199__py2.py3-none-any.whl → 3.0.1201__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/aiart_client.py +3 -1
- tencentcloud/apm/v20210622/models.py +12 -0
- tencentcloud/cdwdoris/v20211228/cdwdoris_client.py +437 -0
- tencentcloud/cdwdoris/v20211228/errorcodes.py +3 -0
- tencentcloud/cdwdoris/v20211228/models.py +4980 -1695
- tencentcloud/cfw/v20190904/models.py +15 -2
- tencentcloud/cls/v20201016/models.py +28 -9
- tencentcloud/csip/v20221121/csip_client.py +23 -0
- tencentcloud/csip/v20221121/models.py +163 -0
- tencentcloud/cwp/v20180228/models.py +26 -0
- tencentcloud/dlc/v20210125/dlc_client.py +1 -1
- tencentcloud/dlc/v20210125/models.py +42 -1
- tencentcloud/domain/v20180808/models.py +1 -1
- tencentcloud/ess/v20201111/ess_client.py +21 -3
- tencentcloud/ess/v20201111/models.py +4 -6
- tencentcloud/essbasic/v20210526/models.py +12 -12
- tencentcloud/faceid/v20180301/models.py +1 -1
- tencentcloud/iotexplorer/v20190423/errorcodes.py +3 -0
- tencentcloud/iotexplorer/v20190423/iotexplorer_client.py +1 -1
- tencentcloud/iotexplorer/v20190423/models.py +28 -29
- tencentcloud/live/v20180801/models.py +1 -1
- tencentcloud/lke/v20231130/models.py +816 -1
- tencentcloud/organization/v20210331/errorcodes.py +3 -0
- tencentcloud/trro/v20220325/models.py +251 -1
- tencentcloud/trtc/v20190722/models.py +132 -1
- tencentcloud/trtc/v20190722/trtc_client.py +36 -99
- tencentcloud/tsf/v20180326/models.py +12 -12
- tencentcloud/vpc/v20170312/models.py +1 -0
- {tencentcloud_sdk_python-3.0.1199.dist-info → tencentcloud_sdk_python-3.0.1201.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1199.dist-info → tencentcloud_sdk_python-3.0.1201.dist-info}/RECORD +34 -34
- {tencentcloud_sdk_python-3.0.1199.dist-info → tencentcloud_sdk_python-3.0.1201.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1199.dist-info → tencentcloud_sdk_python-3.0.1201.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1199.dist-info → tencentcloud_sdk_python-3.0.1201.dist-info}/top_level.txt +0 -0
| @@ -2534,7 +2534,7 @@ class IotexplorerClient(AbstractClient): | |
| 2534 2534 |  | 
| 2535 2535 |  | 
| 2536 2536 | 
             
                def ModifyCloudStorageAIService(self, request):
         | 
| 2537 | 
            -
                    """修改指定设备的云存 AI  | 
| 2537 | 
            +
                    """修改指定设备的云存 AI 服务参数配置
         | 
| 2538 2538 |  | 
| 2539 2539 | 
             
                    :param request: Request instance for ModifyCloudStorageAIService.
         | 
| 2540 2540 | 
             
                    :type request: :class:`tencentcloud.iotexplorer.v20190423.models.ModifyCloudStorageAIServiceRequest`
         | 
| @@ -4718,7 +4718,7 @@ class DescribeCloudStorageAIServiceCallbackRequest(AbstractModel): | |
| 4718 4718 |  | 
| 4719 4719 | 
             
                def __init__(self):
         | 
| 4720 4720 | 
             
                    r"""
         | 
| 4721 | 
            -
                    :param _ProductId: 产品ID
         | 
| 4721 | 
            +
                    :param _ProductId: 产品 ID
         | 
| 4722 4722 | 
             
                    :type ProductId: str
         | 
| 4723 4723 | 
             
                    """
         | 
| 4724 4724 | 
             
                    self._ProductId = None
         | 
| @@ -4814,13 +4814,12 @@ class DescribeCloudStorageAIServiceRequest(AbstractModel): | |
| 4814 4814 |  | 
| 4815 4815 | 
             
                def __init__(self):
         | 
| 4816 4816 | 
             
                    r"""
         | 
| 4817 | 
            -
                    :param _ProductId: 产品ID
         | 
| 4817 | 
            +
                    :param _ProductId: 产品 ID
         | 
| 4818 4818 | 
             
                    :type ProductId: str
         | 
| 4819 4819 | 
             
                    :param _DeviceName: 设备名称
         | 
| 4820 4820 | 
             
                    :type DeviceName: str
         | 
| 4821 4821 | 
             
                    :param _ServiceType: 云存 AI 服务类型。可选值:
         | 
| 4822 | 
            -
             | 
| 4823 | 
            -
            - `PackageDetect`:包裹检测
         | 
| 4822 | 
            +
            - `RealtimeObjectDetect`:目标检测
         | 
| 4824 4823 | 
             
            - `Highlight`:视频浓缩
         | 
| 4825 4824 | 
             
                    :type ServiceType: str
         | 
| 4826 4825 | 
             
                    """
         | 
| @@ -4874,18 +4873,18 @@ class DescribeCloudStorageAIServiceResponse(AbstractModel): | |
| 4874 4873 |  | 
| 4875 4874 | 
             
                def __init__(self):
         | 
| 4876 4875 | 
             
                    r"""
         | 
| 4877 | 
            -
                    :param _Enabled:  | 
| 4876 | 
            +
                    :param _Enabled: 视频分析启用状态
         | 
| 4878 4877 | 
             
                    :type Enabled: bool
         | 
| 4879 | 
            -
                    :param  | 
| 4880 | 
            -
                    :type ROI: str
         | 
| 4881 | 
            -
                    :param _Config: 云存 AI 服务的配置参数
         | 
| 4878 | 
            +
                    :param _Config: 视频分析配置参数
         | 
| 4882 4879 | 
             
                    :type Config: str
         | 
| 4880 | 
            +
                    :param _ROI: 视频分析识别区域
         | 
| 4881 | 
            +
                    :type ROI: str
         | 
| 4883 4882 | 
             
                    :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
         | 
| 4884 4883 | 
             
                    :type RequestId: str
         | 
| 4885 4884 | 
             
                    """
         | 
| 4886 4885 | 
             
                    self._Enabled = None
         | 
| 4887 | 
            -
                    self._ROI = None
         | 
| 4888 4886 | 
             
                    self._Config = None
         | 
| 4887 | 
            +
                    self._ROI = None
         | 
| 4889 4888 | 
             
                    self._RequestId = None
         | 
| 4890 4889 |  | 
| 4891 4890 | 
             
                @property
         | 
| @@ -4896,14 +4895,6 @@ class DescribeCloudStorageAIServiceResponse(AbstractModel): | |
| 4896 4895 | 
             
                def Enabled(self, Enabled):
         | 
| 4897 4896 | 
             
                    self._Enabled = Enabled
         | 
| 4898 4897 |  | 
| 4899 | 
            -
                @property
         | 
| 4900 | 
            -
                def ROI(self):
         | 
| 4901 | 
            -
                    return self._ROI
         | 
| 4902 | 
            -
             | 
| 4903 | 
            -
                @ROI.setter
         | 
| 4904 | 
            -
                def ROI(self, ROI):
         | 
| 4905 | 
            -
                    self._ROI = ROI
         | 
| 4906 | 
            -
             | 
| 4907 4898 | 
             
                @property
         | 
| 4908 4899 | 
             
                def Config(self):
         | 
| 4909 4900 | 
             
                    return self._Config
         | 
| @@ -4912,6 +4903,14 @@ class DescribeCloudStorageAIServiceResponse(AbstractModel): | |
| 4912 4903 | 
             
                def Config(self, Config):
         | 
| 4913 4904 | 
             
                    self._Config = Config
         | 
| 4914 4905 |  | 
| 4906 | 
            +
                @property
         | 
| 4907 | 
            +
                def ROI(self):
         | 
| 4908 | 
            +
                    return self._ROI
         | 
| 4909 | 
            +
             | 
| 4910 | 
            +
                @ROI.setter
         | 
| 4911 | 
            +
                def ROI(self, ROI):
         | 
| 4912 | 
            +
                    self._ROI = ROI
         | 
| 4913 | 
            +
             | 
| 4915 4914 | 
             
                @property
         | 
| 4916 4915 | 
             
                def RequestId(self):
         | 
| 4917 4916 | 
             
                    return self._RequestId
         | 
| @@ -4923,8 +4922,8 @@ class DescribeCloudStorageAIServiceResponse(AbstractModel): | |
| 4923 4922 |  | 
| 4924 4923 | 
             
                def _deserialize(self, params):
         | 
| 4925 4924 | 
             
                    self._Enabled = params.get("Enabled")
         | 
| 4926 | 
            -
                    self._ROI = params.get("ROI")
         | 
| 4927 4925 | 
             
                    self._Config = params.get("Config")
         | 
| 4926 | 
            +
                    self._ROI = params.get("ROI")
         | 
| 4928 4927 | 
             
                    self._RequestId = params.get("RequestId")
         | 
| 4929 4928 |  | 
| 4930 4929 |  | 
| @@ -5012,7 +5011,7 @@ class DescribeCloudStorageAIServiceTasksRequest(AbstractModel): | |
| 5012 5011 | 
             
                    :param _DeviceName: 设备名称
         | 
| 5013 5012 | 
             
                    :type DeviceName: str
         | 
| 5014 5013 | 
             
                    :param _ServiceType: 云存 AI 服务类型。可选值:
         | 
| 5015 | 
            -
            - ` | 
| 5014 | 
            +
            - `RealtimeObjectDetect`:目标检测
         | 
| 5016 5015 | 
             
            - `Highlight`:视频浓缩
         | 
| 5017 5016 | 
             
                    :type ServiceType: str
         | 
| 5018 5017 | 
             
                    :param _Limit: 分页拉取数量
         | 
| @@ -5026,9 +5025,9 @@ class DescribeCloudStorageAIServiceTasksRequest(AbstractModel): | |
| 5026 5025 | 
             
            - `3`:成功且结果非空
         | 
| 5027 5026 | 
             
            - `4`:执行中
         | 
| 5028 5027 | 
             
                    :type Status: int
         | 
| 5029 | 
            -
                    :param _UserId: 用户ID
         | 
| 5028 | 
            +
                    :param _UserId: 用户 ID
         | 
| 5030 5029 | 
             
                    :type UserId: str
         | 
| 5031 | 
            -
                    :param _ChannelId: 通道ID | 
| 5030 | 
            +
                    :param _ChannelId: 通道 ID
         | 
| 5032 5031 | 
             
                    :type ChannelId: int
         | 
| 5033 5032 | 
             
                    """
         | 
| 5034 5033 | 
             
                    self._ProductId = None
         | 
| @@ -9466,7 +9465,7 @@ class DescribeProductCloudStorageAIServiceRequest(AbstractModel): | |
| 9466 9465 |  | 
| 9467 9466 | 
             
                def __init__(self):
         | 
| 9468 9467 | 
             
                    r"""
         | 
| 9469 | 
            -
                    :param _ProductId: 产品ID
         | 
| 9468 | 
            +
                    :param _ProductId: 产品 ID
         | 
| 9470 9469 | 
             
                    :type ProductId: str
         | 
| 9471 9470 | 
             
                    """
         | 
| 9472 9471 | 
             
                    self._ProductId = None
         | 
| @@ -15224,7 +15223,7 @@ class ModifyCloudStorageAIServiceCallbackRequest(AbstractModel): | |
| 15224 15223 |  | 
| 15225 15224 | 
             
                def __init__(self):
         | 
| 15226 15225 | 
             
                    r"""
         | 
| 15227 | 
            -
                    :param _ProductId: 产品ID
         | 
| 15226 | 
            +
                    :param _ProductId: 产品 ID
         | 
| 15228 15227 | 
             
                    :type ProductId: str
         | 
| 15229 15228 | 
             
                    :param _Type: 推送类型。可选值:
         | 
| 15230 15229 | 
             
            - `http`:HTTP 回调
         | 
| @@ -15319,19 +15318,19 @@ class ModifyCloudStorageAIServiceRequest(AbstractModel): | |
| 15319 15318 |  | 
| 15320 15319 | 
             
                def __init__(self):
         | 
| 15321 15320 | 
             
                    r"""
         | 
| 15322 | 
            -
                    :param _ProductId: 产品ID
         | 
| 15321 | 
            +
                    :param _ProductId: 产品 ID
         | 
| 15323 15322 | 
             
                    :type ProductId: str
         | 
| 15324 15323 | 
             
                    :param _DeviceName: 设备名称
         | 
| 15325 15324 | 
             
                    :type DeviceName: str
         | 
| 15326 15325 | 
             
                    :param _ServiceType: 云存 AI 服务类型。可选值:
         | 
| 15327 | 
            -
            - ` | 
| 15326 | 
            +
            - `RealtimeObjectDetect`:目标检测
         | 
| 15328 15327 | 
             
            - `Highlight`:视频浓缩
         | 
| 15329 15328 | 
             
                    :type ServiceType: str
         | 
| 15330 | 
            -
                    :param _Enabled:  | 
| 15329 | 
            +
                    :param _Enabled: 视频分析启用状态
         | 
| 15331 15330 | 
             
                    :type Enabled: bool
         | 
| 15332 | 
            -
                    :param _ROI:  | 
| 15331 | 
            +
                    :param _ROI: 视频分析识别区域
         | 
| 15333 15332 | 
             
                    :type ROI: str
         | 
| 15334 | 
            -
                    :param _Config:  | 
| 15333 | 
            +
                    :param _Config: 视频分析配置参数
         | 
| 15335 15334 | 
             
                    :type Config: str
         | 
| 15336 15335 | 
             
                    """
         | 
| 15337 15336 | 
             
                    self._ProductId = None
         | 
| @@ -16059,7 +16058,7 @@ class ModifyProductCloudStorageAIServiceRequest(AbstractModel): | |
| 16059 16058 |  | 
| 16060 16059 | 
             
                def __init__(self):
         | 
| 16061 16060 | 
             
                    r"""
         | 
| 16062 | 
            -
                    :param _ProductId: 产品ID
         | 
| 16061 | 
            +
                    :param _ProductId: 产品 ID
         | 
| 16063 16062 | 
             
                    :type ProductId: str
         | 
| 16064 16063 | 
             
                    :param _Enabled: 开通状态
         | 
| 16065 16064 | 
             
                    :type Enabled: bool
         | 
| @@ -5668,7 +5668,7 @@ class DayStreamPlayInfo(AbstractModel): | |
| 5668 5668 | 
             
                    :type Flux: float
         | 
| 5669 5669 | 
             
                    :param _Request: 请求数。
         | 
| 5670 5670 | 
             
                    :type Request: int
         | 
| 5671 | 
            -
                    :param _Online:  | 
| 5671 | 
            +
                    :param _Online: 在线人数。当前后端接口数据的统计方式与客户端侧不同,该数据仅供参考,具体数据请以业务客户端侧统计数据为准。
         | 
| 5672 5672 | 
             
                    :type Online: int
         | 
| 5673 5673 | 
             
                    """
         | 
| 5674 5674 | 
             
                    self._Time = None
         |