tccli 3.0.1337.1__py2.py3-none-any.whl → 3.0.1339.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 (60) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/apm/v20210622/api.json +10 -0
  3. tccli/services/asr/v20190614/api.json +1 -1
  4. tccli/services/ccc/v20200210/api.json +100 -1
  5. tccli/services/cdb/v20170320/api.json +37 -37
  6. tccli/services/cdb/v20170320/examples.json +7 -7
  7. tccli/services/cdn/v20180606/api.json +2 -2
  8. tccli/services/cdwdoris/v20211228/api.json +2 -2
  9. tccli/services/cfs/v20190719/api.json +15 -3
  10. tccli/services/cfw/v20190904/examples.json +12 -0
  11. tccli/services/ckafka/v20190819/api.json +19 -0
  12. tccli/services/cls/v20201016/api.json +2 -2
  13. tccli/services/csip/csip_client.py +791 -102
  14. tccli/services/csip/v20221121/api.json +6108 -3458
  15. tccli/services/csip/v20221121/examples.json +104 -0
  16. tccli/services/dts/v20211206/api.json +11 -0
  17. tccli/services/es/v20180416/api.json +55 -0
  18. tccli/services/es/v20250101/api.json +21 -0
  19. tccli/services/ess/ess_client.py +159 -0
  20. tccli/services/ess/v20201111/api.json +284 -4
  21. tccli/services/ess/v20201111/examples.json +28 -4
  22. tccli/services/essbasic/essbasic_client.py +171 -12
  23. tccli/services/essbasic/v20210526/api.json +256 -5
  24. tccli/services/essbasic/v20210526/examples.json +25 -1
  25. tccli/services/gwlb/v20240906/api.json +1 -1
  26. tccli/services/gwlb/v20240906/examples.json +1 -1
  27. tccli/services/hunyuan/v20230901/api.json +3 -3
  28. tccli/services/ioa/v20220601/api.json +55 -0
  29. tccli/services/ioa/v20220601/examples.json +1 -1
  30. tccli/services/iotexplorer/iotexplorer_client.py +57 -4
  31. tccli/services/iotexplorer/v20190423/api.json +145 -19
  32. tccli/services/iotexplorer/v20190423/examples.json +8 -0
  33. tccli/services/live/live_client.py +208 -49
  34. tccli/services/live/v20180801/api.json +498 -73
  35. tccli/services/live/v20180801/examples.json +35 -11
  36. tccli/services/lkeap/lkeap_client.py +0 -53
  37. tccli/services/lkeap/v20240522/api.json +0 -90
  38. tccli/services/lkeap/v20240522/examples.json +0 -8
  39. tccli/services/ocr/v20181119/api.json +21 -1
  40. tccli/services/ocr/v20181119/examples.json +1 -1
  41. tccli/services/ssl/ssl_client.py +212 -0
  42. tccli/services/ssl/v20191205/api.json +625 -10
  43. tccli/services/ssl/v20191205/examples.json +38 -0
  44. tccli/services/tcbr/v20220217/api.json +11 -0
  45. tccli/services/tdmq/v20200217/api.json +56 -47
  46. tccli/services/tdmq/v20200217/examples.json +8 -8
  47. tccli/services/trocket/trocket_client.py +104 -51
  48. tccli/services/trocket/v20230308/api.json +238 -61
  49. tccli/services/trocket/v20230308/examples.json +20 -12
  50. tccli/services/trtc/v20190722/api.json +3 -3
  51. tccli/services/tse/v20201207/api.json +19 -0
  52. tccli/services/tsf/v20180326/api.json +1 -1
  53. tccli/services/wedata/v20210820/api.json +607 -3
  54. tccli/services/wedata/v20210820/examples.json +18 -8
  55. tccli/services/wedata/wedata_client.py +106 -0
  56. {tccli-3.0.1337.1.dist-info → tccli-3.0.1339.1.dist-info}/METADATA +2 -2
  57. {tccli-3.0.1337.1.dist-info → tccli-3.0.1339.1.dist-info}/RECORD +60 -60
  58. {tccli-3.0.1337.1.dist-info → tccli-3.0.1339.1.dist-info}/WHEEL +0 -0
  59. {tccli-3.0.1337.1.dist-info → tccli-3.0.1339.1.dist-info}/entry_points.txt +0 -0
  60. {tccli-3.0.1337.1.dist-info → tccli-3.0.1339.1.dist-info}/license_files/LICENSE +0 -0
@@ -6,6 +6,18 @@
6
6
  "input": "POST / HTTP/1.1\nHost: cfw.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: AddAclRule\n<公共请求参数>\n\n{\n \"Rules\": [\n {\n \"SourceContent\": \"0.0.0.0/0\",\n \"SourceType\": \"net\",\n \"Description\": \"pro\",\n \"TargetContent\": \"www.qq.com\",\n \"TargetType\": \"domain\",\n \"Protocol\": \"HTTP\",\n \"RuleAction\": \"accept\",\n \"Port\": \"-1/-1\",\n \"Direction\": 0,\n \"OrderIndex\": 1,\n \"Scope\": \"serial\",\n \"RuleSource\": 0\n }\n ]\n}",
7
7
  "output": "{\n \"Response\": {\n \"RuleUuid\": [\n 0\n ],\n \"RequestId\": \"3f60a76f-0f44-4b58-bf98-615cbbc59ede\"\n }\n}",
8
8
  "title": "添加互联网边界访问控制规则"
9
+ },
10
+ {
11
+ "document": "添加互联网边界访问控制规则,模板类型,其中模板id为mb_开头形式,由接口DescribeAddressTemplateList 可以查询所得模板",
12
+ "input": "POST / HTTP/1.1\nHost: cfw.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: AddAclRule\n<公共请求参数>\n\n{\n \"Rules\": [\n {\n \"SourceContent\": \"mb_1256532032_1655200956209\",\n \"SourceType\": \"template\",\n \"TargetContent\": \"mb_1300448058_1740510699974\",\n \"TargetType\": \"template\",\n \"Protocol\": \"TCP\",\n \"RuleAction\": \"accept\",\n \"Port\": \"-1/-1\",\n \"Direction\": 0,\n \"OrderIndex\": 1,\n \"Enable\": \"true\",\n \"Description\": \"test\",\n \"Scope\": \"serial\"\n }\n ]\n}",
13
+ "output": "{\n \"Response\": {\n \"RequestId\": \"6d6b877f-9a5f-4da2-876d-9968c9fe0491\",\n \"RuleUuid\": [\n 1907266\n ]\n }\n}",
14
+ "title": "添加互联网边界访问控制规则,模板类型"
15
+ },
16
+ {
17
+ "document": "添加互联网边界访问控制规则,资产分组类型,其中资产分组d为cfwrg_开头形式,由接口DescribeResourceGroupNew可以查询所得资产分组id",
18
+ "input": "POST / HTTP/1.1\nHost: cfw.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: AddAclRule\n<公共请求参数>\n\n{\n \"Rules\": [\n {\n \"SourceContent\": \"cfwrg-b002b9b9d71b1a63951da2059d78cef41744255370\",\n \"SourceType\": \"group\",\n \"TargetContent\": \"mb_1300448058_1740510699974\",\n \"TargetType\": \"template\",\n \"Protocol\": \"TCP\",\n \"RuleAction\": \"accept\",\n \"Port\": \"-1/-1\",\n \"Direction\": 0,\n \"OrderIndex\": 1,\n \"Enable\": \"true\",\n \"Description\": \"rule-pro\",\n \"Scope\": \"serial\"\n }\n ]\n}",
19
+ "output": "{\n \"Response\": {\n \"RequestId\": \"278cabc7-b282-4ec8-a5b1-89d1e38195df\",\n \"RuleUuid\": [\n 1907269\n ]\n }\n}",
20
+ "title": "添加互联网边界访问控制规则,资产分组类型"
9
21
  }
10
22
  ],
11
23
  "AddEnterpriseSecurityGroupRules": [
@@ -12119,6 +12119,16 @@
12119
12119
  "output_required": false,
12120
12120
  "type": "int",
12121
12121
  "value_allowed_null": false
12122
+ },
12123
+ {
12124
+ "disabled": false,
12125
+ "document": "实例删除保护开关: 1 开启 0 关闭",
12126
+ "example": "1",
12127
+ "member": "int64",
12128
+ "name": "DeleteProtectionEnable",
12129
+ "output_required": false,
12130
+ "type": "int",
12131
+ "value_allowed_null": false
12122
12132
  }
12123
12133
  ],
12124
12134
  "usage": "out"
@@ -14006,6 +14016,15 @@
14006
14016
  "name": "UncleanLeaderElectionEnable",
14007
14017
  "required": false,
14008
14018
  "type": "int"
14019
+ },
14020
+ {
14021
+ "disabled": false,
14022
+ "document": "实例删除保护开关: 1 开启 0 关闭",
14023
+ "example": "1",
14024
+ "member": "int64",
14025
+ "name": "DeleteProtectionEnable",
14026
+ "required": false,
14027
+ "type": "int"
14009
14028
  }
14010
14029
  ],
14011
14030
  "type": "object"
@@ -1985,7 +1985,7 @@
1985
1985
  {
1986
1986
  "disabled": false,
1987
1987
  "document": "加工任务目的topic_id以及别名",
1988
- "example": "topicid-1",
1988
+ "example": "",
1989
1989
  "member": "DataTransformResouceInfo",
1990
1990
  "name": "DstResources",
1991
1991
  "required": false,
@@ -6434,7 +6434,7 @@
6434
6434
  {
6435
6435
  "disabled": false,
6436
6436
  "document": "告警策略ID。",
6437
- "example": "5944e926-ae21-4fa1-8af6-e1539b577482",
6437
+ "example": "alarm-59df14aa-f35f-4ed2-9399-2b27ce69a53c",
6438
6438
  "member": "string",
6439
6439
  "name": "AlarmId",
6440
6440
  "required": true,