tccli 3.0.1278.1__py2.py3-none-any.whl → 3.0.1280.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 (70) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/aiart/v20221229/api.json +1 -1
  3. tccli/services/antiddos/v20200309/api.json +5 -1
  4. tccli/services/apm/v20210622/api.json +32 -32
  5. tccli/services/apm/v20210622/examples.json +1 -1
  6. tccli/services/billing/v20180709/api.json +550 -529
  7. tccli/services/billing/v20180709/examples.json +4 -4
  8. tccli/services/cat/v20180409/api.json +2 -2
  9. tccli/services/cdwdoris/v20211228/api.json +15 -1
  10. tccli/services/cdwpg/cdwpg_client.py +866 -18
  11. tccli/services/cdwpg/v20201230/api.json +2888 -551
  12. tccli/services/cdwpg/v20201230/examples.json +138 -10
  13. tccli/services/cfs/v20190719/examples.json +8 -2
  14. tccli/services/ciam/v20220331/api.json +111 -111
  15. tccli/services/ciam/v20220331/examples.json +8 -8
  16. tccli/services/cls/v20201016/api.json +1 -1
  17. tccli/services/controlcenter/v20230110/api.json +7 -5
  18. tccli/services/csip/v20221121/api.json +66 -6
  19. tccli/services/cvm/v20170312/api.json +282 -267
  20. tccli/services/cvm/v20170312/examples.json +2 -2
  21. tccli/services/dbbrain/v20191016/api.json +12 -8
  22. tccli/services/dbbrain/v20210527/api.json +20 -20
  23. tccli/services/dlc/v20210125/api.json +19 -0
  24. tccli/services/dlc/v20210125/examples.json +1 -1
  25. tccli/services/emr/v20190103/api.json +11 -0
  26. tccli/services/es/v20180416/api.json +13 -0
  27. tccli/services/ess/v20201111/api.json +2 -2
  28. tccli/services/essbasic/v20210526/api.json +2 -2
  29. tccli/services/goosefs/v20220519/api.json +16 -15
  30. tccli/services/goosefs/v20220519/examples.json +2 -2
  31. tccli/services/gwlb/v20240906/api.json +22 -3
  32. tccli/services/gwlb/v20240906/examples.json +1 -1
  33. tccli/services/iotcloud/v20210408/api.json +243 -245
  34. tccli/services/iotcloud/v20210408/examples.json +64 -64
  35. tccli/services/keewidb/v20220308/api.json +92 -92
  36. tccli/services/live/v20180801/api.json +287 -274
  37. tccli/services/lke/lke_client.py +114 -8
  38. tccli/services/lke/v20231130/api.json +220 -0
  39. tccli/services/lke/v20231130/examples.json +16 -0
  40. tccli/services/mongodb/v20190725/api.json +4 -3
  41. tccli/services/mongodb/v20190725/examples.json +2 -2
  42. tccli/services/monitor/v20180724/examples.json +2 -2
  43. tccli/services/mps/v20190612/api.json +20 -9
  44. tccli/services/mqtt/mqtt_client.py +57 -4
  45. tccli/services/mqtt/v20240516/api.json +88 -0
  46. tccli/services/mqtt/v20240516/examples.json +8 -0
  47. tccli/services/ocr/v20181119/api.json +4 -4
  48. tccli/services/pts/v20210728/api.json +44 -6
  49. tccli/services/redis/v20180412/api.json +66 -66
  50. tccli/services/rum/v20210622/api.json +90 -0
  51. tccli/services/tag/v20180813/api.json +3 -3
  52. tccli/services/tag/v20180813/examples.json +1 -1
  53. tccli/services/tdmq/tdmq_client.py +53 -0
  54. tccli/services/tdmq/v20200217/api.json +93 -0
  55. tccli/services/tdmq/v20200217/examples.json +8 -0
  56. tccli/services/teo/v20220901/api.json +1 -1
  57. tccli/services/tke/v20180525/api.json +20 -20
  58. tccli/services/tms/v20201229/api.json +9 -0
  59. tccli/services/trp/v20210515/api.json +8 -8
  60. tccli/services/trp/v20210515/examples.json +1 -1
  61. tccli/services/tsf/v20180326/api.json +884 -884
  62. tccli/services/vod/v20180717/api.json +11 -11
  63. tccli/services/waf/v20180125/api.json +7 -7
  64. tccli/services/waf/v20180125/examples.json +1 -1
  65. tccli/services/wedata/v20210820/api.json +107 -0
  66. {tccli-3.0.1278.1.dist-info → tccli-3.0.1280.1.dist-info}/METADATA +2 -2
  67. {tccli-3.0.1278.1.dist-info → tccli-3.0.1280.1.dist-info}/RECORD +70 -70
  68. {tccli-3.0.1278.1.dist-info → tccli-3.0.1280.1.dist-info}/WHEEL +0 -0
  69. {tccli-3.0.1278.1.dist-info → tccli-3.0.1280.1.dist-info}/entry_points.txt +0 -0
  70. {tccli-3.0.1278.1.dist-info → tccli-3.0.1280.1.dist-info}/license_files/LICENSE +0 -0
@@ -693,6 +693,13 @@
693
693
  "output": "DescribeRocketMQSubscriptionsResponse",
694
694
  "status": "online"
695
695
  },
696
+ "DescribeRocketMQTopUsages": {
697
+ "document": "用于获取RocketMQ指标排序列表,比如集群实例下占用存储空间最多的主题排序。",
698
+ "input": "DescribeRocketMQTopUsagesRequest",
699
+ "name": "获取 RocketMQ 集群相关指标排序列表",
700
+ "output": "DescribeRocketMQTopUsagesResponse",
701
+ "status": "online"
702
+ },
696
703
  "DescribeRocketMQTopicMsgs": {
697
704
  "document": "rocketmq 消息查询",
698
705
  "input": "DescribeRocketMQTopicMsgsRequest",
@@ -10859,6 +10866,71 @@
10859
10866
  ],
10860
10867
  "type": "object"
10861
10868
  },
10869
+ "DescribeRocketMQTopUsagesRequest": {
10870
+ "document": "DescribeRocketMQTopUsages请求参数结构体",
10871
+ "members": [
10872
+ {
10873
+ "disabled": false,
10874
+ "document": "集群ID",
10875
+ "example": "rocketmq-xxxxx",
10876
+ "member": "string",
10877
+ "name": "ClusterId",
10878
+ "required": true,
10879
+ "type": "string"
10880
+ },
10881
+ {
10882
+ "disabled": false,
10883
+ "document": "指标名称,支持以下:\nconsumeLag,消费组堆积数量\ndeadLetterCount,死信数量\ntopicRateIn, Topic生产速率\ntopicRateOut,Topic消费速率\ntopicStorageSize,Topic存储空间\ntopicApiCalls,Topic API调用次数",
10884
+ "example": "consumeLag",
10885
+ "member": "string",
10886
+ "name": "MetricName",
10887
+ "required": true,
10888
+ "type": "string"
10889
+ },
10890
+ {
10891
+ "disabled": false,
10892
+ "document": "排序数量,最大20",
10893
+ "example": "10",
10894
+ "member": "uint64",
10895
+ "name": "Limit",
10896
+ "required": true,
10897
+ "type": "int"
10898
+ }
10899
+ ],
10900
+ "type": "object"
10901
+ },
10902
+ "DescribeRocketMQTopUsagesResponse": {
10903
+ "document": "DescribeRocketMQTopUsages返回参数结构体",
10904
+ "members": [
10905
+ {
10906
+ "disabled": false,
10907
+ "document": "指标值列表",
10908
+ "example": "[120,88]",
10909
+ "member": "int64",
10910
+ "name": "Values",
10911
+ "output_required": true,
10912
+ "type": "list",
10913
+ "value_allowed_null": false
10914
+ },
10915
+ {
10916
+ "disabled": false,
10917
+ "document": "指标值对应的维度组合,本接口存在以下几个维度:\ntenant,namespace,group,topic",
10918
+ "example": "无",
10919
+ "member": "DimensionInstance",
10920
+ "name": "Dimensions",
10921
+ "output_required": true,
10922
+ "type": "list",
10923
+ "value_allowed_null": false
10924
+ },
10925
+ {
10926
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
10927
+ "member": "string",
10928
+ "name": "RequestId",
10929
+ "type": "string"
10930
+ }
10931
+ ],
10932
+ "type": "object"
10933
+ },
10862
10934
  "DescribeRocketMQTopicMsgsRequest": {
10863
10935
  "document": "DescribeRocketMQTopicMsgs请求参数结构体",
10864
10936
  "members": [
@@ -11849,6 +11921,27 @@
11849
11921
  ],
11850
11922
  "usage": "both"
11851
11923
  },
11924
+ "DimensionInstance": {
11925
+ "document": "实例维度组合数组",
11926
+ "members": [
11927
+ {
11928
+ "disabled": false,
11929
+ "document": "实例的维度组合\n注意:此字段可能返回 null,表示取不到有效值。",
11930
+ "example": "无",
11931
+ "member": "DimensionOpt",
11932
+ "name": "Dimensions",
11933
+ "required": true,
11934
+ "type": "list",
11935
+ "value_allowed_null": true
11936
+ }
11937
+ ],
11938
+ "usage": "both"
11939
+ },
11940
+ "DimensionOpt": {
11941
+ "document": "指标维度对象",
11942
+ "members": [],
11943
+ "usage": "both"
11944
+ },
11852
11945
  "Environment": {
11853
11946
  "document": "命名空间信息",
11854
11947
  "members": [
@@ -816,6 +816,14 @@
816
816
  "title": "获取rocketmq消费组订阅关系"
817
817
  }
818
818
  ],
819
+ "DescribeRocketMQTopUsages": [
820
+ {
821
+ "document": "",
822
+ "input": "POST / HTTP/1.1\nHost: tdmq.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRocketMQTopUsages\n<公共请求参数>\n\n{\n \"ClusterId\": \"rocketmq-abc\",\n \"MetricName\": \"consumeLag\",\n \"Limit\": 1\n}",
823
+ "output": "{\n \"Response\": {\n \"Dimensions\": [\n {\n \"Dimensions\": [\n {},\n {},\n {}\n ]\n },\n {\n \"Dimensions\": [\n {},\n {},\n {}\n ]\n }\n ],\n \"RequestId\": \"f0288e86-ee7d-4a73-a788-81ca6680b06c\",\n \"Values\": [\n 309,\n 0\n ]\n }\n}",
824
+ "title": "获取 Group 堆积数量排序"
825
+ }
826
+ ],
819
827
  "DescribeRocketMQTopicMsgs": [
820
828
  {
821
829
  "document": "",
@@ -1494,7 +1494,7 @@
1494
1494
  {
1495
1495
  "disabled": false,
1496
1496
  "document": "ip 封禁的惩罚时间单位,取值有:\n<li>second:秒;</li>\n<li>minutes:分;</li>\n<li>hour:小时。</li>默认为 second。",
1497
- "example": "min",
1497
+ "example": "second",
1498
1498
  "member": "string",
1499
1499
  "name": "PunishTimeUnit",
1500
1500
  "output_required": true,
@@ -11950,13 +11950,13 @@
11950
11950
  "members": [
11951
11951
  {
11952
11952
  "disabled": false,
11953
- "document": "策略信息列表\n注意:此字段可能返回 null,表示取不到有效值。",
11953
+ "document": "策略信息列表",
11954
11954
  "example": "无",
11955
11955
  "member": "OpenPolicyInfo",
11956
11956
  "name": "OpenPolicyInfoList",
11957
11957
  "output_required": false,
11958
11958
  "type": "list",
11959
- "value_allowed_null": true
11959
+ "value_allowed_null": false
11960
11960
  },
11961
11961
  {
11962
11962
  "disabled": false,
@@ -20445,93 +20445,93 @@
20445
20445
  "members": [
20446
20446
  {
20447
20447
  "disabled": false,
20448
- "document": "策略分类:cluster集群策略、node节点策略、namespace命名空间策略、configuration配置相关策略、compute计算资源策略、storage存储资源策略、network网络资源策略\n注意:此字段可能返回 null,表示取不到有效值。",
20448
+ "document": "策略分类:cluster集群策略、node节点策略、namespace命名空间策略、configuration配置相关策略、compute计算资源策略、storage存储资源策略、network网络资源策略",
20449
20449
  "example": "cluster",
20450
20450
  "member": "string",
20451
20451
  "name": "PolicyCategory",
20452
20452
  "output_required": false,
20453
20453
  "type": "string",
20454
- "value_allowed_null": true
20454
+ "value_allowed_null": false
20455
20455
  },
20456
20456
  {
20457
20457
  "disabled": false,
20458
- "document": "策略中文名称\n注意:此字段可能返回 null,表示取不到有效值。",
20458
+ "document": "策略中文名称",
20459
20459
  "example": "存在节点的集群不允许删除",
20460
20460
  "member": "string",
20461
20461
  "name": "PolicyName",
20462
20462
  "output_required": false,
20463
20463
  "type": "string",
20464
- "value_allowed_null": true
20464
+ "value_allowed_null": false
20465
20465
  },
20466
20466
  {
20467
20467
  "disabled": false,
20468
- "document": "策略描述\n注意:此字段可能返回 null,表示取不到有效值。",
20468
+ "document": "策略描述",
20469
20469
  "example": "集群中存在任意节点,需下线节点后方可删除",
20470
20470
  "member": "string",
20471
20471
  "name": "PolicyDesc",
20472
20472
  "output_required": false,
20473
20473
  "type": "string",
20474
- "value_allowed_null": true
20474
+ "value_allowed_null": false
20475
20475
  },
20476
20476
  {
20477
20477
  "disabled": false,
20478
- "document": "策略运行模式:dryrun空跑不生效,deny拦截生效\n注意:此字段可能返回 null,表示取不到有效值。",
20478
+ "document": "策略运行模式:dryrun空跑不生效,deny拦截生效",
20479
20479
  "example": "dryrun",
20480
20480
  "member": "string",
20481
20481
  "name": "EnforcementAction",
20482
20482
  "output_required": true,
20483
20483
  "type": "string",
20484
- "value_allowed_null": true
20484
+ "value_allowed_null": false
20485
20485
  },
20486
20486
  {
20487
20487
  "disabled": false,
20488
- "document": "关联的事件数量(最近7d)\n注意:此字段可能返回 null,表示取不到有效值。",
20488
+ "document": "关联的事件数量(最近7d)",
20489
20489
  "example": "3",
20490
20490
  "member": "uint64",
20491
20491
  "name": "EventNums",
20492
20492
  "output_required": false,
20493
20493
  "type": "int",
20494
- "value_allowed_null": true
20494
+ "value_allowed_null": false
20495
20495
  },
20496
20496
  {
20497
20497
  "disabled": false,
20498
- "document": "策略英文名称\n注意:此字段可能返回 null,表示取不到有效值。",
20498
+ "document": "策略英文名称",
20499
20499
  "example": "block-crd-deletion-rule",
20500
20500
  "member": "string",
20501
20501
  "name": "Name",
20502
20502
  "output_required": true,
20503
20503
  "type": "string",
20504
- "value_allowed_null": true
20504
+ "value_allowed_null": false
20505
20505
  },
20506
20506
  {
20507
20507
  "disabled": false,
20508
- "document": "策略模板类型\n注意:此字段可能返回 null,表示取不到有效值。",
20508
+ "document": "策略模板类型",
20509
20509
  "example": "BlockCrdDeletion",
20510
20510
  "member": "string",
20511
20511
  "name": "Kind",
20512
20512
  "output_required": true,
20513
20513
  "type": "string",
20514
- "value_allowed_null": true
20514
+ "value_allowed_null": false
20515
20515
  },
20516
20516
  {
20517
20517
  "disabled": false,
20518
- "document": "策略开关状态:open打开,close关闭\n注意:此字段可能返回 null,表示取不到有效值。",
20518
+ "document": "策略开关状态:open打开,close关闭",
20519
20519
  "example": "open",
20520
20520
  "member": "string",
20521
20521
  "name": "EnabledStatus",
20522
20522
  "output_required": false,
20523
20523
  "type": "string",
20524
- "value_allowed_null": true
20524
+ "value_allowed_null": false
20525
20525
  },
20526
20526
  {
20527
20527
  "disabled": false,
20528
- "document": "策略的实例的yaml示例base64编码\n注意:此字段可能返回 null,表示取不到有效值。",
20528
+ "document": "策略的实例的yaml示例base64编码",
20529
20529
  "example": "yaml base64",
20530
20530
  "member": "string",
20531
20531
  "name": "ConstraintYamlExample",
20532
20532
  "output_required": false,
20533
20533
  "type": "string",
20534
- "value_allowed_null": true
20534
+ "value_allowed_null": false
20535
20535
  },
20536
20536
  {
20537
20537
  "disabled": false,
@@ -460,6 +460,15 @@
460
460
  "name": "Device",
461
461
  "required": false,
462
462
  "type": "object"
463
+ },
464
+ {
465
+ "disabled": false,
466
+ "document": "Content的原始语种,比如en,zh",
467
+ "example": "en",
468
+ "member": "string",
469
+ "name": "SourceLanguage",
470
+ "required": false,
471
+ "type": "string"
463
472
  }
464
473
  ],
465
474
  "type": "object"
@@ -3158,7 +3158,7 @@
3158
3158
  {
3159
3159
  "disabled": false,
3160
3160
  "document": "应用场景",
3161
- "example": "",
3161
+ "example": "1",
3162
3162
  "member": "int64",
3163
3163
  "name": "SceneCode",
3164
3164
  "required": false,
@@ -3181,23 +3181,23 @@
3181
3181
  "members": [
3182
3182
  {
3183
3183
  "disabled": false,
3184
- "document": "码列表\n注意:此字段可能返回 null,表示取不到有效值。",
3185
- "example": "[]",
3184
+ "document": "码列表",
3185
+ "example": "",
3186
3186
  "member": "CodePack",
3187
3187
  "name": "CodePacks",
3188
3188
  "output_required": true,
3189
3189
  "type": "list",
3190
- "value_allowed_null": true
3190
+ "value_allowed_null": false
3191
3191
  },
3192
3192
  {
3193
3193
  "disabled": false,
3194
- "document": "总数\n注意:此字段可能返回 null,表示取不到有效值。",
3194
+ "document": "总数",
3195
3195
  "example": "10",
3196
3196
  "member": "uint64",
3197
3197
  "name": "TotalCount",
3198
3198
  "output_required": true,
3199
3199
  "type": "int",
3200
- "value_allowed_null": true
3200
+ "value_allowed_null": false
3201
3201
  },
3202
3202
  {
3203
3203
  "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
@@ -4675,13 +4675,13 @@
4675
4675
  },
4676
4676
  {
4677
4677
  "disabled": false,
4678
- "document": "任务错误信息\n注意:此字段可能返回 null,表示取不到有效值。",
4678
+ "document": "任务错误信息",
4679
4679
  "example": "任务失败",
4680
4680
  "member": "string",
4681
4681
  "name": "ErrorMessage",
4682
4682
  "output_required": false,
4683
4683
  "type": "string",
4684
- "value_allowed_null": true
4684
+ "value_allowed_null": false
4685
4685
  }
4686
4686
  ],
4687
4687
  "usage": "out"
@@ -188,7 +188,7 @@
188
188
  {
189
189
  "document": "",
190
190
  "input": "POST / HTTP/1.1\nHost: trp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeCodePacks\n<公共请求参数>\n\n{\n \"Keyword\": \"关键词\",\n \"PageSize\": 10,\n \"PageNumber\": 1\n}",
191
- "output": "{\n \"Response\": {\n \"CodePacks\": [\n {\n \"PackId\": \"码包ID字符串\",\n \"CorpId\": 10000,\n \"MerchantId\": \"eqdmnz7020bmtvi9\",\n \"CreateTime\": \"2021-12-01T06:48:45.000Z\",\n \"UpdateTime\": \"2021-12-01T06:48:45.000Z\",\n \"Status\": \"done\",\n \"Log\": \"日志\",\n \"CreateUser\": \"10000\",\n \"Amount\": 10,\n \"CodeLength\": 32,\n \"CodeType\": \"0\",\n \"Cipher\": 0,\n \"TextUrl\": \"https://xxx.xxx.com/texturl\",\n \"PackUrl\": \"https://xxx.xxx.com/packurl\",\n \"MerchantName\": \"商户名称\",\n \"RuleType\": 0,\n \"CustomId\": \"自定义码规则ID\",\n \"PackType\": 0,\n \"PackLevel\": 1,\n \"PackSpec\": [\n {\n \"Level\": 1,\n \"Rate\": 1,\n \"Amount\": 1,\n \"CustomId\": \"用户自定义规则ID\",\n \"CodeParts\": [\n {\n \"Name\": \"名称\",\n \"Type\": \"类型\",\n \"Value\": \"具体的值\",\n \"Length\": 8,\n \"Ext\": \"\"\n }\n ],\n \"Unit\": \"个\",\n \"SceneCode\": 0\n }\n ],\n \"ProductName\": \"abc\",\n \"ProductSpecification\": \"abc\",\n \"ProductId\": \"abc\",\n \"RelateType\": 0\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"14b0a199-42cc-405c-984a-b5bcffe5600\"\n }\n}",
191
+ "output": "{\n \"Response\": {\n \"CodePacks\": [\n {\n \"PackId\": \"码包ID字符串\",\n \"CorpId\": 10000,\n \"MerchantId\": \"eqdmnz7020bmtvi9\",\n \"CreateTime\": \"2021-12-01T06:48:45.000Z\",\n \"UpdateTime\": \"2021-12-01T06:48:45.000Z\",\n \"Status\": \"done\",\n \"Log\": \"日志\",\n \"CreateUser\": \"10000\",\n \"Amount\": 10,\n \"CodeLength\": 32,\n \"CodeType\": \"0\",\n \"Cipher\": 0,\n \"TextUrl\": \"https://xxx.cos.com/texturl\",\n \"PackUrl\": \"https://xxx.cos.com/packurl\",\n \"MerchantName\": \"商户名称\",\n \"RuleType\": 0,\n \"CustomId\": \"自定义码规则ID\",\n \"PackType\": 0,\n \"PackLevel\": 1,\n \"PackSpec\": [\n {\n \"Level\": 1,\n \"Rate\": 1,\n \"Amount\": 1,\n \"CustomId\": \"用户自定义规则ID\",\n \"CodeParts\": [\n {\n \"Name\": \"名称\",\n \"Type\": \"类型\",\n \"Value\": \"具体的值\",\n \"Length\": 8,\n \"Ext\": \"\"\n }\n ],\n \"Unit\": \"个\",\n \"SceneCode\": 0\n }\n ],\n \"ProductName\": \"商品\",\n \"ProductSpecification\": \"规格\",\n \"ProductId\": \"97zu51y30awe\",\n \"RelateType\": 0\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"14b0a199-42cc-405c-984a-b5bcffe5600\"\n }\n}",
192
192
  "title": "查询码包列表"
193
193
  }
194
194
  ],