tccli 3.0.1255.1__py2.py3-none-any.whl → 3.0.1257.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 (41) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/bi/v20220105/api.json +172 -86
  3. tccli/services/bi/v20220105/examples.json +6 -6
  4. tccli/services/cdwdoris/v20211228/api.json +215 -165
  5. tccli/services/cdwdoris/v20211228/examples.json +34 -34
  6. tccli/services/cfg/v20210820/api.json +29 -0
  7. tccli/services/cvm/v20170312/api.json +4 -4
  8. tccli/services/cwp/cwp_client.py +0 -106
  9. tccli/services/cwp/v20180228/api.json +0 -405
  10. tccli/services/cwp/v20180228/examples.json +0 -16
  11. tccli/services/dlc/v20210125/api.json +265 -216
  12. tccli/services/dlc/v20210125/examples.json +46 -52
  13. tccli/services/hunyuan/v20230901/api.json +11 -1
  14. tccli/services/lcic/v20220817/api.json +3 -3
  15. tccli/services/lke/v20231130/api.json +821 -10
  16. tccli/services/lke/v20231130/examples.json +10 -16
  17. tccli/services/ocr/ocr_client.py +361 -308
  18. tccli/services/ocr/v20181119/api.json +176 -0
  19. tccli/services/ocr/v20181119/examples.json +8 -0
  20. tccli/services/rum/v20210622/api.json +243 -137
  21. tccli/services/rum/v20210622/examples.json +32 -32
  22. tccli/services/scf/v20180416/api.json +10 -10
  23. tccli/services/tdmq/v20200217/api.json +3 -3
  24. tccli/services/tdmq/v20200217/examples.json +3 -3
  25. tccli/services/teo/teo_client.py +326 -8
  26. tccli/services/teo/v20220901/api.json +3104 -294
  27. tccli/services/teo/v20220901/examples.json +69 -3
  28. tccli/services/trro/v20220325/api.json +6 -6
  29. tccli/services/trro/v20220325/examples.json +2 -2
  30. tccli/services/trtc/v20190722/api.json +11 -0
  31. tccli/services/tse/tse_client.py +53 -0
  32. tccli/services/tse/v20201207/api.json +70 -0
  33. tccli/services/tse/v20201207/examples.json +8 -0
  34. tccli/services/vpc/v20170312/api.json +36658 -29
  35. tccli/services/vpc/v20170312/examples.json +3521 -5
  36. tccli/services/vpc/vpc_client.py +20515 -4
  37. {tccli-3.0.1255.1.dist-info → tccli-3.0.1257.1.dist-info}/METADATA +2 -2
  38. {tccli-3.0.1255.1.dist-info → tccli-3.0.1257.1.dist-info}/RECORD +41 -41
  39. {tccli-3.0.1255.1.dist-info → tccli-3.0.1257.1.dist-info}/WHEEL +0 -0
  40. {tccli-3.0.1255.1.dist-info → tccli-3.0.1257.1.dist-info}/entry_points.txt +0 -0
  41. {tccli-3.0.1255.1.dist-info → tccli-3.0.1257.1.dist-info}/license_files/LICENSE +0 -0
@@ -357,6 +357,13 @@
357
357
  "output": "DescribeCloudNativeAPIGatewayConfigResponse",
358
358
  "status": "online"
359
359
  },
360
+ "DescribeCloudNativeAPIGatewayInfoByIp": {
361
+ "document": "根据公网IP查询云原生网关实例信息",
362
+ "input": "DescribeCloudNativeAPIGatewayInfoByIpRequest",
363
+ "name": "根据公网IP查询云原生网关实例信息",
364
+ "output": "DescribeCloudNativeAPIGatewayInfoByIpResponse",
365
+ "status": "online"
366
+ },
360
367
  "DescribeCloudNativeAPIGatewayNodes": {
361
368
  "document": "获取云原生网关节点列表",
362
369
  "input": "DescribeCloudNativeAPIGatewayNodesRequest",
@@ -6739,6 +6746,43 @@
6739
6746
  ],
6740
6747
  "usage": "out"
6741
6748
  },
6749
+ "DescribeCloudNativeAPIGatewayInfoByIpRequest": {
6750
+ "document": "DescribeCloudNativeAPIGatewayInfoByIp请求参数结构体",
6751
+ "members": [
6752
+ {
6753
+ "disabled": false,
6754
+ "document": "云原生网关的公网ip",
6755
+ "example": "1.1.1.1",
6756
+ "member": "string",
6757
+ "name": "PublicNetworkIP",
6758
+ "required": true,
6759
+ "type": "string"
6760
+ }
6761
+ ],
6762
+ "type": "object"
6763
+ },
6764
+ "DescribeCloudNativeAPIGatewayInfoByIpResponse": {
6765
+ "document": "DescribeCloudNativeAPIGatewayInfoByIp返回参数结构体",
6766
+ "members": [
6767
+ {
6768
+ "disabled": false,
6769
+ "document": "出参\n注意:此字段可能返回 null,表示取不到有效值。",
6770
+ "example": "{\"GatewayId\":\"gateway-2f2e3c42\",\"GroupId\":\"group-c01e82b6\"}",
6771
+ "member": "DescribeInstanceInfoByIpResult",
6772
+ "name": "Result",
6773
+ "output_required": false,
6774
+ "type": "object",
6775
+ "value_allowed_null": true
6776
+ },
6777
+ {
6778
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
6779
+ "member": "string",
6780
+ "name": "RequestId",
6781
+ "type": "string"
6782
+ }
6783
+ ],
6784
+ "type": "object"
6785
+ },
6742
6786
  "DescribeCloudNativeAPIGatewayNodesRequest": {
6743
6787
  "document": "DescribeCloudNativeAPIGatewayNodes请求参数结构体",
6744
6788
  "members": [
@@ -8953,6 +8997,32 @@
8953
8997
  ],
8954
8998
  "type": "object"
8955
8999
  },
9000
+ "DescribeInstanceInfoByIpResult": {
9001
+ "document": "根据公网IP查询云原生网关实例信息出参",
9002
+ "members": [
9003
+ {
9004
+ "disabled": false,
9005
+ "document": "实例id\n注意:此字段可能返回 null,表示取不到有效值。",
9006
+ "example": "gateway-xxx",
9007
+ "member": "string",
9008
+ "name": "GatewayId",
9009
+ "output_required": false,
9010
+ "type": "string",
9011
+ "value_allowed_null": true
9012
+ },
9013
+ {
9014
+ "disabled": false,
9015
+ "document": "分组id\n注意:此字段可能返回 null,表示取不到有效值。",
9016
+ "example": "group-xxx",
9017
+ "member": "string",
9018
+ "name": "GroupId",
9019
+ "output_required": false,
9020
+ "type": "string",
9021
+ "value_allowed_null": true
9022
+ }
9023
+ ],
9024
+ "usage": "out"
9025
+ },
8956
9026
  "DescribeInstanceRegionInfo": {
8957
9027
  "document": "实例地域信息描述",
8958
9028
  "members": [
@@ -408,6 +408,14 @@
408
408
  "title": "测试获取云原生API网关配置信息"
409
409
  }
410
410
  ],
411
+ "DescribeCloudNativeAPIGatewayInfoByIp": [
412
+ {
413
+ "document": "",
414
+ "input": "POST / HTTP/1.1\nHost: xxx.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeCloudNativeAPIGatewayInfoByIp\n<公共请求参数>\n\n{\n \"PublicNetworkIP\": \"1.1.1.1\"\n}",
415
+ "output": "{\n \"Response\": {\n \"Result\": {\n \"GatewayId\": \"gateway-a1337ce3\",\n \"GroupId\": \"group-a1337ce\"\n },\n \"RequestId\": \"86e4eecf-51a5-4dda-9cec-68650a9b8c3b\"\n }\n}",
416
+ "title": "根据公网ip查询云原生网关实例信息"
417
+ }
418
+ ],
411
419
  "DescribeCloudNativeAPIGatewayNodes": [
412
420
  {
413
421
  "document": "",