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
@@ -1,13 +1,13 @@
1
1
  **Example 1: 创建VPNGW**
2
2
 
3
-
3
+ 创建VPNGW
4
4
 
5
5
  Input:
6
6
 
7
7
  ```
8
8
  tccli vpc CreateVpnGateway --cli-unfold-argument \
9
- --VpcId "vpc-xxxx" \
10
9
  --VpnGatewayName "test" \
10
+ --VpcId "vpc-xxxx" \
11
11
  --InstanceChargeType "POSTPAID_BY_HOUR" \
12
12
  --InternetMaxBandwidthOut 5
13
13
  ```
@@ -17,34 +17,28 @@ Output:
17
17
  {
18
18
  "Response": {
19
19
  "VpnGateway": {
20
- "VpnGatewayQuotaSet": [
21
- {
22
- "Bandwidth": 1,
23
- "Cname": "xx",
24
- "Name": "xx"
25
- }
26
- ],
27
- "MaxConnection": 1,
28
- "VpcId": "xx",
29
- "RenewFlag": "xx",
30
- "Zone": "xx",
31
- "VpnGatewayName": "xx",
32
- "InstanceChargeType": "xx",
33
- "CdcId": "xx",
20
+ "VpnGatewayQuotaSet": [],
21
+ "MaxConnection": 5,
22
+ "VpcId": "vpc-test",
23
+ "RenewFlag": "",
24
+ "Zone": "ap-bangkok-1",
25
+ "VpnGatewayName": "test",
26
+ "InstanceChargeType": "POSTPAID_BY_HOUR",
27
+ "CdcId": "",
34
28
  "IsAddressBlocked": true,
35
- "InternetMaxBandwidthOut": 1,
36
- "State": "xx",
37
- "Version": "xx",
38
- "VpnGatewayId": "xx",
39
- "PublicIpAddress": "xx",
29
+ "InternetMaxBandwidthOut": 10,
30
+ "State": "Pending",
31
+ "Version": "",
32
+ "VpnGatewayId": "vpngw-xxxxx",
33
+ "PublicIpAddress": "12.3.1.3",
40
34
  "CreatedTime": "2020-09-22 00:00:00",
41
- "NewPurchasePlan": "xx",
35
+ "NewPurchasePlan": "",
42
36
  "ExpiredTime": "2020-09-22 00:00:00",
43
- "Type": "xx",
44
- "NetworkInstanceId": "xx",
45
- "RestrictState": "xx"
37
+ "Type": "IPSEC",
38
+ "NetworkInstanceId": "",
39
+ "RestrictState": "NORMAL"
46
40
  },
47
- "RequestId": "xx"
41
+ "RequestId": "fa15cd12-e329-1261-c585-3c3ae5c55211"
48
42
  }
49
43
  }
50
44
  ```
@@ -0,0 +1,142 @@
1
+ **Example 1: 攻击日志统计详情**
2
+
3
+
4
+
5
+ Input:
6
+
7
+ ```
8
+ tccli waf GetAttackHistogram --cli-unfold-argument \
9
+ --StartTime 2020-08-2800:00:00 \
10
+ --ToTime 2020-08-2814:12:36 \
11
+ --Domain all \
12
+ --QueryString method:GET
13
+ ```
14
+
15
+ Output:
16
+ ```
17
+ {
18
+ "Response": {
19
+ "Data": [
20
+ {
21
+ "Count": 0,
22
+ "TimeStamp": 1598544000
23
+ },
24
+ {
25
+ "Count": 0,
26
+ "TimeStamp": 1598545800
27
+ },
28
+ {
29
+ "Count": 0,
30
+ "TimeStamp": 1598547600
31
+ },
32
+ {
33
+ "Count": 0,
34
+ "TimeStamp": 1598549400
35
+ },
36
+ {
37
+ "Count": 0,
38
+ "TimeStamp": 1598551200
39
+ },
40
+ {
41
+ "Count": 0,
42
+ "TimeStamp": 1598553000
43
+ },
44
+ {
45
+ "Count": 0,
46
+ "TimeStamp": 1598554800
47
+ },
48
+ {
49
+ "Count": 0,
50
+ "TimeStamp": 1598556600
51
+ },
52
+ {
53
+ "Count": 0,
54
+ "TimeStamp": 1598558400
55
+ },
56
+ {
57
+ "Count": 0,
58
+ "TimeStamp": 1598560200
59
+ },
60
+ {
61
+ "Count": 0,
62
+ "TimeStamp": 1598562000
63
+ },
64
+ {
65
+ "Count": 0,
66
+ "TimeStamp": 1598563800
67
+ },
68
+ {
69
+ "Count": 0,
70
+ "TimeStamp": 1598565600
71
+ },
72
+ {
73
+ "Count": 0,
74
+ "TimeStamp": 1598567400
75
+ },
76
+ {
77
+ "Count": 0,
78
+ "TimeStamp": 1598569200
79
+ },
80
+ {
81
+ "Count": 0,
82
+ "TimeStamp": 1598571000
83
+ },
84
+ {
85
+ "Count": 0,
86
+ "TimeStamp": 1598572800
87
+ },
88
+ {
89
+ "Count": 0,
90
+ "TimeStamp": 1598574600
91
+ },
92
+ {
93
+ "Count": 0,
94
+ "TimeStamp": 1598576400
95
+ },
96
+ {
97
+ "Count": 0,
98
+ "TimeStamp": 1598578200
99
+ },
100
+ {
101
+ "Count": 0,
102
+ "TimeStamp": 1598580000
103
+ },
104
+ {
105
+ "Count": 0,
106
+ "TimeStamp": 1598581800
107
+ },
108
+ {
109
+ "Count": 17,
110
+ "TimeStamp": 1598583600
111
+ },
112
+ {
113
+ "Count": 0,
114
+ "TimeStamp": 1598585400
115
+ },
116
+ {
117
+ "Count": 0,
118
+ "TimeStamp": 1598587200
119
+ },
120
+ {
121
+ "Count": 0,
122
+ "TimeStamp": 1598589000
123
+ },
124
+ {
125
+ "Count": 0,
126
+ "TimeStamp": 1598590800
127
+ },
128
+ {
129
+ "Count": 0,
130
+ "TimeStamp": 1598592600
131
+ },
132
+ {
133
+ "Count": 0,
134
+ "TimeStamp": 1598594400
135
+ }
136
+ ],
137
+ "Period": 1800,
138
+ "TotalCount": 17
139
+ }
140
+ }
141
+ ```
142
+