tccli 3.0.1292.1__py2.py3-none-any.whl → 3.0.1294.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 (84) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/__init__.py +3 -0
  3. tccli/services/advisor/v20200721/api.json +36 -36
  4. tccli/services/advisor/v20200721/examples.json +2 -2
  5. tccli/services/batch/v20170312/api.json +4 -4
  6. tccli/services/bh/v20230418/api.json +35 -17
  7. tccli/services/bh/v20230418/examples.json +1 -1
  8. tccli/services/cam/v20190116/api.json +19 -19
  9. tccli/services/cam/v20190116/examples.json +5 -5
  10. tccli/services/cdwdoris/v20211228/api.json +191 -0
  11. tccli/services/cdwpg/v20201230/api.json +375 -333
  12. tccli/services/cdwpg/v20201230/examples.json +36 -36
  13. tccli/services/chc/__init__.py +4 -0
  14. tccli/services/chc/chc_client.py +2062 -0
  15. tccli/services/chc/v20230418/api.json +5728 -0
  16. tccli/services/chc/v20230418/examples.json +293 -0
  17. tccli/services/ckafka/v20190819/api.json +34 -34
  18. tccli/services/ckafka/v20190819/examples.json +1 -1
  19. tccli/services/clb/v20180317/api.json +39 -20
  20. tccli/services/cloudaudit/v20190319/api.json +38 -23
  21. tccli/services/cls/v20201016/api.json +198 -198
  22. tccli/services/cls/v20201016/examples.json +1 -1
  23. tccli/services/controlcenter/v20230110/api.json +2 -2
  24. tccli/services/controlcenter/v20230110/examples.json +1 -1
  25. tccli/services/dbbrain/dbbrain_client.py +240 -28
  26. tccli/services/dbbrain/v20191016/api.json +5 -5
  27. tccli/services/dbbrain/v20210527/api.json +481 -18
  28. tccli/services/dbbrain/v20210527/examples.json +32 -0
  29. tccli/services/dcdb/v20180411/api.json +66 -66
  30. tccli/services/dcdb/v20180411/examples.json +7 -7
  31. tccli/services/domain/v20180808/api.json +2 -2
  32. tccli/services/ecdn/ecdn_client.py +7 -431
  33. tccli/services/ecdn/v20191012/api.json +0 -574
  34. tccli/services/ecdn/v20191012/examples.json +0 -64
  35. tccli/services/emr/v20190103/api.json +89 -89
  36. tccli/services/emr/v20190103/examples.json +1 -1
  37. tccli/services/ess/v20201111/api.json +12 -3
  38. tccli/services/ess/v20201111/examples.json +3 -3
  39. tccli/services/essbasic/v20210526/api.json +9 -0
  40. tccli/services/essbasic/v20210526/examples.json +1 -1
  41. tccli/services/gs/gs_client.py +1778 -29
  42. tccli/services/gs/v20191118/api.json +2597 -144
  43. tccli/services/gs/v20191118/examples.json +264 -0
  44. tccli/services/hai/v20230812/api.json +67 -67
  45. tccli/services/iap/v20240713/api.json +13 -13
  46. tccli/services/iap/v20240713/examples.json +3 -3
  47. tccli/services/iotexplorer/v20190423/api.json +1 -1
  48. tccli/services/iotvideo/v20211125/api.json +1 -1
  49. tccli/services/iotvideoindustry/v20201201/api.json +38 -35
  50. tccli/services/lcic/v20220817/api.json +46 -44
  51. tccli/services/lcic/v20220817/examples.json +1 -1
  52. tccli/services/lke/v20231130/api.json +14 -14
  53. tccli/services/lke/v20231130/examples.json +2 -2
  54. tccli/services/lkeap/v20240522/api.json +1 -1
  55. tccli/services/mariadb/v20170312/api.json +71 -71
  56. tccli/services/mariadb/v20170312/examples.json +5 -5
  57. tccli/services/mmps/v20200710/api.json +12 -12
  58. tccli/services/mqtt/v20240516/api.json +138 -138
  59. tccli/services/mqtt/v20240516/examples.json +6 -12
  60. tccli/services/organization/v20210331/api.json +61 -43
  61. tccli/services/organization/v20210331/examples.json +25 -25
  62. tccli/services/region/v20220627/examples.json +1 -1
  63. tccli/services/tbaas/v20180416/api.json +53 -48
  64. tccli/services/tchd/v20230306/api.json +5 -5
  65. tccli/services/tcr/v20190924/api.json +190 -187
  66. tccli/services/tcr/v20190924/examples.json +1 -1
  67. tccli/services/tdmq/v20200217/api.json +15 -15
  68. tccli/services/thpc/v20220401/api.json +3 -3
  69. tccli/services/thpc/v20230321/api.json +54 -33
  70. tccli/services/tione/v20211111/api.json +40 -1
  71. tccli/services/tke/v20180525/api.json +104 -104
  72. tccli/services/trocket/v20230308/api.json +24 -24
  73. tccli/services/tsf/v20180326/api.json +307 -186
  74. tccli/services/vcube/v20220410/api.json +382 -327
  75. tccli/services/vcube/v20220410/examples.json +56 -56
  76. tccli/services/vod/v20180717/api.json +145 -141
  77. tccli/services/vpc/v20170312/api.json +1 -1
  78. tccli/services/wedata/v20210820/api.json +71 -1
  79. tccli/services/wedata/v20210820/examples.json +2 -8
  80. {tccli-3.0.1292.1.dist-info → tccli-3.0.1294.1.dist-info}/METADATA +2 -2
  81. {tccli-3.0.1292.1.dist-info → tccli-3.0.1294.1.dist-info}/RECORD +84 -80
  82. {tccli-3.0.1292.1.dist-info → tccli-3.0.1294.1.dist-info}/WHEEL +0 -0
  83. {tccli-3.0.1292.1.dist-info → tccli-3.0.1294.1.dist-info}/entry_points.txt +0 -0
  84. {tccli-3.0.1292.1.dist-info → tccli-3.0.1294.1.dist-info}/license_files/LICENSE +0 -0
@@ -258,7 +258,7 @@
258
258
  {
259
259
  "disabled": false,
260
260
  "document": "地域描述\n注意:此字段可能返回 null,表示取不到有效值。",
261
- "example": "xx",
261
+ "example": "广州地域",
262
262
  "member": "string",
263
263
  "name": "CmqRegionName",
264
264
  "output_required": false,
@@ -269,7 +269,7 @@
269
269
  {
270
270
  "disabled": false,
271
271
  "document": "cmq地域\n注意:此字段可能返回 null,表示取不到有效值。",
272
- "example": "xx",
272
+ "example": "ap-guangzhou",
273
273
  "member": "string",
274
274
  "name": "CmqRegion",
275
275
  "output_required": false,
@@ -947,9 +947,10 @@
947
947
  {
948
948
  "disabled": false,
949
949
  "document": "日志ID",
950
- "example": "xx",
950
+ "example": "9aa70d53-6d28-4b5d-94ca-f965816bf8a6",
951
951
  "member": "string",
952
952
  "name": "EventId",
953
+ "output_required": true,
953
954
  "required": false,
954
955
  "type": "string",
955
956
  "value_allowed_null": false
@@ -957,9 +958,10 @@
957
958
  {
958
959
  "disabled": false,
959
960
  "document": "用户名",
960
- "example": "xx",
961
+ "example": "console",
961
962
  "member": "string",
962
963
  "name": "Username",
964
+ "output_required": true,
963
965
  "required": false,
964
966
  "type": "string",
965
967
  "value_allowed_null": false
@@ -967,9 +969,10 @@
967
969
  {
968
970
  "disabled": false,
969
971
  "document": "事件时间",
970
- "example": "xx",
972
+ "example": "1742884755",
971
973
  "member": "string",
972
974
  "name": "EventTime",
975
+ "output_required": true,
973
976
  "required": false,
974
977
  "type": "string",
975
978
  "value_allowed_null": false
@@ -977,9 +980,10 @@
977
980
  {
978
981
  "disabled": false,
979
982
  "document": "日志详情",
980
- "example": "xx",
983
+ "example": "{\"userIdentity\":{}}",
981
984
  "member": "string",
982
985
  "name": "CloudAuditEvent",
986
+ "output_required": true,
983
987
  "required": false,
984
988
  "type": "string",
985
989
  "value_allowed_null": false
@@ -987,9 +991,10 @@
987
991
  {
988
992
  "disabled": false,
989
993
  "document": "资源类型中文描述(此字段请按需使用,如果您是其他语言使用者,可以忽略该字段描述)",
990
- "example": "xx",
994
+ "example": "账号中心",
991
995
  "member": "string",
992
996
  "name": "ResourceTypeCn",
997
+ "output_required": true,
993
998
  "required": false,
994
999
  "type": "string",
995
1000
  "value_allowed_null": false
@@ -1000,6 +1005,7 @@
1000
1005
  "example": "1",
1001
1006
  "member": "int64",
1002
1007
  "name": "ErrorCode",
1008
+ "output_required": true,
1003
1009
  "required": false,
1004
1010
  "type": "int",
1005
1011
  "value_allowed_null": false
@@ -1007,9 +1013,10 @@
1007
1013
  {
1008
1014
  "disabled": false,
1009
1015
  "document": "事件名称",
1010
- "example": "xx",
1016
+ "example": "ConsoleLogin",
1011
1017
  "member": "string",
1012
1018
  "name": "EventName",
1019
+ "output_required": true,
1013
1020
  "required": false,
1014
1021
  "type": "string",
1015
1022
  "value_allowed_null": false
@@ -1017,9 +1024,10 @@
1017
1024
  {
1018
1025
  "disabled": false,
1019
1026
  "document": "证书ID\n注意:此字段可能返回 null,表示取不到有效值。",
1020
- "example": "xx",
1027
+ "example": "AKIDY3c****N0DyAaUPZRd",
1021
1028
  "member": "string",
1022
1029
  "name": "SecretId",
1030
+ "output_required": true,
1023
1031
  "required": false,
1024
1032
  "type": "string",
1025
1033
  "value_allowed_null": true
@@ -1027,9 +1035,10 @@
1027
1035
  {
1028
1036
  "disabled": false,
1029
1037
  "document": "请求来源",
1030
- "example": "xx",
1038
+ "example": "account.tencentcloudapi.com",
1031
1039
  "member": "string",
1032
1040
  "name": "EventSource",
1041
+ "output_required": true,
1033
1042
  "required": false,
1034
1043
  "type": "string",
1035
1044
  "value_allowed_null": false
@@ -1037,9 +1046,10 @@
1037
1046
  {
1038
1047
  "disabled": false,
1039
1048
  "document": "请求ID",
1040
- "example": "xx",
1049
+ "example": "9aa70d53-6d28-4b5d-94ca-f965816bf8a6",
1041
1050
  "member": "string",
1042
1051
  "name": "RequestID",
1052
+ "output_required": true,
1043
1053
  "required": false,
1044
1054
  "type": "string",
1045
1055
  "value_allowed_null": false
@@ -1047,9 +1057,10 @@
1047
1057
  {
1048
1058
  "disabled": false,
1049
1059
  "document": "资源地域",
1050
- "example": "xx",
1060
+ "example": "ap-guangzhou",
1051
1061
  "member": "string",
1052
1062
  "name": "ResourceRegion",
1063
+ "output_required": true,
1053
1064
  "required": false,
1054
1065
  "type": "string",
1055
1066
  "value_allowed_null": false
@@ -1057,9 +1068,10 @@
1057
1068
  {
1058
1069
  "disabled": false,
1059
1070
  "document": "主账号ID",
1060
- "example": "1",
1071
+ "example": "1000100007530",
1061
1072
  "member": "int64",
1062
1073
  "name": "AccountID",
1074
+ "output_required": true,
1063
1075
  "required": false,
1064
1076
  "type": "int",
1065
1077
  "value_allowed_null": false
@@ -1067,9 +1079,10 @@
1067
1079
  {
1068
1080
  "disabled": false,
1069
1081
  "document": "源IP\n注意:此字段可能返回 null,表示取不到有效值。",
1070
- "example": "xx",
1082
+ "example": "127.0.0.1",
1071
1083
  "member": "string",
1072
1084
  "name": "SourceIPAddress",
1085
+ "output_required": true,
1073
1086
  "required": false,
1074
1087
  "type": "string",
1075
1088
  "value_allowed_null": true
@@ -1077,9 +1090,10 @@
1077
1090
  {
1078
1091
  "disabled": false,
1079
1092
  "document": "事件名称中文描述(此字段请按需使用,如果您是其他语言使用者,可以忽略该字段描述)",
1080
- "example": "xx",
1093
+ "example": "登录",
1081
1094
  "member": "string",
1082
1095
  "name": "EventNameCn",
1096
+ "output_required": true,
1083
1097
  "required": false,
1084
1098
  "type": "string",
1085
1099
  "value_allowed_null": false
@@ -1087,9 +1101,10 @@
1087
1101
  {
1088
1102
  "disabled": false,
1089
1103
  "document": "资源对",
1090
- "example": "xx",
1104
+ "example": "",
1091
1105
  "member": "Resource",
1092
1106
  "name": "Resources",
1107
+ "output_required": true,
1093
1108
  "required": false,
1094
1109
  "type": "object",
1095
1110
  "value_allowed_null": false
@@ -1097,9 +1112,10 @@
1097
1112
  {
1098
1113
  "disabled": false,
1099
1114
  "document": "事件地域",
1100
- "example": "xx",
1115
+ "example": "ap-guangzhou",
1101
1116
  "member": "string",
1102
1117
  "name": "EventRegion",
1118
+ "output_required": true,
1103
1119
  "required": false,
1104
1120
  "type": "string",
1105
1121
  "value_allowed_null": false
@@ -1110,6 +1126,7 @@
1110
1126
  "example": "中国 江苏省 南京市 腾讯网络",
1111
1127
  "member": "string",
1112
1128
  "name": "Location",
1129
+ "output_required": true,
1113
1130
  "required": false,
1114
1131
  "type": "string",
1115
1132
  "value_allowed_null": false
@@ -1510,22 +1527,20 @@
1510
1527
  {
1511
1528
  "disabled": false,
1512
1529
  "document": "AttributeKey的有效取值范围是:RequestId、EventName、ReadOnly、Username、ResourceType、ResourceName和AccessKeyId,EventId",
1513
- "example": "xx",
1530
+ "example": "EventName",
1514
1531
  "member": "string",
1515
1532
  "name": "AttributeKey",
1516
1533
  "required": true,
1517
- "type": "string",
1518
- "value_allowed_null": true
1534
+ "type": "string"
1519
1535
  },
1520
1536
  {
1521
1537
  "disabled": false,
1522
1538
  "document": "AttributeValue的值",
1523
- "example": "xx",
1539
+ "example": "ConsoleLogin",
1524
1540
  "member": "string",
1525
1541
  "name": "AttributeValue",
1526
1542
  "required": false,
1527
- "type": "string",
1528
- "value_allowed_null": true
1543
+ "type": "string"
1529
1544
  }
1530
1545
  ],
1531
1546
  "usage": "in"