tccli-intl-en 3.0.1265.1__py2.py3-none-any.whl → 3.0.1283.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 (185) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/argument.py +1 -1
  3. tccli/services/__init__.py +5 -1
  4. tccli/services/advisor/advisor_client.py +10 -4
  5. tccli/services/aiart/aiart_client.py +5 -2
  6. tccli/services/ams/ams_client.py +20 -8
  7. tccli/services/antiddos/antiddos_client.py +350 -140
  8. tccli/services/apigateway/apigateway_client.py +465 -186
  9. tccli/services/apm/apm_client.py +835 -68
  10. tccli/services/apm/v20210622/api.json +3936 -1145
  11. tccli/services/apm/v20210622/examples.json +133 -23
  12. tccli/services/asr/asr_client.py +10 -4
  13. tccli/services/autoscaling/autoscaling_client.py +290 -116
  14. tccli/services/autoscaling/v20180419/api.json +1 -1
  15. tccli/services/batch/batch_client.py +140 -56
  16. tccli/services/bi/bi_client.py +120 -48
  17. tccli/services/billing/billing_client.py +210 -84
  18. tccli/services/cam/cam_client.py +405 -162
  19. tccli/services/captcha/captcha_client.py +5 -2
  20. tccli/services/car/car_client.py +165 -66
  21. tccli/services/cbs/cbs_client.py +190 -76
  22. tccli/services/ccc/ccc_client.py +515 -146
  23. tccli/services/ccc/v20200210/api.json +511 -27
  24. tccli/services/ccc/v20200210/examples.json +24 -0
  25. tccli/services/cdb/cdb_client.py +665 -266
  26. tccli/services/cdc/cdc_client.py +100 -40
  27. tccli/services/cdn/cdn_client.py +220 -88
  28. tccli/services/cdwdoris/cdwdoris_client.py +385 -154
  29. tccli/services/cdwpg/cdwpg_client.py +120 -48
  30. tccli/services/cdz/cdz_client.py +5 -2
  31. tccli/services/cfg/cfg_client.py +80 -32
  32. tccli/services/cfs/cfs_client.py +195 -78
  33. tccli/services/cfw/cfw_client.py +330 -132
  34. tccli/services/chdfs/chdfs_client.py +145 -58
  35. tccli/services/ciam/ciam_client.py +80 -32
  36. tccli/services/ckafka/ckafka_client.py +629 -131
  37. tccli/services/ckafka/v20190819/api.json +2749 -1470
  38. tccli/services/ckafka/v20190819/examples.json +209 -155
  39. tccli/services/clb/clb_client.py +415 -166
  40. tccli/services/clb/v20180317/api.json +29 -14
  41. tccli/services/cloudaudit/cloudaudit_client.py +90 -36
  42. tccli/services/cls/cls_client.py +434 -173
  43. tccli/services/cmq/cmq_client.py +10 -4
  44. tccli/services/config/config_client.py +30 -12
  45. tccli/services/controlcenter/controlcenter_client.py +5 -2
  46. tccli/services/csip/csip_client.py +170 -68
  47. tccli/services/ctsdb/ctsdb_client.py +10 -4
  48. tccli/services/cvm/cvm_client.py +420 -168
  49. tccli/services/cvm/v20170312/api.json +239 -133
  50. tccli/services/cvm/v20170312/examples.json +101 -101
  51. tccli/services/cwp/cwp_client.py +2325 -930
  52. tccli/services/cynosdb/cynosdb_client.py +1887 -577
  53. tccli/services/cynosdb/v20190107/api.json +11763 -7697
  54. tccli/services/cynosdb/v20190107/examples.json +132 -4
  55. tccli/services/dataintegration/dataintegration_client.py +5 -2
  56. tccli/services/dayu/dayu_client.py +515 -206
  57. tccli/services/dbbrain/dbbrain_client.py +210 -84
  58. tccli/services/dc/dc_client.py +90 -36
  59. tccli/services/dcdb/dcdb_client.py +310 -124
  60. tccli/services/dlc/dlc_client.py +808 -216
  61. tccli/services/dlc/v20210125/api.json +534 -13
  62. tccli/services/dlc/v20210125/examples.json +40 -0
  63. tccli/services/dms/dms_client.py +10 -4
  64. tccli/services/dnspod/dnspod_client.py +200 -80
  65. tccli/services/domain/domain_client.py +120 -48
  66. tccli/services/dts/dts_client.py +415 -166
  67. tccli/services/eb/eb_client.py +130 -52
  68. tccli/services/ecdn/ecdn_client.py +75 -30
  69. tccli/services/ecm/ecm_client.py +620 -248
  70. tccli/services/eiam/eiam_client.py +200 -80
  71. tccli/services/emr/emr_client.py +385 -154
  72. tccli/services/es/es_client.py +105 -42
  73. tccli/services/facefusion/facefusion_client.py +15 -6
  74. tccli/services/faceid/faceid_client.py +95 -38
  75. tccli/services/faceid/v20180301/examples.json +2 -2
  76. tccli/services/gaap/gaap_client.py +440 -176
  77. tccli/services/gme/gme_client.py +50 -20
  78. tccli/services/gpm/gpm_client.py +90 -36
  79. tccli/services/gse/gse_client.py +110 -44
  80. tccli/services/gwlb/gwlb_client.py +90 -36
  81. tccli/services/iai/iai_client.py +145 -58
  82. tccli/services/iap/iap_client.py +30 -12
  83. tccli/services/ims/ims_client.py +5 -2
  84. tccli/services/intlpartnersmgt/intlpartnersmgt_client.py +210 -84
  85. tccli/services/iotcloud/iotcloud_client.py +100 -40
  86. tccli/services/ip/ip_client.py +30 -12
  87. tccli/services/kms/kms_client.py +340 -136
  88. tccli/services/lcic/lcic_client.py +265 -106
  89. tccli/services/lighthouse/lighthouse_client.py +370 -148
  90. tccli/services/live/live_client.py +600 -240
  91. tccli/services/lke/lke_client.py +450 -180
  92. tccli/services/lkeap/lkeap_client.py +142 -12
  93. tccli/services/lkeap/v20240522/api.json +263 -0
  94. tccli/services/lkeap/v20240522/examples.json +35 -1
  95. tccli/services/mariadb/mariadb_client.py +250 -100
  96. tccli/services/mdc/mdc_client.py +90 -36
  97. tccli/services/mdl/mdl_client.py +165 -66
  98. tccli/services/mdl/v20200326/api.json +186 -12
  99. tccli/services/mdl/v20200326/examples.json +16 -16
  100. tccli/services/mdp/mdp_client.py +416 -124
  101. tccli/services/mdp/v20200527/api.json +146 -14
  102. tccli/services/mdp/v20200527/examples.json +95 -79
  103. tccli/services/message/__init__.py +4 -0
  104. tccli/services/message/message_client.py +210 -0
  105. tccli/services/message/v20181225/api.json +72 -0
  106. tccli/services/message/v20181225/examples.json +13 -0
  107. tccli/services/mongodb/mongodb_client.py +369 -58
  108. tccli/services/mongodb/v20190725/api.json +811 -226
  109. tccli/services/mongodb/v20190725/examples.json +54 -22
  110. tccli/services/monitor/monitor_client.py +1008 -296
  111. tccli/services/monitor/v20180724/api.json +657 -8
  112. tccli/services/monitor/v20180724/examples.json +152 -4
  113. tccli/services/mps/mps_client.py +684 -184
  114. tccli/services/mps/v20190612/api.json +1656 -222
  115. tccli/services/mps/v20190612/examples.json +60 -10
  116. tccli/services/msp/msp_client.py +35 -14
  117. tccli/services/ocr/ocr_client.py +246 -76
  118. tccli/services/ocr/v20181119/api.json +83 -4
  119. tccli/services/ocr/v20181119/examples.json +8 -0
  120. tccli/services/omics/omics_client.py +100 -40
  121. tccli/services/organization/organization_client.py +580 -232
  122. tccli/services/postgres/postgres_client.py +455 -182
  123. tccli/services/privatedns/privatedns_client.py +155 -62
  124. tccli/services/pts/pts_client.py +240 -96
  125. tccli/services/quota/quota_client.py +229 -2
  126. tccli/services/quota/v20241204/api.json +451 -2
  127. tccli/services/quota/v20241204/examples.json +42 -3
  128. tccli/services/rce/rce_client.py +5 -2
  129. tccli/services/redis/redis_client.py +545 -218
  130. tccli/services/redis/v20180412/api.json +225 -113
  131. tccli/services/redis/v20180412/examples.json +19 -19
  132. tccli/services/region/region_client.py +15 -6
  133. tccli/services/rum/rum_client.py +300 -120
  134. tccli/services/scf/scf_client.py +210 -84
  135. tccli/services/ses/ses_client.py +145 -58
  136. tccli/services/sms/sms_client.py +90 -36
  137. tccli/services/sqlserver/sqlserver_client.py +695 -278
  138. tccli/services/ssl/ssl_client.py +190 -76
  139. tccli/services/ssm/ssm_client.py +120 -48
  140. tccli/services/sts/sts_client.py +25 -10
  141. tccli/services/tag/tag_client.py +150 -60
  142. tccli/services/tat/tat_client.py +95 -38
  143. tccli/services/tbaas/tbaas_client.py +20 -8
  144. tccli/services/tcaplusdb/tcaplusdb_client.py +260 -104
  145. tccli/services/tchd/tchd_client.py +5 -2
  146. tccli/services/tcmpp/tcmpp_client.py +520 -208
  147. tccli/services/tcr/tcr_client.py +380 -152
  148. tccli/services/tcsas/tcsas_client.py +295 -118
  149. tccli/services/tcsas/v20250106/api.json +101 -61
  150. tccli/services/tcsas/v20250106/examples.json +2 -2
  151. tccli/services/tcss/tcss_client.py +1650 -660
  152. tccli/services/tdid/tdid_client.py +240 -96
  153. tccli/services/tdmq/tdmq_client.py +470 -188
  154. tccli/services/tem/tem_client.py +280 -112
  155. tccli/services/teo/teo_client.py +1365 -483
  156. tccli/services/teo/v20220901/api.json +354 -39
  157. tccli/services/teo/v20220901/examples.json +24 -0
  158. tccli/services/tione/tione_client.py +5 -2
  159. tccli/services/tiw/tiw_client.py +255 -102
  160. tccli/services/tke/tke_client.py +690 -276
  161. tccli/services/tms/tms_client.py +5 -2
  162. tccli/services/tmt/tmt_client.py +5 -2
  163. tccli/services/trabbit/trabbit_client.py +145 -58
  164. tccli/services/trro/trro_client.py +95 -38
  165. tccli/services/trtc/trtc_client.py +255 -102
  166. tccli/services/trtc/v20190722/api.json +6 -6
  167. tccli/services/trtc/v20190722/examples.json +7 -7
  168. tccli/services/tts/tts_client.py +5 -2
  169. tccli/services/vclm/vclm_client.py +10 -4
  170. tccli/services/vm/vm_client.py +20 -8
  171. tccli/services/vod/vod_client.py +895 -358
  172. tccli/services/vpc/v20170312/api.json +970 -75
  173. tccli/services/vpc/v20170312/examples.json +106 -10
  174. tccli/services/vpc/vpc_client.py +2159 -644
  175. tccli/services/waf/waf_client.py +535 -214
  176. tccli/services/wedata/v20250806/api.json +13644 -0
  177. tccli/services/wedata/v20250806/examples.json +621 -0
  178. tccli/services/wedata/wedata_client.py +6067 -1263
  179. tccli/services/yunjing/yunjing_client.py +355 -142
  180. {tccli_intl_en-3.0.1265.1.dist-info → tccli_intl_en-3.0.1283.1.dist-info}/METADATA +4 -7
  181. {tccli_intl_en-3.0.1265.1.dist-info → tccli_intl_en-3.0.1283.1.dist-info}/RECORD +185 -179
  182. {tccli_intl_en-3.0.1265.1.dist-info → tccli_intl_en-3.0.1283.1.dist-info}/WHEEL +1 -1
  183. {tccli_intl_en-3.0.1265.1.dist-info → tccli_intl_en-3.0.1283.1.dist-info}/entry_points.txt +0 -1
  184. {tccli_intl_en-3.0.1265.1.dist-info → tccli_intl_en-3.0.1283.1.dist-info}/LICENSE +0 -0
  185. {tccli_intl_en-3.0.1265.1.dist-info → tccli_intl_en-3.0.1283.1.dist-info}/top_level.txt +0 -0
@@ -14,6 +14,13 @@
14
14
  "output": "BindNewLVBDomainWithChannelResponse",
15
15
  "status": "online"
16
16
  },
17
+ "BindSSAICDNDomainWithChannel": {
18
+ "document": "This API is used to bind a CDN playback domain to a channel.",
19
+ "input": "BindSSAICDNDomainWithChannelRequest",
20
+ "name": "Bind an SSAI channel to a CDN playback domain",
21
+ "output": "BindSSAICDNDomainWithChannelResponse",
22
+ "status": "online"
23
+ },
17
24
  "CreateStreamPackageChannel": {
18
25
  "document": "This API is used to create a StreamPackage channel.",
19
26
  "input": "CreateStreamPackageChannelRequest",
@@ -419,6 +426,13 @@
419
426
  "name": "UnbindLinearAssemblyCDNDomainWithChannel",
420
427
  "output": "UnbindLinearAssemblyCDNDomainWithChannelResponse",
421
428
  "status": "online"
429
+ },
430
+ "UnbindSSAICDNDomainWithChannel": {
431
+ "document": "This API is used to cancel the correlation between a channel and a CDN playback domain.",
432
+ "input": "UnbindSSAICDNDomainWithChannelRequest",
433
+ "name": "Unbind an SSAI channel and CDN domain",
434
+ "output": "UnbindSSAICDNDomainWithChannelResponse",
435
+ "status": "online"
422
436
  }
423
437
  },
424
438
  "metadata": {
@@ -629,6 +643,42 @@
629
643
  ],
630
644
  "type": "object"
631
645
  },
646
+ "BindSSAICDNDomainWithChannelRequest": {
647
+ "document": "BindSSAICDNDomainWithChannel request structure.",
648
+ "members": [
649
+ {
650
+ "disabled": false,
651
+ "document": "Channel Id.",
652
+ "example": "ChannelId",
653
+ "member": "string",
654
+ "name": "ChannelId",
655
+ "required": true,
656
+ "type": "string"
657
+ },
658
+ {
659
+ "disabled": false,
660
+ "document": "Specifies the playback domain of CDN.",
661
+ "example": "CdnDomain",
662
+ "member": "string",
663
+ "name": "CdnDomain",
664
+ "required": true,
665
+ "type": "string"
666
+ }
667
+ ],
668
+ "type": "object"
669
+ },
670
+ "BindSSAICDNDomainWithChannelResponse": {
671
+ "document": "BindSSAICDNDomainWithChannel response structure.",
672
+ "members": [
673
+ {
674
+ "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
675
+ "member": "string",
676
+ "name": "RequestId",
677
+ "type": "string"
678
+ }
679
+ ],
680
+ "type": "object"
681
+ },
632
682
  "CacheInfo": {
633
683
  "document": "Cache configuration",
634
684
  "members": [
@@ -788,7 +838,7 @@
788
838
  {
789
839
  "disabled": false,
790
840
  "document": "The vod type is valid, the content is valid starting time, Entire and SpecifyTimeRange are optional.",
791
- "example": "",
841
+ "example": "Entire",
792
842
  "member": "string",
793
843
  "name": "Type",
794
844
  "output_required": false,
@@ -797,9 +847,9 @@
797
847
  "value_allowed_null": false
798
848
  },
799
849
  {
800
- "disabled": false,
850
+ "disabled": true,
801
851
  "document": "Offset, valid when Type is SpecifyTimeRange.",
802
- "example": "",
852
+ "example": "300",
803
853
  "member": "uint64",
804
854
  "name": "Offset",
805
855
  "output_required": false,
@@ -920,7 +970,7 @@
920
970
  {
921
971
  "disabled": false,
922
972
  "document": "Channel ID",
923
- "example": "XXX",
973
+ "example": "13579",
924
974
  "member": "string",
925
975
  "name": "Id",
926
976
  "required": true,
@@ -929,7 +979,7 @@
929
979
  {
930
980
  "disabled": false,
931
981
  "document": "Endpoint name, which must contain 1 to 32 characters and supports digits, letters, and underscores",
932
- "example": "XXX",
982
+ "example": "john",
933
983
  "member": "string",
934
984
  "name": "Name",
935
985
  "required": true,
@@ -1037,7 +1087,7 @@
1037
1087
  },
1038
1088
  {
1039
1089
  "disabled": false,
1040
- "document": "Channel protocol. Valid values: HLS, DASH, CMAF.",
1090
+ "document": "Channel protocol. Valid values: HLS/DASH.",
1041
1091
  "example": "HLS",
1042
1092
  "member": "string",
1043
1093
  "name": "Protocol",
@@ -1526,6 +1576,15 @@
1526
1576
  "name": "PackageConfs",
1527
1577
  "required": false,
1528
1578
  "type": "list"
1579
+ },
1580
+ {
1581
+ "disabled": false,
1582
+ "document": "The sourcetag allows ADS to deliver more precise ads based on the Source Tag information",
1583
+ "example": "无",
1584
+ "member": "SourceTag",
1585
+ "name": "SourceTags",
1586
+ "required": false,
1587
+ "type": "list"
1529
1588
  }
1530
1589
  ],
1531
1590
  "type": "object"
@@ -1633,7 +1692,7 @@
1633
1692
  {
1634
1693
  "disabled": false,
1635
1694
  "document": "DRM system providers, when the encryption method is CBCS, the optional values are `PlayReady`, `Widevine`, `FairPlay`; when the encryption method is CENC, the oprional values are `PlayReady`, `Widevine`.",
1636
- "example": "",
1695
+ "example": "[\"FairPlay\"]",
1637
1696
  "member": "string",
1638
1697
  "name": "DRMSystems",
1639
1698
  "output_required": false,
@@ -1655,7 +1714,7 @@
1655
1714
  {
1656
1715
  "disabled": false,
1657
1716
  "document": "Key server address; must start with https://.",
1658
- "example": "",
1717
+ "example": "\"https://www.tencent.com\"",
1659
1718
  "member": "string",
1660
1719
  "name": "KeyServerUrl",
1661
1720
  "output_required": false,
@@ -1699,7 +1758,7 @@
1699
1758
  {
1700
1759
  "disabled": false,
1701
1760
  "document": "Optional, specifies the rotation interval in seconds; empty, or an integer between 300-2592000.",
1702
- "example": "",
1761
+ "example": "001",
1703
1762
  "member": "int64",
1704
1763
  "name": "KeyRotationInterval",
1705
1764
  "output_required": false,
@@ -4371,7 +4430,7 @@
4371
4430
  {
4372
4431
  "disabled": false,
4373
4432
  "document": "Channel ID",
4374
- "example": "XXX",
4433
+ "example": "001",
4375
4434
  "member": "string",
4376
4435
  "name": "Id",
4377
4436
  "required": true,
@@ -4380,7 +4439,7 @@
4380
4439
  {
4381
4440
  "disabled": false,
4382
4441
  "document": "Channel endpoint URL",
4383
- "example": "XXX",
4442
+ "example": "https://www.tencent.com",
4384
4443
  "member": "string",
4385
4444
  "name": "Url",
4386
4445
  "required": true,
@@ -4389,7 +4448,7 @@
4389
4448
  {
4390
4449
  "disabled": false,
4391
4450
  "document": "New endpoint name",
4392
- "example": "XXX",
4451
+ "example": "john",
4393
4452
  "member": "string",
4394
4453
  "name": "Name",
4395
4454
  "required": true,
@@ -4452,7 +4511,7 @@
4452
4511
  {
4453
4512
  "disabled": false,
4454
4513
  "document": "The customer-defined url parameter is inserted into the subscript at the specified position of the Endpoint url. \nCalculation starts from the first '/' in the url path, and the subscript starts from 0, the optional range of the subscript is: [0,3].",
4455
- "example": "",
4514
+ "example": "0",
4456
4515
  "member": "uint64",
4457
4516
  "name": "CustomUrlParamIndex",
4458
4517
  "required": false,
@@ -4461,7 +4520,7 @@
4461
4520
  {
4462
4521
  "disabled": false,
4463
4522
  "document": "Customer-defined url parameters are inserted into the specified position of the Endpoint url based on the CustomUrlParamIndex.\nThe parameters can only contain digits, letters, underscores (_), and hyphens (-), with a length of 1 to 64 chars.",
4464
- "example": "",
4523
+ "example": "\"xx\"",
4465
4524
  "member": "string",
4466
4525
  "name": "CustomUrlParam",
4467
4526
  "required": false,
@@ -4944,6 +5003,15 @@
4944
5003
  "name": "PackageConfs",
4945
5004
  "required": false,
4946
5005
  "type": "list"
5006
+ },
5007
+ {
5008
+ "disabled": false,
5009
+ "document": "ADS can return more precise advertisements based on Source Tag information.",
5010
+ "example": "无",
5011
+ "member": "SourceTag",
5012
+ "name": "SourceTags",
5013
+ "required": false,
5014
+ "type": "list"
4947
5015
  }
4948
5016
  ],
4949
5017
  "type": "object"
@@ -6253,6 +6321,34 @@
6253
6321
  ],
6254
6322
  "usage": "both"
6255
6323
  },
6324
+ "SourceTag": {
6325
+ "document": "type SourceTag struct {\n\tKey string `json:\"Key\"`\n\tValue string `json:\"Value\"`\n}",
6326
+ "members": [
6327
+ {
6328
+ "disabled": false,
6329
+ "document": "",
6330
+ "example": "TESTKEY",
6331
+ "member": "string",
6332
+ "name": "Key",
6333
+ "output_required": false,
6334
+ "required": false,
6335
+ "type": "string",
6336
+ "value_allowed_null": false
6337
+ },
6338
+ {
6339
+ "disabled": false,
6340
+ "document": "",
6341
+ "example": "testvalue",
6342
+ "member": "string",
6343
+ "name": "Value",
6344
+ "output_required": false,
6345
+ "required": false,
6346
+ "type": "string",
6347
+ "value_allowed_null": false
6348
+ }
6349
+ ],
6350
+ "usage": "both"
6351
+ },
6256
6352
  "SpliceInsertInfo": {
6257
6353
  "document": "SpliceInsertInfo.",
6258
6354
  "members": [
@@ -6567,6 +6663,42 @@
6567
6663
  ],
6568
6664
  "type": "object"
6569
6665
  },
6666
+ "UnbindSSAICDNDomainWithChannelRequest": {
6667
+ "document": "UnbindSSAICDNDomainWithChannel request structure.",
6668
+ "members": [
6669
+ {
6670
+ "disabled": false,
6671
+ "document": "Channel Id.",
6672
+ "example": "ChannelId",
6673
+ "member": "string",
6674
+ "name": "ChannelId",
6675
+ "required": true,
6676
+ "type": "string"
6677
+ },
6678
+ {
6679
+ "disabled": false,
6680
+ "document": "Specifies the playback domain of CDN.",
6681
+ "example": "CdnDomain",
6682
+ "member": "string",
6683
+ "name": "CdnDomain",
6684
+ "required": true,
6685
+ "type": "string"
6686
+ }
6687
+ ],
6688
+ "type": "object"
6689
+ },
6690
+ "UnbindSSAICDNDomainWithChannelResponse": {
6691
+ "document": "UnbindSSAICDNDomainWithChannel response structure.",
6692
+ "members": [
6693
+ {
6694
+ "document": "The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.",
6695
+ "member": "string",
6696
+ "name": "RequestId",
6697
+ "type": "string"
6698
+ }
6699
+ ],
6700
+ "type": "object"
6701
+ },
6570
6702
  "UsageDetail": {
6571
6703
  "document": "Ad insertion configuration and SSAI usage detail by advertisement type dimension.",
6572
6704
  "members": [