tccli 3.0.1128.1__py2.py3-none-any.whl → 3.0.1130.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 (51) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/asr/v20190614/api.json +1 -1
  3. tccli/services/billing/v20180709/api.json +3 -2
  4. tccli/services/bpaas/v20181217/api.json +5 -0
  5. tccli/services/cat/v20180409/api.json +1 -0
  6. tccli/services/cdwdoris/v20211228/api.json +20 -0
  7. tccli/services/ciam/v20220331/api.json +92 -104
  8. tccli/services/cls/v20201016/api.json +5 -5
  9. tccli/services/cynosdb/v20190107/api.json +5 -3
  10. tccli/services/dc/v20180410/api.json +139 -121
  11. tccli/services/dc/v20180410/examples.json +6 -6
  12. tccli/services/es/v20180416/api.json +10 -0
  13. tccli/services/ess/v20201111/api.json +5 -5
  14. tccli/services/essbasic/v20210526/api.json +54 -3
  15. tccli/services/essbasic/v20210526/examples.json +2 -2
  16. tccli/services/hunyuan/v20230901/api.json +4 -4
  17. tccli/services/lighthouse/v20200324/api.json +2 -4
  18. tccli/services/monitor/v20180724/api.json +29 -16
  19. tccli/services/mps/v20190612/api.json +122 -4
  20. tccli/services/mrs/v20200910/api.json +315 -65
  21. tccli/services/ocr/v20181119/api.json +1 -1
  22. tccli/services/organization/v20210331/api.json +28 -0
  23. tccli/services/rce/v20201103/api.json +9 -9
  24. tccli/services/redis/redis_client.py +220 -8
  25. tccli/services/redis/v20180412/api.json +254 -28
  26. tccli/services/redis/v20180412/examples.json +36 -4
  27. tccli/services/ssl/v20191205/api.json +63 -38
  28. tccli/services/ssl/v20191205/examples.json +1 -1
  29. tccli/services/tcm/v20210413/api.json +75 -22
  30. tccli/services/tcm/v20210413/examples.json +1 -1
  31. tccli/services/tcr/v20190924/api.json +8 -8
  32. tccli/services/tcr/v20190924/examples.json +1 -1
  33. tccli/services/tdmq/v20200217/api.json +31 -18
  34. tccli/services/tdmq/v20200217/examples.json +8 -8
  35. tccli/services/teo/v20220901/api.json +4 -4
  36. tccli/services/tke/v20180525/api.json +67 -53
  37. tccli/services/tke/v20180525/examples.json +12 -12
  38. tccli/services/trtc/v20190722/api.json +2 -2
  39. tccli/services/tse/v20201207/api.json +103 -0
  40. tccli/services/tts/v20190823/api.json +1 -1
  41. tccli/services/waf/v20180125/api.json +109 -0
  42. tccli/services/waf/v20180125/examples.json +14 -0
  43. tccli/services/waf/waf_client.py +61 -8
  44. tccli/services/wedata/v20210820/api.json +177 -1
  45. tccli/services/wedata/v20210820/examples.json +10 -2
  46. tccli/services/wedata/wedata_client.py +53 -0
  47. {tccli-3.0.1128.1.dist-info → tccli-3.0.1130.1.dist-info}/METADATA +2 -2
  48. {tccli-3.0.1128.1.dist-info → tccli-3.0.1130.1.dist-info}/RECORD +51 -51
  49. {tccli-3.0.1128.1.dist-info → tccli-3.0.1130.1.dist-info}/WHEEL +0 -0
  50. {tccli-3.0.1128.1.dist-info → tccli-3.0.1130.1.dist-info}/entry_points.txt +0 -0
  51. {tccli-3.0.1128.1.dist-info → tccli-3.0.1130.1.dist-info}/license_files/LICENSE +0 -0
@@ -252,6 +252,13 @@
252
252
  "output": "CreateTaskAlarmRegularResponse",
253
253
  "status": "online"
254
254
  },
255
+ "CreateTaskFolder": {
256
+ "document": "编排空间-工作流-创建任务文件夹",
257
+ "input": "CreateTaskFolderRequest",
258
+ "name": "创建任务文件夹",
259
+ "output": "CreateTaskFolderResponse",
260
+ "status": "online"
261
+ },
255
262
  "CreateTaskVersionDs": {
256
263
  "document": "提交任务版本",
257
264
  "input": "CreateTaskVersionDsRequest",
@@ -7702,6 +7709,70 @@
7702
7709
  ],
7703
7710
  "type": "object"
7704
7711
  },
7712
+ "CreateTaskFolderRequest": {
7713
+ "document": "CreateTaskFolder请求参数结构体",
7714
+ "members": [
7715
+ {
7716
+ "disabled": false,
7717
+ "document": "项目Id",
7718
+ "example": "无",
7719
+ "member": "string",
7720
+ "name": "ProjectId",
7721
+ "required": true,
7722
+ "type": "string"
7723
+ },
7724
+ {
7725
+ "disabled": false,
7726
+ "document": "文件夹名称",
7727
+ "example": "无",
7728
+ "member": "string",
7729
+ "name": "FolderName",
7730
+ "required": true,
7731
+ "type": "string"
7732
+ },
7733
+ {
7734
+ "disabled": false,
7735
+ "document": "工作量ID",
7736
+ "example": "无",
7737
+ "member": "string",
7738
+ "name": "WorkflowId",
7739
+ "required": true,
7740
+ "type": "string"
7741
+ },
7742
+ {
7743
+ "disabled": false,
7744
+ "document": "父文件夹ID",
7745
+ "example": "无",
7746
+ "member": "string",
7747
+ "name": "ParentFolderId",
7748
+ "required": false,
7749
+ "type": "string"
7750
+ }
7751
+ ],
7752
+ "type": "object"
7753
+ },
7754
+ "CreateTaskFolderResponse": {
7755
+ "document": "CreateTaskFolder返回参数结构体",
7756
+ "members": [
7757
+ {
7758
+ "disabled": false,
7759
+ "document": "任务文件夹Id,null则创建失败\n注意:此字段可能返回 null,表示取不到有效值。",
7760
+ "example": "无",
7761
+ "member": "string",
7762
+ "name": "Data",
7763
+ "output_required": true,
7764
+ "type": "string",
7765
+ "value_allowed_null": true
7766
+ },
7767
+ {
7768
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
7769
+ "member": "string",
7770
+ "name": "RequestId",
7771
+ "type": "string"
7772
+ }
7773
+ ],
7774
+ "type": "object"
7775
+ },
7705
7776
  "CreateTaskRequest": {
7706
7777
  "document": "CreateTask请求参数结构体",
7707
7778
  "members": [
@@ -17694,6 +17765,24 @@
17694
17765
  "name": "TableId",
17695
17766
  "required": true,
17696
17767
  "type": "string"
17768
+ },
17769
+ {
17770
+ "disabled": false,
17771
+ "document": "按名称查询的条件",
17772
+ "example": "无",
17773
+ "member": "TableNameFilter",
17774
+ "name": "TableNameFilter",
17775
+ "required": false,
17776
+ "type": "object"
17777
+ },
17778
+ {
17779
+ "disabled": false,
17780
+ "document": "查询条件类型0按id,1按名称,默认为0",
17781
+ "example": "无",
17782
+ "member": "uint64",
17783
+ "name": "TableFilterType",
17784
+ "required": false,
17785
+ "type": "int"
17697
17786
  }
17698
17787
  ],
17699
17788
  "type": "object"
@@ -17707,7 +17796,7 @@
17707
17796
  "example": "无",
17708
17797
  "member": "TableMeta",
17709
17798
  "name": "TableMeta",
17710
- "required": true,
17799
+ "output_required": true,
17711
17800
  "type": "object",
17712
17801
  "value_allowed_null": true
17713
17802
  },
@@ -37429,10 +37518,97 @@
37429
37518
  "output_required": false,
37430
37519
  "type": "int",
37431
37520
  "value_allowed_null": true
37521
+ },
37522
+ {
37523
+ "disabled": false,
37524
+ "document": "表附属信息\n注意:此字段可能返回 null,表示取不到有效值。",
37525
+ "example": "无",
37526
+ "member": "TableMetaProperty",
37527
+ "name": "TableProperties",
37528
+ "output_required": false,
37529
+ "type": "list",
37530
+ "value_allowed_null": true
37531
+ }
37532
+ ],
37533
+ "usage": "out"
37534
+ },
37535
+ "TableMetaProperty": {
37536
+ "document": "表附加信息",
37537
+ "members": [
37538
+ {
37539
+ "disabled": false,
37540
+ "document": "属性的key\n注意:此字段可能返回 null,表示取不到有效值。",
37541
+ "example": "无",
37542
+ "member": "string",
37543
+ "name": "Key",
37544
+ "output_required": false,
37545
+ "type": "string",
37546
+ "value_allowed_null": true
37547
+ },
37548
+ {
37549
+ "disabled": false,
37550
+ "document": "属性的值\n注意:此字段可能返回 null,表示取不到有效值。",
37551
+ "example": "无",
37552
+ "member": "string",
37553
+ "name": "Value",
37554
+ "output_required": false,
37555
+ "type": "string",
37556
+ "value_allowed_null": true
37432
37557
  }
37433
37558
  ],
37434
37559
  "usage": "out"
37435
37560
  },
37561
+ "TableNameFilter": {
37562
+ "document": "按表名查询的查询条件",
37563
+ "members": [
37564
+ {
37565
+ "disabled": false,
37566
+ "document": "数据源类型",
37567
+ "example": "无",
37568
+ "member": "string",
37569
+ "name": "MsType",
37570
+ "required": false,
37571
+ "type": "string"
37572
+ },
37573
+ {
37574
+ "disabled": false,
37575
+ "document": "数据源id",
37576
+ "example": "无",
37577
+ "member": "int64",
37578
+ "name": "DatasourceId",
37579
+ "required": false,
37580
+ "type": "int"
37581
+ },
37582
+ {
37583
+ "disabled": false,
37584
+ "document": "数据库名称",
37585
+ "example": "无",
37586
+ "member": "string",
37587
+ "name": "DatabaseName",
37588
+ "required": false,
37589
+ "type": "string"
37590
+ },
37591
+ {
37592
+ "disabled": false,
37593
+ "document": "schema",
37594
+ "example": "无",
37595
+ "member": "string",
37596
+ "name": "SchemaName",
37597
+ "required": false,
37598
+ "type": "string"
37599
+ },
37600
+ {
37601
+ "disabled": false,
37602
+ "document": "表名",
37603
+ "example": "无",
37604
+ "member": "string",
37605
+ "name": "Name",
37606
+ "required": false,
37607
+ "type": "string"
37608
+ }
37609
+ ],
37610
+ "usage": "in"
37611
+ },
37436
37612
  "TablePropertyScore": {
37437
37613
  "document": "按天更新的表的资产评分",
37438
37614
  "members": [
@@ -300,6 +300,14 @@
300
300
  "title": "创建集成任务告警规则"
301
301
  }
302
302
  ],
303
+ "CreateTaskFolder": [
304
+ {
305
+ "document": "",
306
+ "input": "POST / HTTP/1.1\nHost: wedata.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateTaskFolder\n<公共请求参数>\n\n{\n \"ProjectId\": \"1522676572149563392\",\n \"FolderName\": \"FFFOOOLLLDDDEERR\",\n \"ParentFolderId\": \"6cccb832-b76a-11ed-b7fc-043f72e73c62\",\n \"WorkflowId\": \"63b3878f-0602-11ee-b7fc-043f72e73c62\"\n}",
307
+ "output": "{\n \"Response\": {\n \"Data\": \"277e97b2-8475-11ee-bfeb-b8cef68a6637\",\n \"RequestId\": \"7d1d9f10-fb66-40c3-b704-5e174ebc95dd\"\n }\n}",
308
+ "title": "创建工作流中任务目录接口"
309
+ }
310
+ ],
303
311
  "CreateTaskVersionDs": [
304
312
  {
305
313
  "document": "失败",
@@ -1239,8 +1247,8 @@
1239
1247
  "DescribeTableMeta": [
1240
1248
  {
1241
1249
  "document": "",
1242
- "input": "POST / HTTP/1.1\nHost: wedata.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeTableMeta\n<公共请求参数>\n\n{\n \"TableId\": \"12345\"\n}",
1243
- "output": "{\n \"Response\": {\n \"TableMeta\": {\n \"ClusterId\": \"xx\",\n \"TableHeat\": {\n \"Heat\": 0.0,\n \"TableId\": \"xx\",\n \"DayTime\": \"2020-09-22T00:00:00+00:00\"\n },\n \"DatabaseId\": \"xx\",\n \"HasFavorite\": true,\n \"ProjectDisplayName\": \"xx\",\n \"StorageSizeWithUnit\": \"xx\",\n \"TableId\": \"xx\",\n \"BizCatalogNames\": [\n \"xx\"\n ],\n \"TablePath\": \"xx\",\n \"LikeCount\": 0,\n \"TableNameCn\": \"xx\",\n \"DdlModifyTime\": \"2020-09-22T00:00:00+00:00\",\n \"Description\": \"xx\",\n \"InstanceId\": \"xx\",\n \"TableName\": \"xx\",\n \"LastAccessTime\": \"2020-09-22T00:00:00+00:00\",\n \"LifeCycleTime\": 0,\n \"MetastoreId\": 0,\n \"DataModifyTime\": \"2020-09-22T00:00:00+00:00\",\n \"TablePropertyScore\": {\n \"Timeliness\": 0.0,\n \"Average\": 0.0,\n \"DayTime\": \"2020-09-22T00:00:00+00:00\",\n \"Normative\": 0.0,\n \"Stability\": 0.0,\n \"TableId\": \"xx\",\n \"Safety\": 0.0,\n \"Integrity\": 0.0\n },\n \"Partitions\": \"xx\",\n \"ReplicationFactor\": \"xx\",\n \"DatasourceName\": \"xx\",\n \"StorageFormat\": \"xx\",\n \"TechnologyType\": \"xx\",\n \"ProjectId\": \"xx\",\n \"BizCatalogIds\": [\n \"xx\"\n ],\n \"ColumnSeparator\": \"xx\",\n \"DatasourceId\": 0,\n \"HasAdminAuthority\": true,\n \"TableOwnerName\": \"xx\",\n \"ModifyTime\": \"2020-09-22T00:00:00+00:00\",\n \"TableNameEn\": \"xx\",\n \"FavoriteCount\": 0,\n \"TableType\": \"xx\",\n \"DatasourceDisplayName\": \"xx\",\n \"ClusterName\": \"xx\",\n \"ProjectName\": \"xx\",\n \"HasLike\": true,\n \"MetastoreType\": \"xx\",\n \"DatabaseName\": \"xx\",\n \"StorageSize\": 0,\n \"CreateTime\": \"2020-09-22T00:00:00+00:00\"\n },\n \"RequestId\": \"xx\"\n }\n}",
1250
+ "input": "POST / HTTP/1.1\nHost: wedata.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeTableMeta\n<公共请求参数>\n\n{\n \"TableId\": \"MvNP9ruUR4qOYfQsaabbcc\"\n}",
1251
+ "output": "{\n \"Response\": {\n \"RequestId\": \"0eeb0618-621a-4e21-a74d-68f1d183749d\",\n \"TableMeta\": {\n \"BizCatalogIds\": null,\n \"BizCatalogNames\": null,\n \"ClusterId\": \"emr-1cbhbbccdd\",\n \"ClusterName\": \"emr-1cbhbbccdd\",\n \"ColumnSeparator\": \"Hive默认\",\n \"Columns\": [\n {\n \"ChineseName\": null,\n \"ColumnKey\": null,\n \"Description\": \"wwwwww\",\n \"IsPartition\": false,\n \"Name\": \"wwwww\",\n \"Position\": 0,\n \"Type\": \"tinyint\",\n \"CreateTime\": \"2024-01-08T23:32:51.000+00:00\",\n \"DefaultValue\": null,\n \"Length\": null,\n \"ModifiedTime\": \"2024-01-08T23:32:51.000+00:00\",\n \"Precision\": null,\n \"Scale\": null\n }\n ],\n \"CreateTime\": \"2023-07-04T16:51:54+08:00\",\n \"DataModifyTime\": null,\n \"DataSourceCategory\": \"CLUSTER\",\n \"DatabaseId\": \"dgz--YqoS3aWyUYjKE_QQQ\",\n \"DatabaseName\": \"test11\",\n \"DatasourceDisplayName\": \"hive_emr-1cbhqqbb.test11\",\n \"DatasourceId\": 30111,\n \"DatasourceName\": \"hive_emr-1cbhqqbb\",\n \"DdlModifyTime\": \"2023-07-04T16:51:54+08:00\",\n \"Description\": null,\n \"FavoriteCount\": 0,\n \"HasAdminAuthority\": false,\n \"HasFavorite\": false,\n \"HasLike\": null,\n \"InstanceId\": \"emr-1cbhqqbb\",\n \"IsPartitionTable\": null,\n \"IsView\": false,\n \"LastAccessTime\": \"2023-07-04T16:53:42+08:00\",\n \"LifeCycleTime\": null,\n \"LikeCount\": 0,\n \"Location\": null,\n \"MetaCrawlType\": \"MANAGED_TABLE\",\n \"MetastoreId\": 128643,\n \"MetastoreType\": \"HIVE\",\n \"ModifyTime\": \"2023-07-04T16:51:54+08:00\",\n \"OwnerProjectId\": null,\n \"PartitionColumns\": null,\n \"PartitionExpireDays\": null,\n \"Partitions\": null,\n \"ProjectDisplayName\": \"项目测试\",\n \"ProjectId\": \"1728806907743539200\",\n \"ProjectName\": \"loader_test\",\n \"ReplicationFactor\": null,\n \"StorageFormat\": \"TEXTFILE\",\n \"StorageSize\": 0,\n \"StorageSizeWithUnit\": \"0B\",\n \"TableHeat\": {\n \"DayTime\": \"2024-04-12T00:00:00+08:00\",\n \"Heat\": 0,\n \"MaxHeat\": 0,\n \"TableId\": \"MvNP9ruUR4qOYfQsaabbcc\"\n },\n \"TableId\": \"MvNP9ruUR4qOYfQsaabbcc\",\n \"TableName\": \"aaaa_test2\",\n \"TableNameCn\": null,\n \"TableNameEn\": null,\n \"TableOwnerId\": null,\n \"TableOwnerName\": \"shaopenquan\",\n \"TablePath\": \"hdfs://172.16.0.7:4007/usr/hive/warehouse/test11.db/aaaa_test2\",\n \"TablePropertyScore\": {\n \"Average\": 79.5,\n \"DayTime\": \"2024-04-12T00:00:00+08:00\",\n \"Integrity\": 88,\n \"Normative\": 0,\n \"Safety\": 30,\n \"Stability\": 100,\n \"TableId\": \"MvNP9ruUR4qOYfQsVo5dFg\",\n \"Timeliness\": 100\n },\n \"TableType\": \"MANAGED_TABLE\",\n \"TechnologyType\": \"HIVE\"\n }\n }\n}",
1244
1252
  "title": "查询表元数据详情"
1245
1253
  }
1246
1254
  ],
@@ -10365,6 +10365,58 @@ def doModifyDimensionWeight(args, parsed_globals):
10365
10365
  FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
10366
10366
 
10367
10367
 
10368
+ def doCreateTaskFolder(args, parsed_globals):
10369
+ g_param = parse_global_arg(parsed_globals)
10370
+
10371
+ if g_param[OptionsDefine.UseCVMRole.replace('-', '_')]:
10372
+ cred = credential.CVMRoleCredential()
10373
+ elif g_param[OptionsDefine.RoleArn.replace('-', '_')] and g_param[OptionsDefine.RoleSessionName.replace('-', '_')]:
10374
+ cred = credential.STSAssumeRoleCredential(
10375
+ g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.RoleArn.replace('-', '_')],
10376
+ g_param[OptionsDefine.RoleSessionName.replace('-', '_')], endpoint=g_param["sts_cred_endpoint"]
10377
+ )
10378
+ elif os.getenv(OptionsDefine.ENV_TKE_REGION) and os.getenv(OptionsDefine.ENV_TKE_PROVIDER_ID) and os.getenv(OptionsDefine.ENV_TKE_WEB_IDENTITY_TOKEN_FILE) and os.getenv(OptionsDefine.ENV_TKE_ROLE_ARN):
10379
+ cred = credential.DefaultTkeOIDCRoleArnProvider().get_credentials()
10380
+ else:
10381
+ cred = credential.Credential(
10382
+ g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.Token]
10383
+ )
10384
+ http_profile = HttpProfile(
10385
+ reqTimeout=60 if g_param[OptionsDefine.Timeout] is None else int(g_param[OptionsDefine.Timeout]),
10386
+ reqMethod="POST",
10387
+ endpoint=g_param[OptionsDefine.Endpoint],
10388
+ proxy=g_param[OptionsDefine.HttpsProxy.replace('-', '_')]
10389
+ )
10390
+ profile = ClientProfile(httpProfile=http_profile, signMethod="HmacSHA256")
10391
+ if g_param[OptionsDefine.Language]:
10392
+ profile.language = g_param[OptionsDefine.Language]
10393
+ mod = CLIENT_MAP[g_param[OptionsDefine.Version]]
10394
+ client = mod.WedataClient(cred, g_param[OptionsDefine.Region], profile)
10395
+ client._sdkVersion += ("_CLI_" + __version__)
10396
+ models = MODELS_MAP[g_param[OptionsDefine.Version]]
10397
+ model = models.CreateTaskFolderRequest()
10398
+ model.from_json_string(json.dumps(args))
10399
+ start_time = time.time()
10400
+ while True:
10401
+ rsp = client.CreateTaskFolder(model)
10402
+ result = rsp.to_json_string()
10403
+ try:
10404
+ json_obj = json.loads(result)
10405
+ except TypeError as e:
10406
+ json_obj = json.loads(result.decode('utf-8')) # python3.3
10407
+ if not g_param[OptionsDefine.Waiter] or search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj) == g_param['OptionsDefine.WaiterInfo']['to']:
10408
+ break
10409
+ cur_time = time.time()
10410
+ if cur_time - start_time >= g_param['OptionsDefine.WaiterInfo']['timeout']:
10411
+ raise ClientError('Request timeout, wait `%s` to `%s` timeout, last request is %s' %
10412
+ (g_param['OptionsDefine.WaiterInfo']['expr'], g_param['OptionsDefine.WaiterInfo']['to'],
10413
+ search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj)))
10414
+ else:
10415
+ print('Inquiry result is %s.' % search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj))
10416
+ time.sleep(g_param['OptionsDefine.WaiterInfo']['interval'])
10417
+ FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
10418
+
10419
+
10368
10420
  def doBatchStopWorkflowsByIds(args, parsed_globals):
10369
10421
  g_param = parse_global_arg(parsed_globals)
10370
10422
 
@@ -11667,6 +11719,7 @@ ACTION_MAP = {
11667
11719
  "DescribeOpsMakePlans": doDescribeOpsMakePlans,
11668
11720
  "DescribeRealTimeTaskInstanceNodeInfo": doDescribeRealTimeTaskInstanceNodeInfo,
11669
11721
  "ModifyDimensionWeight": doModifyDimensionWeight,
11722
+ "CreateTaskFolder": doCreateTaskFolder,
11670
11723
  "BatchStopWorkflowsByIds": doBatchStopWorkflowsByIds,
11671
11724
  "BatchResumeIntegrationTasks": doBatchResumeIntegrationTasks,
11672
11725
  "SetTaskAlarmNew": doSetTaskAlarmNew,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tccli
3
- Version: 3.0.1128.1
3
+ Version: 3.0.1130.1
4
4
  Summary: Universal Command Line Environment for Tencent Cloud
5
5
  Project-URL: Bug Tracker, https://github.com/TencentCloud/tencentcloud-cli/issues
6
6
  Project-URL: Homepage, https://github.com/TencentCloud/tencentcloud-cli
@@ -13,7 +13,7 @@ Classifier: Programming Language :: Python :: 2.7
13
13
  Classifier: Programming Language :: Python :: 3
14
14
  Requires-Dist: jmespath==0.10.0
15
15
  Requires-Dist: six==1.16.0
16
- Requires-Dist: tencentcloud-sdk-python>=3.0.1128
16
+ Requires-Dist: tencentcloud-sdk-python>=3.0.1130
17
17
  Description-Content-Type: text/markdown
18
18
 
19
19
  # 命令行工具简介