tencentcloud-sdk-python-intl-en 3.0.1144__py2.py3-none-any.whl → 3.0.1145__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.

Potentially problematic release.


This version of tencentcloud-sdk-python-intl-en might be problematic. Click here for more details.

tencentcloud/__init__.py CHANGED
@@ -13,4 +13,4 @@
13
13
  # See the License for the specific language governing permissions and
14
14
  # limitations under the License.
15
15
 
16
- __version__ = '3.0.1144'
16
+ __version__ = '3.0.1145'
@@ -20,6 +20,9 @@ AUTHFAILURE = 'AuthFailure'
20
20
  # Operation failed.
21
21
  FAILEDOPERATION = 'FailedOperation'
22
22
 
23
+ # The account balance is insufficient.
24
+ FAILEDOPERATION_BALANCEINSUFFICIENT = 'FailedOperation.BalanceInsufficient'
25
+
23
26
  # The account is a group account and cannot be bound as a sub-customer.
24
27
  FAILEDOPERATION_BINDORGANIZATIONACCOUNT = 'FailedOperation.BindOrganizationAccount'
25
28
 
@@ -161,6 +164,9 @@ INVALIDPARAMETERVALUE_UINLIST = 'InvalidParameterValue.UinList'
161
164
  # The current region does not support creating a Tencent Cloud International account.
162
165
  INVALIDPARAMETERVALUE_UNSUPPORTAREA = 'InvalidParameterValue.UnSupportArea'
163
166
 
167
+ #
168
+ INVALIDPARAMETERVALUE_VOUCHERAMOUNTOUTOFRANGE = 'InvalidParameterValue.VoucherAmountOutOfRange'
169
+
164
170
  # Missing parameter
165
171
  MISSINGPARAMETER = 'MissingParameter'
166
172
 
@@ -28,6 +28,7 @@ class IntlpartnersmgtClient(AbstractClient):
28
28
 
29
29
  def AllocateCreditPool(self, request):
30
30
  """This API is used to allocate credit pools to second-level resellers by distributors.
31
+ Callable roles: Distributor
31
32
 
32
33
  :param request: Request instance for AllocateCreditPool.
33
34
  :type request: :class:`tencentcloud.intlpartnersmgt.v20220928.models.AllocateCreditPoolRequest`
@@ -56,6 +57,8 @@ class IntlpartnersmgtClient(AbstractClient):
56
57
  3. To prevent the customer from making new purchases without affecting their use of previously purchased products, the partner can set their available credit to 0 after obtaining the non-stop feature privilege from the channel manager.
57
58
  4. The set credit is an increment of the current available credit and cannot exceed the remaining allocable credit. Setting the credit to a negative value indicates that it will be repossessed. The available credit can be set to 0 at the minimum.
58
59
 
60
+ Callable roles: Distributor, Second-level reseller, Reseller
61
+
59
62
  :param request: Request instance for AllocateCustomerCredit.
60
63
  :type request: :class:`tencentcloud.intlpartnersmgt.v20220928.models.AllocateCustomerCreditRequest`
61
64
  :rtype: :class:`tencentcloud.intlpartnersmgt.v20220928.models.AllocateCustomerCreditResponse`
@@ -107,7 +110,7 @@ class IntlpartnersmgtClient(AbstractClient):
107
110
  2. Customers need to add personal information when logging in for the first time.
108
111
  3. This interface needs to be applied for allowlist usage. Please contact the channel manager to initiate the application process.
109
112
 
110
- Callable roles: distributor, second-level reseller, reseller
113
+ Callable roles: Distributor, Second-level reseller, Reseller
111
114
 
112
115
  :param request: Request instance for CreateAccount.
113
116
  :type request: :class:`tencentcloud.intlpartnersmgt.v20220928.models.CreateAccountRequest`
@@ -137,6 +140,8 @@ class IntlpartnersmgtClient(AbstractClient):
137
140
 
138
141
  Note:This API is used to manually send the invitation link to the customer if the specified email does not receive it.
139
142
 
143
+ Callable roles: Distributor, Second-level reseller, Reseller
144
+
140
145
  :param request: Request instance for CreateAndSendClientInvitationMail.
141
146
  :type request: :class:`tencentcloud.intlpartnersmgt.v20220928.models.CreateAndSendClientInvitationMailRequest`
142
147
  :rtype: :class:`tencentcloud.intlpartnersmgt.v20220928.models.CreateAndSendClientInvitationMailResponse`
@@ -158,7 +163,8 @@ class IntlpartnersmgtClient(AbstractClient):
158
163
 
159
164
 
160
165
  def DescribeBillDetail(self, request):
161
- """This API is used to query bill details by customers.
166
+ """Description: End-customer queries its own bill details.
167
+ Callable role: End-customer.
162
168
 
163
169
  :param request: Request instance for DescribeBillDetail.
164
170
  :type request: :class:`tencentcloud.intlpartnersmgt.v20220928.models.DescribeBillDetailRequest`
@@ -181,7 +187,8 @@ class IntlpartnersmgtClient(AbstractClient):
181
187
 
182
188
 
183
189
  def DescribeBillDownloadUrl(self, request):
184
- """This API is used to download billing files and return billing file URLs by customers.
190
+ """Description: This API is used to download billing files and return billing file URLs for sub-customers.
191
+ Callable role: Enb-customer.
185
192
 
186
193
  :param request: Request instance for DescribeBillDownloadUrl.
187
194
  :type request: :class:`tencentcloud.intlpartnersmgt.v20220928.models.DescribeBillDownloadUrlRequest`
@@ -204,7 +211,8 @@ class IntlpartnersmgtClient(AbstractClient):
204
211
 
205
212
 
206
213
  def DescribeBillSummary(self, request):
207
- """External API for the L1 billing of the customer billing center
214
+ """Description: External API for L1 billing of Sub-customer billing center.
215
+ Callable role: End-customer.
208
216
 
209
217
  :param request: Request instance for DescribeBillSummary.
210
218
  :type request: :class:`tencentcloud.intlpartnersmgt.v20220928.models.DescribeBillSummaryRequest`
@@ -228,6 +236,7 @@ class IntlpartnersmgtClient(AbstractClient):
228
236
 
229
237
  def DescribeBillSummaryByPayMode(self, request):
230
238
  """This API is used to obtain the total amount of customer bills by payment mode.
239
+ Callable roles: Distributor, Second-level reseller, Reseller
231
240
 
232
241
  :param request: Request instance for DescribeBillSummaryByPayMode.
233
242
  :type request: :class:`tencentcloud.intlpartnersmgt.v20220928.models.DescribeBillSummaryByPayModeRequest`
@@ -250,7 +259,8 @@ class IntlpartnersmgtClient(AbstractClient):
250
259
 
251
260
 
252
261
  def DescribeBillSummaryByProduct(self, request):
253
- """This API is used to obtain the total amount of customer bills by product.
262
+ """Description: Obtain the summarized value of sub - account bills by product dimension.
263
+ Callable roles: Distributor, Second-level reseller, Reseller
254
264
 
255
265
  :param request: Request instance for DescribeBillSummaryByProduct.
256
266
  :type request: :class:`tencentcloud.intlpartnersmgt.v20220928.models.DescribeBillSummaryByProductRequest`
@@ -273,7 +283,8 @@ class IntlpartnersmgtClient(AbstractClient):
273
283
 
274
284
 
275
285
  def DescribeBillSummaryByRegion(self, request):
276
- """This API is used to obtain the total amount of customer bills by region.
286
+ """Description: Obtain the summarized value of sub - account bills by region through API.
287
+ Callable roles: Distributor, Second-level reseller, Reseller
277
288
 
278
289
  :param request: Request instance for DescribeBillSummaryByRegion.
279
290
  :type request: :class:`tencentcloud.intlpartnersmgt.v20220928.models.DescribeBillSummaryByRegionRequest`
@@ -297,6 +308,7 @@ class IntlpartnersmgtClient(AbstractClient):
297
308
 
298
309
  def DescribeCustomerBillDetail(self, request):
299
310
  """This API is used to query the customer bill details by resellers.
311
+ Callable roles: Distributor, Second-level reseller, Reseller
300
312
 
301
313
  :param request: Request instance for DescribeCustomerBillDetail.
302
314
  :type request: :class:`tencentcloud.intlpartnersmgt.v20220928.models.DescribeCustomerBillDetailRequest`
@@ -345,6 +357,7 @@ class IntlpartnersmgtClient(AbstractClient):
345
357
 
346
358
  def DescribeCustomerBillSummary(self, request):
347
359
  """This API is used to query the total amount of customer bills.
360
+ Callable roles: Distributor, Second-level reseller, Reseller
348
361
 
349
362
  :param request: Request instance for DescribeCustomerBillSummary.
350
363
  :type request: :class:`tencentcloud.intlpartnersmgt.v20220928.models.DescribeCustomerBillSummaryRequest`
@@ -369,6 +382,8 @@ class IntlpartnersmgtClient(AbstractClient):
369
382
  def DescribeCustomerInfo(self, request):
370
383
  """This API is used to query the customer information.
371
384
 
385
+ Callable roles: Distributor, Reseller
386
+
372
387
  :param request: Request instance for DescribeCustomerInfo.
373
388
  :type request: :class:`tencentcloud.intlpartnersmgt.v20220928.models.DescribeCustomerInfoRequest`
374
389
  :rtype: :class:`tencentcloud.intlpartnersmgt.v20220928.models.DescribeCustomerInfoResponse`
@@ -413,8 +428,9 @@ class IntlpartnersmgtClient(AbstractClient):
413
428
 
414
429
 
415
430
  def ForceQN(self, request):
416
- """This API is used to set and cancel forced service suspension.
417
- Note:Reseller need to be allowlisted to use the API, please contact your business representative to apply for allowlist.
431
+ """Forced Service Suspension settings and cancellation can be used only after the reseller is whitelisted.
432
+
433
+ Callable roles: Distributor, Second-level reseller, Reseller
418
434
 
419
435
  :param request: Request instance for ForceQN.
420
436
  :type request: :class:`tencentcloud.intlpartnersmgt.v20220928.models.ForceQNRequest`
@@ -462,6 +478,8 @@ class IntlpartnersmgtClient(AbstractClient):
462
478
  def GetTradeConfigList(self, request):
463
479
  """This API is used to query industry information, including layer-1 industry and layer-2 industry.
464
480
 
481
+ Callable roles: Distributor, Second-level reseller, Reseller,End-customer
482
+
465
483
  :param request: Request instance for GetTradeConfigList.
466
484
  :type request: :class:`tencentcloud.intlpartnersmgt.v20220928.models.GetTradeConfigListRequest`
467
485
  :rtype: :class:`tencentcloud.intlpartnersmgt.v20220928.models.GetTradeConfigListResponse`
@@ -485,6 +503,8 @@ class IntlpartnersmgtClient(AbstractClient):
485
503
  def ModifyClientRemark(self, request):
486
504
  """This API is used to modify customer remarks.
487
505
 
506
+ Callable roles: Distributor, Second-level reseller, Reseller
507
+
488
508
  :param request: Request instance for ModifyClientRemark.
489
509
  :type request: :class:`tencentcloud.intlpartnersmgt.v20220928.models.ModifyClientRemarkRequest`
490
510
  :rtype: :class:`tencentcloud.intlpartnersmgt.v20220928.models.ModifyClientRemarkResponse`
@@ -507,6 +527,7 @@ class IntlpartnersmgtClient(AbstractClient):
507
527
 
508
528
  def QueryAccountVerificationStatus(self, request):
509
529
  """This API is used to query the account verification status.
530
+ Callable roles: Distributor, Reseller
510
531
 
511
532
  :param request: Request instance for QueryAccountVerificationStatus.
512
533
  :type request: :class:`tencentcloud.intlpartnersmgt.v20220928.models.QueryAccountVerificationStatusRequest`
@@ -530,6 +551,7 @@ class IntlpartnersmgtClient(AbstractClient):
530
551
 
531
552
  def QueryCreditAllocationHistory(self, request):
532
553
  """This API is used to query all the credit allocation records of a single customer.
554
+ Callable roles: Distributor, Second-level reseller, Reseller
533
555
 
534
556
  :param request: Request instance for QueryCreditAllocationHistory.
535
557
  :type request: :class:`tencentcloud.intlpartnersmgt.v20220928.models.QueryCreditAllocationHistoryRequest`
@@ -553,6 +575,7 @@ class IntlpartnersmgtClient(AbstractClient):
553
575
 
554
576
  def QueryCreditByUinList(self, request):
555
577
  """This API is used to query the credit of users in the list.
578
+ Callable roles: Distributor, Second-level reseller, Reseller
556
579
 
557
580
  :param request: Request instance for QueryCreditByUinList.
558
581
  :type request: :class:`tencentcloud.intlpartnersmgt.v20220928.models.QueryCreditByUinListRequest`
@@ -574,29 +597,6 @@ class IntlpartnersmgtClient(AbstractClient):
574
597
  raise TencentCloudSDKException(type(e).__name__, str(e))
575
598
 
576
599
 
577
- def QueryCreditQuota(self, request):
578
- """This API is used to query customer credits.
579
-
580
- :param request: Request instance for QueryCreditQuota.
581
- :type request: :class:`tencentcloud.intlpartnersmgt.v20220928.models.QueryCreditQuotaRequest`
582
- :rtype: :class:`tencentcloud.intlpartnersmgt.v20220928.models.QueryCreditQuotaResponse`
583
-
584
- """
585
- try:
586
- params = request._serialize()
587
- headers = request.headers
588
- body = self.call("QueryCreditQuota", params, headers=headers)
589
- response = json.loads(body)
590
- model = models.QueryCreditQuotaResponse()
591
- model._deserialize(response["Response"])
592
- return model
593
- except Exception as e:
594
- if isinstance(e, TencentCloudSDKException):
595
- raise
596
- else:
597
- raise TencentCloudSDKException(type(e).__name__, str(e))
598
-
599
-
600
600
  def QueryCustomerBillingQuota(self, request):
601
601
  """Description: This API is used for a sub-customer to real-time query its own total credit and remaining credit in USD.
602
602
 
@@ -625,6 +625,8 @@ class IntlpartnersmgtClient(AbstractClient):
625
625
  def QueryCustomersCredit(self, request):
626
626
  """This API is used for a partner to the credits and basic information of cutomers.
627
627
 
628
+ Callable roles: Distributor, Second-level reseller, Reseller
629
+
628
630
  :param request: Request instance for QueryCustomersCredit.
629
631
  :type request: :class:`tencentcloud.intlpartnersmgt.v20220928.models.QueryCustomersCreditRequest`
630
632
  :rtype: :class:`tencentcloud.intlpartnersmgt.v20220928.models.QueryCustomersCreditResponse`
@@ -647,6 +649,7 @@ class IntlpartnersmgtClient(AbstractClient):
647
649
 
648
650
  def QueryDirectCustomersCredit(self, request):
649
651
  """This API is used to query the credits of direct customers.
652
+ Callable roles: Distributor, Second-level reseller, Reseller
650
653
 
651
654
  :param request: Request instance for QueryDirectCustomersCredit.
652
655
  :type request: :class:`tencentcloud.intlpartnersmgt.v20220928.models.QueryDirectCustomersCreditRequest`
@@ -671,6 +674,8 @@ class IntlpartnersmgtClient(AbstractClient):
671
674
  def QueryPartnerCredit(self, request):
672
675
  """This API is used for a partner to query its own total credit, available credit, and used credit in USD.
673
676
 
677
+ Callable roles: Distributor, Second-level reseller, Reseller
678
+
674
679
  :param request: Request instance for QueryPartnerCredit.
675
680
  :type request: :class:`tencentcloud.intlpartnersmgt.v20220928.models.QueryPartnerCreditRequest`
676
681
  :rtype: :class:`tencentcloud.intlpartnersmgt.v20220928.models.QueryPartnerCreditResponse`
@@ -717,7 +722,8 @@ class IntlpartnersmgtClient(AbstractClient):
717
722
 
718
723
 
719
724
  def QueryPolicyProductListByCode(self, request):
720
- """This API is used to query the product list information within the specified policy range. To call this API, contact your account manager to add it to the allowlist.
725
+ """This API is used to query the product list information within the specified policy range. To call this API, contact your business manager to apply for adding it to the allowlist.
726
+ Callable roles: Distributor, Second-level reseller, Reseller
721
727
 
722
728
  :param request: Request instance for QueryPolicyProductListByCode.
723
729
  :type request: :class:`tencentcloud.intlpartnersmgt.v20220928.models.QueryPolicyProductListByCodeRequest`
@@ -740,7 +746,8 @@ class IntlpartnersmgtClient(AbstractClient):
740
746
 
741
747
 
742
748
  def QueryVoucherAmountByUin(self, request):
743
- """This API is used to query the voucher quota based on the customer UIN.
749
+ """This API is used by primary/secondary resellers to query the voucher quota based on the customer UIN.
750
+ Callable roles: Reseller, Distributor, Second-level reseller
744
751
 
745
752
  :param request: Request instance for QueryVoucherAmountByUin.
746
753
  :type request: :class:`tencentcloud.intlpartnersmgt.v20220928.models.QueryVoucherAmountByUinRequest`
@@ -763,7 +770,8 @@ class IntlpartnersmgtClient(AbstractClient):
763
770
 
764
771
 
765
772
  def QueryVoucherListByUin(self, request):
766
- """This API is used to query the voucher list based on the customer UIN.
773
+ """This API is used by primary/secondary resellers to query the voucher list based on the customer UIN.
774
+ Callable roles: Reseller, Distributor, Second-level reseller
767
775
 
768
776
  :param request: Request instance for QueryVoucherListByUin.
769
777
  :type request: :class:`tencentcloud.intlpartnersmgt.v20220928.models.QueryVoucherListByUinRequest`
@@ -786,7 +794,8 @@ class IntlpartnersmgtClient(AbstractClient):
786
794
 
787
795
 
788
796
  def QueryVoucherPool(self, request):
789
- """This API is used to query the voucher quota pool.
797
+ """This API is used by primary/secondary resellers to query the voucher quota pool.
798
+ Callable roles: Distributor, First-level reseller, Second-level reseller
790
799
 
791
800
  :param request: Request instance for QueryVoucherPool.
792
801
  :type request: :class:`tencentcloud.intlpartnersmgt.v20220928.models.QueryVoucherPoolRequest`
@@ -811,6 +820,8 @@ class IntlpartnersmgtClient(AbstractClient):
811
820
  def SendVerifyCode(self, request):
812
821
  """This API is used to send a verification code for account registration.
813
822
 
823
+ Callable roles: Distributor, Second-level reseller, Reseller,End-customer
824
+
814
825
  :param request: Request instance for SendVerifyCode.
815
826
  :type request: :class:`tencentcloud.intlpartnersmgt.v20220928.models.SendVerifyCodeRequest`
816
827
  :rtype: :class:`tencentcloud.intlpartnersmgt.v20220928.models.SendVerifyCodeResponse`