tccli-intl-en 3.0.1283.1__py2.py3-none-any.whl → 3.1.8.1__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 (49) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/__init__.py +6 -0
  3. tccli/services/autoscaling/v20180419/api.json +36 -14
  4. tccli/services/ckafka/ckafka_client.py +288 -8
  5. tccli/services/ckafka/v20190819/api.json +494 -76
  6. tccli/services/ckafka/v20190819/examples.json +45 -5
  7. tccli/services/clb/clb_client.py +636 -300
  8. tccli/services/clb/v20180317/api.json +2255 -1017
  9. tccli/services/clb/v20180317/examples.json +184 -124
  10. tccli/services/controlcenter/controlcenter_client.py +224 -0
  11. tccli/services/controlcenter/v20230110/api.json +528 -5
  12. tccli/services/controlcenter/v20230110/examples.json +32 -0
  13. tccli/services/cvm/v20170312/api.json +41 -41
  14. tccli/services/cvm/v20170312/examples.json +21 -21
  15. tccli/services/faceid/v20180301/api.json +31 -3
  16. tccli/services/kms/v20190118/api.json +80 -3
  17. tccli/services/kms/v20190118/examples.json +3 -3
  18. tccli/services/mdl/v20200326/api.json +165 -5
  19. tccli/services/mongodb/mongodb_client.py +1048 -96
  20. tccli/services/mongodb/v20190725/api.json +1765 -108
  21. tccli/services/mongodb/v20190725/examples.json +136 -0
  22. tccli/services/mps/mps_client.py +713 -209
  23. tccli/services/mps/v20190612/api.json +1009 -67
  24. tccli/services/mps/v20190612/examples.json +100 -52
  25. tccli/services/ocr/ocr_client.py +112 -0
  26. tccli/services/ocr/v20181119/api.json +550 -6
  27. tccli/services/ocr/v20181119/examples.json +22 -0
  28. tccli/services/smh/__init__.py +4 -0
  29. tccli/services/smh/smh_client.py +714 -0
  30. tccli/services/smh/v20210712/api.json +1287 -0
  31. tccli/services/smh/v20210712/examples.json +85 -0
  32. tccli/services/tdmq/tdmq_client.py +2406 -278
  33. tccli/services/tdmq/v20200217/api.json +11607 -3958
  34. tccli/services/tdmq/v20200217/examples.json +562 -264
  35. tccli/services/teo/v20220901/api.json +68 -4
  36. tccli/services/teo/v20220901/examples.json +28 -22
  37. tccli/services/trocket/__init__.py +4 -0
  38. tccli/services/trocket/trocket_client.py +2450 -0
  39. tccli/services/trocket/v20230308/api.json +6062 -0
  40. tccli/services/trocket/v20230308/examples.json +339 -0
  41. tccli/services/trtc/v20190722/api.json +5 -5
  42. tccli/services/vpc/v20170312/api.json +19 -16
  43. tccli/services/vpc/v20170312/examples.json +4 -4
  44. {tccli_intl_en-3.0.1283.1.dist-info → tccli_intl_en-3.1.8.1.dist-info}/METADATA +2 -2
  45. {tccli_intl_en-3.0.1283.1.dist-info → tccli_intl_en-3.1.8.1.dist-info}/RECORD +49 -41
  46. {tccli_intl_en-3.0.1283.1.dist-info → tccli_intl_en-3.1.8.1.dist-info}/LICENSE +0 -0
  47. {tccli_intl_en-3.0.1283.1.dist-info → tccli_intl_en-3.1.8.1.dist-info}/WHEEL +0 -0
  48. {tccli_intl_en-3.0.1283.1.dist-info → tccli_intl_en-3.1.8.1.dist-info}/entry_points.txt +0 -0
  49. {tccli_intl_en-3.0.1283.1.dist-info → tccli_intl_en-3.1.8.1.dist-info}/top_level.txt +0 -0
@@ -1,5 +1,19 @@
1
1
  {
2
2
  "actions": {
3
+ "ApplyCardVerificationExternal": [
4
+ {
5
+ "document": "",
6
+ "input": "POST / HTTP/1.1\nHost: ocr.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ApplyCardVerificationExternal\n<Common request parameters>\n\n{\n \"Nationality\": \"ARG\",\n \"CardType\": \"PASSPORT\",\n \"ImageBase64Front\": \"data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAASABIAAD//9k=\"\n}",
7
+ "output": "{\n \"Response\": {\n \"CardVerificationToken\": \"b76914c0-e1ca-4c36-aede-b64e418d2319\",\n \"RequestId\": \"1dab853b-0f54-4479-94d8-e94dbd0c6aea\"\n }\n}",
8
+ "title": "Applying Card Verification External Sample Call"
9
+ },
10
+ {
11
+ "document": "",
12
+ "input": "POST / HTTP/1.1\nHost: ocr.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ApplyCardVerificationExternal\n<Common request parameters>\n\n{\n \"Nationality\": \"PHL\",\n \"CardType\": \"PASSPORT\",\n \"ImageUrlFront\": \"http://demo/demo.jpg\"\n}",
13
+ "output": "{\n \"Response\": {\n \"CardVerificationToken\": \"969af1aa-dbb3-49df-b661-6d952bfdce2d\",\n \"RequestId\": \"74b25e14-27bc-48fd-a4f2-638066f16e83\"\n }\n}",
14
+ "title": "URL Call Example"
15
+ }
16
+ ],
3
17
  "BankCardOCR": [
4
18
  {
5
19
  "document": " ",
@@ -32,6 +46,14 @@
32
46
  "title": "Recognizing general print ([debugging tool](https://console.cloud.tencent.com/api/explorer?Product=ocr&Action=GeneralBasicOCR))"
33
47
  }
34
48
  ],
49
+ "GetCardVerificationExternalResult": [
50
+ {
51
+ "document": "",
52
+ "input": "POST / HTTP/1.1\nHost: ocr.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: GetCardVerificationExternalResult\n<Common request parameters>\n\n{\n \"CardVerificationToken\": \"9943345f-a690-4220-a749-9c68518f2e17\"\n}",
53
+ "output": "{\n \"Response\": {\n \"CardInfo\": {\n \"Address\": {\n \"City\": \"\",\n \"Country\": \"\",\n \"FormattedAddress\": \"\",\n \"LineFive\": \"\",\n \"LineFour\": \"\",\n \"LineOne\": \"\",\n \"LineThree\": \"\",\n \"LineTwo\": \"\",\n \"PostalCode\": \"\",\n \"Subdivision\": \"\"\n },\n \"Age\": \"\",\n \"BirthPlace\": \"SAN FELIPE ZBS\",\n \"Birthday\": \"1997/10/01\",\n \"DueDate\": \"\",\n \"ExpirationDate\": \"2033/10/19\",\n \"FirstName\": \"IVY ROSE\",\n \"FirstNameLocal\": \"IVY ROSE\",\n \"FullName\": \"GOLIMLIM EREDIA IVY ROSE\",\n \"FullNameLocal\": \"GOLIMLIM EREDIA IVY ROSE\",\n \"IssuedAuthority\": \"DFA TARLAC\",\n \"IssuedCountry\": \"Philippines\",\n \"IssuedDate\": \"2023/10/20\",\n \"LastName\": \"GOLIMLIM\",\n \"LastNameLocal\": \"GOLIMLIM\",\n \"LicenseNumber\": \"P5784986C\",\n \"Nationality\": \"PHL\",\n \"PassportCodeFirst\": \"\",\n \"PassportCodeSecond\": \"\",\n \"PersonalNumber\": \"P5784986C\",\n \"RegistrationNumber\": \"\",\n \"Sex\": \"FEMALE\"\n },\n \"CardVerificationToken\": \"9943345f-a690-4220-a749-9c68518f2e17\",\n \"Nationality\": \"PHL\",\n \"Status\": \"PASSED\",\n \"WarnInfo\": null,\n \"RequestId\": \"d4413701-8afc-48e1-920f-defd04157c65\"\n }\n}",
54
+ "title": "GetCardVerificationExternalResult"
55
+ }
56
+ ],
35
57
  "HKIDCardOCR": [
36
58
  {
37
59
  "document": " ",
@@ -0,0 +1,4 @@
1
+ # -*- coding: utf-8 -*-
2
+
3
+ from tccli.services.smh.smh_client import action_caller
4
+