tencentcloud-sdk-python 3.0.1265__py2.py3-none-any.whl → 3.0.1267__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 (78) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/apm/v20210622/models.py +128 -0
  3. tencentcloud/asr/v20190614/models.py +2 -2
  4. tencentcloud/autoscaling/v20180419/models.py +65 -6
  5. tencentcloud/batch/v20170312/models.py +20 -2
  6. tencentcloud/cat/v20180409/models.py +20 -0
  7. tencentcloud/cbs/v20170312/models.py +124 -70
  8. tencentcloud/ccc/v20200210/models.py +125 -0
  9. tencentcloud/cdb/v20170320/cdb_client.py +2 -2
  10. tencentcloud/cdb/v20170320/errorcodes.py +1 -1
  11. tencentcloud/cdb/v20170320/models.py +17 -6
  12. tencentcloud/cdc/v20201214/models.py +2 -54
  13. tencentcloud/cdz/v20221123/models.py +75 -1
  14. tencentcloud/ckafka/v20190819/models.py +67 -22
  15. tencentcloud/clb/v20180317/clb_client.py +1 -1
  16. tencentcloud/clb/v20180317/models.py +54 -20
  17. tencentcloud/cloudstudio/v20230508/models.py +0 -18
  18. tencentcloud/cls/v20201016/models.py +91 -0
  19. tencentcloud/cvm/v20170312/models.py +99 -22
  20. tencentcloud/cwp/v20180228/cwp_client.py +0 -25
  21. tencentcloud/cwp/v20180228/models.py +0 -197
  22. tencentcloud/dasb/v20191018/models.py +150 -0
  23. tencentcloud/emr/v20190103/emr_client.py +9 -9
  24. tencentcloud/emr/v20190103/models.py +325 -1
  25. tencentcloud/es/v20180416/errorcodes.py +3 -0
  26. tencentcloud/es/v20180416/models.py +30 -0
  27. tencentcloud/ess/v20201111/ess_client.py +22 -30
  28. tencentcloud/ess/v20201111/models.py +59 -14
  29. tencentcloud/essbasic/v20210526/essbasic_client.py +34 -8
  30. tencentcloud/essbasic/v20210526/models.py +77 -28
  31. tencentcloud/faceid/v20180301/models.py +983 -539
  32. tencentcloud/gme/v20180711/errorcodes.py +9 -0
  33. tencentcloud/gme/v20180711/models.py +17 -2
  34. tencentcloud/hai/v20230812/models.py +2 -2
  35. tencentcloud/hunyuan/v20230901/models.py +30 -0
  36. tencentcloud/iai/v20180301/models.py +40 -26
  37. tencentcloud/iai/v20200303/models.py +760 -546
  38. tencentcloud/iotexplorer/v20190423/errorcodes.py +1 -1
  39. tencentcloud/iotexplorer/v20190423/models.py +8 -8
  40. tencentcloud/iotvideo/v20191126/models.py +4 -4
  41. tencentcloud/lke/v20231130/models.py +12 -12
  42. tencentcloud/monitor/v20180724/models.py +17 -0
  43. tencentcloud/mrs/v20200910/models.py +27 -8
  44. tencentcloud/ms/v20180408/ms_client.py +3 -1
  45. tencentcloud/ocr/v20181119/models.py +519 -14
  46. tencentcloud/ocr/v20181119/ocr_client.py +49 -2
  47. tencentcloud/omics/v20221128/models.py +100 -232
  48. tencentcloud/partners/v20180321/models.py +2 -92
  49. tencentcloud/rce/v20201103/errorcodes.py +132 -0
  50. tencentcloud/rce/v20201103/models.py +261 -0
  51. tencentcloud/rce/v20201103/rce_client.py +23 -0
  52. tencentcloud/redis/v20180412/models.py +2 -6
  53. tencentcloud/rum/v20210622/models.py +15 -0
  54. tencentcloud/scf/v20180416/models.py +2 -2
  55. tencentcloud/ssl/v20191205/models.py +2 -2
  56. tencentcloud/tdmq/v20200217/models.py +40 -10
  57. tencentcloud/tds/v20220801/models.py +4 -4
  58. tencentcloud/thpc/v20230321/models.py +2 -2
  59. tencentcloud/tke/v20180525/models.py +2 -4
  60. tencentcloud/tmt/v20180321/models.py +60 -5
  61. tencentcloud/trro/v20220325/models.py +0 -30
  62. tencentcloud/trtc/v20190722/models.py +97 -2
  63. tencentcloud/vclm/v20240523/models.py +170 -100
  64. tencentcloud/vclm/v20240523/vclm_client.py +52 -52
  65. tencentcloud/vod/v20180717/models.py +114 -2
  66. tencentcloud/vod/v20180717/vod_client.py +1 -1
  67. tencentcloud/vod/v20240718/models.py +15 -15
  68. tencentcloud/vpc/v20170312/errorcodes.py +3 -0
  69. tencentcloud/vpc/v20170312/models.py +167 -10
  70. tencentcloud/vpc/v20170312/vpc_client.py +7 -2
  71. tencentcloud/waf/v20180125/models.py +618 -0
  72. tencentcloud/waf/v20180125/waf_client.py +69 -0
  73. tencentcloud/wedata/v20210820/models.py +18 -18
  74. {tencentcloud_sdk_python-3.0.1265.dist-info → tencentcloud_sdk_python-3.0.1267.dist-info}/METADATA +1 -1
  75. {tencentcloud_sdk_python-3.0.1265.dist-info → tencentcloud_sdk_python-3.0.1267.dist-info}/RECORD +78 -78
  76. {tencentcloud_sdk_python-3.0.1265.dist-info → tencentcloud_sdk_python-3.0.1267.dist-info}/LICENSE +0 -0
  77. {tencentcloud_sdk_python-3.0.1265.dist-info → tencentcloud_sdk_python-3.0.1267.dist-info}/WHEEL +0 -0
  78. {tencentcloud_sdk_python-3.0.1265.dist-info → tencentcloud_sdk_python-3.0.1267.dist-info}/top_level.txt +0 -0
@@ -52,16 +52,12 @@ class AgentAuditedClient(AbstractModel):
52
52
  :param _ProjectType: 项目类型:可以为self(自拓项目)/platform(合作项目)/repeat(复算项目 )/空
53
53
  :type ProjectType: str
54
54
  :param _SalesUin: 业务员ID
55
- 注意:此字段可能返回 null,表示取不到有效值。
56
55
  :type SalesUin: str
57
56
  :param _SalesName: 业务员姓名
58
- 注意:此字段可能返回 null,表示取不到有效值。
59
57
  :type SalesName: str
60
58
  :param _Mail: 代客邮箱
61
- 注意:此字段可能返回 null,表示取不到有效值。
62
59
  :type Mail: str
63
60
  :param _TransactionType: 交易类型:交易类型 1-原类型 2-代理型 3-代采型
64
- 注意:此字段可能返回 null,表示取不到有效值。
65
61
  :type TransactionType: str
66
62
  """
67
63
  self._Uin = None
@@ -228,7 +224,6 @@ class AgentAuditedClient(AbstractModel):
228
224
  @property
229
225
  def SalesUin(self):
230
226
  """业务员ID
231
- 注意:此字段可能返回 null,表示取不到有效值。
232
227
  :rtype: str
233
228
  """
234
229
  return self._SalesUin
@@ -240,7 +235,6 @@ class AgentAuditedClient(AbstractModel):
240
235
  @property
241
236
  def SalesName(self):
242
237
  """业务员姓名
243
- 注意:此字段可能返回 null,表示取不到有效值。
244
238
  :rtype: str
245
239
  """
246
240
  return self._SalesName
@@ -252,7 +246,6 @@ class AgentAuditedClient(AbstractModel):
252
246
  @property
253
247
  def Mail(self):
254
248
  """代客邮箱
255
- 注意:此字段可能返回 null,表示取不到有效值。
256
249
  :rtype: str
257
250
  """
258
251
  return self._Mail
@@ -264,7 +257,6 @@ class AgentAuditedClient(AbstractModel):
264
257
  @property
265
258
  def TransactionType(self):
266
259
  """交易类型:交易类型 1-原类型 2-代理型 3-代采型
267
- 注意:此字段可能返回 null,表示取不到有效值。
268
260
  :rtype: str
269
261
  """
270
262
  return self._TransactionType
@@ -330,13 +322,10 @@ class AgentBillElem(AbstractModel):
330
322
  :param _PayerMode: agentpay:代付;selfpay:自付
331
323
  :type PayerMode: str
332
324
  :param _ClientType: 客户类型:可以为new(自拓)/assign(指定)/old(官网)/direct(直销)/direct_newopp(直销(新商机))/空
333
- 注意:此字段可能返回 null,表示取不到有效值。
334
325
  :type ClientType: str
335
326
  :param _ProjectType: 项目类型:可以为self(自拓项目)/platform(合作项目)/repeat(复算项目 )/空
336
- 注意:此字段可能返回 null,表示取不到有效值。
337
327
  :type ProjectType: str
338
328
  :param _ActivityId: 活动ID
339
- 注意:此字段可能返回 null,表示取不到有效值。
340
329
  :type ActivityId: str
341
330
  """
342
331
  self._Uin = None
@@ -466,7 +455,6 @@ class AgentBillElem(AbstractModel):
466
455
  @property
467
456
  def ClientType(self):
468
457
  """客户类型:可以为new(自拓)/assign(指定)/old(官网)/direct(直销)/direct_newopp(直销(新商机))/空
469
- 注意:此字段可能返回 null,表示取不到有效值。
470
458
  :rtype: str
471
459
  """
472
460
  return self._ClientType
@@ -478,7 +466,6 @@ class AgentBillElem(AbstractModel):
478
466
  @property
479
467
  def ProjectType(self):
480
468
  """项目类型:可以为self(自拓项目)/platform(合作项目)/repeat(复算项目 )/空
481
- 注意:此字段可能返回 null,表示取不到有效值。
482
469
  :rtype: str
483
470
  """
484
471
  return self._ProjectType
@@ -490,7 +477,6 @@ class AgentBillElem(AbstractModel):
490
477
  @property
491
478
  def ActivityId(self):
492
479
  """活动ID
493
- 注意:此字段可能返回 null,表示取不到有效值。
494
480
  :rtype: str
495
481
  """
496
482
  return self._ActivityId
@@ -537,7 +523,7 @@ class AgentClientElem(AbstractModel):
537
523
  :type ClientUin: str
538
524
  :param _ApplyTime: 代客申请时间戳
539
525
  :type ApplyTime: int
540
- :param _ClientFlag: 代客类型,可能值为a/b/c
526
+ :param _ClientFlag: 代客类型,可能值为a/b/c/other
541
527
  :type ClientFlag: str
542
528
  :param _Mail: 代客邮箱,打码显示
543
529
  :type Mail: str
@@ -548,13 +534,10 @@ class AgentClientElem(AbstractModel):
548
534
  :param _Status: 1:待代理商审核;2:待腾讯云审核4:待腾讯云渠道审批
549
535
  :type Status: int
550
536
  :param _SalesUin: 业务员ID
551
- 注意:此字段可能返回 null,表示取不到有效值。
552
537
  :type SalesUin: str
553
538
  :param _SalesName: 业务员姓名
554
- 注意:此字段可能返回 null,表示取不到有效值。
555
539
  :type SalesName: str
556
540
  :param _ClientName: 客户名称,此字段和控制台返回一致。
557
- 注意:此字段可能返回 null,表示取不到有效值。
558
541
  :type ClientName: str
559
542
  """
560
543
  self._Uin = None
@@ -604,7 +587,7 @@ class AgentClientElem(AbstractModel):
604
587
 
605
588
  @property
606
589
  def ClientFlag(self):
607
- """代客类型,可能值为a/b/c
590
+ """代客类型,可能值为a/b/c/other
608
591
  :rtype: str
609
592
  """
610
593
  return self._ClientFlag
@@ -660,7 +643,6 @@ class AgentClientElem(AbstractModel):
660
643
  @property
661
644
  def SalesUin(self):
662
645
  """业务员ID
663
- 注意:此字段可能返回 null,表示取不到有效值。
664
646
  :rtype: str
665
647
  """
666
648
  return self._SalesUin
@@ -672,7 +654,6 @@ class AgentClientElem(AbstractModel):
672
654
  @property
673
655
  def SalesName(self):
674
656
  """业务员姓名
675
- 注意:此字段可能返回 null,表示取不到有效值。
676
657
  :rtype: str
677
658
  """
678
659
  return self._SalesName
@@ -684,7 +665,6 @@ class AgentClientElem(AbstractModel):
684
665
  @property
685
666
  def ClientName(self):
686
667
  """客户名称,此字段和控制台返回一致。
687
- 注意:此字段可能返回 null,表示取不到有效值。
688
668
  :rtype: str
689
669
  """
690
670
  return self._ClientName
@@ -732,85 +712,58 @@ class AgentDealNewElem(AbstractModel):
732
712
  :param _OwnerUin: 订单所有者
733
713
  :type OwnerUin: str
734
714
  :param _AppId: 订单所有者对应 appId
735
- 注意:此字段可能返回 null,表示取不到有效值。
736
715
  :type AppId: str
737
716
  :param _GoodsNum: 商品数量
738
- 注意:此字段可能返回 null,表示取不到有效值。
739
717
  :type GoodsNum: str
740
718
  :param _GoodsPrice: 价格详情
741
- 注意:此字段可能返回 null,表示取不到有效值。
742
719
  :type GoodsPrice: :class:`tencentcloud.partners.v20180321.models.DealGoodsPriceNewElem`
743
720
  :param _Creater: 下单人
744
- 注意:此字段可能返回 null,表示取不到有效值。
745
721
  :type Creater: str
746
722
  :param _CreatTime: 下单时间
747
- 注意:此字段可能返回 null,表示取不到有效值。
748
723
  :type CreatTime: str
749
724
  :param _PayEndTime: 支付结束时间
750
- 注意:此字段可能返回 null,表示取不到有效值。
751
725
  :type PayEndTime: str
752
726
  :param _BillId: 扣费流水号
753
- 注意:此字段可能返回 null,表示取不到有效值。
754
727
  :type BillId: str
755
728
  :param _Payer: 支付人
756
- 注意:此字段可能返回 null,表示取不到有效值。
757
729
  :type Payer: str
758
730
  :param _DealStatus: 订单状态,中文描述
759
- 注意:此字段可能返回 null,表示取不到有效值。
760
731
  :type DealStatus: str
761
732
  :param _Status: 订单的状态(1:未支付;2:已支付;3:发货中;4:已发货;5:发货失败;6:已退款;7:已关单;8:订单过期;9:订单已失效;10:产品已失效;11:代付拒绝;12:支付中)
762
- 注意:此字段可能返回 null,表示取不到有效值。
763
733
  :type Status: str
764
734
  :param _GoodsName: 产品名称
765
- 注意:此字段可能返回 null,表示取不到有效值。
766
735
  :type GoodsName: str
767
736
  :param _ClientRemark: 客户备注
768
- 注意:此字段可能返回 null,表示取不到有效值。
769
737
  :type ClientRemark: str
770
738
  :param _ActionType: 订单操作类型,"purchase":"新购","upgrade":"升配","upConvertExpire":"升配","downgrade":"降配","downConvertExpire":"降配","renew":"续费","refund":"退货","modifyNetworkMode":"调整带宽模式","modifyNetworkSize":"调整带宽大小","preMoveOut":"资源迁出","preMoveIn":"资源迁入","preToPost":"包年包月转按量","modify":"变配","postMoveOut":"资源迁出","postMoveIn":"资源迁入","recoverRefundForward":"调账补偿","recoverPayReserve":"调账补偿","recoverPayForward":"调账扣费","recoverRefundReserve":"调账扣费"
771
- 注意:此字段可能返回 null,表示取不到有效值。
772
739
  :type ActionType: str
773
740
  :param _VoucherDecline: 代金券抵扣金额,单位分
774
- 注意:此字段可能返回 null,表示取不到有效值。
775
741
  :type VoucherDecline: str
776
742
  :param _BigDealId: 大订单号
777
- 注意:此字段可能返回 null,表示取不到有效值。
778
743
  :type BigDealId: str
779
744
  :param _ClientType: 客户类型(new:自拓;old:官网;assign:指派;direct:直销;direct_newopp:直销(新商机))
780
- 注意:此字段可能返回 null,表示取不到有效值。
781
745
  :type ClientType: str
782
746
  :param _ProjectType: 项目类型(self:自拓;repeat:直销;platform:官网合作)
783
- 注意:此字段可能返回 null,表示取不到有效值。
784
747
  :type ProjectType: str
785
748
  :param _SalesUin: 业务员账号ID
786
- 注意:此字段可能返回 null,表示取不到有效值。
787
749
  :type SalesUin: str
788
750
  :param _PayerMode: 支付方式,0:自付;1:代付
789
- 注意:此字段可能返回 null,表示取不到有效值。
790
751
  :type PayerMode: str
791
752
  :param _ActivityId: 活动ID
792
- 注意:此字段可能返回 null,表示取不到有效值。
793
753
  :type ActivityId: str
794
754
  :param _OverdueTime: 订单过期时间
795
- 注意:此字段可能返回 null,表示取不到有效值。
796
755
  :type OverdueTime: str
797
756
  :param _ProductInfo: 产品详情
798
- 注意:此字段可能返回 null,表示取不到有效值。
799
757
  :type ProductInfo: list of ProductInfoElem
800
758
  :param _PaymentMethod: 付款方式
801
- 注意:此字段可能返回 null,表示取不到有效值。
802
759
  :type PaymentMethod: str
803
760
  :param _UpdateTime: 订单更新时间
804
- 注意:此字段可能返回 null,表示取不到有效值。
805
761
  :type UpdateTime: str
806
762
  :param _ResourceIds: 资源id
807
- 注意:此字段可能返回 null,表示取不到有效值。
808
763
  :type ResourceIds: list of str
809
764
  :param _RefundMap: 退款单的原订单信息。当前仅 DescribeClientDealsByCache 接口会返回该字段
810
- 注意:此字段可能返回 null,表示取不到有效值。
811
765
  :type RefundMap: list of RefundMap
812
766
  :param _SubGoodsName: 子产品名称
813
- 注意:此字段可能返回 null,表示取不到有效值。
814
767
  :type SubGoodsName: str
815
768
  """
816
769
  self._DealId = None
@@ -892,7 +845,6 @@ class AgentDealNewElem(AbstractModel):
892
845
  @property
893
846
  def AppId(self):
894
847
  """订单所有者对应 appId
895
- 注意:此字段可能返回 null,表示取不到有效值。
896
848
  :rtype: str
897
849
  """
898
850
  return self._AppId
@@ -904,7 +856,6 @@ class AgentDealNewElem(AbstractModel):
904
856
  @property
905
857
  def GoodsNum(self):
906
858
  """商品数量
907
- 注意:此字段可能返回 null,表示取不到有效值。
908
859
  :rtype: str
909
860
  """
910
861
  return self._GoodsNum
@@ -916,7 +867,6 @@ class AgentDealNewElem(AbstractModel):
916
867
  @property
917
868
  def GoodsPrice(self):
918
869
  """价格详情
919
- 注意:此字段可能返回 null,表示取不到有效值。
920
870
  :rtype: :class:`tencentcloud.partners.v20180321.models.DealGoodsPriceNewElem`
921
871
  """
922
872
  return self._GoodsPrice
@@ -928,7 +878,6 @@ class AgentDealNewElem(AbstractModel):
928
878
  @property
929
879
  def Creater(self):
930
880
  """下单人
931
- 注意:此字段可能返回 null,表示取不到有效值。
932
881
  :rtype: str
933
882
  """
934
883
  return self._Creater
@@ -940,7 +889,6 @@ class AgentDealNewElem(AbstractModel):
940
889
  @property
941
890
  def CreatTime(self):
942
891
  """下单时间
943
- 注意:此字段可能返回 null,表示取不到有效值。
944
892
  :rtype: str
945
893
  """
946
894
  return self._CreatTime
@@ -952,7 +900,6 @@ class AgentDealNewElem(AbstractModel):
952
900
  @property
953
901
  def PayEndTime(self):
954
902
  """支付结束时间
955
- 注意:此字段可能返回 null,表示取不到有效值。
956
903
  :rtype: str
957
904
  """
958
905
  return self._PayEndTime
@@ -964,7 +911,6 @@ class AgentDealNewElem(AbstractModel):
964
911
  @property
965
912
  def BillId(self):
966
913
  """扣费流水号
967
- 注意:此字段可能返回 null,表示取不到有效值。
968
914
  :rtype: str
969
915
  """
970
916
  return self._BillId
@@ -976,7 +922,6 @@ class AgentDealNewElem(AbstractModel):
976
922
  @property
977
923
  def Payer(self):
978
924
  """支付人
979
- 注意:此字段可能返回 null,表示取不到有效值。
980
925
  :rtype: str
981
926
  """
982
927
  return self._Payer
@@ -988,7 +933,6 @@ class AgentDealNewElem(AbstractModel):
988
933
  @property
989
934
  def DealStatus(self):
990
935
  """订单状态,中文描述
991
- 注意:此字段可能返回 null,表示取不到有效值。
992
936
  :rtype: str
993
937
  """
994
938
  return self._DealStatus
@@ -1000,7 +944,6 @@ class AgentDealNewElem(AbstractModel):
1000
944
  @property
1001
945
  def Status(self):
1002
946
  """订单的状态(1:未支付;2:已支付;3:发货中;4:已发货;5:发货失败;6:已退款;7:已关单;8:订单过期;9:订单已失效;10:产品已失效;11:代付拒绝;12:支付中)
1003
- 注意:此字段可能返回 null,表示取不到有效值。
1004
947
  :rtype: str
1005
948
  """
1006
949
  return self._Status
@@ -1012,7 +955,6 @@ class AgentDealNewElem(AbstractModel):
1012
955
  @property
1013
956
  def GoodsName(self):
1014
957
  """产品名称
1015
- 注意:此字段可能返回 null,表示取不到有效值。
1016
958
  :rtype: str
1017
959
  """
1018
960
  return self._GoodsName
@@ -1024,7 +966,6 @@ class AgentDealNewElem(AbstractModel):
1024
966
  @property
1025
967
  def ClientRemark(self):
1026
968
  """客户备注
1027
- 注意:此字段可能返回 null,表示取不到有效值。
1028
969
  :rtype: str
1029
970
  """
1030
971
  return self._ClientRemark
@@ -1036,7 +977,6 @@ class AgentDealNewElem(AbstractModel):
1036
977
  @property
1037
978
  def ActionType(self):
1038
979
  """订单操作类型,"purchase":"新购","upgrade":"升配","upConvertExpire":"升配","downgrade":"降配","downConvertExpire":"降配","renew":"续费","refund":"退货","modifyNetworkMode":"调整带宽模式","modifyNetworkSize":"调整带宽大小","preMoveOut":"资源迁出","preMoveIn":"资源迁入","preToPost":"包年包月转按量","modify":"变配","postMoveOut":"资源迁出","postMoveIn":"资源迁入","recoverRefundForward":"调账补偿","recoverPayReserve":"调账补偿","recoverPayForward":"调账扣费","recoverRefundReserve":"调账扣费"
1039
- 注意:此字段可能返回 null,表示取不到有效值。
1040
980
  :rtype: str
1041
981
  """
1042
982
  return self._ActionType
@@ -1048,7 +988,6 @@ class AgentDealNewElem(AbstractModel):
1048
988
  @property
1049
989
  def VoucherDecline(self):
1050
990
  """代金券抵扣金额,单位分
1051
- 注意:此字段可能返回 null,表示取不到有效值。
1052
991
  :rtype: str
1053
992
  """
1054
993
  return self._VoucherDecline
@@ -1060,7 +999,6 @@ class AgentDealNewElem(AbstractModel):
1060
999
  @property
1061
1000
  def BigDealId(self):
1062
1001
  """大订单号
1063
- 注意:此字段可能返回 null,表示取不到有效值。
1064
1002
  :rtype: str
1065
1003
  """
1066
1004
  return self._BigDealId
@@ -1072,7 +1010,6 @@ class AgentDealNewElem(AbstractModel):
1072
1010
  @property
1073
1011
  def ClientType(self):
1074
1012
  """客户类型(new:自拓;old:官网;assign:指派;direct:直销;direct_newopp:直销(新商机))
1075
- 注意:此字段可能返回 null,表示取不到有效值。
1076
1013
  :rtype: str
1077
1014
  """
1078
1015
  return self._ClientType
@@ -1084,7 +1021,6 @@ class AgentDealNewElem(AbstractModel):
1084
1021
  @property
1085
1022
  def ProjectType(self):
1086
1023
  """项目类型(self:自拓;repeat:直销;platform:官网合作)
1087
- 注意:此字段可能返回 null,表示取不到有效值。
1088
1024
  :rtype: str
1089
1025
  """
1090
1026
  return self._ProjectType
@@ -1096,7 +1032,6 @@ class AgentDealNewElem(AbstractModel):
1096
1032
  @property
1097
1033
  def SalesUin(self):
1098
1034
  """业务员账号ID
1099
- 注意:此字段可能返回 null,表示取不到有效值。
1100
1035
  :rtype: str
1101
1036
  """
1102
1037
  return self._SalesUin
@@ -1108,7 +1043,6 @@ class AgentDealNewElem(AbstractModel):
1108
1043
  @property
1109
1044
  def PayerMode(self):
1110
1045
  """支付方式,0:自付;1:代付
1111
- 注意:此字段可能返回 null,表示取不到有效值。
1112
1046
  :rtype: str
1113
1047
  """
1114
1048
  return self._PayerMode
@@ -1120,7 +1054,6 @@ class AgentDealNewElem(AbstractModel):
1120
1054
  @property
1121
1055
  def ActivityId(self):
1122
1056
  """活动ID
1123
- 注意:此字段可能返回 null,表示取不到有效值。
1124
1057
  :rtype: str
1125
1058
  """
1126
1059
  return self._ActivityId
@@ -1132,7 +1065,6 @@ class AgentDealNewElem(AbstractModel):
1132
1065
  @property
1133
1066
  def OverdueTime(self):
1134
1067
  """订单过期时间
1135
- 注意:此字段可能返回 null,表示取不到有效值。
1136
1068
  :rtype: str
1137
1069
  """
1138
1070
  return self._OverdueTime
@@ -1144,7 +1076,6 @@ class AgentDealNewElem(AbstractModel):
1144
1076
  @property
1145
1077
  def ProductInfo(self):
1146
1078
  """产品详情
1147
- 注意:此字段可能返回 null,表示取不到有效值。
1148
1079
  :rtype: list of ProductInfoElem
1149
1080
  """
1150
1081
  return self._ProductInfo
@@ -1156,7 +1087,6 @@ class AgentDealNewElem(AbstractModel):
1156
1087
  @property
1157
1088
  def PaymentMethod(self):
1158
1089
  """付款方式
1159
- 注意:此字段可能返回 null,表示取不到有效值。
1160
1090
  :rtype: str
1161
1091
  """
1162
1092
  return self._PaymentMethod
@@ -1168,7 +1098,6 @@ class AgentDealNewElem(AbstractModel):
1168
1098
  @property
1169
1099
  def UpdateTime(self):
1170
1100
  """订单更新时间
1171
- 注意:此字段可能返回 null,表示取不到有效值。
1172
1101
  :rtype: str
1173
1102
  """
1174
1103
  return self._UpdateTime
@@ -1180,7 +1109,6 @@ class AgentDealNewElem(AbstractModel):
1180
1109
  @property
1181
1110
  def ResourceIds(self):
1182
1111
  """资源id
1183
- 注意:此字段可能返回 null,表示取不到有效值。
1184
1112
  :rtype: list of str
1185
1113
  """
1186
1114
  return self._ResourceIds
@@ -1192,7 +1120,6 @@ class AgentDealNewElem(AbstractModel):
1192
1120
  @property
1193
1121
  def RefundMap(self):
1194
1122
  """退款单的原订单信息。当前仅 DescribeClientDealsByCache 接口会返回该字段
1195
- 注意:此字段可能返回 null,表示取不到有效值。
1196
1123
  :rtype: list of RefundMap
1197
1124
  """
1198
1125
  return self._RefundMap
@@ -1204,7 +1131,6 @@ class AgentDealNewElem(AbstractModel):
1204
1131
  @property
1205
1132
  def SubGoodsName(self):
1206
1133
  """子产品名称
1207
- 注意:此字段可能返回 null,表示取不到有效值。
1208
1134
  :rtype: str
1209
1135
  """
1210
1136
  return self._SubGoodsName
@@ -1611,10 +1537,8 @@ class AssignClientsToSalesResponse(AbstractModel):
1611
1537
  def __init__(self):
1612
1538
  r"""
1613
1539
  :param _SucceedUins: 处理成功的代客uin列表
1614
- 注意:此字段可能返回 null,表示取不到有效值。
1615
1540
  :type SucceedUins: list of str
1616
1541
  :param _FailedUins: 处理失败的代客uin列表
1617
- 注意:此字段可能返回 null,表示取不到有效值。
1618
1542
  :type FailedUins: list of str
1619
1543
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1620
1544
  :type RequestId: str
@@ -1626,7 +1550,6 @@ class AssignClientsToSalesResponse(AbstractModel):
1626
1550
  @property
1627
1551
  def SucceedUins(self):
1628
1552
  """处理成功的代客uin列表
1629
- 注意:此字段可能返回 null,表示取不到有效值。
1630
1553
  :rtype: list of str
1631
1554
  """
1632
1555
  return self._SucceedUins
@@ -1638,7 +1561,6 @@ class AssignClientsToSalesResponse(AbstractModel):
1638
1561
  @property
1639
1562
  def FailedUins(self):
1640
1563
  """处理失败的代客uin列表
1641
- 注意:此字段可能返回 null,表示取不到有效值。
1642
1564
  :rtype: list of str
1643
1565
  """
1644
1566
  return self._FailedUins
@@ -1745,7 +1667,6 @@ class AuditApplyClientResponse(AbstractModel):
1745
1667
  :param _AuditResult: 审核结果,包括accept/reject/qcloudaudit(腾讯云审核)
1746
1668
  :type AuditResult: str
1747
1669
  :param _AgentTime: 关联时间对应的时间戳
1748
- 注意:此字段可能返回 null,表示取不到有效值。
1749
1670
  :type AgentTime: int
1750
1671
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1751
1672
  :type RequestId: str
@@ -1792,7 +1713,6 @@ class AuditApplyClientResponse(AbstractModel):
1792
1713
  @property
1793
1714
  def AgentTime(self):
1794
1715
  """关联时间对应的时间戳
1795
- 注意:此字段可能返回 null,表示取不到有效值。
1796
1716
  :rtype: int
1797
1717
  """
1798
1718
  return self._AgentTime
@@ -3229,7 +3149,6 @@ class DescribeAgentRelateBigDealIdsResponse(AbstractModel):
3229
3149
  def __init__(self):
3230
3150
  r"""
3231
3151
  :param _BigDealIdList: 申请合并支付的关联大订单号列表(不包含请求的订单号)
3232
- 注意:此字段可能返回 null,表示取不到有效值。
3233
3152
  :type BigDealIdList: list of str
3234
3153
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3235
3154
  :type RequestId: str
@@ -3240,7 +3159,6 @@ class DescribeAgentRelateBigDealIdsResponse(AbstractModel):
3240
3159
  @property
3241
3160
  def BigDealIdList(self):
3242
3161
  """申请合并支付的关联大订单号列表(不包含请求的订单号)
3243
- 注意:此字段可能返回 null,表示取不到有效值。
3244
3162
  :rtype: list of str
3245
3163
  """
3246
3164
  return self._BigDealIdList
@@ -4545,10 +4463,8 @@ class RefundMap(AbstractModel):
4545
4463
  def __init__(self):
4546
4464
  r"""
4547
4465
  :param _DealName: 退款单关联的原始子订单号
4548
- 注意:此字段可能返回 null,表示取不到有效值。
4549
4466
  :type DealName: str
4550
4467
  :param _RefundAmount: 退款金额,单位分
4551
- 注意:此字段可能返回 null,表示取不到有效值。
4552
4468
  :type RefundAmount: int
4553
4469
  """
4554
4470
  self._DealName = None
@@ -4557,7 +4473,6 @@ class RefundMap(AbstractModel):
4557
4473
  @property
4558
4474
  def DealName(self):
4559
4475
  """退款单关联的原始子订单号
4560
- 注意:此字段可能返回 null,表示取不到有效值。
4561
4476
  :rtype: str
4562
4477
  """
4563
4478
  return self._DealName
@@ -4569,7 +4484,6 @@ class RefundMap(AbstractModel):
4569
4484
  @property
4570
4485
  def RefundAmount(self):
4571
4486
  """退款金额,单位分
4572
- 注意:此字段可能返回 null,表示取不到有效值。
4573
4487
  :rtype: int
4574
4488
  """
4575
4489
  return self._RefundAmount
@@ -4670,10 +4584,8 @@ class UnbindClientElem(AbstractModel):
4670
4584
  :param _Status: 状态:0:审核中;1:已解绑;2:已撤销 3:关联撤销 4: 已驳回
4671
4585
  :type Status: int
4672
4586
  :param _ApplyTime: 申请时间
4673
- 注意:此字段可能返回 null,表示取不到有效值。
4674
4587
  :type ApplyTime: str
4675
4588
  :param _ActionTime: 解绑/撤销时间
4676
- 注意:此字段可能返回 null,表示取不到有效值。
4677
4589
  :type ActionTime: str
4678
4590
  """
4679
4591
  self._Uin = None
@@ -4718,7 +4630,6 @@ class UnbindClientElem(AbstractModel):
4718
4630
  @property
4719
4631
  def ApplyTime(self):
4720
4632
  """申请时间
4721
- 注意:此字段可能返回 null,表示取不到有效值。
4722
4633
  :rtype: str
4723
4634
  """
4724
4635
  return self._ApplyTime
@@ -4730,7 +4641,6 @@ class UnbindClientElem(AbstractModel):
4730
4641
  @property
4731
4642
  def ActionTime(self):
4732
4643
  """解绑/撤销时间
4733
- 注意:此字段可能返回 null,表示取不到有效值。
4734
4644
  :rtype: str
4735
4645
  """
4736
4646
  return self._ActionTime
@@ -13,3 +13,135 @@
13
13
  # See the License for the specific language governing permissions and
14
14
  # limitations under the License.
15
15
 
16
+
17
+ # CAM签名/鉴权错误。
18
+ AUTHFAILURE = 'AuthFailure'
19
+
20
+ # 验证码签名错误。
21
+ AUTHFAILURE_CAPSIGERROR = 'AuthFailure.CapSigError'
22
+
23
+ # 请求过期。
24
+ AUTHFAILURE_EXPIRED = 'AuthFailure.Expired'
25
+
26
+ # DryRun 操作,代表请求将会是成功的,只是多传了 DryRun 参数。
27
+ DRYRUNOPERATION = 'DryRunOperation'
28
+
29
+ # 操作失败。
30
+ FAILEDOPERATION = 'FailedOperation'
31
+
32
+ # 内部错误。
33
+ INTERNALERROR = 'InternalError'
34
+
35
+ # 业务系统逻辑错误。
36
+ INTERNALERROR_BACKENDLOGICERROR = 'InternalError.BackendLogicError'
37
+
38
+ # 连接数据库超时。
39
+ INTERNALERROR_CONNECTDBTIMEOUT = 'InternalError.ConnectDBTimeout'
40
+
41
+ # Sign后端错误。
42
+ INTERNALERROR_SIGNBACKENDERROR = 'InternalError.SignBackendError'
43
+
44
+ # 参数错误。
45
+ INVALIDPARAMETER = 'InvalidParameter'
46
+
47
+ # 验证码签名错误。
48
+ INVALIDPARAMETER_CAPSIGERROR = 'InvalidParameter.CapSigError'
49
+
50
+ # 参数错误。
51
+ INVALIDPARAMETER_PARAMERROR = 'InvalidParameter.ParamError'
52
+
53
+ # URL错误。
54
+ INVALIDPARAMETER_URLERROR = 'InvalidParameter.UrlError'
55
+
56
+ # 版本错误。
57
+ INVALIDPARAMETER_VERSIONERROR = 'InvalidParameter.VersionError'
58
+
59
+ # 参数取值错误。
60
+ INVALIDPARAMETERVALUE = 'InvalidParameterValue'
61
+
62
+ # BadBody。
63
+ INVALIDPARAMETERVALUE_BADBODY = 'InvalidParameterValue.BadBody'
64
+
65
+ # 请求包过大。
66
+ INVALIDPARAMETERVALUE_BODYTOOLARGE = 'InvalidParameterValue.BodyTooLarge'
67
+
68
+ # 验证码不匹配。
69
+ INVALIDPARAMETERVALUE_CAPMISMATCH = 'InvalidParameterValue.CapMisMatch'
70
+
71
+ # HTTP方法错误。
72
+ INVALIDPARAMETERVALUE_HTTPMETHODERROR = 'InvalidParameterValue.HttpMethodError'
73
+
74
+ # 日期取值错误。
75
+ INVALIDPARAMETERVALUE_INVALIDDATE = 'InvalidParameterValue.InvalidDate'
76
+
77
+ # PageLimit取值错误。
78
+ INVALIDPARAMETERVALUE_INVALIDLIMIT = 'InvalidParameterValue.InvalidLimit'
79
+
80
+ # PageNum取值错误。
81
+ INVALIDPARAMETERVALUE_INVALIDNUM = 'InvalidParameterValue.InvalidNum'
82
+
83
+ # SrvId取值错误。
84
+ INVALIDPARAMETERVALUE_INVALIDSRVID = 'InvalidParameterValue.InvalidSrvId'
85
+
86
+ # Stride取值错误。
87
+ INVALIDPARAMETERVALUE_INVALIDSTRIDE = 'InvalidParameterValue.InvalidStride'
88
+
89
+ # 超过配额限制。
90
+ LIMITEXCEEDED = 'LimitExceeded'
91
+
92
+ # 超过配额。
93
+ LIMITEXCEEDED_FREQCNT = 'LimitExceeded.FreqCnt'
94
+
95
+ # 超过配额(用户IP)。
96
+ LIMITEXCEEDED_IPFREQCNT = 'LimitExceeded.IpFreqCnt'
97
+
98
+ # 关键词频控限制。
99
+ LIMITEXCEEDED_KEYFREQCNT = 'LimitExceeded.KeyFreqCnt'
100
+
101
+ # 重放攻击。
102
+ LIMITEXCEEDED_REPLAYATTACK = 'LimitExceeded.ReplayAttack'
103
+
104
+ # 缺少参数错误。
105
+ MISSINGPARAMETER = 'MissingParameter'
106
+
107
+ # 操作被拒绝。
108
+ OPERATIONDENIED = 'OperationDenied'
109
+
110
+ # 请求的次数超过了频率限制。
111
+ REQUESTLIMITEXCEEDED = 'RequestLimitExceeded'
112
+
113
+ # 资源被占用。
114
+ RESOURCEINUSE = 'ResourceInUse'
115
+
116
+ # 资源不足。
117
+ RESOURCEINSUFFICIENT = 'ResourceInsufficient'
118
+
119
+ # 资源不存在。
120
+ RESOURCENOTFOUND = 'ResourceNotFound'
121
+
122
+ # 接口不存在。
123
+ RESOURCENOTFOUND_INTERFACENOTFOUND = 'ResourceNotFound.InterfaceNotFound'
124
+
125
+ # 资源不可用。
126
+ RESOURCEUNAVAILABLE = 'ResourceUnavailable'
127
+
128
+ # 未开通服务权限。
129
+ RESOURCEUNAVAILABLE_PERMISSIONDENIED = 'ResourceUnavailable.PermissionDenied'
130
+
131
+ # 资源售罄。
132
+ RESOURCESSOLDOUT = 'ResourcesSoldOut'
133
+
134
+ # 未授权操作。
135
+ UNAUTHORIZEDOPERATION = 'UnauthorizedOperation'
136
+
137
+ # 鉴权失败。
138
+ UNAUTHORIZEDOPERATION_AUTHFAILED = 'UnauthorizedOperation.AuthFailed'
139
+
140
+ # 未知参数错误。
141
+ UNKNOWNPARAMETER = 'UnknownParameter'
142
+
143
+ # 密钥不存在。
144
+ UNKNOWNPARAMETER_SECRETIDNOTEXISTS = 'UnknownParameter.SecretIdNotExists'
145
+
146
+ # 操作不支持。
147
+ UNSUPPORTEDOPERATION = 'UnsupportedOperation'