tccli 3.0.1226.1__py2.py3-none-any.whl → 3.0.1227.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 (34) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/cam/v20190116/api.json +19 -13
  3. tccli/services/ckafka/v20190819/api.json +964 -759
  4. tccli/services/ckafka/v20190819/examples.json +22 -22
  5. tccli/services/cloudapp/v20220530/api.json +2 -2
  6. tccli/services/cloudapp/v20220530/examples.json +1 -1
  7. tccli/services/iotexplorer/iotexplorer_client.py +57 -4
  8. tccli/services/iotexplorer/v20190423/api.json +145 -0
  9. tccli/services/iotexplorer/v20190423/examples.json +14 -0
  10. tccli/services/ivld/v20210903/api.json +245 -192
  11. tccli/services/ivld/v20210903/examples.json +10 -10
  12. tccli/services/lcic/v20220817/api.json +1 -1
  13. tccli/services/lke/v20231130/api.json +19 -19
  14. tccli/services/mps/v20190612/api.json +12 -12
  15. tccli/services/organization/v20181225/api.json +75 -51
  16. tccli/services/organization/v20181225/examples.json +20 -20
  17. tccli/services/organization/v20210331/api.json +74 -61
  18. tccli/services/organization/v20210331/examples.json +14 -14
  19. tccli/services/rce/v20201103/api.json +1 -1
  20. tccli/services/redis/v20180412/api.json +1 -1
  21. tccli/services/teo/v20220901/api.json +3 -3
  22. tccli/services/tke/v20220501/api.json +109 -0
  23. tccli/services/tmt/v20180321/api.json +1 -1
  24. tccli/services/trtc/v20190722/api.json +84 -0
  25. tccli/services/vdb/v20230616/api.json +9 -0
  26. tccli/services/vod/v20180717/api.json +2 -2
  27. tccli/services/vpc/v20170312/api.json +134 -0
  28. tccli/services/vpc/v20170312/examples.json +8 -0
  29. tccli/services/vpc/vpc_client.py +53 -0
  30. {tccli-3.0.1226.1.dist-info → tccli-3.0.1227.1.dist-info}/METADATA +2 -2
  31. {tccli-3.0.1226.1.dist-info → tccli-3.0.1227.1.dist-info}/RECORD +34 -34
  32. {tccli-3.0.1226.1.dist-info → tccli-3.0.1227.1.dist-info}/WHEEL +0 -0
  33. {tccli-3.0.1226.1.dist-info → tccli-3.0.1227.1.dist-info}/entry_points.txt +0 -0
  34. {tccli-3.0.1226.1.dist-info → tccli-3.0.1227.1.dist-info}/license_files/LICENSE +0 -0
tccli/__init__.py CHANGED
@@ -1 +1 @@
1
- __version__ = '3.0.1226.1'
1
+ __version__ = '3.0.1227.1'
@@ -1559,7 +1559,7 @@
1559
1559
  {
1560
1560
  "disabled": false,
1561
1561
  "document": "自定义多因子验证Token",
1562
- "example": "",
1562
+ "example": "mfa_1000000000-a6f836f1",
1563
1563
  "member": "string",
1564
1564
  "name": "MFAToken",
1565
1565
  "required": true,
@@ -2790,7 +2790,7 @@
2790
2790
  {
2791
2791
  "disabled": false,
2792
2792
  "document": "子账号",
2793
- "example": "1234567",
2793
+ "example": "100000000000",
2794
2794
  "member": "uint64",
2795
2795
  "name": "SubUin",
2796
2796
  "required": true,
@@ -2805,27 +2805,30 @@
2805
2805
  {
2806
2806
  "disabled": false,
2807
2807
  "document": "登录保护设置",
2808
- "example": "",
2808
+ "example": "{\"Phone\": 1,\"Token\": 0,\"Stoken\": 0,\"Wechat\": 0,\"Custom\": 0}",
2809
2809
  "member": "LoginActionFlag",
2810
2810
  "name": "LoginFlag",
2811
+ "output_required": true,
2811
2812
  "type": "object",
2812
2813
  "value_allowed_null": false
2813
2814
  },
2814
2815
  {
2815
2816
  "disabled": false,
2816
2817
  "document": "敏感操作保护设置",
2817
- "example": "",
2818
+ "example": "{\"Phone\": 1,\"Token\": 0,\"Stoken\": 0,\"Wechat\": 0,\"Custom\": 0}",
2818
2819
  "member": "LoginActionFlag",
2819
2820
  "name": "ActionFlag",
2821
+ "output_required": true,
2820
2822
  "type": "object",
2821
2823
  "value_allowed_null": false
2822
2824
  },
2823
2825
  {
2824
2826
  "disabled": false,
2825
2827
  "document": "异地登录保护设置",
2826
- "example": "",
2828
+ "example": "{\"VerifyFlag\": 0,\"NotifyPhone\": 1,\"NotifyEmail\": 1,\"NotifyWechat\": 1,\"Tips\": 0}",
2827
2829
  "member": "OffsiteFlag",
2828
2830
  "name": "OffsiteFlag",
2831
+ "output_required": true,
2829
2832
  "type": "object",
2830
2833
  "value_allowed_null": false
2831
2834
  },
@@ -2835,6 +2838,7 @@
2835
2838
  "example": "1",
2836
2839
  "member": "int64",
2837
2840
  "name": "PromptTrust",
2841
+ "output_required": true,
2838
2842
  "type": "int",
2839
2843
  "value_allowed_null": true
2840
2844
  },
@@ -5100,7 +5104,7 @@
5100
5104
  {
5101
5105
  "disabled": false,
5102
5106
  "document": "页码。默认为1。",
5103
- "example": "",
5107
+ "example": "1",
5104
5108
  "member": "uint64",
5105
5109
  "name": "Page",
5106
5110
  "required": false,
@@ -5109,7 +5113,7 @@
5109
5113
  {
5110
5114
  "disabled": false,
5111
5115
  "document": "每页数量。默认为20。",
5112
- "example": "",
5116
+ "example": "20",
5113
5117
  "member": "uint64",
5114
5118
  "name": "Rp",
5115
5119
  "required": false,
@@ -5118,7 +5122,7 @@
5118
5122
  {
5119
5123
  "disabled": false,
5120
5124
  "document": "按用户组名称匹配。",
5121
- "example": "",
5125
+ "example": "IT",
5122
5126
  "member": "string",
5123
5127
  "name": "Keyword",
5124
5128
  "required": false,
@@ -5133,18 +5137,20 @@
5133
5137
  {
5134
5138
  "disabled": false,
5135
5139
  "document": "用户组总数。",
5136
- "example": "",
5140
+ "example": "1",
5137
5141
  "member": "uint64",
5138
5142
  "name": "TotalNum",
5143
+ "output_required": true,
5139
5144
  "type": "int",
5140
5145
  "value_allowed_null": false
5141
5146
  },
5142
5147
  {
5143
5148
  "disabled": false,
5144
5149
  "document": "用户组数组信息。",
5145
- "example": "",
5150
+ "example": "[{\"GroupId\": 2021,\"GroupName\": \"IT\",\"CreateTime\": \"2019-04-03 15:15:18\",\"Remark\": \"IT\"}]",
5146
5151
  "member": "GroupInfo",
5147
5152
  "name": "GroupInfo",
5153
+ "output_required": true,
5148
5154
  "type": "list",
5149
5155
  "value_allowed_null": false
5150
5156
  },
@@ -6423,7 +6429,7 @@
6423
6429
  {
6424
6430
  "disabled": false,
6425
6431
  "document": "登录保护设置",
6426
- "example": "",
6432
+ "example": "{\"Phone\":1}",
6427
6433
  "member": "LoginActionMfaFlag",
6428
6434
  "name": "LoginFlag",
6429
6435
  "required": false,
@@ -6432,7 +6438,7 @@
6432
6438
  {
6433
6439
  "disabled": false,
6434
6440
  "document": "操作保护设置",
6435
- "example": "",
6441
+ "example": "{\"Phone\":1}",
6436
6442
  "member": "LoginActionMfaFlag",
6437
6443
  "name": "ActionFlag",
6438
6444
  "required": false,
@@ -7005,7 +7011,7 @@
7005
7011
  {
7006
7012
  "disabled": false,
7007
7013
  "document": "用户组描述",
7008
- "example": "test",
7014
+ "example": "财务管理",
7009
7015
  "member": "string",
7010
7016
  "name": "Remark",
7011
7017
  "required": false,