tccli 3.0.1268.1__py2.py3-none-any.whl → 3.0.1270.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 (107) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/__init__.py +5 -4
  3. tccli/services/aiart/aiart_client.py +106 -0
  4. tccli/services/aiart/v20221229/api.json +286 -11
  5. tccli/services/aiart/v20221229/examples.json +18 -2
  6. tccli/services/antiddos/v20200309/api.json +201 -132
  7. tccli/services/antiddos/v20200309/examples.json +12 -12
  8. tccli/services/apm/v20210622/api.json +13 -3
  9. tccli/services/billing/billing_client.py +4 -163
  10. tccli/services/billing/v20180709/api.json +0 -489
  11. tccli/services/billing/v20180709/examples.json +0 -24
  12. tccli/services/cam/v20190116/api.json +8 -8
  13. tccli/services/cat/v20180409/api.json +3 -1
  14. tccli/services/cbs/cbs_client.py +220 -8
  15. tccli/services/cbs/v20170312/api.json +418 -2
  16. tccli/services/cbs/v20170312/examples.json +32 -0
  17. tccli/services/ccc/v20200210/api.json +11 -11
  18. tccli/services/ccc/v20200210/examples.json +2 -2
  19. tccli/services/cdb/v20170320/api.json +48 -18
  20. tccli/services/cdwdoris/v20211228/api.json +10 -1
  21. tccli/services/cfw/v20190904/api.json +30 -30
  22. tccli/services/ckafka/v20190819/api.json +10 -0
  23. tccli/services/cls/v20201016/api.json +11 -0
  24. tccli/services/csip/v20221121/api.json +38 -38
  25. tccli/services/cwp/cwp_client.py +4 -57
  26. tccli/services/cwp/v20180228/api.json +0 -184
  27. tccli/services/cwp/v20180228/examples.json +0 -8
  28. tccli/services/cynosdb/v20190107/api.json +1 -1
  29. tccli/services/cynosdb/v20190107/examples.json +1 -1
  30. tccli/services/dcdb/dcdb_client.py +122 -16
  31. tccli/services/dcdb/v20180411/api.json +222 -0
  32. tccli/services/dcdb/v20180411/examples.json +16 -0
  33. tccli/services/dlc/v20210125/api.json +169 -50
  34. tccli/services/dlc/v20210125/examples.json +20 -20
  35. tccli/services/domain/v20180808/api.json +8 -8
  36. tccli/services/domain/v20180808/examples.json +3 -3
  37. tccli/services/dts/v20211206/api.json +1 -1
  38. tccli/services/es/v20180416/api.json +9 -9
  39. tccli/services/ess/v20201111/api.json +1 -1
  40. tccli/services/essbasic/v20210526/api.json +3 -3
  41. tccli/services/essbasic/v20210526/examples.json +2 -2
  42. tccli/services/facefusion/v20220927/api.json +4 -4
  43. tccli/services/faceid/v20180301/api.json +5 -5
  44. tccli/services/faceid/v20180301/examples.json +6 -0
  45. tccli/services/gme/v20180711/api.json +147 -141
  46. tccli/services/gme/v20180711/examples.json +9 -9
  47. tccli/services/hunyuan/v20230901/api.json +9 -0
  48. tccli/services/iotexplorer/v20190423/api.json +4 -4
  49. tccli/services/iotexplorer/v20190423/examples.json +5 -5
  50. tccli/services/keewidb/v20220308/api.json +2 -2
  51. tccli/services/lcic/v20220817/api.json +177 -177
  52. tccli/services/lcic/v20220817/examples.json +2 -2
  53. tccli/services/lighthouse/v20200324/api.json +76 -67
  54. tccli/services/live/v20180801/api.json +1 -1
  55. tccli/services/lke/v20231130/api.json +31 -0
  56. tccli/services/lkeap/v20240522/api.json +55 -9
  57. tccli/services/lkeap/v20240522/examples.json +1 -1
  58. tccli/services/mna/mna_client.py +106 -0
  59. tccli/services/mna/v20210119/api.json +246 -0
  60. tccli/services/mna/v20210119/examples.json +16 -0
  61. tccli/services/monitor/monitor_client.py +62 -57
  62. tccli/services/monitor/v20230616/api.json +266 -0
  63. tccli/services/monitor/v20230616/examples.json +19 -0
  64. tccli/services/mqtt/mqtt_client.py +489 -12
  65. tccli/services/mqtt/v20240516/api.json +864 -3
  66. tccli/services/mqtt/v20240516/examples.json +72 -0
  67. tccli/services/ocr/ocr_client.py +53 -0
  68. tccli/services/ocr/v20181119/api.json +319 -2
  69. tccli/services/ocr/v20181119/examples.json +8 -0
  70. tccli/services/postgres/postgres_client.py +334 -16
  71. tccli/services/postgres/v20170312/api.json +717 -34
  72. tccli/services/postgres/v20170312/examples.json +72 -0
  73. tccli/services/ses/v20201002/api.json +15 -5
  74. tccli/services/ssl/v20191205/api.json +496 -493
  75. tccli/services/ssl/v20191205/examples.json +144 -24
  76. tccli/services/svp/v20240125/api.json +6 -6
  77. tccli/services/taf/taf_client.py +0 -159
  78. tccli/services/taf/v20200210/api.json +0 -665
  79. tccli/services/taf/v20200210/examples.json +0 -24
  80. tccli/services/teo/v20220901/api.json +40 -2
  81. tccli/services/tione/v20211111/api.json +14 -3
  82. tccli/services/trabbit/__init__.py +4 -0
  83. tccli/services/trabbit/trabbit_client.py +1691 -0
  84. tccli/services/trabbit/v20230418/api.json +4773 -0
  85. tccli/services/trabbit/v20230418/examples.json +237 -0
  86. tccli/services/trp/v20210515/api.json +549 -513
  87. tccli/services/trp/v20210515/examples.json +5 -5
  88. tccli/services/trtc/v20190722/api.json +8 -8
  89. tccli/services/trtc/v20190722/examples.json +2 -2
  90. tccli/services/vclm/v20240523/api.json +0 -450
  91. tccli/services/vclm/v20240523/examples.json +0 -48
  92. tccli/services/vclm/vclm_client.py +0 -159
  93. tccli/services/vpc/v20170312/api.json +124 -0
  94. tccli/services/vpc/v20170312/examples.json +16 -0
  95. tccli/services/vpc/vpc_client.py +106 -0
  96. tccli/services/wedata/v20210820/api.json +211 -33
  97. tccli/services/wedata/v20210820/examples.json +14 -0
  98. tccli/services/wedata/wedata_client.py +53 -0
  99. {tccli-3.0.1268.1.dist-info → tccli-3.0.1270.1.dist-info}/METADATA +2 -2
  100. {tccli-3.0.1268.1.dist-info → tccli-3.0.1270.1.dist-info}/RECORD +103 -101
  101. tccli/services/aa/__init__.py +0 -4
  102. tccli/services/aa/aa_client.py +0 -207
  103. tccli/services/aa/v20200224/api.json +0 -397
  104. tccli/services/aa/v20200224/examples.json +0 -13
  105. {tccli-3.0.1268.1.dist-info → tccli-3.0.1270.1.dist-info}/WHEEL +0 -0
  106. {tccli-3.0.1268.1.dist-info → tccli-3.0.1270.1.dist-info}/entry_points.txt +0 -0
  107. {tccli-3.0.1268.1.dist-info → tccli-3.0.1270.1.dist-info}/license_files/LICENSE +0 -0
@@ -7,30 +7,6 @@
7
7
  "output": "{\n \"Response\": {\n \"Data\": {\n \"Code\": 0,\n \"Message\": \"OK\",\n \"Value\": {\n \"Level\": 4,\n \"UserIp\": \"203.205.141.118\"\n }\n },\n \"RequestId\": \"be7d30aa-a824-4b5d-9b53-288e9dae2423\"\n }\n}",
8
8
  "title": "IP风险查询接口"
9
9
  }
10
- ],
11
- "RecognizeCustomizedAudience": [
12
- {
13
- "document": "",
14
- "input": "https://taf.tencentcloudapi.com/?Action=RecognizeCustomizedAudience\r\n&BspData.Uid=bfd81ee3ed27ad31c95ca75e21365973\r\n&BspData.AccountType=2\r\n&BspData.ModelIdList.0=5128\r\n&BspData.ModelIdList.1=5129\r\n&<公共请求参数>",
15
- "output": "{\n \"Response\": {\n \"Data\": {\n \"Code\": 0,\n \"Message\": \"OK\",\n \"Value\": [\n {\n \"ModelId\": 5128,\n \"IsFound\": 1,\n \"Score\": 120\n },\n {\n \"ModelId\": 5129,\n \"IsFound\": 0,\n \"Score\": 0\n }\n ]\n },\n \"RequestId\": \"6ef60bec-0242-43af-bb20-270359fb54a7\"\n }\n}",
16
- "title": "RecognizeCustomizedAudience"
17
- }
18
- ],
19
- "RecognizePreciseTargetAudience": [
20
- {
21
- "document": "",
22
- "input": "https://taf.tencentcloudapi.com/?Action=RecognizePreciseTargetAudience\r\n&BspData.Uid=bfd81ee3ed27ad31c95ca75e21365973\r\n&BspData.AccountType=2\r\n&BspData.ModelIdList.0=5128\r\n&BspData.ModelIdList.1=5129\r\n&<公共请求参数>",
23
- "output": "{\n \"Response\": {\n \"Data\": {\n \"Code\": 0,\n \"Message\": \"OK\",\n \"Value\": [\n {\n \"ModelId\": 5128,\n \"IsFound\": 1,\n \"Score\": 120\n },\n {\n \"ModelId\": 5129,\n \"IsFound\": 0,\n \"Score\": 0\n }\n ]\n },\n \"RequestId\": \"6ef60bec-0242-43af-bb20-270359fb54a7\"\n }\n}",
24
- "title": "RecognizePreciseTargetAudience"
25
- }
26
- ],
27
- "RecognizeTargetAudience": [
28
- {
29
- "document": "",
30
- "input": "POST / HTTP/1.1\nHost: taf.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RecognizeTargetAudience\n<公共请求参数>\n\n{\n \"BspData\": {\n \"Uid\": \"892022376********ec97a65130bce53\",\n \"AccountType\": 256,\n \"ModelIdList\": [\n 5427\n ],\n \"IsAuthorized\": 1\n },\n \"BusinessEncryptData\": {\n \"EncryptMethod\": 1,\n \"EncryptData\": \"7ecfc5536b47f4fa7d********b67564caab7e6845531f02fd28feb8122f7afa\",\n \"EncryptMode\": 1,\n \"PaddingType\": 1\n }\n}\n\n",
31
- "output": "{\n \"Response\": {\n \"Data\": {\n \"Message\": \"OK\",\n \"Code\": 0,\n \"Value\": [\n {\n \"Uid\": \"892022376********ec97a65130bce53\",\n \"IsFound\": 0,\n \"Score\": 0,\n \"ModelId\": 5427,\n \"ModelType\": 1\n }\n ]\n },\n \"RequestId\": \"c98f2f4f-****-****-****-669fb2679589\"\n }\n}",
32
- "title": "RecognizeTargetAudience"
33
- }
34
10
  ]
35
11
  },
36
12
  "version": "1.0"
@@ -5506,7 +5506,7 @@
5506
5506
  "members": [
5507
5507
  {
5508
5508
  "disabled": false,
5509
- "document": "站点 ID",
5509
+ "document": "站点 ID。\n若您希望快速提交不同站点下的 Targets Url,可以将其填写为 *,但前提是调用该 API 的账号必须具备主账号下全部站点资源的权限。",
5510
5510
  "example": "8afj24jzg9",
5511
5511
  "member": "string",
5512
5512
  "name": "ZoneId",
@@ -5523,7 +5523,7 @@
5523
5523
  "type": "list"
5524
5524
  },
5525
5525
  {
5526
- "disabled": false,
5526
+ "disabled": true,
5527
5527
  "document": "是否对url进行encode,若内容含有非 ASCII 字符集的字符,请开启此开关进行编码转换(编码规则遵循 RFC3986)。",
5528
5528
  "example": "true",
5529
5529
  "member": "bool",
@@ -17101,6 +17101,26 @@
17101
17101
  "output_required": false,
17102
17102
  "type": "string",
17103
17103
  "value_allowed_null": false
17104
+ },
17105
+ {
17106
+ "disabled": false,
17107
+ "document": "云点播回源范围,当 OriginType = VOD 时该参数会返回值。取值有:<li>all:当前源站对应的云点播应用内所有文件,默认值为 all;</li> <li>bucket:当前源站对应的云点播应用下指定某一个存储桶内的文件。通过参数 VodBucketId 来指定存储桶。\n</li>",
17108
+ "example": "bucket",
17109
+ "member": "string",
17110
+ "name": "VodOriginScope",
17111
+ "output_required": false,
17112
+ "type": "string",
17113
+ "value_allowed_null": false
17114
+ },
17115
+ {
17116
+ "disabled": false,
17117
+ "document": "云点播存储桶 ID,该参数当 OriginType = VOD 且 VodOriginScope = bucket 时必填。数据来源:云点播专业版应用下存储桶的存储 ID 。",
17118
+ "example": "9lh4zav2ctts0ao",
17119
+ "member": "string",
17120
+ "name": "VodBucketId",
17121
+ "output_required": false,
17122
+ "type": "string",
17123
+ "value_allowed_null": false
17104
17124
  }
17105
17125
  ],
17106
17126
  "usage": "out"
@@ -17443,6 +17463,24 @@
17443
17463
  "name": "VodeoBucketId",
17444
17464
  "required": false,
17445
17465
  "type": "string"
17466
+ },
17467
+ {
17468
+ "disabled": false,
17469
+ "document": "云点播回源范围,该参数当 OriginType = VOD 时生效。取值有:<li>all:当前源站对应的云点播应用内所有文件,默认值为 all;</li><li>bucket:当前源站对应的云点播应用下指定某一个存储桶内的文件。通过参数 VodBucketId 来指定存储桶。\n</li>",
17470
+ "example": "bucket",
17471
+ "member": "string",
17472
+ "name": "VodOriginScope",
17473
+ "required": false,
17474
+ "type": "string"
17475
+ },
17476
+ {
17477
+ "disabled": false,
17478
+ "document": "VOD 存储桶 ID,该参数当 OriginType = VOD 且 VodOriginScope = bucket 时必填。数据来源:云点播专业版应用下存储桶的存储 ID 。",
17479
+ "example": "9lh4zav2ctts0ao",
17480
+ "member": "string",
17481
+ "name": "VodBucketId",
17482
+ "required": false,
17483
+ "type": "string"
17446
17484
  }
17447
17485
  ],
17448
17486
  "usage": "in"
@@ -7283,7 +7283,7 @@
7283
7283
  "value_allowed_null": true
7284
7284
  },
7285
7285
  {
7286
- "disabled": false,
7286
+ "disabled": true,
7287
7287
  "document": "容器列表\n注意:此字段可能返回 null,表示取不到有效值。",
7288
7288
  "example": "无",
7289
7289
  "member": "Container",
@@ -7314,6 +7314,17 @@
7314
7314
  "required": false,
7315
7315
  "type": "object",
7316
7316
  "value_allowed_null": true
7317
+ },
7318
+ {
7319
+ "disabled": false,
7320
+ "document": "实例的状态信息",
7321
+ "example": "Running",
7322
+ "member": "string",
7323
+ "name": "Status",
7324
+ "output_required": false,
7325
+ "required": false,
7326
+ "type": "string",
7327
+ "value_allowed_null": false
7317
7328
  }
7318
7329
  ],
7319
7330
  "usage": "both"
@@ -9157,7 +9168,7 @@
9157
9168
  {
9158
9169
  "disabled": false,
9159
9170
  "document": "当前资源售罄时,可用的区域有哪些",
9160
- "example": "[]",
9171
+ "example": "[\"ap-beijing\"]",
9161
9172
  "member": "string",
9162
9173
  "name": "AvailableRegion",
9163
9174
  "output_required": true,
@@ -9167,7 +9178,7 @@
9167
9178
  {
9168
9179
  "disabled": false,
9169
9180
  "document": "当前计费项支持的特性\n注意:此字段可能返回 null,表示取不到有效值。",
9170
- "example": "[]",
9181
+ "example": "[\"CFS\",\"COS\"]",
9171
9182
  "member": "string",
9172
9183
  "name": "SpecFeatures",
9173
9184
  "output_required": false,
@@ -0,0 +1,4 @@
1
+ # -*- coding: utf-8 -*-
2
+
3
+ from tccli.services.trabbit.trabbit_client import action_caller
4
+