tccli 3.0.1132.1__py2.py3-none-any.whl → 3.0.1134.1__py2.py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
Files changed (83) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/apm/v20210622/api.json +1 -0
  3. tccli/services/apm/v20210622/examples.json +1 -1
  4. tccli/services/asr/v20190614/api.json +2 -2
  5. tccli/services/billing/v20180709/api.json +10 -0
  6. tccli/services/cam/v20190116/api.json +41 -12
  7. tccli/services/cdwch/v20200915/api.json +9 -9
  8. tccli/services/cdwch/v20200915/examples.json +1 -1
  9. tccli/services/cdwdoris/v20211228/api.json +18 -0
  10. tccli/services/cfw/v20190904/api.json +4 -4
  11. tccli/services/ckafka/v20190819/api.json +130 -74
  12. tccli/services/ckafka/v20190819/examples.json +17 -17
  13. tccli/services/cls/v20201016/api.json +1 -1
  14. tccli/services/cls/v20201016/examples.json +1 -1
  15. tccli/services/cmq/v20190304/api.json +53 -49
  16. tccli/services/cmq/v20190304/examples.json +2 -2
  17. tccli/services/cms/v20190321/api.json +2 -0
  18. tccli/services/cms/v20190321/examples.json +1 -1
  19. tccli/services/csip/v20221121/api.json +137 -42
  20. tccli/services/csip/v20221121/examples.json +4 -4
  21. tccli/services/cynosdb/cynosdb_client.py +57 -4
  22. tccli/services/cynosdb/v20190107/api.json +451 -0
  23. tccli/services/cynosdb/v20190107/examples.json +8 -0
  24. tccli/services/dlc/dlc_client.py +106 -0
  25. tccli/services/dlc/v20210125/api.json +181 -0
  26. tccli/services/dlc/v20210125/examples.json +16 -0
  27. tccli/services/dsgc/v20190723/api.json +65 -58
  28. tccli/services/dsgc/v20190723/examples.json +5 -5
  29. tccli/services/dts/dts_client.py +0 -53
  30. tccli/services/dts/v20180330/api.json +0 -98
  31. tccli/services/dts/v20180330/examples.json +0 -8
  32. tccli/services/eb/v20210416/examples.json +1 -1
  33. tccli/services/emr/v20190103/api.json +5 -5
  34. tccli/services/ess/ess_client.py +411 -305
  35. tccli/services/ess/v20201111/api.json +144 -0
  36. tccli/services/ess/v20201111/examples.json +16 -0
  37. tccli/services/essbasic/essbasic_client.py +110 -4
  38. tccli/services/essbasic/v20210526/api.json +139 -4
  39. tccli/services/essbasic/v20210526/examples.json +16 -0
  40. tccli/services/gaap/v20180529/api.json +1 -1
  41. tccli/services/gaap/v20180529/examples.json +0 -6
  42. tccli/services/iecp/v20210914/api.json +40 -40
  43. tccli/services/ims/v20201229/api.json +2 -2
  44. tccli/services/lke/lke_client.py +171 -12
  45. tccli/services/lke/v20231130/api.json +524 -0
  46. tccli/services/lke/v20231130/examples.json +24 -0
  47. tccli/services/mongodb/mongodb_client.py +57 -4
  48. tccli/services/mongodb/v20190725/api.json +96 -0
  49. tccli/services/mongodb/v20190725/examples.json +8 -0
  50. tccli/services/monitor/v20180724/api.json +47 -19
  51. tccli/services/monitor/v20180724/examples.json +4 -4
  52. tccli/services/mps/v20190612/api.json +57 -7
  53. tccli/services/mps/v20190612/examples.json +1 -1
  54. tccli/services/ocr/v20181119/api.json +373 -3
  55. tccli/services/organization/organization_client.py +118 -12
  56. tccli/services/organization/v20210331/api.json +68 -0
  57. tccli/services/organization/v20210331/examples.json +16 -0
  58. tccli/services/pts/v20210728/api.json +1 -1
  59. tccli/services/pts/v20210728/examples.json +1 -1
  60. tccli/services/rum/v20210622/api.json +2 -0
  61. tccli/services/rum/v20210622/examples.json +1 -1
  62. tccli/services/sms/v20210111/api.json +26 -26
  63. tccli/services/tcr/v20190924/api.json +13 -10
  64. tccli/services/tcr/v20190924/examples.json +2 -2
  65. tccli/services/tdmq/tdmq_client.py +443 -19
  66. tccli/services/tdmq/v20200217/api.json +570 -0
  67. tccli/services/tdmq/v20200217/examples.json +64 -0
  68. tccli/services/tke/tke_client.py +53 -0
  69. tccli/services/tke/v20180525/api.json +227 -41
  70. tccli/services/tke/v20180525/examples.json +26 -0
  71. tccli/services/trro/v20220325/api.json +6 -6
  72. tccli/services/trtc/v20190722/api.json +1 -1
  73. tccli/services/tse/v20201207/api.json +13 -2
  74. tccli/services/tsf/v20180326/api.json +47 -35
  75. tccli/services/tsf/v20180326/examples.json +4 -4
  76. tccli/services/waf/v20180125/api.json +65 -9
  77. tccli/services/waf/v20180125/examples.json +1 -1
  78. tccli/services/wedata/v20210820/api.json +30 -19
  79. {tccli-3.0.1132.1.dist-info → tccli-3.0.1134.1.dist-info}/METADATA +2 -2
  80. {tccli-3.0.1132.1.dist-info → tccli-3.0.1134.1.dist-info}/RECORD +83 -83
  81. {tccli-3.0.1132.1.dist-info → tccli-3.0.1134.1.dist-info}/WHEEL +0 -0
  82. {tccli-3.0.1132.1.dist-info → tccli-3.0.1134.1.dist-info}/entry_points.txt +0 -0
  83. {tccli-3.0.1132.1.dist-info → tccli-3.0.1134.1.dist-info}/license_files/LICENSE +0 -0
@@ -567,6 +567,13 @@
567
567
  "output": "DescribeSparkSessionBatchSQLResponse",
568
568
  "status": "online"
569
569
  },
570
+ "DescribeSparkSessionBatchSQLCost": {
571
+ "document": "本接口(DescribeSparkSessionBatchSQLCost)用于查询Spark SQL批任务消耗",
572
+ "input": "DescribeSparkSessionBatchSQLCostRequest",
573
+ "name": "获取Spark SQL批任务消耗",
574
+ "output": "DescribeSparkSessionBatchSQLCostResponse",
575
+ "status": "online"
576
+ },
570
577
  "DescribeSparkSessionBatchSqlLog": {
571
578
  "document": "本接口(DescribeSparkSessionBatchSqlLog)用于查询Spark SQL批任务日志",
572
579
  "input": "DescribeSparkSessionBatchSqlLogRequest",
@@ -637,6 +644,13 @@
637
644
  "output": "DescribeTasksCostInfoResponse",
638
645
  "status": "online"
639
646
  },
647
+ "DescribeTasksOverview": {
648
+ "document": "查看任务概览页",
649
+ "input": "DescribeTasksOverviewRequest",
650
+ "name": "查看任务概览页",
651
+ "output": "DescribeTasksOverviewResponse",
652
+ "status": "online"
653
+ },
640
654
  "DescribeThirdPartyAccessUser": {
641
655
  "document": "本接口(RegisterThirdPartyAccessUser)查询开通第三方平台访问的用户信息",
642
656
  "input": "DescribeThirdPartyAccessUserRequest",
@@ -1634,6 +1648,72 @@
1634
1648
  ],
1635
1649
  "type": "object"
1636
1650
  },
1651
+ "BatchSQLCostInfo": {
1652
+ "document": "spark session batch SQL的消耗信息",
1653
+ "members": [
1654
+ {
1655
+ "disabled": false,
1656
+ "document": "任务id\n注意:此字段可能返回 null,表示取不到有效值。",
1657
+ "example": "8925a6ba-0b33-4499-8b41-1f5a213689f0",
1658
+ "member": "string",
1659
+ "name": "BatchId",
1660
+ "output_required": false,
1661
+ "type": "string",
1662
+ "value_allowed_null": true
1663
+ },
1664
+ {
1665
+ "disabled": false,
1666
+ "document": "引擎名称\n注意:此字段可能返回 null,表示取不到有效值。",
1667
+ "example": "testengine",
1668
+ "member": "string",
1669
+ "name": "DataEngineName",
1670
+ "output_required": false,
1671
+ "type": "string",
1672
+ "value_allowed_null": true
1673
+ },
1674
+ {
1675
+ "disabled": false,
1676
+ "document": "引擎id\n注意:此字段可能返回 null,表示取不到有效值。",
1677
+ "example": "DataEngine-xxx",
1678
+ "member": "string",
1679
+ "name": "DataEngineId",
1680
+ "output_required": false,
1681
+ "type": "string",
1682
+ "value_allowed_null": true
1683
+ },
1684
+ {
1685
+ "disabled": false,
1686
+ "document": "本次消耗,单位cu\n注意:此字段可能返回 null,表示取不到有效值。",
1687
+ "example": "1.231412",
1688
+ "member": "float",
1689
+ "name": "Cost",
1690
+ "output_required": false,
1691
+ "type": "float",
1692
+ "value_allowed_null": true
1693
+ },
1694
+ {
1695
+ "disabled": false,
1696
+ "document": "时间开销,秒\n注意:此字段可能返回 null,表示取不到有效值。",
1697
+ "example": "12",
1698
+ "member": "int64",
1699
+ "name": "TimeCost",
1700
+ "output_required": false,
1701
+ "type": "int",
1702
+ "value_allowed_null": true
1703
+ },
1704
+ {
1705
+ "disabled": false,
1706
+ "document": "操作者\n注意:此字段可能返回 null,表示取不到有效值。",
1707
+ "example": "1238741213",
1708
+ "member": "string",
1709
+ "name": "Operator",
1710
+ "output_required": false,
1711
+ "type": "string",
1712
+ "value_allowed_null": true
1713
+ }
1714
+ ],
1715
+ "usage": "out"
1716
+ },
1637
1717
  "BatchSqlTask": {
1638
1718
  "document": "SparkSQL批任务信息",
1639
1719
  "members": [
@@ -9556,6 +9636,43 @@
9556
9636
  ],
9557
9637
  "type": "object"
9558
9638
  },
9639
+ "DescribeSparkSessionBatchSQLCostRequest": {
9640
+ "document": "DescribeSparkSessionBatchSQLCost请求参数结构体",
9641
+ "members": [
9642
+ {
9643
+ "disabled": false,
9644
+ "document": "SparkSQL唯一标识",
9645
+ "example": "[\"d3018ad4-9a7e-4f64-a3f4-f38507c69742\"]",
9646
+ "member": "string",
9647
+ "name": "BatchIds",
9648
+ "required": false,
9649
+ "type": "list"
9650
+ }
9651
+ ],
9652
+ "type": "object"
9653
+ },
9654
+ "DescribeSparkSessionBatchSQLCostResponse": {
9655
+ "document": "DescribeSparkSessionBatchSQLCost返回参数结构体",
9656
+ "members": [
9657
+ {
9658
+ "disabled": false,
9659
+ "document": "任务消耗\n注意:此字段可能返回 null,表示取不到有效值。",
9660
+ "example": "[{\"BatchId\":\"8925sdfxv-3-4499-8b41-1f5a213689f0\",\"DataEngineName\":\"spark_jar\",\"DataEngineId\":\"DataEngine-xxxx\",\"Cost\":0.7466666666666667,\"TimeCost\":193,\"Operator\":\"100001244200\"}]",
9661
+ "member": "BatchSQLCostInfo",
9662
+ "name": "CostInfo",
9663
+ "output_required": false,
9664
+ "type": "list",
9665
+ "value_allowed_null": true
9666
+ },
9667
+ {
9668
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
9669
+ "member": "string",
9670
+ "name": "RequestId",
9671
+ "type": "string"
9672
+ }
9673
+ ],
9674
+ "type": "object"
9675
+ },
9559
9676
  "DescribeSparkSessionBatchSQLRequest": {
9560
9677
  "document": "DescribeSparkSessionBatchSQL请求参数结构体",
9561
9678
  "members": [
@@ -10347,6 +10464,70 @@
10347
10464
  ],
10348
10465
  "type": "object"
10349
10466
  },
10467
+ "DescribeTasksOverviewRequest": {
10468
+ "document": "DescribeTasksOverview请求参数结构体",
10469
+ "members": [
10470
+ {
10471
+ "disabled": false,
10472
+ "document": "开始时间",
10473
+ "example": "2022-08-30 00:00:00",
10474
+ "member": "string",
10475
+ "name": "StartTime",
10476
+ "required": false,
10477
+ "type": "string"
10478
+ },
10479
+ {
10480
+ "disabled": false,
10481
+ "document": "结束时间",
10482
+ "example": "2022-08-30 00:00:002022-08-30 00:00:00",
10483
+ "member": "string",
10484
+ "name": "EndTime",
10485
+ "required": false,
10486
+ "type": "string"
10487
+ },
10488
+ {
10489
+ "disabled": false,
10490
+ "document": "筛选条件",
10491
+ "example": "无",
10492
+ "member": "Filter",
10493
+ "name": "Filters",
10494
+ "required": false,
10495
+ "type": "list"
10496
+ },
10497
+ {
10498
+ "disabled": false,
10499
+ "document": "引擎名",
10500
+ "example": "dataengine-xx",
10501
+ "member": "string",
10502
+ "name": "DataEngineName",
10503
+ "required": false,
10504
+ "type": "string"
10505
+ }
10506
+ ],
10507
+ "type": "object"
10508
+ },
10509
+ "DescribeTasksOverviewResponse": {
10510
+ "document": "DescribeTasksOverview返回参数结构体",
10511
+ "members": [
10512
+ {
10513
+ "disabled": false,
10514
+ "document": "各类任务个数大于0",
10515
+ "example": "无",
10516
+ "member": "TasksOverview",
10517
+ "name": "TasksOverview",
10518
+ "output_required": true,
10519
+ "type": "object",
10520
+ "value_allowed_null": false
10521
+ },
10522
+ {
10523
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
10524
+ "member": "string",
10525
+ "name": "RequestId",
10526
+ "type": "string"
10527
+ }
10528
+ ],
10529
+ "type": "object"
10530
+ },
10350
10531
  "DescribeTasksRequest": {
10351
10532
  "document": "DescribeTasks请求参数结构体",
10352
10533
  "members": [
@@ -654,6 +654,14 @@
654
654
  "title": "获取SparkSQL批任务运行状态"
655
655
  }
656
656
  ],
657
+ "DescribeSparkSessionBatchSQLCost": [
658
+ {
659
+ "document": "获取SparkSQL批任务消耗",
660
+ "input": "POST / HTTP/1.1\nHost: dlc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeSparkSessionBatchSQLCost\n<公共请求参数>\n\n{\n \"BatchIds\": [\n \"d3018ad4-9a7e-4f64-a3f4-fsjr37c69742\"\n ]\n}",
661
+ "output": "{\n \"Response\": {\n \"CostInfo\": [\n {\n \"BatchId\": \"892499-8b41-1f5a213689f0\",\n \"DataEngineName\": \"engine_jar\",\n \"DataEngineId\": \"DataEngine-xxxx\",\n \"Cost\": 0.7466666666666667,\n \"TimeCost\": 193,\n \"Operator\": \"1000fsdf0\"\n }\n ],\n \"RequestId\": \"2ae4707a-9f72-sdfsd-sdf-cac3c2bc\"\n }\n}",
662
+ "title": "获取SparkSQL批任务消耗"
663
+ }
664
+ ],
657
665
  "DescribeSparkSessionBatchSqlLog": [
658
666
  {
659
667
  "document": "查询Spark SQL批任务日志",
@@ -734,6 +742,14 @@
734
742
  "title": "查询任务消耗"
735
743
  }
736
744
  ],
745
+ "DescribeTasksOverview": [
746
+ {
747
+ "document": "",
748
+ "input": "POST / HTTP/1.1\nHost: dlc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeTasksOverview\n<公共请求参数>\n\n{\n \"StartTime\": \"2022-08-23 00:00:00\",\n \"EndTime\": \"2022-08-30 00:00:00\"\n}",
749
+ "output": "{\n \"Response\": {\n \"RequestId\": \"923423423445\",\n \"TasksOverview\": {\n \"TaskQueuedCount\": 0,\n \"TaskInitCount\": 0,\n \"TaskRunningCount\": 0,\n \"TotalTaskCount\": 0\n }\n }\n}",
750
+ "title": "查询任务概览情况"
751
+ }
752
+ ],
737
753
  "DescribeThirdPartyAccessUser": [
738
754
  {
739
755
  "document": "查询注册的第三方访问用户信息",