tccli 3.0.922.1__py2.py3-none-any.whl → 3.0.924.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 (110) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/examples/apigateway/v20180808/DescribeServicesStatus.md +33 -19
  3. tccli/examples/cdb/v20170320/CreateDBInstance.md +2 -2
  4. tccli/examples/ckafka/v20190819/CreateAcl.md +4 -1
  5. tccli/examples/clb/v20180317/CloneLoadBalancer.md +3 -3
  6. tccli/examples/clb/v20180317/DescribeListeners.md +49 -127
  7. tccli/examples/clb/v20180317/DescribeLoadBalancers.md +578 -158
  8. tccli/examples/cls/v20201016/CreateScheduledSql.md +13 -11
  9. tccli/examples/cls/v20201016/DeleteScheduledSql.md +2 -2
  10. tccli/examples/cls/v20201016/DescribeConfigs.md +2 -1
  11. tccli/examples/cls/v20201016/DescribeKafkaConsumer.md +23 -0
  12. tccli/examples/cls/v20201016/DescribeScheduledSqlInfo.md +22 -19
  13. tccli/examples/cls/v20201016/ModifyKafkaConsumer.md +21 -0
  14. tccli/examples/cls/v20201016/ModifyScheduledSql.md +11 -9
  15. tccli/examples/cynosdb/v20190107/DescribeAccounts.md +10 -10
  16. tccli/examples/cynosdb/v20190107/DescribeClusterDetail.md +77 -65
  17. tccli/examples/ess/v20201111/CancelUserAutoSignEnableUrl.md +1 -1
  18. tccli/examples/ess/v20201111/CreateBatchCancelFlowUrl.md +5 -4
  19. tccli/examples/ess/v20201111/CreateUserAutoSignEnableUrl.md +2 -2
  20. tccli/examples/ess/v20201111/DescribeFlowBriefs.md +6 -2
  21. tccli/examples/ess/v20201111/DescribeFlowEvidenceReport.md +1 -1
  22. tccli/examples/ess/v20201111/DescribeFlowInfo.md +24 -38
  23. tccli/examples/ess/v20201111/DescribeUserAutoSignStatus.md +1 -1
  24. tccli/examples/ess/v20201111/GetTaskResultApi.md +2 -2
  25. tccli/examples/essbasic/v20210526/ChannelBatchCancelFlows.md +5 -5
  26. tccli/examples/essbasic/v20210526/ChannelCreateBatchCancelFlowUrl.md +10 -8
  27. tccli/examples/essbasic/v20210526/ChannelCreateFlowSignUrl.md +9 -8
  28. tccli/examples/essbasic/v20210526/ChannelCreateWebThemeConfig.md +7 -6
  29. tccli/examples/essbasic/v20210526/DescribeFlowDetailInfo.md +19 -30
  30. tccli/examples/essbasic/v20210526/DescribeTemplates.md +13 -4
  31. tccli/examples/essbasic/v20210526/OperateChannelTemplate.md +2 -2
  32. tccli/examples/lcic/v20220817/DescribeRoom.md +2 -0
  33. tccli/examples/mna/v20210119/GetDevices.md +9 -16
  34. tccli/examples/mna/v20210119/UpdateDevice.md +7 -10
  35. tccli/examples/ms/v20180408/CreateEncryptInstance.md +30 -30
  36. tccli/examples/ms/v20180408/CreateOrderInstance.md +2 -2
  37. tccli/examples/ms/v20180408/DescribeEncryptInstances.md +73 -65
  38. tccli/examples/ms/v20180408/DescribeEncryptPlan.md +34 -34
  39. tccli/examples/ms/v20180408/DescribeOrderInstances.md +1 -1
  40. tccli/examples/oceanus/v20190422/CreateJobConfig.md +1 -1
  41. tccli/examples/tdmq/v20200217/CreateRocketMQVipInstance.md +28 -0
  42. tccli/examples/tione/v20211111/CreateNotebook.md +62 -0
  43. tccli/examples/tione/v20211111/CreateNotebookImage.md +18 -0
  44. tccli/examples/tione/v20211111/DeleteNotebook.md +20 -0
  45. tccli/examples/tione/v20211111/DeleteNotebookImageRecord.md +18 -0
  46. tccli/examples/tione/v20211111/DescribeNotebook.md +70 -0
  47. tccli/examples/tione/v20211111/DescribeNotebookImageKernels.md +23 -0
  48. tccli/examples/tione/v20211111/DescribeNotebookImageRecords.md +28 -0
  49. tccli/examples/tione/v20211111/DescribeNotebooks.md +77 -0
  50. tccli/examples/tione/v20211111/ModifyNotebook.md +64 -0
  51. tccli/examples/tione/v20211111/ModifyNotebookTags.md +22 -0
  52. tccli/examples/tione/v20211111/StartNotebook.md +20 -0
  53. tccli/examples/tione/v20211111/StopCreatingImage.md +18 -0
  54. tccli/examples/tione/v20211111/StopNotebook.md +20 -0
  55. tccli/examples/vpc/v20170312/CreateVpnGateway.md +20 -26
  56. tccli/examples/waf/v20180125/GetAttackHistogram.md +142 -0
  57. tccli/services/apigateway/v20180808/api.json +119 -12
  58. tccli/services/apigateway/v20180808/examples.json +4 -4
  59. tccli/services/asr/v20190614/api.json +1 -1
  60. tccli/services/cdb/v20170320/api.json +101 -90
  61. tccli/services/cdb/v20170320/examples.json +2 -2
  62. tccli/services/cdn/v20180606/api.json +59 -6
  63. tccli/services/ckafka/v20190819/api.json +10 -10
  64. tccli/services/ckafka/v20190819/examples.json +1 -1
  65. tccli/services/clb/v20180317/api.json +221 -68
  66. tccli/services/clb/v20180317/examples.json +10 -10
  67. tccli/services/cls/cls_client.py +110 -4
  68. tccli/services/cls/v20201016/api.json +330 -115
  69. tccli/services/cls/v20201016/examples.json +23 -7
  70. tccli/services/cynosdb/v20190107/api.json +82 -31
  71. tccli/services/cynosdb/v20190107/examples.json +3 -3
  72. tccli/services/dlc/v20210125/api.json +11 -11
  73. tccli/services/emr/v20190103/api.json +10 -0
  74. tccli/services/ess/v20201111/api.json +519 -142
  75. tccli/services/ess/v20201111/examples.json +9 -9
  76. tccli/services/essbasic/v20210526/api.json +195 -126
  77. tccli/services/essbasic/v20210526/examples.json +13 -13
  78. tccli/services/faceid/v20180301/api.json +21 -16
  79. tccli/services/lcic/v20220817/api.json +10 -0
  80. tccli/services/lcic/v20220817/examples.json +2 -2
  81. tccli/services/live/v20180801/api.json +42 -22
  82. tccli/services/mna/v20210119/api.json +11 -12
  83. tccli/services/mna/v20210119/examples.json +4 -4
  84. tccli/services/mps/v20190612/api.json +142 -61
  85. tccli/services/ms/v20180408/api.json +92 -19
  86. tccli/services/ms/v20180408/examples.json +31 -31
  87. tccli/services/nlp/v20190408/api.json +2 -1
  88. tccli/services/oceanus/v20190422/api.json +355 -41
  89. tccli/services/oceanus/v20190422/examples.json +1 -1
  90. tccli/services/ocr/ocr_client.py +4 -110
  91. tccli/services/ocr/v20181119/api.json +0 -315
  92. tccli/services/ocr/v20181119/examples.json +0 -16
  93. tccli/services/tdmq/tdmq_client.py +53 -0
  94. tccli/services/tdmq/v20200217/api.json +126 -0
  95. tccli/services/tdmq/v20200217/examples.json +8 -0
  96. tccli/services/teo/v20220901/api.json +18 -18
  97. tccli/services/tione/tione_client.py +987 -298
  98. tccli/services/tione/v20211111/api.json +1784 -20
  99. tccli/services/tione/v20211111/examples.json +104 -0
  100. tccli/services/tts/v20190823/api.json +1 -1
  101. tccli/services/vpc/v20170312/api.json +45 -65
  102. tccli/services/vpc/v20170312/examples.json +3 -3
  103. tccli/services/waf/v20180125/api.json +111 -0
  104. tccli/services/waf/v20180125/examples.json +8 -0
  105. tccli/services/waf/waf_client.py +57 -4
  106. {tccli-3.0.922.1.dist-info → tccli-3.0.924.1.dist-info}/METADATA +2 -2
  107. {tccli-3.0.922.1.dist-info → tccli-3.0.924.1.dist-info}/RECORD +110 -93
  108. {tccli-3.0.922.1.dist-info → tccli-3.0.924.1.dist-info}/WHEEL +0 -0
  109. {tccli-3.0.922.1.dist-info → tccli-3.0.924.1.dist-info}/entry_points.txt +0 -0
  110. {tccli-3.0.922.1.dist-info → tccli-3.0.924.1.dist-info}/license_files/LICENSE +0 -0
tccli/__init__.py CHANGED
@@ -1 +1 @@
1
- __version__ = '3.0.922.1'
1
+ __version__ = '3.0.924.1'
@@ -1,43 +1,57 @@
1
- **Example 1: 用于查询服务列表**
2
-
1
+ **Example 1: 查询服务列表状态**
3
2
 
3
+ 查询服务列表状态
4
4
 
5
5
  Input:
6
6
 
7
7
  ```
8
- tccli apigateway DescribeServicesStatus --cli-unfold-argument ```
8
+ tccli apigateway DescribeServicesStatus --cli-unfold-argument \
9
+ --Limit 0 \
10
+ --Offset 0 \
11
+ --Filters.0.Name abc \
12
+ --Filters.0.Values abc
13
+ ```
9
14
 
10
15
  Output:
11
16
  ```
12
17
  {
13
18
  "Response": {
14
19
  "Result": {
15
- "TotalCount": 1,
20
+ "TotalCount": 0,
16
21
  "ServiceSet": [
17
22
  {
18
- "ServiceId": "service-hrxy5qsm",
19
- "ServiceName": "ddd",
20
- "ServiceDesc": "",
21
- "Protocol": "http",
22
- "OuterSubDomain": "service-hrxy5qsm-1259027407.gz.apigw.tencentcs.com",
23
- "InnerSubDomain": "",
24
- "InnerHttpPort": 0,
25
23
  "InnerHttpsPort": 0,
26
- "CreatedTime": "2020-03-25T15:24:17Z",
27
- "ModifiedTime": "2020-03-25T15:24:18Z",
24
+ "ServiceDesc": "abc",
25
+ "Protocol": "abc",
26
+ "ModifiedTime": "2020-09-22T00:00:00+00:00",
28
27
  "NetTypes": [
29
- "OUTER"
28
+ "abc"
30
29
  ],
31
- "IpVersion": "IPv4",
32
- "ExclusiveSetName": "",
30
+ "ExclusiveSetName": "abc",
31
+ "ServiceId": "abc",
32
+ "IpVersion": "abc",
33
33
  "AvailableEnvironments": [
34
- "release"
34
+ "abc"
35
+ ],
36
+ "ServiceName": "abc",
37
+ "OuterSubDomain": "abc",
38
+ "CreatedTime": "2020-09-22T00:00:00+00:00",
39
+ "InnerHttpPort": 1,
40
+ "InnerSubDomain": "abc",
41
+ "TradeIsolateStatus": 0,
42
+ "Tags": [
43
+ {
44
+ "Key": "abc",
45
+ "Value": "abc"
46
+ }
35
47
  ],
36
- "TradeIsolateStatus": 0
48
+ "InstanceId": "abc",
49
+ "SetType": "abc",
50
+ "DeploymentType": "abc"
37
51
  }
38
52
  ]
39
53
  },
40
- "RequestId": "7100a7b7-30ed-43c8-8d53-081afb6ecd8b"
54
+ "RequestId": "abc"
41
55
  }
42
56
  }
43
57
  ```
@@ -1,6 +1,6 @@
1
1
  **Example 1: 购买主实例**
2
2
 
3
-
3
+ 购买主实例
4
4
 
5
5
  Input:
6
6
 
@@ -38,7 +38,7 @@ Output:
38
38
 
39
39
  **Example 2: 购买只读实例**
40
40
 
41
-
41
+ 购买只读实例
42
42
 
43
43
  Input:
44
44
 
@@ -23,7 +23,10 @@ Output:
23
23
  "ReturnCode": "0",
24
24
  "ReturnMessage": "ok[apply ok]",
25
25
  "Data": {
26
- "FlowId": 0
26
+ "FlowId": 0,
27
+ "RouteDTO": {
28
+ "RouteId": 0
29
+ }
27
30
  }
28
31
  },
29
32
  "RequestId": "b1ce770b-3623-47d3-b31b-538f8941142d"
@@ -1,19 +1,19 @@
1
1
  **Example 1: 克隆负载均衡**
2
2
 
3
-
3
+ 克隆负载均衡。
4
4
 
5
5
  Input:
6
6
 
7
7
  ```
8
8
  tccli clb CloneLoadBalancer --cli-unfold-argument \
9
- --LoadBalancerId lb-xxxx
9
+ --LoadBalancerId lb-p10fcs**
10
10
  ```
11
11
 
12
12
  Output:
13
13
  ```
14
14
  {
15
15
  "Response": {
16
- "RequestId": "83129908-a282-4f9f-8ab-131a3025ba22"
16
+ "RequestId": "83129908-a282-4f9f-8ab-131a3025****"
17
17
  }
18
18
  }
19
19
  ```
@@ -13,142 +13,55 @@ Output:
13
13
  ```
14
14
  {
15
15
  "Response": {
16
- "TotalCount": 3,
16
+ "TotalCount": 1,
17
17
  "Listeners": [
18
18
  {
19
- "ListenerId": "lbl-2ytsji1u",
20
- "ListenerName": "555",
21
- "CreateTime": "2020-12-31 11:36:18",
22
- "Protocol": "HTTP",
23
- "Port": 555,
19
+ "ListenerId": "lbl-hd9nfp6o",
20
+ "ListenerName": "12345",
21
+ "CreateTime": "2020-12-31 12:03:36",
22
+ "Protocol": "TCP",
23
+ "Port": 333,
24
24
  "EndPort": 0,
25
- "HealthCheck": null,
25
+ "HealthCheck": {
26
+ "HealthSwitch": 1,
27
+ "TimeOut": 2,
28
+ "IntervalTime": 5,
29
+ "HealthNum": 3,
30
+ "UnHealthNum": 3,
31
+ "CheckPort": null,
32
+ "CheckType": "TCP",
33
+ "HttpCheckDomain": null,
34
+ "HttpCheckPath": null,
35
+ "HttpCheckMethod": null,
36
+ "HttpVersion": null,
37
+ "HttpCode": null,
38
+ "ContextType": null,
39
+ "SendContext": null,
40
+ "RecvContext": null,
41
+ "ExtendedCode": null,
42
+ "SourceIpType": 0
43
+ },
26
44
  "Certificate": null,
27
- "Scheduler": null,
28
- "SessionExpireTime": null,
45
+ "Scheduler": "WRR",
46
+ "SessionExpireTime": 0,
29
47
  "SniSwitch": 0,
30
- "Rules": [
31
- {
32
- "ListenerId": "lbl-2ytsji1u",
33
- "LocationId": "loc-nq5fuotq",
34
- "Domain": "www.123.com",
35
- "Url": "/123",
36
- "CreateTime": "2020-12-31 11:36:48",
37
- "Certificate": null,
38
- "HealthCheck": {
39
- "HealthSwitch": 1,
40
- "TimeOut": 5,
41
- "IntervalTime": 5,
42
- "HealthNum": 3,
43
- "UnHealthNum": 3,
44
- "HttpCode": 15,
45
- "HttpCheckPath": "/",
46
- "HttpCheckDomain": "www.123.com",
47
- "HttpCheckMethod": "get",
48
- "CheckPort": null,
49
- "CheckType": "TCP",
50
- "HttpVersion": null,
51
- "ContextType": null,
52
- "SendContext": null,
53
- "RecvContext": null
54
- },
55
- "RewriteTarget": {
56
- "TargetListenerId": null,
57
- "TargetLocationId": null,
58
- "RewriteCode": null,
59
- "TakeUrl": null,
60
- "RewriteType": null
61
- },
62
- "SessionExpireTime": 0,
63
- "Scheduler": "WRR",
64
- "HttpGzip": true,
65
- "BeAutoCreated": false,
66
- "DefaultServer": true,
67
- "Http2": false,
68
- "ForwardType": "HTTP",
69
- "TargetType": "NODE",
70
- "TargetGroup": null,
71
- "WafDomainId": "",
72
- "TrpcCallee": "",
73
- "TrpcFunc": "",
74
- "QuicStatus": "OFF"
75
- }
76
- ],
77
- "TargetType": null,
48
+ "Rules": null,
49
+ "TargetType": "NODE",
78
50
  "TargetGroup": null,
79
- "KeepaliveEnable": 0,
51
+ "KeepaliveEnable": null,
80
52
  "SessionType": "NORMAL",
81
53
  "Toa": false,
82
- "DeregisterTargetRst": false
83
- },
84
- {
85
- "ListenerId": "lbl-a459zzae",
86
- "ListenerName": "222",
87
- "CreateTime": "2020-12-10 20:26:54",
88
- "Protocol": "HTTP",
89
- "Port": 222,
90
- "EndPort": 0,
91
- "HealthCheck": null,
92
- "Certificate": null,
93
- "Scheduler": null,
94
- "SessionExpireTime": null,
95
- "SniSwitch": 0,
96
- "Rules": [
97
- {
98
- "ListenerId": "lbl-a459zzae",
99
- "LocationId": "loc-7pbxg3d4",
100
- "Domain": "www.123.com",
101
- "Url": "/",
102
- "CreateTime": "2020-12-10 20:33:14",
103
- "Certificate": null,
104
- "HealthCheck": {
105
- "HealthSwitch": 1,
106
- "TimeOut": 5,
107
- "IntervalTime": 5,
108
- "HealthNum": 3,
109
- "UnHealthNum": 3,
110
- "HttpCode": 15,
111
- "HttpCheckPath": "/",
112
- "HttpCheckDomain": "www.123.com",
113
- "HttpCheckMethod": "get",
114
- "CheckPort": null,
115
- "CheckType": "TCP",
116
- "HttpVersion": null,
117
- "ContextType": null,
118
- "SendContext": null,
119
- "RecvContext": null
120
- },
121
- "RewriteTarget": {
122
- "TargetListenerId": null,
123
- "TargetLocationId": null,
124
- "RewriteCode": null,
125
- "TakeUrl": null,
126
- "RewriteType": null
127
- },
128
- "SessionExpireTime": 0,
129
- "Scheduler": "WRR",
130
- "HttpGzip": true,
131
- "BeAutoCreated": false,
132
- "DefaultServer": true,
133
- "Http2": false,
134
- "ForwardType": "HTTP",
135
- "TargetType": "NODE",
136
- "TargetGroup": null,
137
- "WafDomainId": "",
138
- "TrpcCallee": "",
139
- "TrpcFunc": "",
140
- "QuicStatus": "OFF"
141
- }
54
+ "DeregisterTargetRst": false,
55
+ "MaxConn": 100,
56
+ "MaxCps": 100,
57
+ "IdleConnectTimeout": 0,
58
+ "AttrFlags": [
59
+ "abc"
142
60
  ],
143
- "TargetType": null,
144
- "TargetGroup": null,
145
- "KeepaliveEnable": 0,
146
- "SessionType": "NORMAL",
147
- "Toa": false,
148
- "DeregisterTargetRst": false
61
+ "TargetGroupList": null
149
62
  }
150
63
  ],
151
- "RequestId": "2682e290-3f8c-4766-98fa-716610e2d351"
64
+ "RequestId": "3ddae670-4a89-4919-af6e-0d6bf195c92e"
152
65
  }
153
66
  }
154
67
  ```
@@ -195,7 +108,9 @@ Output:
195
108
  "HttpCode": null,
196
109
  "ContextType": null,
197
110
  "SendContext": null,
198
- "RecvContext": null
111
+ "RecvContext": null,
112
+ "ExtendedCode": null,
113
+ "SourceIpType": 0
199
114
  },
200
115
  "Certificate": null,
201
116
  "Scheduler": "WRR",
@@ -207,7 +122,14 @@ Output:
207
122
  "KeepaliveEnable": null,
208
123
  "SessionType": "NORMAL",
209
124
  "Toa": false,
210
- "DeregisterTargetRst": false
125
+ "DeregisterTargetRst": false,
126
+ "MaxConn": 100,
127
+ "MaxCps": 100,
128
+ "IdleConnectTimeout": 0,
129
+ "AttrFlags": [
130
+ "abc"
131
+ ],
132
+ "TargetGroupList": null
211
133
  }
212
134
  ],
213
135
  "RequestId": "3ddae670-4a89-4919-af6e-0d6bf195c92e"