tccli 3.0.1310.1__py2.py3-none-any.whl → 3.0.1312.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 (57) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/apm/v20210622/api.json +22 -2
  3. tccli/services/autoscaling/v20180419/api.json +19 -10
  4. tccli/services/batch/v20170312/api.json +119 -143
  5. tccli/services/batch/v20170312/examples.json +5 -5
  6. tccli/services/billing/billing_client.py +867 -125
  7. tccli/services/billing/v20180709/api.json +1336 -45
  8. tccli/services/billing/v20180709/examples.json +136 -0
  9. tccli/services/cbs/v20170312/api.json +19 -16
  10. tccli/services/cbs/v20170312/examples.json +1 -1
  11. tccli/services/clb/v20180317/api.json +33 -33
  12. tccli/services/clb/v20180317/examples.json +8 -8
  13. tccli/services/cynosdb/v20190107/api.json +2 -2
  14. tccli/services/cynosdb/v20190107/examples.json +1 -1
  15. tccli/services/dbbrain/dbbrain_client.py +147 -41
  16. tccli/services/dbbrain/v20210527/api.json +224 -0
  17. tccli/services/dbbrain/v20210527/examples.json +16 -0
  18. tccli/services/dnspod/dnspod_client.py +53 -0
  19. tccli/services/dnspod/v20210323/api.json +287 -0
  20. tccli/services/dnspod/v20210323/examples.json +8 -0
  21. tccli/services/domain/v20180808/api.json +21 -21
  22. tccli/services/domain/v20180808/examples.json +2 -2
  23. tccli/services/goosefs/v20220519/api.json +5 -5
  24. tccli/services/hunyuan/v20230901/api.json +123 -0
  25. tccli/services/ims/v20201229/api.json +93 -102
  26. tccli/services/lighthouse/v20200324/api.json +2 -2
  27. tccli/services/lke/v20231130/api.json +117 -2
  28. tccli/services/lkeap/v20240522/api.json +1 -1
  29. tccli/services/mps/v20190612/api.json +96 -1
  30. tccli/services/postgres/v20170312/api.json +4 -4
  31. tccli/services/tag/v20180813/api.json +4 -4
  32. tccli/services/tcb/v20180608/api.json +25 -5
  33. tccli/services/tcb/v20180608/examples.json +1 -1
  34. tccli/services/teo/v20220901/api.json +45 -24
  35. tccli/services/thpc/thpc_client.py +53 -0
  36. tccli/services/thpc/v20211109/api.json +3 -3
  37. tccli/services/thpc/v20220401/api.json +4 -4
  38. tccli/services/thpc/v20230321/api.json +48 -5
  39. tccli/services/thpc/v20230321/examples.json +8 -0
  40. tccli/services/tione/v20211111/api.json +159 -4
  41. tccli/services/tke/v20180525/api.json +10 -10
  42. tccli/services/tmt/tmt_client.py +61 -8
  43. tccli/services/tmt/v20180321/api.json +166 -0
  44. tccli/services/tmt/v20180321/examples.json +14 -0
  45. tccli/services/trtc/v20190722/api.json +9 -0
  46. tccli/services/vod/v20180717/api.json +1 -1
  47. tccli/services/vpc/v20170312/api.json +9 -9
  48. tccli/services/vpc/v20170312/examples.json +6 -6
  49. tccli/services/waf/v20180125/api.json +11 -0
  50. tccli/services/wedata/v20210820/api.json +603 -0
  51. tccli/services/wedata/v20210820/examples.json +16 -0
  52. tccli/services/wedata/wedata_client.py +106 -0
  53. {tccli-3.0.1310.1.dist-info → tccli-3.0.1312.1.dist-info}/METADATA +2 -2
  54. {tccli-3.0.1310.1.dist-info → tccli-3.0.1312.1.dist-info}/RECORD +57 -57
  55. {tccli-3.0.1310.1.dist-info → tccli-3.0.1312.1.dist-info}/WHEEL +0 -0
  56. {tccli-3.0.1310.1.dist-info → tccli-3.0.1312.1.dist-info}/entry_points.txt +0 -0
  57. {tccli-3.0.1310.1.dist-info → tccli-3.0.1312.1.dist-info}/license_files/LICENSE +0 -0
tccli/__init__.py CHANGED
@@ -1 +1 @@
1
- __version__ = '3.0.1310.1'
1
+ __version__ = '3.0.1312.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"
@@ -2321,7 +2341,7 @@
2321
2341
  },
2322
2342
  {
2323
2343
  "disabled": false,
2324
- "document": "0=全文索引,1=键值索引",
2344
+ "document": "CLS索引类型(0=全文索引,1=键值索引)",
2325
2345
  "example": "0",
2326
2346
  "member": "int64",
2327
2347
  "name": "LogIndexType",
@@ -2330,7 +2350,7 @@
2330
2350
  },
2331
2351
  {
2332
2352
  "disabled": false,
2333
- "document": "traceId的索引key",
2353
+ "document": "traceId的索引key: 当CLS索引类型为键值索引时生效",
2334
2354
  "example": "trace_id",
2335
2355
  "member": "string",
2336
2356
  "name": "LogTraceIdKey",
@@ -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
  },