tencentcloud-sdk-python 3.0.1299__py2.py3-none-any.whl → 3.0.1301__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 (46) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/aiart/v20221229/aiart_client.py +55 -0
  3. tencentcloud/aiart/v20221229/models.py +367 -0
  4. tencentcloud/batch/v20170312/models.py +2 -2
  5. tencentcloud/cdb/v20170320/models.py +27 -0
  6. tencentcloud/cmq/v20190304/cmq_client.py +0 -365
  7. tencentcloud/cmq/v20190304/models.py +324 -2473
  8. tencentcloud/config/v20220802/config_client.py +46 -0
  9. tencentcloud/config/v20220802/errorcodes.py +3 -0
  10. tencentcloud/config/v20220802/models.py +716 -26
  11. tencentcloud/csxg/v20230303/errorcodes.py +48 -0
  12. tencentcloud/cvm/v20170312/models.py +2 -2
  13. tencentcloud/dc/v20180410/dc_client.py +1 -1
  14. tencentcloud/dc/v20180410/models.py +14 -32
  15. tencentcloud/ecm/v20190719/models.py +0 -18
  16. tencentcloud/es/v20180416/models.py +17 -0
  17. tencentcloud/ess/v20201111/ess_client.py +25 -4
  18. tencentcloud/ess/v20201111/models.py +8 -48
  19. tencentcloud/essbasic/v20210526/models.py +8 -18
  20. tencentcloud/hai/v20230812/hai_client.py +23 -0
  21. tencentcloud/hai/v20230812/models.py +326 -0
  22. tencentcloud/iotexplorer/v20190423/iotexplorer_client.py +92 -0
  23. tencentcloud/iotexplorer/v20190423/models.py +1012 -36
  24. tencentcloud/iotvideo/v20211125/iotvideo_client.py +23 -0
  25. tencentcloud/iotvideo/v20211125/models.py +135 -0
  26. tencentcloud/lkeap/v20240522/errorcodes.py +3 -0
  27. tencentcloud/lkeap/v20240522/lkeap_client.py +1 -1
  28. tencentcloud/lkeap/v20240522/models.py +54 -16
  29. tencentcloud/mna/v20210119/models.py +0 -22
  30. tencentcloud/redis/v20180412/models.py +6 -2
  31. tencentcloud/sms/v20190711/errorcodes.py +6 -0
  32. tencentcloud/sms/v20190711/models.py +81 -0
  33. tencentcloud/sms/v20210111/errorcodes.py +6 -0
  34. tencentcloud/sms/v20210111/models.py +81 -0
  35. tencentcloud/tcb/v20180608/models.py +2 -86
  36. tencentcloud/tke/v20220501/models.py +2 -2
  37. tencentcloud/trro/v20220325/models.py +15 -58
  38. tencentcloud/tse/v20201207/models.py +30 -0
  39. tencentcloud/vpc/v20170312/errorcodes.py +15 -0
  40. tencentcloud/vpc/v20170312/models.py +2 -16
  41. tencentcloud/wedata/v20210820/models.py +126 -0
  42. {tencentcloud_sdk_python-3.0.1299.dist-info → tencentcloud_sdk_python-3.0.1301.dist-info}/METADATA +1 -1
  43. {tencentcloud_sdk_python-3.0.1299.dist-info → tencentcloud_sdk_python-3.0.1301.dist-info}/RECORD +46 -46
  44. {tencentcloud_sdk_python-3.0.1299.dist-info → tencentcloud_sdk_python-3.0.1301.dist-info}/LICENSE +0 -0
  45. {tencentcloud_sdk_python-3.0.1299.dist-info → tencentcloud_sdk_python-3.0.1301.dist-info}/WHEEL +0 -0
  46. {tencentcloud_sdk_python-3.0.1299.dist-info → tencentcloud_sdk_python-3.0.1301.dist-info}/top_level.txt +0 -0
@@ -14,8 +14,56 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
+ # CAM签名/鉴权错误。
18
+ AUTHFAILURE = 'AuthFailure'
19
+
20
+ # 请求未CAM授权
21
+ AUTHFAILURE_UNAUTHORIZEDOPERATION = 'AuthFailure.UnauthorizedOperation'
22
+
23
+ # 操作失败。
24
+ FAILEDOPERATION = 'FailedOperation'
25
+
26
+ # 内部错误。
27
+ INTERNALERROR = 'InternalError'
28
+
29
+ # 参数错误。
30
+ INVALIDPARAMETER = 'InvalidParameter'
31
+
32
+ # 参数取值错误。
33
+ INVALIDPARAMETERVALUE = 'InvalidParameterValue'
34
+
17
35
  # 超过配额限制。
18
36
  LIMITEXCEEDED = 'LimitExceeded'
19
37
 
38
+ # 缺少参数错误。
39
+ MISSINGPARAMETER = 'MissingParameter'
40
+
41
+ # 操作被拒绝。
42
+ OPERATIONDENIED = 'OperationDenied'
43
+
44
+ # 请求的次数超过了频率限制。
45
+ REQUESTLIMITEXCEEDED = 'RequestLimitExceeded'
46
+
47
+ # 资源被占用。
48
+ RESOURCEINUSE = 'ResourceInUse'
49
+
50
+ # 资源不足。
51
+ RESOURCEINSUFFICIENT = 'ResourceInsufficient'
52
+
20
53
  # 资源不存在。
21
54
  RESOURCENOTFOUND = 'ResourceNotFound'
55
+
56
+ # 资源不可用。
57
+ RESOURCEUNAVAILABLE = 'ResourceUnavailable'
58
+
59
+ # 资源售罄。
60
+ RESOURCESSOLDOUT = 'ResourcesSoldOut'
61
+
62
+ # 未授权操作。
63
+ UNAUTHORIZEDOPERATION = 'UnauthorizedOperation'
64
+
65
+ # 未知参数错误。
66
+ UNKNOWNPARAMETER = 'UnknownParameter'
67
+
68
+ # 操作不支持。
69
+ UNSUPPORTEDOPERATION = 'UnsupportedOperation'
@@ -20517,7 +20517,7 @@ class SystemDisk(AbstractModel):
20517
20517
  <li>CLOUD_BASIC:普通云硬盘</li>
20518
20518
  <li>CLOUD_SSD:SSD云硬盘</li>
20519
20519
  <li>CLOUD_PREMIUM:高性能云硬盘</li>
20520
- <li>CLOUD_BSSD:通用性SSD云硬盘</li>
20520
+ <li>CLOUD_BSSD:通用型SSD云硬盘</li>
20521
20521
  <li>CLOUD_HSSD:增强型SSD云硬盘</li>
20522
20522
  <li>CLOUD_TSSD:极速型SSD云硬盘</li><br>
20523
20523
  默认取值:当前有库存的硬盘类型。
@@ -20550,7 +20550,7 @@ class SystemDisk(AbstractModel):
20550
20550
  <li>CLOUD_BASIC:普通云硬盘</li>
20551
20551
  <li>CLOUD_SSD:SSD云硬盘</li>
20552
20552
  <li>CLOUD_PREMIUM:高性能云硬盘</li>
20553
- <li>CLOUD_BSSD:通用性SSD云硬盘</li>
20553
+ <li>CLOUD_BSSD:通用型SSD云硬盘</li>
20554
20554
  <li>CLOUD_HSSD:增强型SSD云硬盘</li>
20555
20555
  <li>CLOUD_TSSD:极速型SSD云硬盘</li><br>
20556
20556
  默认取值:当前有库存的硬盘类型。
@@ -352,7 +352,7 @@ class DcClient(AbstractClient):
352
352
 
353
353
 
354
354
  def DescribePublicDirectConnectTunnelRoutes(self, request):
355
- """本接口(DescribePublicDirectConnectTunnelRoutes)用于查询互联网通道路由列表
355
+ """查询互联网通道路由列表。
356
356
 
357
357
  :param request: Request instance for DescribePublicDirectConnectTunnelRoutes.
358
358
  :type request: :class:`tencentcloud.dc.v20180410.models.DescribePublicDirectConnectTunnelRoutesRequest`
@@ -372,7 +372,6 @@ class ApplyInternetAddressResponse(AbstractModel):
372
372
  def __init__(self):
373
373
  r"""
374
374
  :param _InstanceId: 互联网公网地址ID
375
- 注意:此字段可能返回 null,表示取不到有效值。
376
375
  :type InstanceId: str
377
376
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
378
377
  :type RequestId: str
@@ -383,7 +382,6 @@ class ApplyInternetAddressResponse(AbstractModel):
383
382
  @property
384
383
  def InstanceId(self):
385
384
  """互联网公网地址ID
386
- 注意:此字段可能返回 null,表示取不到有效值。
387
385
  :rtype: str
388
386
  """
389
387
  return self._InstanceId
@@ -2525,7 +2523,6 @@ class DescribeDirectConnectsResponse(AbstractModel):
2525
2523
  :param _TotalCount: 符合物理专线列表数量。
2526
2524
  :type TotalCount: int
2527
2525
  :param _AllSignLaw: 用户名下物理专线是否都签署了用户协议。
2528
- 注意:此字段可能返回 null,表示取不到有效值。
2529
2526
  :type AllSignLaw: bool
2530
2527
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2531
2528
  :type RequestId: str
@@ -2560,7 +2557,6 @@ class DescribeDirectConnectsResponse(AbstractModel):
2560
2557
  @property
2561
2558
  def AllSignLaw(self):
2562
2559
  """用户名下物理专线是否都签署了用户协议。
2563
- 注意:此字段可能返回 null,表示取不到有效值。
2564
2560
  :rtype: bool
2565
2561
  """
2566
2562
  return self._AllSignLaw
@@ -2607,19 +2603,14 @@ class DescribeInternetAddressQuotaResponse(AbstractModel):
2607
2603
  def __init__(self):
2608
2604
  r"""
2609
2605
  :param _Ipv6PrefixLen: IPv6互联网公网允许的最小前缀长度
2610
- 注意:此字段可能返回 null,表示取不到有效值。
2611
2606
  :type Ipv6PrefixLen: int
2612
2607
  :param _Ipv4BgpQuota: BGP类型IPv4互联网地址配额
2613
- 注意:此字段可能返回 null,表示取不到有效值。
2614
2608
  :type Ipv4BgpQuota: int
2615
2609
  :param _Ipv4OtherQuota: 非BGP类型IPv4互联网地址配额
2616
- 注意:此字段可能返回 null,表示取不到有效值。
2617
2610
  :type Ipv4OtherQuota: int
2618
2611
  :param _Ipv4BgpNum: BGP类型IPv4互联网地址已使用数量
2619
- 注意:此字段可能返回 null,表示取不到有效值。
2620
2612
  :type Ipv4BgpNum: int
2621
2613
  :param _Ipv4OtherNum: 非BGP类型互联网地址已使用数量
2622
- 注意:此字段可能返回 null,表示取不到有效值。
2623
2614
  :type Ipv4OtherNum: int
2624
2615
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2625
2616
  :type RequestId: str
@@ -2634,7 +2625,6 @@ class DescribeInternetAddressQuotaResponse(AbstractModel):
2634
2625
  @property
2635
2626
  def Ipv6PrefixLen(self):
2636
2627
  """IPv6互联网公网允许的最小前缀长度
2637
- 注意:此字段可能返回 null,表示取不到有效值。
2638
2628
  :rtype: int
2639
2629
  """
2640
2630
  return self._Ipv6PrefixLen
@@ -2646,7 +2636,6 @@ class DescribeInternetAddressQuotaResponse(AbstractModel):
2646
2636
  @property
2647
2637
  def Ipv4BgpQuota(self):
2648
2638
  """BGP类型IPv4互联网地址配额
2649
- 注意:此字段可能返回 null,表示取不到有效值。
2650
2639
  :rtype: int
2651
2640
  """
2652
2641
  return self._Ipv4BgpQuota
@@ -2658,7 +2647,6 @@ class DescribeInternetAddressQuotaResponse(AbstractModel):
2658
2647
  @property
2659
2648
  def Ipv4OtherQuota(self):
2660
2649
  """非BGP类型IPv4互联网地址配额
2661
- 注意:此字段可能返回 null,表示取不到有效值。
2662
2650
  :rtype: int
2663
2651
  """
2664
2652
  return self._Ipv4OtherQuota
@@ -2670,7 +2658,6 @@ class DescribeInternetAddressQuotaResponse(AbstractModel):
2670
2658
  @property
2671
2659
  def Ipv4BgpNum(self):
2672
2660
  """BGP类型IPv4互联网地址已使用数量
2673
- 注意:此字段可能返回 null,表示取不到有效值。
2674
2661
  :rtype: int
2675
2662
  """
2676
2663
  return self._Ipv4BgpNum
@@ -2682,7 +2669,6 @@ class DescribeInternetAddressQuotaResponse(AbstractModel):
2682
2669
  @property
2683
2670
  def Ipv4OtherNum(self):
2684
2671
  """非BGP类型互联网地址已使用数量
2685
- 注意:此字段可能返回 null,表示取不到有效值。
2686
2672
  :rtype: int
2687
2673
  """
2688
2674
  return self._Ipv4OtherNum
@@ -2874,7 +2860,6 @@ class DescribeInternetAddressStatisticsResponse(AbstractModel):
2874
2860
  :param _TotalCount: 互联网公网地址统计信息数量
2875
2861
  :type TotalCount: int
2876
2862
  :param _InternetAddressStatistics: 互联网公网地址统计信息列表
2877
- 注意:此字段可能返回 null,表示取不到有效值。
2878
2863
  :type InternetAddressStatistics: list of InternetAddressStatistics
2879
2864
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2880
2865
  :type RequestId: str
@@ -2897,7 +2882,6 @@ class DescribeInternetAddressStatisticsResponse(AbstractModel):
2897
2882
  @property
2898
2883
  def InternetAddressStatistics(self):
2899
2884
  """互联网公网地址统计信息列表
2900
- 注意:此字段可能返回 null,表示取不到有效值。
2901
2885
  :rtype: list of InternetAddressStatistics
2902
2886
  """
2903
2887
  return self._InternetAddressStatistics
@@ -2936,15 +2920,15 @@ class DescribePublicDirectConnectTunnelRoutesRequest(AbstractModel):
2936
2920
 
2937
2921
  def __init__(self):
2938
2922
  r"""
2939
- :param _DirectConnectTunnelId: 专用通道ID
2923
+ :param _DirectConnectTunnelId: 专用通道ID
2940
2924
  :type DirectConnectTunnelId: str
2941
2925
  :param _Filters: 过滤条件:
2942
- route-type:路由类型,取值:BGP/STATIC
2943
- route-subnet:路由cidr,取值如:192.68.1.0/24
2926
+ route-type:路由类型,取值:BGP/STATIC
2927
+ route-subnet:路由cidr,取值如:192.68.1.0/24
2944
2928
  :type Filters: list of Filter
2945
- :param _Offset: 偏移量,默认为0
2929
+ :param _Offset: 偏移量,默认为0
2946
2930
  :type Offset: int
2947
- :param _Limit: 返回数量,默认为20,最大值为100
2931
+ :param _Limit: 返回数量,默认为20,最大值为100
2948
2932
  :type Limit: int
2949
2933
  """
2950
2934
  self._DirectConnectTunnelId = None
@@ -2954,7 +2938,7 @@ route-subnet:路由cidr,取值如:192.68.1.0/24
2954
2938
 
2955
2939
  @property
2956
2940
  def DirectConnectTunnelId(self):
2957
- """专用通道ID
2941
+ """专用通道ID
2958
2942
  :rtype: str
2959
2943
  """
2960
2944
  return self._DirectConnectTunnelId
@@ -2966,8 +2950,8 @@ route-subnet:路由cidr,取值如:192.68.1.0/24
2966
2950
  @property
2967
2951
  def Filters(self):
2968
2952
  """过滤条件:
2969
- route-type:路由类型,取值:BGP/STATIC
2970
- route-subnet:路由cidr,取值如:192.68.1.0/24
2953
+ route-type:路由类型,取值:BGP/STATIC
2954
+ route-subnet:路由cidr,取值如:192.68.1.0/24
2971
2955
  :rtype: list of Filter
2972
2956
  """
2973
2957
  return self._Filters
@@ -2978,7 +2962,7 @@ route-subnet:路由cidr,取值如:192.68.1.0/24
2978
2962
 
2979
2963
  @property
2980
2964
  def Offset(self):
2981
- """偏移量,默认为0
2965
+ """偏移量,默认为0
2982
2966
  :rtype: int
2983
2967
  """
2984
2968
  return self._Offset
@@ -2989,7 +2973,7 @@ route-subnet:路由cidr,取值如:192.68.1.0/24
2989
2973
 
2990
2974
  @property
2991
2975
  def Limit(self):
2992
- """返回数量,默认为20,最大值为100
2976
+ """返回数量,默认为20,最大值为100
2993
2977
  :rtype: int
2994
2978
  """
2995
2979
  return self._Limit
@@ -3026,9 +3010,9 @@ class DescribePublicDirectConnectTunnelRoutesResponse(AbstractModel):
3026
3010
 
3027
3011
  def __init__(self):
3028
3012
  r"""
3029
- :param _Routes: 互联网通道路由列表
3013
+ :param _Routes: 互联网通道路由列表。
3030
3014
  :type Routes: list of DirectConnectTunnelRoute
3031
- :param _TotalCount: 记录总数
3015
+ :param _TotalCount: 路由总数量。
3032
3016
  :type TotalCount: int
3033
3017
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3034
3018
  :type RequestId: str
@@ -3039,7 +3023,7 @@ class DescribePublicDirectConnectTunnelRoutesResponse(AbstractModel):
3039
3023
 
3040
3024
  @property
3041
3025
  def Routes(self):
3042
- """互联网通道路由列表
3026
+ """互联网通道路由列表。
3043
3027
  :rtype: list of DirectConnectTunnelRoute
3044
3028
  """
3045
3029
  return self._Routes
@@ -3050,7 +3034,7 @@ class DescribePublicDirectConnectTunnelRoutesResponse(AbstractModel):
3050
3034
 
3051
3035
  @property
3052
3036
  def TotalCount(self):
3053
- """记录总数
3037
+ """路由总数量。
3054
3038
  :rtype: int
3055
3039
  """
3056
3040
  return self._TotalCount
@@ -4833,7 +4817,6 @@ class DirectConnectTunnelRoute(AbstractModel):
4833
4817
  :param _NextHop: 路由下一跳IP
4834
4818
  :type NextHop: str
4835
4819
  :param _UpdateTime: 路由更新时间
4836
- 注意:此字段可能返回 null,表示取不到有效值。
4837
4820
  :type UpdateTime: str
4838
4821
  :param _ApplyOnTunnelEnable: 是否配置在通道上
4839
4822
  :type ApplyOnTunnelEnable: bool
@@ -4916,7 +4899,6 @@ class DirectConnectTunnelRoute(AbstractModel):
4916
4899
  @property
4917
4900
  def UpdateTime(self):
4918
4901
  """路由更新时间
4919
- 注意:此字段可能返回 null,表示取不到有效值。
4920
4902
  :rtype: str
4921
4903
  """
4922
4904
  return self._UpdateTime
@@ -8937,7 +8937,6 @@ class DescribeNetworkInterfacesResponse(AbstractModel):
8937
8937
  :param _TotalCount: 符合条件的实例数量。
8938
8938
  :type TotalCount: int
8939
8939
  :param _NetworkInterfaceSet: 实例详细信息列表。
8940
- 注意:此字段可能返回 null,表示取不到有效值。
8941
8940
  :type NetworkInterfaceSet: list of NetworkInterface
8942
8941
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
8943
8942
  :type RequestId: str
@@ -8960,7 +8959,6 @@ class DescribeNetworkInterfacesResponse(AbstractModel):
8960
8959
  @property
8961
8960
  def NetworkInterfaceSet(self):
8962
8961
  """实例详细信息列表。
8963
- 注意:此字段可能返回 null,表示取不到有效值。
8964
8962
  :rtype: list of NetworkInterface
8965
8963
  """
8966
8964
  return self._NetworkInterfaceSet
@@ -9973,7 +9971,6 @@ class DescribeRouteTablesResponse(AbstractModel):
9973
9971
  :param _TotalCount: 符合条件的实例数量
9974
9972
  :type TotalCount: int
9975
9973
  :param _RouteTableSet: 路由表列表
9976
- 注意:此字段可能返回 null,表示取不到有效值。
9977
9974
  :type RouteTableSet: list of RouteTable
9978
9975
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
9979
9976
  :type RequestId: str
@@ -9996,7 +9993,6 @@ class DescribeRouteTablesResponse(AbstractModel):
9996
9993
  @property
9997
9994
  def RouteTableSet(self):
9998
9995
  """路由表列表
9999
- 注意:此字段可能返回 null,表示取不到有效值。
10000
9996
  :rtype: list of RouteTable
10001
9997
  """
10002
9998
  return self._RouteTableSet
@@ -10730,7 +10726,6 @@ class DescribeSubnetsResponse(AbstractModel):
10730
10726
  :param _TotalCount: 符合条件的实例数量。
10731
10727
  :type TotalCount: int
10732
10728
  :param _SubnetSet: 子网对象。
10733
- 注意:此字段可能返回 null,表示取不到有效值。
10734
10729
  :type SubnetSet: list of Subnet
10735
10730
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
10736
10731
  :type RequestId: str
@@ -10753,7 +10748,6 @@ class DescribeSubnetsResponse(AbstractModel):
10753
10748
  @property
10754
10749
  def SubnetSet(self):
10755
10750
  """子网对象。
10756
- 注意:此字段可能返回 null,表示取不到有效值。
10757
10751
  :rtype: list of Subnet
10758
10752
  """
10759
10753
  return self._SubnetSet
@@ -11342,7 +11336,6 @@ class DescribeVpcsResponse(AbstractModel):
11342
11336
  :param _TotalCount: 符合条件的对象数。
11343
11337
  :type TotalCount: int
11344
11338
  :param _VpcSet: 私有网络对象。
11345
- 注意:此字段可能返回 null,表示取不到有效值。
11346
11339
  :type VpcSet: list of VpcInfo
11347
11340
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
11348
11341
  :type RequestId: str
@@ -11365,7 +11358,6 @@ class DescribeVpcsResponse(AbstractModel):
11365
11358
  @property
11366
11359
  def VpcSet(self):
11367
11360
  """私有网络对象。
11368
- 注意:此字段可能返回 null,表示取不到有效值。
11369
11361
  :rtype: list of VpcInfo
11370
11362
  """
11371
11363
  return self._VpcSet
@@ -22284,7 +22276,6 @@ class PrivateIpAddressSpecification(AbstractModel):
22284
22276
  :param _PrivateIpAddress: 内网IP地址。
22285
22277
  :type PrivateIpAddress: str
22286
22278
  :param _Primary: 是否是主IP。
22287
- 注意:此字段可能返回 null,表示取不到有效值。
22288
22279
  :type Primary: bool
22289
22280
  :param _PublicIpAddress: 公网IP地址。
22290
22281
  :type PublicIpAddress: str
@@ -22293,7 +22284,6 @@ class PrivateIpAddressSpecification(AbstractModel):
22293
22284
  :param _Description: 内网IP描述信息。
22294
22285
  :type Description: str
22295
22286
  :param _IsWanIpBlocked: 公网IP是否被封堵。
22296
- 注意:此字段可能返回 null,表示取不到有效值。
22297
22287
  :type IsWanIpBlocked: bool
22298
22288
  :param _State: IP状态:
22299
22289
  PENDING:生产中
@@ -22324,7 +22314,6 @@ AVAILABLE:可用的
22324
22314
  @property
22325
22315
  def Primary(self):
22326
22316
  """是否是主IP。
22327
- 注意:此字段可能返回 null,表示取不到有效值。
22328
22317
  :rtype: bool
22329
22318
  """
22330
22319
  return self._Primary
@@ -22369,7 +22358,6 @@ AVAILABLE:可用的
22369
22358
  @property
22370
22359
  def IsWanIpBlocked(self):
22371
22360
  """公网IP是否被封堵。
22372
- 注意:此字段可能返回 null,表示取不到有效值。
22373
22361
  :rtype: bool
22374
22362
  """
22375
22363
  return self._IsWanIpBlocked
@@ -25431,7 +25419,6 @@ class SecurityGroupPolicy(AbstractModel):
25431
25419
  :param _PolicyDescription: 安全组规则描述。
25432
25420
  :type PolicyDescription: str
25433
25421
  :param _ModifyTime: 修改时间,例如 2020-07-22 19:27:23
25434
- 注意:此字段可能返回 null,表示取不到有效值。
25435
25422
  :type ModifyTime: str
25436
25423
  :param _Ipv6CidrBlock: 网段或IPv6(互斥)。
25437
25424
  注意:此字段可能返回 null,表示取不到有效值。
@@ -25551,7 +25538,6 @@ class SecurityGroupPolicy(AbstractModel):
25551
25538
  @property
25552
25539
  def ModifyTime(self):
25553
25540
  """修改时间,例如 2020-07-22 19:27:23
25554
- 注意:此字段可能返回 null,表示取不到有效值。
25555
25541
  :rtype: str
25556
25542
  """
25557
25543
  return self._ModifyTime
@@ -27024,10 +27010,8 @@ class Tag(AbstractModel):
27024
27010
  def __init__(self):
27025
27011
  r"""
27026
27012
  :param _Key: 标签健。
27027
- 注意:此字段可能返回 null,表示取不到有效值。
27028
27013
  :type Key: str
27029
27014
  :param _Value: 标签值。
27030
- 注意:此字段可能返回 null,表示取不到有效值。
27031
27015
  :type Value: str
27032
27016
  """
27033
27017
  self._Key = None
@@ -27036,7 +27020,6 @@ class Tag(AbstractModel):
27036
27020
  @property
27037
27021
  def Key(self):
27038
27022
  """标签健。
27039
- 注意:此字段可能返回 null,表示取不到有效值。
27040
27023
  :rtype: str
27041
27024
  """
27042
27025
  return self._Key
@@ -27048,7 +27031,6 @@ class Tag(AbstractModel):
27048
27031
  @property
27049
27032
  def Value(self):
27050
27033
  """标签值。
27051
- 注意:此字段可能返回 null,表示取不到有效值。
27052
27034
  :rtype: str
27053
27035
  """
27054
27036
  return self._Value
@@ -9336,6 +9336,9 @@ class IndexMetaField(AbstractModel):
9336
9336
  :param _IndexSettingsField: 索引配置字段
9337
9337
  注意:此字段可能返回 null,表示取不到有效值。
9338
9338
  :type IndexSettingsField: :class:`tencentcloud.es.v20180416.models.IndexSettingsField`
9339
+ :param _IndexAliasesField: 索引别名字段
9340
+ 注意:此字段可能返回 null,表示取不到有效值。
9341
+ :type IndexAliasesField: list of str
9339
9342
  :param _AppId: 索引所属集群APP ID
9340
9343
  注意:此字段可能返回 null,表示取不到有效值。
9341
9344
  :type AppId: int
@@ -9356,6 +9359,7 @@ class IndexMetaField(AbstractModel):
9356
9359
  self._IndexPolicyField = None
9357
9360
  self._IndexOptionsField = None
9358
9361
  self._IndexSettingsField = None
9362
+ self._IndexAliasesField = None
9359
9363
  self._AppId = None
9360
9364
  self._IndexDocs = None
9361
9365
 
@@ -9515,6 +9519,18 @@ class IndexMetaField(AbstractModel):
9515
9519
  def IndexSettingsField(self, IndexSettingsField):
9516
9520
  self._IndexSettingsField = IndexSettingsField
9517
9521
 
9522
+ @property
9523
+ def IndexAliasesField(self):
9524
+ """索引别名字段
9525
+ 注意:此字段可能返回 null,表示取不到有效值。
9526
+ :rtype: list of str
9527
+ """
9528
+ return self._IndexAliasesField
9529
+
9530
+ @IndexAliasesField.setter
9531
+ def IndexAliasesField(self, IndexAliasesField):
9532
+ self._IndexAliasesField = IndexAliasesField
9533
+
9518
9534
  @property
9519
9535
  def AppId(self):
9520
9536
  """索引所属集群APP ID
@@ -9565,6 +9581,7 @@ class IndexMetaField(AbstractModel):
9565
9581
  if params.get("IndexSettingsField") is not None:
9566
9582
  self._IndexSettingsField = IndexSettingsField()
9567
9583
  self._IndexSettingsField._deserialize(params.get("IndexSettingsField"))
9584
+ self._IndexAliasesField = params.get("IndexAliasesField")
9568
9585
  self._AppId = params.get("AppId")
9569
9586
  self._IndexDocs = params.get("IndexDocs")
9570
9587
  memeber_set = set(params.keys())
@@ -415,7 +415,9 @@ class EssClient(AbstractClient):
415
415
 
416
416
 
417
417
  ### 填充模板中定义的填写控件
418
- 模板中配置的<font color="red">发起人填充控件</font>可以通过本接口的**FormFields数组**字段填充
418
+ 模板中配置的<font color="red">发起人填充控件</font>可以通过本接口的**FormFields数组**字段填充。
419
+
420
+ **<font color="red">填充填写控件需要进行Pdf合成工作,文档合成完成后会收到[合同文档合成完成回调](https://qian.tencent.com/developers/company/callback_types_contracts_sign#%E4%B9%9D-%E5%90%88%E5%90%8C%E6%96%87%E6%A1%A3%E5%90%88%E6%88%90%E5%AE%8C%E6%88%90%E5%9B%9E%E8%B0%83),建议在收到此回调后再调用 [StartFlow](https://qian.tencent.com/developers/companyApis/startFlows/StartFlow) 接口。</font>**
419
421
 
420
422
  ![image](https://qcloudimg.tencent-cloud.cn/raw/37457e0e450fc221effddfcb8b1bad55.png)
421
423
 
@@ -2270,13 +2272,32 @@ class EssClient(AbstractClient):
2270
2272
 
2271
2273
 
2272
2274
  def DescribeFlowComponents(self, request):
2273
- """可以根据合同流程ID查询该合同流程相关联的填写控件信息和填写内容,包括填写控件的归属方、填写控件是否已经填写以及填写的具体内容。
2274
-
2275
+ """您可以通过合同流程ID查询相关的<font color="red"><b>填写控件</b></font>信息及其内容。这包括控件的归属方、控件的填写状态(是否已填写)以及具体的填写内容。
2275
2276
 
2276
- 如下图模板所示,发起后对方填写后,可以获取红框中用户填写的信息。
2277
+ 无论是发起方还是签署方填写的控件,均包含在查询结果中。
2277
2278
 
2278
2279
  ![image](https://qcloudimg.tencent-cloud.cn/raw/08f6ea50d3ae88b51c280c2b17c2a126.png)
2279
2280
 
2281
+
2282
+ ### 2. 那些控件会出现在结果里边?
2283
+ **A.不返回的控件类型:**
2284
+ - 动态表格
2285
+ - 附件控件
2286
+ - 水印控件
2287
+
2288
+ **B.返回的控件类型:**
2289
+ - 单行文本
2290
+ - 多行文本
2291
+ - 勾选框控件
2292
+ - 数字控件
2293
+ - 日期控件
2294
+ - 图片控件(图片下载地址)
2295
+ - 邮箱控件
2296
+ - 地址控件
2297
+ - 学历控件
2298
+ - 性别控件
2299
+ - 省市区控件
2300
+
2280
2301
  :param request: Request instance for DescribeFlowComponents.
2281
2302
  :type request: :class:`tencentcloud.ess.v20201111.models.DescribeFlowComponentsRequest`
2282
2303
  :rtype: :class:`tencentcloud.ess.v20201111.models.DescribeFlowComponentsResponse`