tccli 3.0.1327.1__py2.py3-none-any.whl → 3.0.1329.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 (73) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/apm/v20210622/api.json +10 -1
  3. tccli/services/apm/v20210622/examples.json +2 -2
  4. tccli/services/bh/v20230418/api.json +9 -0
  5. tccli/services/cbs/v20170312/api.json +15 -15
  6. tccli/services/ccc/v20200210/api.json +36 -0
  7. tccli/services/cdb/v20170320/api.json +21 -3
  8. tccli/services/cdn/v20180606/examples.json +1 -1
  9. tccli/services/cdwch/v20200915/api.json +3 -3
  10. tccli/services/cdwch/v20200915/examples.json +1 -1
  11. tccli/services/cfs/v20190719/api.json +1 -1
  12. tccli/services/chc/chc_client.py +53 -0
  13. tccli/services/chc/v20230418/api.json +62 -0
  14. tccli/services/chc/v20230418/examples.json +8 -0
  15. tccli/services/cvm/v20170312/api.json +2 -2
  16. tccli/services/cwp/v20180228/api.json +92 -1
  17. tccli/services/dbbrain/v20210527/api.json +4 -4
  18. tccli/services/dcdb/v20180411/examples.json +1 -1
  19. tccli/services/dts/v20211206/api.json +3 -3
  20. tccli/services/emr/v20190103/api.json +175 -10
  21. tccli/services/ess/ess_client.py +126 -20
  22. tccli/services/ess/v20201111/api.json +136 -2
  23. tccli/services/ess/v20201111/examples.json +22 -0
  24. tccli/services/essbasic/v20210526/api.json +3 -3
  25. tccli/services/gs/gs_client.py +729 -146
  26. tccli/services/gs/v20191118/api.json +758 -29
  27. tccli/services/gs/v20191118/examples.json +88 -0
  28. tccli/services/hai/hai_client.py +53 -0
  29. tccli/services/hai/v20230812/api.json +62 -0
  30. tccli/services/hai/v20230812/examples.json +8 -0
  31. tccli/services/ioa/ioa_client.py +53 -0
  32. tccli/services/ioa/v20220601/api.json +263 -0
  33. tccli/services/ioa/v20220601/examples.json +8 -0
  34. tccli/services/iotexplorer/v20190423/api.json +57 -6
  35. tccli/services/iotexplorer/v20190423/examples.json +1 -1
  36. tccli/services/lighthouse/v20200324/api.json +1 -1
  37. tccli/services/lke/v20231130/api.json +315 -4
  38. tccli/services/lke/v20231130/examples.json +4 -4
  39. tccli/services/mariadb/v20170312/api.json +10 -10
  40. tccli/services/ocr/v20181119/api.json +76 -11
  41. tccli/services/partners/v20180321/api.json +7 -7
  42. tccli/services/sqlserver/v20180328/api.json +29 -2
  43. tccli/services/ssl/v20191205/api.json +79 -0
  44. tccli/services/ssl/v20191205/examples.json +6 -6
  45. tccli/services/tcss/v20201101/api.json +58 -3
  46. tccli/services/tcss/v20201101/examples.json +2 -2
  47. tccli/services/tem/tem_client.py +53 -0
  48. tccli/services/tem/v20210701/api.json +107 -0
  49. tccli/services/tem/v20210701/examples.json +8 -0
  50. tccli/services/teo/v20220901/api.json +807 -74
  51. tccli/services/teo/v20220901/examples.json +2 -2
  52. tccli/services/tke/tke_client.py +53 -0
  53. tccli/services/tke/v20220501/api.json +61 -0
  54. tccli/services/tke/v20220501/examples.json +8 -0
  55. tccli/services/trtc/trtc_client.py +216 -4
  56. tccli/services/trtc/v20190722/api.json +431 -2
  57. tccli/services/trtc/v20190722/examples.json +32 -0
  58. tccli/services/vclm/v20240523/api.json +173 -0
  59. tccli/services/vclm/v20240523/examples.json +16 -0
  60. tccli/services/vclm/vclm_client.py +106 -0
  61. tccli/services/vm/v20210922/api.json +16 -20
  62. tccli/services/vod/v20180717/api.json +13 -11
  63. tccli/services/vod/v20180717/examples.json +4 -4
  64. tccli/services/vpc/v20170312/api.json +10 -1
  65. tccli/services/waf/v20180125/api.json +2 -2
  66. tccli/services/wedata/v20210820/api.json +952 -0
  67. tccli/services/wedata/v20210820/examples.json +8 -0
  68. tccli/services/wedata/wedata_client.py +53 -0
  69. {tccli-3.0.1327.1.dist-info → tccli-3.0.1329.1.dist-info}/METADATA +2 -2
  70. {tccli-3.0.1327.1.dist-info → tccli-3.0.1329.1.dist-info}/RECORD +73 -73
  71. {tccli-3.0.1327.1.dist-info → tccli-3.0.1329.1.dist-info}/WHEEL +0 -0
  72. {tccli-3.0.1327.1.dist-info → tccli-3.0.1329.1.dist-info}/entry_points.txt +0 -0
  73. {tccli-3.0.1327.1.dist-info → tccli-3.0.1329.1.dist-info}/license_files/LICENSE +0 -0
@@ -626,13 +626,13 @@
626
626
  {
627
627
  "document": "获取序号从 0 开始,总共 10 个音视频内容识别模板。",
628
628
  "input": "POST / HTTP/1.1\nHost: vod.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAIRecognitionTemplates\n<公共请求参数>\n\n{\n \"Limit\": \"10\",\n \"Offset\": \"0\"\n}",
629
- "output": "{\n \"Response\": {\n \"TotalCount\": 2,\n \"AIRecognitionTemplateSet\": [\n {\n \"Definition\": 30,\n \"Name\": \"模板1\",\n \"Type\": \"Preset\",\n \"Comment\": \"智能识别模板\",\n \"HeadTailConfigure\": {\n \"Switch\": \"ON\"\n },\n \"SegmentConfigure\": {\n \"Switch\": \"ON\"\n },\n \"FaceConfigure\": {\n \"Switch\": \"ON\",\n \"FaceLibrary\": \"All\",\n \"Score\": 0,\n \"UserDefineLibraryLabelSet\": [],\n \"DefaultLibraryLabelSet\": []\n },\n \"OcrFullTextConfigure\": {\n \"Switch\": \"ON\"\n },\n \"OcrWordsConfigure\": {\n \"Switch\": \"OFF\",\n \"LabelSet\": []\n },\n \"AsrFullTextConfigure\": {\n \"Switch\": \"ON\",\n \"SrcLanguage\": \"\",\n \"SubtitleFormat\": \"\",\n \"SubtitleFormats\": []\n },\n \"AsrTranslateConfigure\": {\n \"Switch\": \"OFF\",\n \"SrcLanguage\": \"\",\n \"DstLanguage\": \"\",\n \"SubtitleFormats\": [],\n \"SubtitleName\": \"\"\n },\n \"AsrWordsConfigure\": {\n \"Switch\": \"OFF\",\n \"LabelSet\": []\n },\n \"ObjectConfigure\": {\n \"Switch\": \"ON\",\n \"ObjectLibrary\": \"All\"\n },\n \"ScreenshotInterval\": 10,\n \"CreateTime\": \"2019-01-01T12:00:00Z\",\n \"UpdateTime\": \"2019-01-01T16:00:00Z\"\n },\n {\n \"Definition\": 31,\n \"Name\": \"模板2\",\n \"Type\": \"Preset\",\n \"Comment\": \"智能识别模板\",\n \"HeadTailConfigure\": {\n \"Switch\": \"ON\"\n },\n \"SegmentConfigure\": {\n \"Switch\": \"OFF\"\n },\n \"FaceConfigure\": {\n \"Switch\": \"OFF\",\n \"FaceLibrary\": \"All\",\n \"Score\": 0,\n \"UserDefineLibraryLabelSet\": [],\n \"DefaultLibraryLabelSet\": []\n },\n \"OcrFullTextConfigure\": {\n \"Switch\": \"OFF\"\n },\n \"OcrWordsConfigure\": {\n \"Switch\": \"OFF\",\n \"LabelSet\": []\n },\n \"AsrFullTextConfigure\": {\n \"Switch\": \"OFF\",\n \"SrcLanguage\": \"\",\n \"SubtitleFormat\": \"\",\n \"SubtitleFormats\": []\n },\n \"AsrTranslateConfigure\": {\n \"Switch\": \"OFF\",\n \"SrcLanguage\": \"\",\n \"DstLanguage\": \"\",\n \"SubtitleFormats\": [],\n \"SubtitleName\": \"\"\n },\n \"AsrWordsConfigure\": {\n \"Switch\": \"OFF\",\n \"LabelSet\": []\n },\n \"ObjectConfigure\": {\n \"Switch\": \"ON\",\n \"ObjectLibrary\": \"All\"\n },\n \"ScreenshotInterval\": 10,\n \"CreateTime\": \"2019-01-01T11:00:00Z\",\n \"UpdateTime\": \"2019-01-01T12:00:00Z\"\n }\n ],\n \"RequestId\": \"19ae8d8e-dce3-4151-9d4b-5594384987a9\"\n }\n}",
629
+ "output": "{\n \"Response\": {\n \"TotalCount\": 2,\n \"AIRecognitionTemplateSet\": [\n {\n \"Definition\": 30,\n \"Name\": \"模板1\",\n \"Type\": \"Preset\",\n \"Comment\": \"智能识别模板\",\n \"HeadTailConfigure\": {\n \"Switch\": \"ON\"\n },\n \"SegmentConfigure\": {\n \"Switch\": \"ON\"\n },\n \"FaceConfigure\": {\n \"Switch\": \"ON\",\n \"FaceLibrary\": \"All\",\n \"Score\": 0,\n \"UserDefineLibraryLabelSet\": [],\n \"DefaultLibraryLabelSet\": []\n },\n \"OcrFullTextConfigure\": {\n \"Switch\": \"ON\"\n },\n \"OcrWordsConfigure\": {\n \"Switch\": \"OFF\",\n \"LabelSet\": []\n },\n \"AsrFullTextConfigure\": {\n \"Switch\": \"ON\",\n \"SrcLanguage\": \"\",\n \"SubtitleFormats\": []\n },\n \"AsrTranslateConfigure\": {\n \"Switch\": \"OFF\",\n \"SrcLanguage\": \"\",\n \"DstLanguage\": \"\",\n \"SubtitleFormats\": [],\n \"SubtitleName\": \"\"\n },\n \"AsrWordsConfigure\": {\n \"Switch\": \"OFF\",\n \"LabelSet\": []\n },\n \"ObjectConfigure\": {\n \"Switch\": \"ON\",\n \"ObjectLibrary\": \"All\"\n },\n \"ScreenshotInterval\": 10,\n \"CreateTime\": \"2019-01-01T12:00:00Z\",\n \"UpdateTime\": \"2019-01-01T16:00:00Z\"\n },\n {\n \"Definition\": 31,\n \"Name\": \"模板2\",\n \"Type\": \"Preset\",\n \"Comment\": \"智能识别模板\",\n \"HeadTailConfigure\": {\n \"Switch\": \"ON\"\n },\n \"SegmentConfigure\": {\n \"Switch\": \"OFF\"\n },\n \"FaceConfigure\": {\n \"Switch\": \"OFF\",\n \"FaceLibrary\": \"All\",\n \"Score\": 0,\n \"UserDefineLibraryLabelSet\": [],\n \"DefaultLibraryLabelSet\": []\n },\n \"OcrFullTextConfigure\": {\n \"Switch\": \"OFF\"\n },\n \"OcrWordsConfigure\": {\n \"Switch\": \"OFF\",\n \"LabelSet\": []\n },\n \"AsrFullTextConfigure\": {\n \"Switch\": \"OFF\",\n \"SrcLanguage\": \"\",\n \"SubtitleFormats\": []\n },\n \"AsrTranslateConfigure\": {\n \"Switch\": \"OFF\",\n \"SrcLanguage\": \"\",\n \"DstLanguage\": \"\",\n \"SubtitleFormats\": [],\n \"SubtitleName\": \"\"\n },\n \"AsrWordsConfigure\": {\n \"Switch\": \"OFF\",\n \"LabelSet\": []\n },\n \"ObjectConfigure\": {\n \"Switch\": \"ON\",\n \"ObjectLibrary\": \"All\"\n },\n \"ScreenshotInterval\": 10,\n \"CreateTime\": \"2019-01-01T11:00:00Z\",\n \"UpdateTime\": \"2019-01-01T12:00:00Z\"\n }\n ],\n \"RequestId\": \"19ae8d8e-dce3-4151-9d4b-5594384987a9\"\n }\n}",
630
630
  "title": "获取指定个数的音视频内容识别模板"
631
631
  },
632
632
  {
633
633
  "document": "获取模板 ID 为 30 的音视频内容识别模板",
634
634
  "input": "POST / HTTP/1.1\nHost: vod.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAIRecognitionTemplates\n<公共请求参数>\n\n{\n \"Definitions\": [\n \"30\"\n ]\n}",
635
- "output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"AIRecognitionTemplateSet\": [\n {\n \"Definition\": 30,\n \"Name\": \"模板1\",\n \"Type\": \"Preset\",\n \"Comment\": \"智能识别模板\",\n \"HeadTailConfigure\": {\n \"Switch\": \"ON\"\n },\n \"SegmentConfigure\": {\n \"Switch\": \"ON\"\n },\n \"FaceConfigure\": {\n \"Switch\": \"ON\",\n \"FaceLibrary\": \"All\",\n \"Score\": 0,\n \"UserDefineLibraryLabelSet\": [],\n \"DefaultLibraryLabelSet\": []\n },\n \"OcrFullTextConfigure\": {\n \"Switch\": \"ON\"\n },\n \"OcrWordsConfigure\": {\n \"Switch\": \"OFF\",\n \"LabelSet\": []\n },\n \"AsrFullTextConfigure\": {\n \"Switch\": \"ON\",\n \"SrcLanguage\": \"\",\n \"SubtitleFormat\": \"\",\n \"SubtitleFormats\": []\n },\n \"AsrTranslateConfigure\": {\n \"Switch\": \"OFF\",\n \"SrcLanguage\": \"\",\n \"DstLanguage\": \"\",\n \"SubtitleFormats\": [],\n \"SubtitleName\": \"\"\n },\n \"AsrWordsConfigure\": {\n \"Switch\": \"OFF\",\n \"LabelSet\": []\n },\n \"ObjectConfigure\": {\n \"Switch\": \"ON\",\n \"ObjectLibrary\": \"All\"\n },\n \"ScreenshotInterval\": 10,\n \"CreateTime\": \"2019-01-01T12:00:00Z\",\n \"UpdateTime\": \"2019-01-01T16:00:00Z\"\n }\n ],\n \"RequestId\": \"19ae8d8e-dce3-4151-9d4b-5594384987a9\"\n }\n}",
635
+ "output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"AIRecognitionTemplateSet\": [\n {\n \"Definition\": 30,\n \"Name\": \"模板1\",\n \"Type\": \"Preset\",\n \"Comment\": \"智能识别模板\",\n \"HeadTailConfigure\": {\n \"Switch\": \"ON\"\n },\n \"SegmentConfigure\": {\n \"Switch\": \"ON\"\n },\n \"FaceConfigure\": {\n \"Switch\": \"ON\",\n \"FaceLibrary\": \"All\",\n \"Score\": 0,\n \"UserDefineLibraryLabelSet\": [],\n \"DefaultLibraryLabelSet\": []\n },\n \"OcrFullTextConfigure\": {\n \"Switch\": \"ON\"\n },\n \"OcrWordsConfigure\": {\n \"Switch\": \"OFF\",\n \"LabelSet\": []\n },\n \"AsrFullTextConfigure\": {\n \"Switch\": \"ON\",\n \"SrcLanguage\": \"\",\n \"SubtitleFormats\": []\n },\n \"AsrTranslateConfigure\": {\n \"Switch\": \"OFF\",\n \"SrcLanguage\": \"\",\n \"DstLanguage\": \"\",\n \"SubtitleFormats\": [],\n \"SubtitleName\": \"\"\n },\n \"AsrWordsConfigure\": {\n \"Switch\": \"OFF\",\n \"LabelSet\": []\n },\n \"ObjectConfigure\": {\n \"Switch\": \"ON\",\n \"ObjectLibrary\": \"All\"\n },\n \"ScreenshotInterval\": 10,\n \"CreateTime\": \"2019-01-01T12:00:00Z\",\n \"UpdateTime\": \"2019-01-01T16:00:00Z\"\n }\n ],\n \"RequestId\": \"19ae8d8e-dce3-4151-9d4b-5594384987a9\"\n }\n}",
636
636
  "title": "获取模板 ID 为 30 的音视频内容识别模板"
637
637
  }
638
638
  ],
@@ -974,7 +974,7 @@
974
974
  {
975
975
  "document": "获取所有轮播播单的播单列表、名称、描述等详细信息。",
976
976
  "input": "POST / HTTP/1.1\nHost: vod.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRoundPlays\n<公共请求参数>\n\n{}",
977
- "output": "{\n \"Response\": {\n \"TotalCount\": 0,\n \"RequestId\": \"6xxxxe3a-6b8e-4b4e-9256-fdc700064ef3\",\n \"RoundPlaySet\": [\n {\n \"Name\": \"Demo\",\n \"RoundPlayId\": \"bffb15f07530b57bc1aabb01fac74bca\",\n \"StartTime\": \"2022-06-01T00:00:00+08:00\",\n \"Desc\": \"Demo\",\n \"Url\": \"http://123.vod-qcloud.com/rplay/v1/xxxx/playlist.m3u8\",\n \"Status\": \"Enabled\",\n \"PlayBackMode\": \"Loop\",\n \"RoundPlaylist\": [\n {\n \"ItemId\": \"a01\",\n \"AudioVideoType\": \"Transcode\",\n \"Definition\": 100,\n \"FileId\": \"528xxx5487985271487\"\n }\n ]\n }\n ]\n }\n}",
977
+ "output": "{\n \"Response\": {\n \"RequestId\": \"6xxxxe3a-6b8e-4b4e-9256-fdc700064ef3\",\n \"RoundPlaySet\": [\n {\n \"Name\": \"Demo\",\n \"RoundPlayId\": \"bffb15f07530b57bc1aabb01fac74bca\",\n \"StartTime\": \"2022-06-01T00:00:00+08:00\",\n \"Desc\": \"Demo\",\n \"Url\": \"http://123.vod-qcloud.com/rplay/v1/xxxx/playlist.m3u8\",\n \"Status\": \"Enabled\",\n \"PlayBackMode\": \"Loop\",\n \"RoundPlaylist\": [\n {\n \"ItemId\": \"a01\",\n \"AudioVideoType\": \"Transcode\",\n \"Definition\": 100,\n \"FileId\": \"528xxx5487985271487\"\n }\n ]\n }\n ]\n }\n}",
978
978
  "title": "获取轮播播单列表"
979
979
  }
980
980
  ],
@@ -1794,7 +1794,7 @@
1794
1794
  {
1795
1795
  "document": "使用模板 ID 10 发起图片审核任务。",
1796
1796
  "input": "POST / HTTP/1.1\nHost: vod.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ReviewImage\n<公共请求参数>\n\n{\n \"Definition\": \"10\",\n \"FileId\": \"5285485487985271487\"\n}",
1797
- "output": "{\n \"Response\": {\n \"RequestId\": \"6ca31e3a-6b8e-4b4e-9256-fdc700064ef3\",\n \"MediaReviewResult\": {\n \"Suggestion\": \"block\",\n \"Label\": \"Porn\",\n \"Form\": \"Image\",\n \"SegmentSet\": [\n {\n \"Confidence\": 99,\n \"Suggestion\": \"block\",\n \"Label\": \"Porn\",\n \"SubLabel\": \"SexyBehavior\",\n \"Form\": \"Image\",\n \"AreaCoordSet\": [],\n \"Text\": \"\",\n \"KeywordSet\": []\n }\n ],\n \"SegmentSetFileUrl\": \"xxx/a.mp4\",\n \"SegmentSetFileUrlExpireTime\": \"2020-09-07T00:00:00+08:00\"\n },\n \"ReviewResultSet\": [\n {\n \"Type\": \"Porn.Image\",\n \"PornImageResult\": {\n \"Confidence\": 99,\n \"Suggestion\": \"block\",\n \"Label\": \"porn\"\n },\n \"TerrorismImageResult\": null,\n \"PoliticalImageResult\": null,\n \"PornOcrResult\": null,\n \"TerrorismOcrResult\": null,\n \"PoliticalOcrResult\": null\n }\n ]\n }\n}",
1797
+ "output": "{\n \"Response\": {\n \"RequestId\": \"6ca31e3a-6b8e-4b4e-9256-fdc700064ef3\",\n \"MediaReviewResult\": {\n \"Suggestion\": \"block\",\n \"Label\": \"Porn\",\n \"Form\": \"Image\",\n \"SegmentSet\": [\n {\n \"Confidence\": 99,\n \"Suggestion\": \"block\",\n \"Label\": \"Porn\",\n \"SubLabel\": \"SexyBehavior\",\n \"Form\": \"Image\",\n \"AreaCoordSet\": [],\n \"Text\": \"\",\n \"KeywordSet\": []\n }\n ],\n \"SegmentSetFileUrl\": \"xxx/a.mp4\",\n \"SegmentSetFileUrlExpireTime\": \"2020-09-07T00:00:00+08:00\"\n }\n }\n}",
1798
1798
  "title": "发起图片审核任务"
1799
1799
  }
1800
1800
  ],
@@ -10604,7 +10604,7 @@
10604
10604
  "members": [
10605
10605
  {
10606
10606
  "disabled": false,
10607
- "document": "流量包规格。可选值:\n<li>10: 10GB流量,有效期一个月</li>\n<li>50: 50GB流量,有效期一个月</li>\n<li>512: 512GB流量,有效期一个月</li>\n<li>1024: 1TB流量,有效期一个月</li>\n<li>5120: 5TB流量,有效期一个月</li>\n<li>51200: 50TB流量,有效期一个月</li>\n<li>60: 60GB流量,有效期半年</li>\n<li>300: 300GB流量,有效期半年</li>\n<li>600: 600GB流量,有效期半年</li>\n<li>3072: 3TB流量,有效期半年</li>\n<li>6144: 6TB流量,有效期半年</li>\n<li>30720: 30TB流量,有效期半年</li>\n<li>61440: 60TB流量,有效期半年</li>\n<li>307200: 300TB流量,有效期半年</li>",
10607
+ "document": "流量包规格。可选值:\n<li>10: 10GB流量,有效期一个月</li>\n<li>50: 50GB流量,有效期一个月</li>\n<li>512: 512GB流量,有效期一个月</li>\n<li>1024: 1TB流量,有效期一个月</li>\n<li>5120: 5TB流量,有效期一个月</li>\n<li>51200: 50TB流量,有效期一个月</li>\n<li>60: 60GB流量,有效期半年</li>\n<li>300: 300GB流量,有效期半年</li>\n<li>3072: 3TB流量,有效期半年</li>\n<li>6144: 6TB流量,有效期半年</li>\n<li>30720: 30TB流量,有效期半年</li>\n<li>61440: 60TB流量,有效期半年</li>\n<li>307200: 300TB流量,有效期半年</li>",
10608
10608
  "example": "10",
10609
10609
  "member": "uint64",
10610
10610
  "name": "TrafficAmount",
@@ -10619,6 +10619,15 @@
10619
10619
  "name": "TrafficPackageCount",
10620
10620
  "required": false,
10621
10621
  "type": "int"
10622
+ },
10623
+ {
10624
+ "disabled": false,
10625
+ "document": "抵扣类型,默认为 FULL_TIME,可选值: \n<li>FULL_TIME: 全时流量包</li>\n<li>IDLE_TIME: 闲时流量包</li>",
10626
+ "example": "FULL_TIME",
10627
+ "member": "string",
10628
+ "name": "DeductType",
10629
+ "required": false,
10630
+ "type": "string"
10622
10631
  }
10623
10632
  ],
10624
10633
  "type": "object"
@@ -23545,13 +23545,13 @@
23545
23545
  "members": [
23546
23546
  {
23547
23547
  "disabled": false,
23548
- "document": "操作结果\n注意:此字段可能返回 null,表示取不到有效值。",
23548
+ "document": "操作结果",
23549
23549
  "example": "{\"Code\":0, \"Msg\":\"success\"}",
23550
23550
  "member": "CommonRspData",
23551
23551
  "name": "CommonRsp",
23552
23552
  "output_required": false,
23553
23553
  "type": "object",
23554
- "value_allowed_null": true
23554
+ "value_allowed_null": false
23555
23555
  },
23556
23556
  {
23557
23557
  "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",