tccli 3.0.1298.1__py2.py3-none-any.whl → 3.0.1299.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 (54) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/batch/batch_client.py +4 -110
  3. tccli/services/batch/v20170312/api.json +0 -527
  4. tccli/services/batch/v20170312/examples.json +0 -16
  5. tccli/services/bi/v20220105/api.json +87 -1
  6. tccli/services/bi/v20220105/examples.json +7 -7
  7. tccli/services/cam/v20190116/api.json +84 -84
  8. tccli/services/cbs/v20170312/api.json +23 -23
  9. tccli/services/cdn/v20180606/api.json +240 -179
  10. tccli/services/cdn/v20180606/examples.json +1 -1
  11. tccli/services/cfg/v20210820/api.json +5 -3
  12. tccli/services/cfg/v20210820/examples.json +1 -1
  13. tccli/services/chdfs/v20201112/api.json +7 -1
  14. tccli/services/controlcenter/v20230110/api.json +63 -58
  15. tccli/services/dbbrain/dbbrain_client.py +106 -0
  16. tccli/services/dbbrain/v20191016/api.json +219 -0
  17. tccli/services/dbbrain/v20191016/examples.json +8 -0
  18. tccli/services/dbbrain/v20210527/api.json +394 -1
  19. tccli/services/dbbrain/v20210527/examples.json +16 -0
  20. tccli/services/dcdb/v20180411/api.json +102 -6
  21. tccli/services/dcdb/v20180411/examples.json +4 -4
  22. tccli/services/dnspod/v20210323/api.json +128 -127
  23. tccli/services/facefusion/v20220927/api.json +2 -2
  24. tccli/services/facefusion/v20220927/examples.json +1 -1
  25. tccli/services/gs/v20191118/api.json +3 -3
  26. tccli/services/iotexplorer/v20190423/api.json +550 -517
  27. tccli/services/iotexplorer/v20190423/examples.json +33 -33
  28. tccli/services/lkeap/v20240522/api.json +3 -3
  29. tccli/services/mariadb/v20170312/api.json +84 -8
  30. tccli/services/mariadb/v20170312/examples.json +3 -3
  31. tccli/services/mps/v20190612/api.json +8 -8
  32. tccli/services/mps/v20190612/examples.json +11 -11
  33. tccli/services/mqtt/v20240516/api.json +6 -6
  34. tccli/services/ocr/ocr_client.py +307 -360
  35. tccli/services/ocr/v20181119/api.json +0 -286
  36. tccli/services/ocr/v20181119/examples.json +0 -8
  37. tccli/services/organization/v20210331/api.json +9 -0
  38. tccli/services/sqlserver/v20180328/api.json +9 -0
  39. tccli/services/sqlserver/v20180328/examples.json +1 -1
  40. tccli/services/tcb/v20180608/api.json +11 -1
  41. tccli/services/teo/v20220106/api.json +4 -4
  42. tccli/services/tione/v20211111/api.json +25 -5
  43. tccli/services/tse/v20201207/api.json +34 -34
  44. tccli/services/vod/v20240718/api.json +9 -9
  45. tccli/services/vod/v20240718/examples.json +11 -11
  46. tccli/services/vpc/v20170312/api.json +175 -0
  47. tccli/services/vpc/v20170312/examples.json +8 -0
  48. tccli/services/vpc/vpc_client.py +53 -0
  49. tccli/services/wedata/v20210820/api.json +11 -1
  50. {tccli-3.0.1298.1.dist-info → tccli-3.0.1299.1.dist-info}/METADATA +2 -2
  51. {tccli-3.0.1298.1.dist-info → tccli-3.0.1299.1.dist-info}/RECORD +54 -54
  52. {tccli-3.0.1298.1.dist-info → tccli-3.0.1299.1.dist-info}/WHEEL +0 -0
  53. {tccli-3.0.1298.1.dist-info → tccli-3.0.1299.1.dist-info}/entry_points.txt +0 -0
  54. {tccli-3.0.1298.1.dist-info → tccli-3.0.1299.1.dist-info}/license_files/LICENSE +0 -0
@@ -112,6 +112,13 @@
112
112
  "output": "DescribeMailProfileResponse",
113
113
  "status": "online"
114
114
  },
115
+ "DescribeMySqlProcessList": {
116
+ "document": "查询关系型数据库的实时线程列表。",
117
+ "input": "DescribeMySqlProcessListRequest",
118
+ "name": "查询实时线程列表",
119
+ "output": "DescribeMySqlProcessListResponse",
120
+ "status": "online"
121
+ },
115
122
  "DescribeSecurityAuditLogDownloadUrls": {
116
123
  "document": "查询安全审计日志导出文件下载链接。目前日志文件下载仅提供腾讯云内网地址,请通过广州地域的腾讯云服务器进行下载。",
117
124
  "input": "DescribeSecurityAuditLogDownloadUrlsRequest",
@@ -1471,6 +1478,132 @@
1471
1478
  ],
1472
1479
  "type": "object"
1473
1480
  },
1481
+ "DescribeMySqlProcessListRequest": {
1482
+ "document": "DescribeMySqlProcessList请求参数结构体",
1483
+ "members": [
1484
+ {
1485
+ "disabled": false,
1486
+ "document": "实例ID。",
1487
+ "example": "cdb-c1nl9rpv",
1488
+ "member": "string",
1489
+ "name": "InstanceId",
1490
+ "required": true,
1491
+ "type": "string"
1492
+ },
1493
+ {
1494
+ "disabled": false,
1495
+ "document": "线程的ID,用于筛选线程列表。",
1496
+ "example": "20",
1497
+ "member": "uint64",
1498
+ "name": "ID",
1499
+ "required": false,
1500
+ "type": "int"
1501
+ },
1502
+ {
1503
+ "disabled": false,
1504
+ "document": "线程的操作账号名,用于筛选线程列表。",
1505
+ "example": "root",
1506
+ "member": "string",
1507
+ "name": "User",
1508
+ "required": false,
1509
+ "type": "string"
1510
+ },
1511
+ {
1512
+ "disabled": false,
1513
+ "document": "线程的操作主机地址,用于筛选线程列表。",
1514
+ "example": "127.0.0.1:41528",
1515
+ "member": "string",
1516
+ "name": "Host",
1517
+ "required": false,
1518
+ "type": "string"
1519
+ },
1520
+ {
1521
+ "disabled": false,
1522
+ "document": "线程的操作数据库,用于筛选线程列表。",
1523
+ "example": "test",
1524
+ "member": "string",
1525
+ "name": "DB",
1526
+ "required": false,
1527
+ "type": "string"
1528
+ },
1529
+ {
1530
+ "disabled": false,
1531
+ "document": "线程的操作状态,用于筛选线程列表。",
1532
+ "example": "updating",
1533
+ "member": "string",
1534
+ "name": "State",
1535
+ "required": false,
1536
+ "type": "string"
1537
+ },
1538
+ {
1539
+ "disabled": false,
1540
+ "document": "线程的执行类型,用于筛选线程列表。",
1541
+ "example": "Execute",
1542
+ "member": "string",
1543
+ "name": "Command",
1544
+ "required": false,
1545
+ "type": "string"
1546
+ },
1547
+ {
1548
+ "disabled": false,
1549
+ "document": "线程的操作时长最小值,单位秒,用于筛选操作时长大于该值的线程列表。",
1550
+ "example": "10",
1551
+ "member": "uint64",
1552
+ "name": "Time",
1553
+ "required": false,
1554
+ "type": "int"
1555
+ },
1556
+ {
1557
+ "disabled": false,
1558
+ "document": "线程的操作语句,用于筛选线程列表。",
1559
+ "example": "DELETE FROM `test` WHERE time<=1",
1560
+ "member": "string",
1561
+ "name": "Info",
1562
+ "required": false,
1563
+ "type": "string"
1564
+ },
1565
+ {
1566
+ "disabled": false,
1567
+ "document": "返回数量,默认20。",
1568
+ "example": "20",
1569
+ "member": "uint64",
1570
+ "name": "Limit",
1571
+ "required": false,
1572
+ "type": "int"
1573
+ },
1574
+ {
1575
+ "disabled": false,
1576
+ "document": "服务产品类型,支持值:\"mysql\" - 云数据库 MySQL;\"cynosdb\" - 云数据库 TDSQL-C for MySQL,默认为\"mysql\"。",
1577
+ "example": "mysql",
1578
+ "member": "string",
1579
+ "name": "Product",
1580
+ "required": false,
1581
+ "type": "string"
1582
+ }
1583
+ ],
1584
+ "type": "object"
1585
+ },
1586
+ "DescribeMySqlProcessListResponse": {
1587
+ "document": "DescribeMySqlProcessList返回参数结构体",
1588
+ "members": [
1589
+ {
1590
+ "disabled": false,
1591
+ "document": "实时线程列表。",
1592
+ "example": "无",
1593
+ "member": "MySqlProcess",
1594
+ "name": "ProcessList",
1595
+ "type": "list",
1596
+ "value_allowed_null": false
1597
+ },
1598
+ {
1599
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
1600
+ "member": "string",
1601
+ "name": "RequestId",
1602
+ "type": "string"
1603
+ }
1604
+ ],
1605
+ "type": "object"
1606
+ },
1474
1607
  "DescribeSecurityAuditLogDownloadUrlsRequest": {
1475
1608
  "document": "DescribeSecurityAuditLogDownloadUrls请求参数结构体",
1476
1609
  "members": [
@@ -3559,6 +3692,92 @@
3559
3692
  ],
3560
3693
  "usage": "out"
3561
3694
  },
3695
+ "MySqlProcess": {
3696
+ "document": "关系型数据库线程",
3697
+ "members": [
3698
+ {
3699
+ "disabled": false,
3700
+ "document": "线程ID。",
3701
+ "example": "12",
3702
+ "member": "string",
3703
+ "name": "ID",
3704
+ "required": true,
3705
+ "type": "string",
3706
+ "value_allowed_null": false
3707
+ },
3708
+ {
3709
+ "disabled": false,
3710
+ "document": "线程的操作账号名。",
3711
+ "example": "root",
3712
+ "member": "string",
3713
+ "name": "User",
3714
+ "required": true,
3715
+ "type": "string",
3716
+ "value_allowed_null": false
3717
+ },
3718
+ {
3719
+ "disabled": false,
3720
+ "document": "线程的操作主机地址。",
3721
+ "example": "127.0.0.1:41528",
3722
+ "member": "string",
3723
+ "name": "Host",
3724
+ "required": true,
3725
+ "type": "string",
3726
+ "value_allowed_null": false
3727
+ },
3728
+ {
3729
+ "disabled": false,
3730
+ "document": "线程的操作数据库。",
3731
+ "example": "test",
3732
+ "member": "string",
3733
+ "name": "DB",
3734
+ "required": true,
3735
+ "type": "string",
3736
+ "value_allowed_null": false
3737
+ },
3738
+ {
3739
+ "disabled": false,
3740
+ "document": "线程的操作状态。",
3741
+ "example": "updating",
3742
+ "member": "string",
3743
+ "name": "State",
3744
+ "required": true,
3745
+ "type": "string",
3746
+ "value_allowed_null": false
3747
+ },
3748
+ {
3749
+ "disabled": false,
3750
+ "document": "线程的执行类型。",
3751
+ "example": "Execute",
3752
+ "member": "string",
3753
+ "name": "Command",
3754
+ "required": true,
3755
+ "type": "string",
3756
+ "value_allowed_null": false
3757
+ },
3758
+ {
3759
+ "disabled": false,
3760
+ "document": "线程的操作时长,单位秒。",
3761
+ "example": "1225",
3762
+ "member": "string",
3763
+ "name": "Time",
3764
+ "required": true,
3765
+ "type": "string",
3766
+ "value_allowed_null": false
3767
+ },
3768
+ {
3769
+ "disabled": false,
3770
+ "document": "线程的操作语句。",
3771
+ "example": "DELETE FROM `test` WHERE time<=1",
3772
+ "member": "string",
3773
+ "name": "Info",
3774
+ "required": true,
3775
+ "type": "string",
3776
+ "value_allowed_null": false
3777
+ }
3778
+ ],
3779
+ "usage": "out"
3780
+ },
3562
3781
  "ProfileInfo": {
3563
3782
  "document": "用户配置的信息",
3564
3783
  "members": [
@@ -134,6 +134,14 @@
134
134
  "title": "获取邮件配置"
135
135
  }
136
136
  ],
137
+ "DescribeMySqlProcessList": [
138
+ {
139
+ "document": "查询实时线程列表。",
140
+ "input": "https://dbbrain.tencentcloudapi.com/?Action=DescribeMySqlProcessList\n&Product=mysql\n&InstanceId=cdb-test\n&User=root\n&<公共请求参数>",
141
+ "output": "{\n \"Response\": {\n \"RequestId\": \"24665720-8c93-11eb-bee6-e98cea0e6794\",\n \"ProcessList\": [\n {\n \"Host\": \"127.0.0.1:42036\",\n \"State\": \"\",\n \"Command\": \"Sleep\",\n \"Time\": \"1179\",\n \"ID\": \"171588317\",\n \"User\": \"root\",\n \"Info\": \"\",\n \"DB\": \"test\"\n }\n ]\n }\n}",
142
+ "title": "查询实时线程列表。"
143
+ }
144
+ ],
137
145
  "DescribeSecurityAuditLogDownloadUrls": [
138
146
  {
139
147
  "document": "查询安全审计日志导出文件下载链接。",