tccli 3.0.1309.1__py2.py3-none-any.whl → 3.0.1311.1__py2.py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (62) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/apm/v20210622/api.json +38 -0
  3. tccli/services/asr/v20190614/api.json +9 -0
  4. tccli/services/autoscaling/v20180419/api.json +19 -10
  5. tccli/services/bh/v20230418/api.json +193 -2
  6. tccli/services/bh/v20230418/examples.json +2 -2
  7. tccli/services/billing/billing_client.py +867 -125
  8. tccli/services/billing/v20180709/api.json +1336 -45
  9. tccli/services/billing/v20180709/examples.json +136 -0
  10. tccli/services/cdb/cdb_client.py +0 -53
  11. tccli/services/cdb/v20170320/api.json +0 -64
  12. tccli/services/cdb/v20170320/examples.json +0 -8
  13. tccli/services/cdwch/v20200915/examples.json +1 -1
  14. tccli/services/cfw/v20190904/api.json +11 -1
  15. tccli/services/cfw/v20190904/examples.json +2 -2
  16. tccli/services/cynosdb/v20190107/api.json +2 -2
  17. tccli/services/dsgc/v20190723/api.json +28 -18
  18. tccli/services/dsgc/v20190723/examples.json +1 -1
  19. tccli/services/ess/ess_client.py +53 -0
  20. tccli/services/ess/v20201111/api.json +102 -3
  21. tccli/services/ess/v20201111/examples.json +14 -0
  22. tccli/services/essbasic/essbasic_client.py +53 -0
  23. tccli/services/essbasic/v20210526/api.json +110 -2
  24. tccli/services/essbasic/v20210526/examples.json +14 -0
  25. tccli/services/gaap/gaap_client.py +12 -171
  26. tccli/services/gaap/v20180529/api.json +0 -325
  27. tccli/services/gaap/v20180529/examples.json +0 -24
  28. tccli/services/hunyuan/v20230901/api.json +130 -7
  29. tccli/services/iai/v20180301/api.json +12 -12
  30. tccli/services/iai/v20180301/examples.json +8 -2
  31. tccli/services/keewidb/v20220308/api.json +1 -1
  32. tccli/services/keewidb/v20220308/examples.json +1 -1
  33. tccli/services/lighthouse/v20200324/api.json +4 -4
  34. tccli/services/lke/v20231130/api.json +117 -2
  35. tccli/services/postgres/v20170312/api.json +6 -6
  36. tccli/services/redis/v20180412/api.json +12 -12
  37. tccli/services/redis/v20180412/examples.json +4 -4
  38. tccli/services/tag/v20180813/api.json +4 -4
  39. tccli/services/tcb/v20180608/api.json +20 -0
  40. tccli/services/tcb/v20180608/examples.json +1 -1
  41. tccli/services/tcbr/v20220217/api.json +94 -0
  42. tccli/services/tdmq/v20200217/api.json +4 -4
  43. tccli/services/teo/v20220901/api.json +45 -24
  44. tccli/services/thpc/v20211109/api.json +1 -1
  45. tccli/services/thpc/v20220401/api.json +1 -1
  46. tccli/services/thpc/v20230321/api.json +6 -6
  47. tccli/services/tione/v20211111/api.json +159 -4
  48. tccli/services/tke/v20180525/api.json +10 -10
  49. tccli/services/tmt/v20180321/api.json +1 -1
  50. tccli/services/trtc/v20190722/api.json +9 -0
  51. tccli/services/vod/v20180717/api.json +1 -1
  52. tccli/services/vpc/v20170312/api.json +5 -5
  53. tccli/services/waf/v20180125/api.json +163 -28
  54. tccli/services/waf/v20180125/examples.json +6 -0
  55. tccli/services/wedata/v20210820/api.json +1419 -0
  56. tccli/services/wedata/v20210820/examples.json +57 -1
  57. tccli/services/wedata/wedata_client.py +371 -0
  58. {tccli-3.0.1309.1.dist-info → tccli-3.0.1311.1.dist-info}/METADATA +2 -2
  59. {tccli-3.0.1309.1.dist-info → tccli-3.0.1311.1.dist-info}/RECORD +62 -62
  60. {tccli-3.0.1309.1.dist-info → tccli-3.0.1311.1.dist-info}/WHEEL +0 -0
  61. {tccli-3.0.1309.1.dist-info → tccli-3.0.1311.1.dist-info}/entry_points.txt +0 -0
  62. {tccli-3.0.1309.1.dist-info → tccli-3.0.1311.1.dist-info}/license_files/LICENSE +0 -0
tccli/__init__.py CHANGED
@@ -1 +1 @@
1
- __version__ = '3.0.1309.1'
1
+ __version__ = '3.0.1311.1'
@@ -892,6 +892,26 @@
892
892
  "output_required": true,
893
893
  "type": "int",
894
894
  "value_allowed_null": false
895
+ },
896
+ {
897
+ "disabled": false,
898
+ "document": "CLS索引类型(0=全文索引,1=键值索引)",
899
+ "example": "0",
900
+ "member": "int64",
901
+ "name": "LogIndexType",
902
+ "output_required": false,
903
+ "type": "int",
904
+ "value_allowed_null": false
905
+ },
906
+ {
907
+ "disabled": false,
908
+ "document": "traceId的索引key: 当CLS索引类型为键值索引时生效",
909
+ "example": "trace_id",
910
+ "member": "string",
911
+ "name": "LogTraceIdKey",
912
+ "output_required": false,
913
+ "type": "string",
914
+ "value_allowed_null": false
895
915
  }
896
916
  ],
897
917
  "usage": "out"
@@ -2318,6 +2338,24 @@
2318
2338
  "name": "IsMemoryHijackingAnalysis",
2319
2339
  "required": false,
2320
2340
  "type": "int"
2341
+ },
2342
+ {
2343
+ "disabled": false,
2344
+ "document": "CLS索引类型(0=全文索引,1=键值索引)",
2345
+ "example": "0",
2346
+ "member": "int64",
2347
+ "name": "LogIndexType",
2348
+ "required": false,
2349
+ "type": "int"
2350
+ },
2351
+ {
2352
+ "disabled": false,
2353
+ "document": "traceId的索引key: 当CLS索引类型为键值索引时生效",
2354
+ "example": "trace_id",
2355
+ "member": "string",
2356
+ "name": "LogTraceIdKey",
2357
+ "required": false,
2358
+ "type": "string"
2321
2359
  }
2322
2360
  ],
2323
2361
  "type": "object"
@@ -811,6 +811,15 @@
811
811
  "name": "KeyWordLibIdList",
812
812
  "required": false,
813
813
  "type": "list"
814
+ },
815
+ {
816
+ "disabled": false,
817
+ "document": "替换词汇表id, 适用于热词和自学习场景也无法解决的极端case词组, 会对识别结果强制替换。具体可参考[配置控制台](https://console.cloud.tencent.com/asr/replaceword);强制替换功能可能会影响正常识别结果,请谨慎使用",
818
+ "example": "26910027******d9fa530f9f39dcd35d8",
819
+ "member": "string",
820
+ "name": "ReplaceTextId",
821
+ "required": false,
822
+ "type": "string"
814
823
  }
815
824
  ],
816
825
  "type": "object"
@@ -2572,7 +2572,7 @@
2572
2572
  "members": [
2573
2573
  {
2574
2574
  "disabled": false,
2575
- "document": "生命周期挂钩ID",
2575
+ "document": "生命周期挂钩ID。可以通过调用接口 [DescribeLifecycleHooks](https://cloud.tencent.com/document/api/377/34452) ,取返回信息中的 LifecycleHookId 获取生命周期挂钩ID。",
2576
2576
  "example": "ash-5rynk2n5",
2577
2577
  "member": "string",
2578
2578
  "name": "LifecycleHookId",
@@ -2872,6 +2872,15 @@
2872
2872
  "name": "AutoScalingGroupIds",
2873
2873
  "required": true,
2874
2874
  "type": "list"
2875
+ },
2876
+ {
2877
+ "disabled": false,
2878
+ "document": "查询时排除取消类型活动。默认值为 false,表示不排除取消类型活动。",
2879
+ "example": "false",
2880
+ "member": "bool",
2881
+ "name": "ExcludeCancelledActivity",
2882
+ "required": false,
2883
+ "type": "bool"
2875
2884
  }
2876
2885
  ],
2877
2886
  "type": "object"
@@ -2882,7 +2891,7 @@
2882
2891
  {
2883
2892
  "disabled": false,
2884
2893
  "document": "符合条件的伸缩活动信息集合。说明:伸缩组伸缩活动不存在的则不返回,如传50个伸缩组ID,返回45条数据,说明其中有5个伸缩组伸缩活动不存在。",
2885
- "example": "[{\"DetailedStatusMessageSet\": [], \"InvocationResultSet\": [], \"Description\": \"Activity was launched in response to a difference between desired capacity and actual capacity, scale out 1 instance(s).\", \"LifecycleActionResultSet\": [], \"AutoScalingGroupId\": \"asg-44xoulwh\", \"RelatedInstanceSet\": [{\"InstanceId\": \"ins-qfve9yyr\", \"InstanceStatus\": \"SUCCESSFUL\"}], \"ActivityType\": \"SCALE_OUT\", \"ActivityId\": \"asa-p9xww1hx\", \"StartTime\": \"2024-11-12T05:30:21Z\", \"CreatedTime\": \"2024-11-12T05:30:21Z\", \"StatusMessageSimplified\": \"Success\", \"EndTime\": \"2024-11-12T05:30:52Z\", \"Cause\": \"Activity was launched in response to a difference between desired capacity and actual capacity.\", \"StatusMessage\": \"Success\", \"StatusCode\": \"SUCCESSFUL\"}]",
2894
+ "example": "",
2886
2895
  "member": "Activity",
2887
2896
  "name": "ActivitySet",
2888
2897
  "output_required": true,
@@ -5008,7 +5017,7 @@
5008
5017
  },
5009
5018
  {
5010
5019
  "disabled": false,
5011
- "document": "生命周期挂钩默认结果",
5020
+ "document": "定义伸缩组在生命周期挂钩超时或 LifecycleCommand 执行失败时应采取的操作,取值范围如下:\n- CONTINUE: 默认值,表示继续执行扩缩容活动\n- ABANDON: 针对扩容挂钩,挂钩超时或 LifecycleCommand 执行失败的 CVM 实例会直接释放或移出;而针对缩容挂钩,会继续执行缩容活动",
5012
5021
  "example": "CONTINUE",
5013
5022
  "member": "string",
5014
5023
  "name": "DefaultResult",
@@ -5018,7 +5027,7 @@
5018
5027
  },
5019
5028
  {
5020
5029
  "disabled": false,
5021
- "document": "生命周期挂钩等待超时时间",
5030
+ "document": "生命周期挂钩超时等待时间(以秒为单位),范围从 30 到 7200 秒。",
5022
5031
  "example": "300",
5023
5032
  "member": "int64",
5024
5033
  "name": "HeartbeatTimeout",
@@ -5028,7 +5037,7 @@
5028
5037
  },
5029
5038
  {
5030
5039
  "disabled": false,
5031
- "document": "生命周期挂钩适用场景",
5040
+ "document": "生命周期挂钩场景,取值范围如下:\n- INSTANCE_LAUNCHING: 扩容生命周期挂钩\n- INSTANCE_TERMINATING: 缩容生命周期挂钩",
5032
5041
  "example": "INSTANCE_TERMINATING",
5033
5042
  "member": "string",
5034
5043
  "name": "LifecycleTransition",
@@ -5048,7 +5057,7 @@
5048
5057
  },
5049
5058
  {
5050
5059
  "disabled": false,
5051
- "document": "创建时间",
5060
+ "document": "创建时间,采用 UTC 标准计时",
5052
5061
  "example": "2024-11-11T15:29:59Z",
5053
5062
  "member": "datetime_iso",
5054
5063
  "name": "CreatedTime",
@@ -5068,7 +5077,7 @@
5068
5077
  },
5069
5078
  {
5070
5079
  "disabled": false,
5071
- "document": "生命周期挂钩适用场景",
5080
+ "document": "进行生命周期挂钩的场景类型,取值范围包括 NORMAL 和 EXTENSION,默认值为 NORMAL。\n说明:设置为EXTENSION值,在AttachInstances、DetachInstances、RemoveInstances 接口时会触发生命周期挂钩操作,值为NORMAL则不会在这些接口中触发生命周期挂钩。",
5072
5081
  "example": "NORMAL",
5073
5082
  "member": "string",
5074
5083
  "name": "LifecycleTransitionType",
@@ -6854,7 +6863,7 @@
6854
6863
  "members": [
6855
6864
  {
6856
6865
  "disabled": false,
6857
- "document": "伸缩组ID",
6866
+ "document": "伸缩组ID。可以通过如下方式获取可用的伸缩组ID:\n<li>通过登录 [控制台](https://console.cloud.tencent.com/autoscaling/group) 查询伸缩组ID。</li>\n<li>通过调用接口 [DescribeAutoScalingGroups](https://cloud.tencent.com/document/api/377/20438) ,取返回信息中的 AutoScalingGroupId 获取伸缩组ID。</li>",
6858
6867
  "example": "asg-12yqet78",
6859
6868
  "member": "string",
6860
6869
  "name": "AutoScalingGroupId",
@@ -6863,7 +6872,7 @@
6863
6872
  },
6864
6873
  {
6865
6874
  "disabled": false,
6866
- "document": "希望缩容的实例数量。",
6875
+ "document": "希望缩容的实例数量。该参数的静态取值范围是 [1,2000],同时该参数不得大于期望数与最小值的差值。例如伸缩组期望数为 100,最小值为 20,此时可取值范围为 [1,80]。",
6867
6876
  "example": "1",
6868
6877
  "member": "uint64",
6869
6878
  "name": "ScaleInNumber",
@@ -6882,7 +6891,7 @@
6882
6891
  "example": "asa-k1q8oaz6",
6883
6892
  "member": "string",
6884
6893
  "name": "ActivityId",
6885
- "required": true,
6894
+ "output_required": true,
6886
6895
  "type": "string",
6887
6896
  "value_allowed_null": false
6888
6897
  },
@@ -3504,6 +3504,51 @@
3504
3504
  "name": "CdcClusterId",
3505
3505
  "required": false,
3506
3506
  "type": "string"
3507
+ },
3508
+ {
3509
+ "disabled": false,
3510
+ "document": "开通堡垒机指定共享的clbId",
3511
+ "example": "lb-xefesef",
3512
+ "member": "string",
3513
+ "name": "ShareClbId",
3514
+ "required": false,
3515
+ "type": "string"
3516
+ },
3517
+ {
3518
+ "disabled": false,
3519
+ "document": "0-关闭web访问堡垒机,1-开启web访问堡垒机",
3520
+ "example": "1",
3521
+ "member": "uint64",
3522
+ "name": "WebAccess",
3523
+ "required": false,
3524
+ "type": "int"
3525
+ },
3526
+ {
3527
+ "disabled": false,
3528
+ "document": "0-关闭客户端访问堡垒机,1-开启客户端访问堡垒机",
3529
+ "example": "1",
3530
+ "member": "uint64",
3531
+ "name": "ClientAccess",
3532
+ "required": false,
3533
+ "type": "int"
3534
+ },
3535
+ {
3536
+ "disabled": false,
3537
+ "document": "0-关闭内网访问堡垒机,1-开启内网访问堡垒机",
3538
+ "example": "0",
3539
+ "member": "uint64",
3540
+ "name": "IntranetAccess",
3541
+ "required": false,
3542
+ "type": "int"
3543
+ },
3544
+ {
3545
+ "disabled": false,
3546
+ "document": "0-关闭公网访问堡垒机,1-开启公网访问堡垒机",
3547
+ "example": "1",
3548
+ "member": "uint64",
3549
+ "name": "ExternalAccess",
3550
+ "required": false,
3551
+ "type": "int"
3507
3552
  }
3508
3553
  ],
3509
3554
  "type": "object"
@@ -4101,6 +4146,16 @@
4101
4146
  "type": "int",
4102
4147
  "value_allowed_null": false
4103
4148
  },
4149
+ {
4150
+ "disabled": false,
4151
+ "document": "账号信息列表",
4152
+ "example": "[{ \"BoundPrivateKey\": true, \"Account\": \"root\", \"Id\": 1, \"BoundPassword\": true, \"DeviceId\": 1 } ]",
4153
+ "member": "DeviceAccount",
4154
+ "name": "DeviceAccountSet",
4155
+ "output_required": true,
4156
+ "type": "list",
4157
+ "value_allowed_null": false
4158
+ },
4104
4159
  {
4105
4160
  "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
4106
4161
  "member": "string",
@@ -5472,6 +5527,62 @@
5472
5527
  ],
5473
5528
  "usage": "out"
5474
5529
  },
5530
+ "DeviceAccount": {
5531
+ "document": "主机账号",
5532
+ "members": [
5533
+ {
5534
+ "disabled": false,
5535
+ "document": "账号ID",
5536
+ "example": "1",
5537
+ "member": "uint64",
5538
+ "name": "Id",
5539
+ "output_required": true,
5540
+ "type": "int",
5541
+ "value_allowed_null": false
5542
+ },
5543
+ {
5544
+ "disabled": false,
5545
+ "document": "主机ID",
5546
+ "example": "1",
5547
+ "member": "uint64",
5548
+ "name": "DeviceId",
5549
+ "output_required": true,
5550
+ "type": "int",
5551
+ "value_allowed_null": false
5552
+ },
5553
+ {
5554
+ "disabled": false,
5555
+ "document": "账号名",
5556
+ "example": "admin",
5557
+ "member": "string",
5558
+ "name": "Account",
5559
+ "output_required": true,
5560
+ "type": "string",
5561
+ "value_allowed_null": false
5562
+ },
5563
+ {
5564
+ "disabled": false,
5565
+ "document": "true-已托管密码,false-未托管密码",
5566
+ "example": "true",
5567
+ "member": "bool",
5568
+ "name": "BoundPassword",
5569
+ "output_required": true,
5570
+ "type": "bool",
5571
+ "value_allowed_null": false
5572
+ },
5573
+ {
5574
+ "disabled": false,
5575
+ "document": "true-已托管私钥,false-未托管私钥",
5576
+ "example": "true",
5577
+ "member": "bool",
5578
+ "name": "BoundPrivateKey",
5579
+ "output_required": true,
5580
+ "type": "bool",
5581
+ "value_allowed_null": false
5582
+ }
5583
+ ],
5584
+ "usage": "out"
5585
+ },
5475
5586
  "Domain": {
5476
5587
  "document": "网络域",
5477
5588
  "members": [
@@ -6709,8 +6820,8 @@
6709
6820
  "type": "string"
6710
6821
  },
6711
6822
  {
6712
- "disabled": false,
6713
- "document": "已废弃",
6823
+ "disabled": true,
6824
+ "document": "状态",
6714
6825
  "example": "0",
6715
6826
  "member": "string",
6716
6827
  "name": "Status",
@@ -7604,6 +7715,86 @@
7604
7715
  "output_required": false,
7605
7716
  "type": "string",
7606
7717
  "value_allowed_null": false
7718
+ },
7719
+ {
7720
+ "disabled": false,
7721
+ "document": "是否共享clb,true-共享clb,false-独享clb",
7722
+ "example": "false",
7723
+ "member": "bool",
7724
+ "name": "ShareClb",
7725
+ "output_required": false,
7726
+ "type": "bool",
7727
+ "value_allowed_null": false
7728
+ },
7729
+ {
7730
+ "disabled": false,
7731
+ "document": "共享clb id",
7732
+ "example": "lb-5fa81478",
7733
+ "member": "string",
7734
+ "name": "OpenClbId",
7735
+ "output_required": false,
7736
+ "type": "string",
7737
+ "value_allowed_null": false
7738
+ },
7739
+ {
7740
+ "disabled": false,
7741
+ "document": "运营商信息",
7742
+ "example": "CMCC/CTCC/CUCC",
7743
+ "member": "string",
7744
+ "name": "LbVipIsp",
7745
+ "output_required": false,
7746
+ "type": "string",
7747
+ "value_allowed_null": false
7748
+ },
7749
+ {
7750
+ "disabled": false,
7751
+ "document": "linux资产命令行运维端口",
7752
+ "example": "10001",
7753
+ "member": "int64",
7754
+ "name": "TUICmdPort",
7755
+ "output_required": false,
7756
+ "type": "int",
7757
+ "value_allowed_null": false
7758
+ },
7759
+ {
7760
+ "disabled": false,
7761
+ "document": "linux资产直连端口",
7762
+ "example": "10002",
7763
+ "member": "int64",
7764
+ "name": "TUIDirectPort",
7765
+ "output_required": false,
7766
+ "type": "int",
7767
+ "value_allowed_null": false
7768
+ },
7769
+ {
7770
+ "disabled": false,
7771
+ "document": "1 默认值,web访问开启,0 web访问关闭,2 web访问开通中,3 web访问关闭中",
7772
+ "example": "1",
7773
+ "member": "uint64",
7774
+ "name": "WebAccess",
7775
+ "output_required": false,
7776
+ "type": "int",
7777
+ "value_allowed_null": false
7778
+ },
7779
+ {
7780
+ "disabled": false,
7781
+ "document": "1 默认值,客户单访问开启,0 客户端访问关闭,2 客户端访问开通中,3 客户端访问关闭中",
7782
+ "example": "1",
7783
+ "member": "uint64",
7784
+ "name": "ClientAccess",
7785
+ "output_required": false,
7786
+ "type": "int",
7787
+ "value_allowed_null": false
7788
+ },
7789
+ {
7790
+ "disabled": false,
7791
+ "document": "1 默认值,外网访问开启,0 外网访问关闭,2 外网访问开通中,3 外网访问关闭中",
7792
+ "example": "1",
7793
+ "member": "uint64",
7794
+ "name": "ExternalAccess",
7795
+ "output_required": false,
7796
+ "type": "int",
7797
+ "value_allowed_null": false
7607
7798
  }
7608
7799
  ],
7609
7800
  "usage": "out"
@@ -309,8 +309,8 @@
309
309
  "DescribeDeviceAccounts": [
310
310
  {
311
311
  "document": "查询主机账号列表",
312
- "input": "POST / HTTP/1.1\nHost: bh.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDeviceAccounts\n<公共请求参数>\n\n{\n \"DeviceId\": 1,\n \"Account\": \"testvalue\"\n}",
313
- "output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"RequestId\": \"c7c79e35-65b9-4c2a-beea-a038fdf8c082\"\n }\n}",
312
+ "input": "POST / HTTP/1.1\nHost: bh.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDeviceAccounts\n<公共请求参数>\n\n{\n \"DeviceId\": 1,\n \"Account\": \"root\"\n}",
313
+ "output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"RequestId\": \"c7c79e35-65b9-4c2a-beea-a038fdf8c082\",\n \"DeviceAccountSet\": [\n {\n \"BoundPrivateKey\": true,\n \"Account\": \"root\",\n \"Id\": 1,\n \"BoundPassword\": true,\n \"DeviceId\": 1\n }\n ]\n }\n}",
314
314
  "title": "查询主机账号列表"
315
315
  }
316
316
  ],