tccli 3.0.908.1__py2.py3-none-any.whl → 3.0.910.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 (118) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/examples/cdn/v20180606/DescribeHttpsPackages.md +19 -18
  3. tccli/examples/cdn/v20180606/DescribeTrafficPackages.md +16 -14
  4. tccli/examples/cfs/v20190719/DescribeCfsFileSystems.md +31 -31
  5. tccli/examples/cfs/v20190719/UpdateCfsPGroup.md +1 -1
  6. tccli/examples/cms/v20190321/CreateKeywordsSamples.md +10 -0
  7. tccli/examples/cms/v20190321/DeleteLibSamples.md +2 -1
  8. tccli/examples/cms/v20190321/DescribeLibSamples.md +2 -1
  9. tccli/examples/cvm/v20170312/DescribeImportImageOs.md +1 -1
  10. tccli/examples/cynosdb/v20190107/AddInstances.md +8 -8
  11. tccli/examples/cynosdb/v20190107/DescribeParamTemplates.md +2 -2
  12. tccli/examples/ecm/v20190719/AllocateIpv6AddressesBandwidth.md +25 -0
  13. tccli/examples/ecm/v20190719/AssignIpv6CidrBlock.md +23 -0
  14. tccli/examples/ecm/v20190719/AssignIpv6CidrBlocks.md +29 -0
  15. tccli/examples/ecm/v20190719/AssignIpv6SubnetCidrBlock.md +29 -0
  16. tccli/examples/ecm/v20190719/DescribeRegionIpv6Addresses.md +41 -0
  17. tccli/examples/ecm/v20190719/ModifyIpv6AddressesBandwidth.md +22 -0
  18. tccli/examples/ecm/v20190719/QueryVpcTaskResult.md +22 -0
  19. tccli/examples/ecm/v20190719/ReleaseIpv6AddressesBandwidth.md +22 -0
  20. tccli/examples/ecm/v20190719/UnassignIpv6SubnetCidrBlock.md +23 -0
  21. tccli/examples/emr/v20190103/InquiryPriceRenewInstance.md +32 -1
  22. tccli/examples/es/v20180416/ModifyEsVipSecurityGroup.md +21 -0
  23. tccli/examples/ess/v20201111/CreateFlowGroupByFiles.md +118 -0
  24. tccli/examples/ess/v20201111/CreateFlowGroupByTemplates.md +61 -0
  25. tccli/examples/ess/v20201111/CreateFlowReminds.md +3 -3
  26. tccli/examples/ess/v20201111/CreateFlowSignReview.md +2 -2
  27. tccli/examples/essbasic/v20210526/ChannelCreateFlowGroupByTemplates.md +49 -0
  28. tccli/examples/lcic/v20220817/DescribeDocument.md +52 -16
  29. tccli/examples/live/v20180801/DeleteLiveTranscodeTemplate.md +1 -1
  30. tccli/examples/monitor/v20180724/DeletePrometheusScrapeJobs.md +4 -4
  31. tccli/examples/monitor/v20180724/DescribeExporterIntegrations.md +5 -5
  32. tccli/examples/monitor/v20180724/DescribePrometheusAgents.md +10 -10
  33. tccli/examples/monitor/v20180724/DescribePrometheusScrapeJobs.md +8 -8
  34. tccli/examples/ocr/v20181119/DriverLicenseOCR.md +2 -2
  35. tccli/examples/smh/v20210712/DeleteLibrary.md +1 -1
  36. tccli/examples/sqlserver/v20180328/InquiryPriceRenewDBInstance.md +1 -1
  37. tccli/examples/sqlserver/v20180328/InquiryPriceUpgradeDBInstance.md +1 -1
  38. tccli/examples/ssl/v20191205/DescribeDeployedResources.md +5 -5
  39. tccli/examples/tchd/v20230306/DescribeEvents.md +35 -0
  40. tccli/examples/tdmq/v20200217/CreateTopic.md +1 -1
  41. tccli/examples/vod/v20180717/CreateRebuildMediaTemplate.md +2 -2
  42. tccli/examples/vod/v20180717/DeleteRebuildMediaTemplate.md +2 -2
  43. tccli/examples/vod/v20180717/DescribeRebuildMediaTemplates.md +2 -2
  44. tccli/examples/vod/v20180717/ModifyRebuildMediaTemplate.md +2 -2
  45. tccli/examples/vod/v20180717/RebuildMedia.md +2 -2
  46. tccli/examples/vod/v20180717/RebuildMediaByTemplate.md +2 -2
  47. tccli/examples/vpc/v20170312/DescribeSecurityGroups.md +1 -1
  48. tccli/examples/wav/v20210129/QueryClueInfoList.md +1 -0
  49. tccli/examples/wedata/v20210820/DescribeColumnLineage.md +77 -0
  50. tccli/examples/wedata/v20210820/DescribeTableLineage.md +79 -0
  51. tccli/services/__init__.py +3 -0
  52. tccli/services/autoscaling/v20180419/api.json +1 -1
  53. tccli/services/cdn/v20180606/api.json +49 -67
  54. tccli/services/cdn/v20180606/examples.json +3 -3
  55. tccli/services/cfs/v20190719/api.json +65 -26
  56. tccli/services/cfs/v20190719/examples.json +3 -3
  57. tccli/services/cls/v20201016/api.json +7 -2
  58. tccli/services/cms/v20190321/api.json +37 -2
  59. tccli/services/cms/v20190321/examples.json +3 -3
  60. tccli/services/cvm/v20170312/api.json +2 -0
  61. tccli/services/cvm/v20170312/examples.json +2 -2
  62. tccli/services/cynosdb/v20190107/api.json +58 -73
  63. tccli/services/cynosdb/v20190107/examples.json +3 -3
  64. tccli/services/ecm/ecm_client.py +493 -16
  65. tccli/services/ecm/v20190719/api.json +657 -26
  66. tccli/services/ecm/v20190719/examples.json +72 -0
  67. tccli/services/emr/v20190103/api.json +5 -12
  68. tccli/services/emr/v20190103/examples.json +7 -1
  69. tccli/services/es/es_client.py +65 -12
  70. tccli/services/es/v20180416/api.json +43 -0
  71. tccli/services/es/v20180416/examples.json +8 -0
  72. tccli/services/ess/ess_client.py +145 -39
  73. tccli/services/ess/v20201111/api.json +417 -41
  74. tccli/services/ess/v20201111/examples.json +19 -3
  75. tccli/services/essbasic/essbasic_client.py +53 -0
  76. tccli/services/essbasic/v20210526/api.json +105 -3
  77. tccli/services/essbasic/v20210526/examples.json +8 -0
  78. tccli/services/lcic/v20220817/api.json +27 -16
  79. tccli/services/lcic/v20220817/examples.json +10 -4
  80. tccli/services/live/v20180801/api.json +3 -3
  81. tccli/services/live/v20180801/examples.json +1 -1
  82. tccli/services/monitor/v20180724/api.json +20 -24
  83. tccli/services/monitor/v20180724/examples.json +11 -11
  84. tccli/services/ocr/v20181119/api.json +22 -5
  85. tccli/services/ocr/v20181119/examples.json +1 -1
  86. tccli/services/smh/v20210712/api.json +1 -1
  87. tccli/services/smh/v20210712/examples.json +2 -2
  88. tccli/services/sqlserver/v20180328/api.json +8 -15
  89. tccli/services/sqlserver/v20180328/examples.json +2 -2
  90. tccli/services/ssl/v20191205/api.json +1 -0
  91. tccli/services/ssl/v20191205/examples.json +2 -2
  92. tccli/services/tcb/v20180608/api.json +33 -39
  93. tccli/services/tchd/__init__.py +4 -0
  94. tccli/services/tchd/tchd_client.py +194 -0
  95. tccli/services/tchd/v20230306/api.json +167 -0
  96. tccli/services/tchd/v20230306/examples.json +13 -0
  97. tccli/services/tdmq/v20200217/api.json +7 -14
  98. tccli/services/tdmq/v20200217/examples.json +1 -1
  99. tccli/services/tke/v20180525/api.json +33 -20
  100. tccli/services/trtc/trtc_client.py +8 -61
  101. tccli/services/trtc/v20190722/api.json +0 -240
  102. tccli/services/trtc/v20190722/examples.json +0 -8
  103. tccli/services/tse/v20201207/api.json +20 -39
  104. tccli/services/tts/v20190823/api.json +1 -1
  105. tccli/services/vod/v20180717/api.json +40 -36
  106. tccli/services/vod/v20180717/examples.json +12 -12
  107. tccli/services/vpc/v20170312/api.json +21 -7
  108. tccli/services/vpc/v20170312/examples.json +1 -1
  109. tccli/services/wav/v20210129/api.json +10 -0
  110. tccli/services/wav/v20210129/examples.json +1 -1
  111. tccli/services/wedata/v20210820/api.json +1146 -211
  112. tccli/services/wedata/v20210820/examples.json +16 -0
  113. tccli/services/wedata/wedata_client.py +106 -0
  114. {tccli-3.0.908.1.dist-info → tccli-3.0.910.1.dist-info}/METADATA +82 -3
  115. {tccli-3.0.908.1.dist-info → tccli-3.0.910.1.dist-info}/RECORD +118 -98
  116. {tccli-3.0.908.1.dist-info → tccli-3.0.910.1.dist-info}/WHEEL +0 -0
  117. {tccli-3.0.908.1.dist-info → tccli-3.0.910.1.dist-info}/entry_points.txt +0 -0
  118. {tccli-3.0.908.1.dist-info → tccli-3.0.910.1.dist-info}/license_files/LICENSE +0 -0
@@ -71,6 +71,7 @@ Output:
71
71
  "InvalidTime": 1618322621,
72
72
  "DealerName": "dealer1",
73
73
  "ShopId": 1234567890,
74
+ "CorpShopId": "S1234",
74
75
  "ShopName": "shop1",
75
76
  "Position": "销售"
76
77
  }
@@ -0,0 +1,77 @@
1
+ **Example 1: 列出表血缘信息**
2
+
3
+ 列出表血缘信息
4
+
5
+ Input:
6
+
7
+ ```
8
+ tccli wedata DescribeColumnLineage --cli-unfold-argument \
9
+ --Direction xx \
10
+ --InputDepth 0 \
11
+ --ExtParams.0.Name xx \
12
+ --ExtParams.0.Value xx \
13
+ --OutputDepth 0 \
14
+ --IgnoreTemp True \
15
+ --Data.ParentId xx \
16
+ --Data.Params xx \
17
+ --Data.MetastoreType xx \
18
+ --Data.RelationParams xx \
19
+ --Data.QualifiedName xx \
20
+ --Data.Description xx \
21
+ --Data.TableName xx \
22
+ --Data.ColumnNameCn xx \
23
+ --Data.ParentSet xx \
24
+ --Data.ChildSet xx \
25
+ --Data.ColumnType xx \
26
+ --Data.UpStreamCount 0 \
27
+ --Data.PrefixPath xx \
28
+ --Data.DatasourceId xx \
29
+ --Data.ModifyTime xx \
30
+ --Data.MetastoreTypeName xx \
31
+ --Data.Tasks xx \
32
+ --Data.DownStreamCount 0 \
33
+ --Data.ExtParams.0.Name xx \
34
+ --Data.ExtParams.0.Value xx \
35
+ --Data.Id xx \
36
+ --Data.ColumnName xx \
37
+ --Data.TableId xx \
38
+ --Data.CreateTime xx
39
+ ```
40
+
41
+ Output:
42
+ ```
43
+ {
44
+ "Response": {
45
+ "RequestId": "xx",
46
+ "ColumnAggregationLineage": {
47
+ "ChildSet": "xx",
48
+ "ParentSet": "xx",
49
+ "ParentId": "xx",
50
+ "TableName": "xx",
51
+ "MetastoreType": "xx",
52
+ "ColumnInfoSet": [
53
+ {
54
+ "QualifiedName": "xx",
55
+ "Tasks": [
56
+ "xx"
57
+ ],
58
+ "ColumnType": "xx",
59
+ "Description": "xx",
60
+ "DownStreamCount": 0,
61
+ "UpStreamCount": 0,
62
+ "CreateTime": "xx",
63
+ "ColumnName": "xx",
64
+ "PrefixPath": "xx",
65
+ "Params": "xx",
66
+ "ModifyTime": "xx",
67
+ "RelationParams": "xx",
68
+ "ColumnNameCn": "xx",
69
+ "Id": "xx",
70
+ "DatasourceId": "xx"
71
+ }
72
+ ]
73
+ }
74
+ }
75
+ }
76
+ ```
77
+
@@ -0,0 +1,79 @@
1
+ **Example 1: 列出表血缘信息**
2
+
3
+ 列出表血缘信息
4
+
5
+ Input:
6
+
7
+ ```
8
+ tccli wedata DescribeTableLineage --cli-unfold-argument \
9
+ --Direction xx \
10
+ --InputDepth 0 \
11
+ --ExtParams.0.Name xx \
12
+ --ExtParams.0.Value xx \
13
+ --OutputDepth 0 \
14
+ --IgnoreTemp True \
15
+ --Data.ChildSet xx \
16
+ --Data.Tasks xx \
17
+ --Data.Description xx \
18
+ --Data.DownStreamCount 0 \
19
+ --Data.ProjectId xx \
20
+ --Data.ExtParams.0.Name xx \
21
+ --Data.ExtParams.0.Value xx \
22
+ --Data.MetastoreType xx \
23
+ --Data.TableName xx \
24
+ --Data.QualifiedName xx \
25
+ --Data.CreateTime xx \
26
+ --Data.UpStreamCount 0 \
27
+ --Data.PrefixPath xx \
28
+ --Data.Params.0.Name xx \
29
+ --Data.Params.0.Value xx \
30
+ --Data.DatasourceId xx \
31
+ --Data.ModifyTime xx \
32
+ --Data.TableId xx \
33
+ --Data.ParentSet xx \
34
+ --Data.Id xx \
35
+ --Data.MetastoreTypeName xx
36
+ ```
37
+
38
+ Output:
39
+ ```
40
+ {
41
+ "Response": {
42
+ "RequestId": "xx",
43
+ "TableLineage": {
44
+ "ChildSet": "xx",
45
+ "Tasks": [
46
+ "xx"
47
+ ],
48
+ "Description": "xx",
49
+ "DownStreamCount": 0,
50
+ "ProjectId": "xx",
51
+ "ExtParams": [
52
+ {
53
+ "Name": "xx",
54
+ "Value": "xx"
55
+ }
56
+ ],
57
+ "MetastoreType": "xx",
58
+ "TableName": "xx",
59
+ "QualifiedName": "xx",
60
+ "CreateTime": "xx",
61
+ "UpStreamCount": 0,
62
+ "PrefixPath": "xx",
63
+ "Params": [
64
+ {
65
+ "Name": "xx",
66
+ "Value": "xx"
67
+ }
68
+ ],
69
+ "DatasourceId": "xx",
70
+ "ModifyTime": "xx",
71
+ "TableId": "xx",
72
+ "ParentSet": "xx",
73
+ "Id": "xx",
74
+ "MetastoreTypeName": "xx"
75
+ }
76
+ }
77
+ }
78
+ ```
79
+
@@ -591,6 +591,9 @@ SERVICE_VERSIONS = {
591
591
  "tcex": [
592
592
  "2020-07-27"
593
593
  ],
594
+ "tchd": [
595
+ "2023-03-06"
596
+ ],
594
597
  "tci": [
595
598
  "2019-03-18"
596
599
  ],
@@ -5842,7 +5842,7 @@
5842
5842
  },
5843
5843
  {
5844
5844
  "disabled": false,
5845
- "document": "通知组ID,即为用户组ID集合,用户组ID可以通过[ListGroups](https://cloud.tencent.com/document/product/598/34589)查询。\n如果需要清空通知用户组,需要在列表中传入特定字符串 \"NULL\"。",
5845
+ "document": "此参数已不再生效,请使用[创建通知](https://cloud.tencent.com/document/api/377/33185)。\n通知组ID,即为用户组ID集合。",
5846
5846
  "example": "[\"1678\\n\"]",
5847
5847
  "member": "string",
5848
5848
  "name": "NotificationUserGroupIds",