tccli 3.0.1189.1__py2.py3-none-any.whl → 3.0.1191.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 (66) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/command.py +7 -1
  3. tccli/configure.py +11 -3
  4. tccli/loaders.py +43 -8
  5. tccli/oauth.py +115 -0
  6. tccli/plugin.py +30 -0
  7. tccli/plugins/__init__.py +0 -0
  8. tccli/plugins/auth/__init__.py +59 -0
  9. tccli/plugins/auth/browser_flow.py +88 -0
  10. tccli/plugins/auth/login.py +130 -0
  11. tccli/plugins/auth/logout.py +21 -0
  12. tccli/plugins/auth/texts.py +30 -0
  13. tccli/plugins/test/__init__.py +87 -0
  14. tccli/plugins/test/add.py +31 -0
  15. tccli/services/__init__.py +2 -1
  16. tccli/services/apm/v20210622/api.json +19 -0
  17. tccli/services/cam/cam_client.py +138 -32
  18. tccli/services/cam/v20190116/api.json +203 -0
  19. tccli/services/cam/v20190116/examples.json +16 -0
  20. tccli/services/cdb/v20170320/api.json +4 -4
  21. tccli/services/cfg/v20210820/api.json +1 -1
  22. tccli/services/cfw/v20190904/api.json +82 -2
  23. tccli/services/dasb/dasb_client.py +53 -0
  24. tccli/services/dasb/v20191018/api.json +168 -0
  25. tccli/services/dasb/v20191018/examples.json +8 -0
  26. tccli/services/dlc/v20210125/api.json +287 -37
  27. tccli/services/dlc/v20210125/examples.json +18 -18
  28. tccli/services/dsgc/v20190723/api.json +13 -3
  29. tccli/services/emr/v20190103/api.json +1 -1
  30. tccli/services/ess/v20201111/api.json +56 -23
  31. tccli/services/ess/v20201111/examples.json +7 -1
  32. tccli/services/essbasic/v20210526/api.json +28 -1
  33. tccli/services/essbasic/v20210526/examples.json +6 -0
  34. tccli/services/iotexplorer/v20190423/api.json +2 -2
  35. tccli/services/iss/iss_client.py +118 -65
  36. tccli/services/iss/v20230517/api.json +78 -0
  37. tccli/services/iss/v20230517/examples.json +8 -0
  38. tccli/services/mps/v20190612/api.json +257 -8
  39. tccli/services/ocr/v20181119/api.json +10 -0
  40. tccli/services/region/v20220627/api.json +11 -11
  41. tccli/services/region/v20220627/examples.json +1 -1
  42. tccli/services/sms/v20210111/api.json +9 -9
  43. tccli/services/ssl/v20191205/api.json +3 -3
  44. tccli/services/ssl/v20191205/examples.json +2 -2
  45. tccli/services/tat/v20201028/api.json +10 -0
  46. tccli/services/tcb/v20180608/api.json +2 -2
  47. tccli/services/tdmq/v20200217/api.json +2 -2
  48. tccli/services/tdmq/v20200217/examples.json +2 -2
  49. tccli/services/tke/tke_client.py +364 -46
  50. tccli/services/tke/v20180525/api.json +9 -0
  51. tccli/services/tke/v20220501/api.json +525 -0
  52. tccli/services/tke/v20220501/examples.json +54 -0
  53. tccli/services/tmt/v20180321/api.json +2 -2
  54. tccli/services/vdb/v20230616/api.json +29 -1
  55. tccli/services/vod/v20180717/api.json +30 -9
  56. tccli/services/vod/v20180717/examples.json +1 -1
  57. tccli/services/vod/v20240718/api.json +121 -0
  58. tccli/services/vod/v20240718/examples.json +31 -0
  59. tccli/services/vod/vod_client.py +58 -0
  60. tccli/services/vpc/v20170312/api.json +9 -0
  61. tccli/services/wedata/v20210820/api.json +1 -1
  62. {tccli-3.0.1189.1.dist-info → tccli-3.0.1191.1.dist-info}/METADATA +2 -2
  63. {tccli-3.0.1189.1.dist-info → tccli-3.0.1191.1.dist-info}/RECORD +66 -54
  64. {tccli-3.0.1189.1.dist-info → tccli-3.0.1191.1.dist-info}/WHEEL +0 -0
  65. {tccli-3.0.1189.1.dist-info → tccli-3.0.1191.1.dist-info}/entry_points.txt +0 -0
  66. {tccli-3.0.1189.1.dist-info → tccli-3.0.1191.1.dist-info}/license_files/LICENSE +0 -0
@@ -1728,6 +1728,16 @@
1728
1728
  "output_required": true,
1729
1729
  "type": "object",
1730
1730
  "value_allowed_null": true
1731
+ },
1732
+ {
1733
+ "disabled": false,
1734
+ "document": "视频内容分析横转竖任务的查询结果,当任务类型为 HorizontalToVertical 时有效。\n注意:此字段可能返回 null,表示取不到有效值。",
1735
+ "example": "无",
1736
+ "member": "AiAnalysisTaskHorizontalToVerticalResult",
1737
+ "name": "HorizontalToVerticalTask",
1738
+ "output_required": false,
1739
+ "type": "object",
1740
+ "value_allowed_null": true
1731
1741
  }
1732
1742
  ],
1733
1743
  "usage": "out"
@@ -2438,6 +2448,114 @@
2438
2448
  ],
2439
2449
  "usage": "out"
2440
2450
  },
2451
+ "AiAnalysisTaskHorizontalToVerticalInput": {
2452
+ "document": "智能横转竖任务输入类型",
2453
+ "members": [
2454
+ {
2455
+ "disabled": false,
2456
+ "document": "视频智能横转竖模板 ID\n注意:此字段可能返回 null,表示取不到有效值。",
2457
+ "example": "无",
2458
+ "member": "uint64",
2459
+ "name": "Definition",
2460
+ "output_required": false,
2461
+ "type": "int",
2462
+ "value_allowed_null": true
2463
+ }
2464
+ ],
2465
+ "usage": "out"
2466
+ },
2467
+ "AiAnalysisTaskHorizontalToVerticalOutput": {
2468
+ "document": "智能横转竖结果信息",
2469
+ "members": [
2470
+ {
2471
+ "disabled": false,
2472
+ "document": "视频智能横转竖列表\n注意:此字段可能返回 null,表示取不到有效值。",
2473
+ "example": "无",
2474
+ "member": "string",
2475
+ "name": "Path",
2476
+ "output_required": false,
2477
+ "type": "string",
2478
+ "value_allowed_null": true
2479
+ },
2480
+ {
2481
+ "disabled": false,
2482
+ "document": "智能横转竖视频的存储位置\n注意:此字段可能返回 null,表示取不到有效值。",
2483
+ "example": "无",
2484
+ "member": "TaskOutputStorage",
2485
+ "name": "OutputStorage",
2486
+ "output_required": false,
2487
+ "type": "object",
2488
+ "value_allowed_null": true
2489
+ },
2490
+ {
2491
+ "disabled": false,
2492
+ "document": "置信度。\t\n注意:此字段可能返回 null,表示取不到有效值。",
2493
+ "example": "无",
2494
+ "member": "float",
2495
+ "name": "Confidence",
2496
+ "output_required": false,
2497
+ "type": "float",
2498
+ "value_allowed_null": true
2499
+ }
2500
+ ],
2501
+ "usage": "out"
2502
+ },
2503
+ "AiAnalysisTaskHorizontalToVerticalResult": {
2504
+ "document": "智能横转竖结果类型",
2505
+ "members": [
2506
+ {
2507
+ "disabled": false,
2508
+ "document": "任务状态,有 PROCESSING,SUCCESS 和 FAIL 三种\n注意:此字段可能返回 null,表示取不到有效值。",
2509
+ "example": "无",
2510
+ "member": "string",
2511
+ "name": "Status",
2512
+ "output_required": false,
2513
+ "type": "string",
2514
+ "value_allowed_null": true
2515
+ },
2516
+ {
2517
+ "disabled": false,
2518
+ "document": "错误码,0:成功,其他值:失败\n注意:此字段可能返回 null,表示取不到有效值。",
2519
+ "example": "无",
2520
+ "member": "int64",
2521
+ "name": "ErrCode",
2522
+ "output_required": false,
2523
+ "type": "int",
2524
+ "value_allowed_null": true
2525
+ },
2526
+ {
2527
+ "disabled": false,
2528
+ "document": "错误信息\n注意:此字段可能返回 null,表示取不到有效值。",
2529
+ "example": "无",
2530
+ "member": "string",
2531
+ "name": "Message",
2532
+ "output_required": false,
2533
+ "type": "string",
2534
+ "value_allowed_null": true
2535
+ },
2536
+ {
2537
+ "disabled": false,
2538
+ "document": "智能横转竖任务输入\n注意:此字段可能返回 null,表示取不到有效值。",
2539
+ "example": "无",
2540
+ "member": "AiAnalysisTaskHorizontalToVerticalInput",
2541
+ "name": "Input",
2542
+ "output_required": false,
2543
+ "type": "object",
2544
+ "value_allowed_null": true
2545
+ },
2546
+ {
2547
+ "disabled": false,
2548
+ "document": "智能横转竖任务输出\n注意:此字段可能返回 null,表示取不到有效值。",
2549
+ "example": "无",
2550
+ "member": "AiAnalysisTaskHorizontalToVerticalOutput",
2551
+ "name": "Output",
2552
+ "output_required": false,
2553
+ "type": "object",
2554
+ "value_allowed_null": true
2555
+ }
2556
+ ],
2557
+ "usage": "out"
2558
+ },
2441
2559
  "AiAnalysisTaskInput": {
2442
2560
  "document": "AI 视频智能分析输入参数类型",
2443
2561
  "members": [
@@ -10526,6 +10644,15 @@
10526
10644
  "name": "Type",
10527
10645
  "required": false,
10528
10646
  "type": "string"
10647
+ },
10648
+ {
10649
+ "disabled": false,
10650
+ "document": "视频内容分析模板标识过滤条件,长度限制:64 个字符。",
10651
+ "example": "“”",
10652
+ "member": "string",
10653
+ "name": "Name",
10654
+ "required": false,
10655
+ "type": "string"
10529
10656
  }
10530
10657
  ],
10531
10658
  "type": "object"
@@ -10600,6 +10727,15 @@
10600
10727
  "name": "Type",
10601
10728
  "required": false,
10602
10729
  "type": "string"
10730
+ },
10731
+ {
10732
+ "disabled": false,
10733
+ "document": "视频内容识别模板标识过滤条件,长度限制:64 个字符。",
10734
+ "example": "“”",
10735
+ "member": "string",
10736
+ "name": "Name",
10737
+ "required": false,
10738
+ "type": "string"
10603
10739
  }
10604
10740
  ],
10605
10741
  "type": "object"
@@ -10683,6 +10819,15 @@
10683
10819
  "name": "PureAudio",
10684
10820
  "required": false,
10685
10821
  "type": "int"
10822
+ },
10823
+ {
10824
+ "disabled": false,
10825
+ "document": "自适应转码模板标识过滤条件,长度限制:64 个字符",
10826
+ "example": "\"\"",
10827
+ "member": "string",
10828
+ "name": "Name",
10829
+ "required": false,
10830
+ "type": "string"
10686
10831
  }
10687
10832
  ],
10688
10833
  "type": "object"
@@ -10757,6 +10902,15 @@
10757
10902
  "name": "Type",
10758
10903
  "required": false,
10759
10904
  "type": "string"
10905
+ },
10906
+ {
10907
+ "disabled": false,
10908
+ "document": "转动图模板标识过滤条件,长度限制:64 个字符。",
10909
+ "example": "“”",
10910
+ "member": "string",
10911
+ "name": "Name",
10912
+ "required": false,
10913
+ "type": "string"
10760
10914
  }
10761
10915
  ],
10762
10916
  "type": "object"
@@ -10831,6 +10985,15 @@
10831
10985
  "name": "Type",
10832
10986
  "required": false,
10833
10987
  "type": "string"
10988
+ },
10989
+ {
10990
+ "disabled": false,
10991
+ "document": "智能审核模板标识过滤条件,长度限制:64 个字符。",
10992
+ "example": "“”",
10993
+ "member": "string",
10994
+ "name": "Name",
10995
+ "required": false,
10996
+ "type": "string"
10834
10997
  }
10835
10998
  ],
10836
10999
  "type": "object"
@@ -11099,6 +11262,15 @@
11099
11262
  "name": "Type",
11100
11263
  "required": false,
11101
11264
  "type": "string"
11265
+ },
11266
+ {
11267
+ "disabled": false,
11268
+ "document": "雪碧图模板标识过滤条件,长度限制:64 个字符。",
11269
+ "example": "“”",
11270
+ "member": "string",
11271
+ "name": "Name",
11272
+ "required": false,
11273
+ "type": "string"
11102
11274
  }
11103
11275
  ],
11104
11276
  "type": "object"
@@ -12134,6 +12306,15 @@
12134
12306
  "name": "Type",
12135
12307
  "required": false,
12136
12308
  "type": "string"
12309
+ },
12310
+ {
12311
+ "disabled": false,
12312
+ "document": "媒体质检模板标识过滤条件,长度限制:64 个字符。",
12313
+ "example": "“”",
12314
+ "member": "string",
12315
+ "name": "Name",
12316
+ "required": false,
12317
+ "type": "string"
12137
12318
  }
12138
12319
  ],
12139
12320
  "type": "object"
@@ -12250,6 +12431,15 @@
12250
12431
  "name": "Type",
12251
12432
  "required": false,
12252
12433
  "type": "string"
12434
+ },
12435
+ {
12436
+ "disabled": false,
12437
+ "document": "采样截图模板标识过滤条件,长度限制:64 个字符。",
12438
+ "example": "“”",
12439
+ "member": "string",
12440
+ "name": "Name",
12441
+ "required": false,
12442
+ "type": "string"
12253
12443
  }
12254
12444
  ],
12255
12445
  "type": "object"
@@ -12407,6 +12597,15 @@
12407
12597
  "name": "Type",
12408
12598
  "required": false,
12409
12599
  "type": "string"
12600
+ },
12601
+ {
12602
+ "disabled": false,
12603
+ "document": "指定时间点截图模板标识过滤条件,长度限制:64 个字符。",
12604
+ "example": "“”",
12605
+ "member": "string",
12606
+ "name": "Name",
12607
+ "required": false,
12608
+ "type": "string"
12410
12609
  }
12411
12610
  ],
12412
12611
  "type": "object"
@@ -13544,7 +13743,7 @@
13544
13743
  {
13545
13744
  "disabled": false,
13546
13745
  "document": "转码模板唯一标识过滤条件,数组长度限制:100。",
13547
- "example": "[\"10\\n\"]",
13746
+ "example": "[10]",
13548
13747
  "member": "int64",
13549
13748
  "name": "Definitions",
13550
13749
  "required": false,
@@ -13603,6 +13802,15 @@
13603
13802
  "name": "TranscodeType",
13604
13803
  "required": false,
13605
13804
  "type": "string"
13805
+ },
13806
+ {
13807
+ "disabled": false,
13808
+ "document": "转码模板标识过滤条件,长度限制:64 个字符。\t",
13809
+ "example": "\"\"",
13810
+ "member": "string",
13811
+ "name": "Name",
13812
+ "required": false,
13813
+ "type": "string"
13606
13814
  }
13607
13815
  ],
13608
13816
  "type": "object"
@@ -13677,6 +13885,15 @@
13677
13885
  "name": "Limit",
13678
13886
  "required": false,
13679
13887
  "type": "int"
13888
+ },
13889
+ {
13890
+ "disabled": false,
13891
+ "document": "水印模板标识过滤条件,长度限制:64 个字符。",
13892
+ "example": "无",
13893
+ "member": "string",
13894
+ "name": "Name",
13895
+ "required": false,
13896
+ "type": "string"
13680
13897
  }
13681
13898
  ],
13682
13899
  "type": "object"
@@ -15538,7 +15755,7 @@
15538
15755
  "example": "无",
15539
15756
  "member": "float",
15540
15757
  "name": "Confidence",
15541
- "required": true,
15758
+ "output_required": true,
15542
15759
  "type": "float",
15543
15760
  "value_allowed_null": false
15544
15761
  },
@@ -15548,7 +15765,7 @@
15548
15765
  "example": "无",
15549
15766
  "member": "float",
15550
15767
  "name": "StartTimeOffset",
15551
- "required": true,
15768
+ "output_required": true,
15552
15769
  "type": "float",
15553
15770
  "value_allowed_null": false
15554
15771
  },
@@ -15558,9 +15775,19 @@
15558
15775
  "example": "无",
15559
15776
  "member": "float",
15560
15777
  "name": "EndTimeOffset",
15561
- "required": true,
15778
+ "output_required": true,
15562
15779
  "type": "float",
15563
15780
  "value_allowed_null": false
15781
+ },
15782
+ {
15783
+ "disabled": false,
15784
+ "document": "片段标签\n注意:此字段可能返回 null,表示取不到有效值。",
15785
+ "example": "无",
15786
+ "member": "string",
15787
+ "name": "SegmentTags",
15788
+ "output_required": false,
15789
+ "type": "list",
15790
+ "value_allowed_null": true
15564
15791
  }
15565
15792
  ],
15566
15793
  "usage": "out"
@@ -26618,7 +26845,7 @@
26618
26845
  "member": "string",
26619
26846
  "name": "LabelSet",
26620
26847
  "required": false,
26621
- "type": "string"
26848
+ "type": "list"
26622
26849
  },
26623
26850
  {
26624
26851
  "disabled": false,
@@ -26788,7 +27015,7 @@
26788
27015
  "members": [
26789
27016
  {
26790
27017
  "disabled": false,
26791
- "document": "视频流的编码格式,可选值:\n<li>h264:H.264 编码</li>\n<li>h265:H.265 编码</li>\n<li>h266:H.266 编码</li>\n<li>av1:AOMedia Video 1 编码</li>\n<li>vp8:VP8 编码</li>\n<li>vp9:VP9 编码</li>\n<li>mpeg2:MPEG2 编码</li>\n<li>dnxhd:DNxHD 编码</li>\n注意:目前 H.265 编码必须指定分辨率,并且需要在 640*480 以内。\n\n注意:av1 编码容器目前只支持 mp4 ,webm,mkv。\n注意:H.266 编码容器目前只支持 mp4 ,hls,ts,mov。\n注意:VP8、VP9编码容器目前只支持webm,mkv。\n注意:MPEG2、dnxhd 编码容器目前只支持mxf",
27018
+ "document": "视频流的编码格式,可选值:\n<li>h264:H.264 编码</li>\n<li>h265:H.265 编码</li>\n<li>h266:H.266 编码</li>\n<li>av1:AOMedia Video 1 编码</li>\n<li>vp8:VP8 编码</li>\n<li>vp9:VP9 编码</li>\n<li>mpeg2:MPEG2 编码</li>\n<li>dnxhd:DNxHD 编码</li>\n<li>mv-hevc:MV-HEVC 编码</li>\n注意:目前 H.265 编码必须指定分辨率,并且需要在 640*480 以内。\n\n注意:av1 编码容器目前只支持 mp4 ,webm,mkv。\n注意:H.266 编码容器目前只支持 mp4 ,hls,ts,mov。\n注意:VP8、VP9编码容器目前只支持webm,mkv。\n注意:MPEG2、dnxhd 编码容器目前只支持mxf。\n注意:MV-HEVC编码容器目前只支持mp4,hls,mov。其中hls格式只支持mp4分片格式。",
26792
27019
  "example": "h264",
26793
27020
  "member": "string",
26794
27021
  "name": "Codec",
@@ -26854,7 +27081,7 @@
26854
27081
  },
26855
27082
  {
26856
27083
  "disabled": false,
26857
- "document": "关键帧 I 帧之间的间隔,取值范围:0 和 [1, 100000],单位:帧数。\n当填 0 或不填时,系统将自动设置 gop 长度。",
27084
+ "document": "关键帧 I 帧之间的间隔,取值范围:0 和 [1, 100000],单位:帧数。 当填 0 或不填时,系统将自动设置 gop 长度。",
26858
27085
  "example": "0",
26859
27086
  "member": "uint64",
26860
27087
  "name": "Gop",
@@ -26906,6 +27133,17 @@
26906
27133
  "required": false,
26907
27134
  "type": "int",
26908
27135
  "value_allowed_null": true
27136
+ },
27137
+ {
27138
+ "disabled": false,
27139
+ "document": "3D视频拼接方式,仅mv-hevc,3D视频生效,可选值:\n<li>side_by_side:左右视角</li>\n<li>top_bottom:上下视角</li>\n默认值:side_by_side\n注意:此字段可能返回 null,表示取不到有效值。",
27140
+ "example": "无",
27141
+ "member": "string",
27142
+ "name": "Stereo3dType",
27143
+ "output_required": false,
27144
+ "required": false,
27145
+ "type": "string",
27146
+ "value_allowed_null": true
26909
27147
  }
26910
27148
  ],
26911
27149
  "usage": "both"
@@ -26915,7 +27153,7 @@
26915
27153
  "members": [
26916
27154
  {
26917
27155
  "disabled": false,
26918
- "document": "视频流的编码格式,可选值:\n<li>h264:H.264 编码</li>\n<li>h265:H.265 编码</li>\n<li>h266:H.266 编码</li>\n<li>av1:AOMedia Video 1 编码</li>\n<li>vp8:VP8 编码</li>\n<li>vp9:VP9 编码</li>\n<li>mpeg2:MPEG2 编码</li>\n<li>dnxhd:DNxHD 编码</li>\n注意:目前 H.265 编码必须指定分辨率,并且需要在 640*480 以内。\n\n注意:av1 编码容器目前只支持 mp4 ,webm,mkv。\n注意:H.266 编码容器目前只支持 mp4 ,hls,ts,mov。\n注意:VP8、VP9编码容器目前只支持webm,mkv。\n注意:MPEG2、dnxhd 编码容器目前只支持mxf。\n注意:此字段可能返回 null,表示取不到有效值。",
27156
+ "document": "视频流的编码格式,可选值:\n<li>h264:H.264 编码</li>\n<li>h265:H.265 编码</li>\n<li>h266:H.266 编码</li>\n<li>av1:AOMedia Video 1 编码</li>\n<li>vp8:VP8 编码</li>\n<li>vp9:VP9 编码</li>\n<li>mpeg2:MPEG2 编码</li>\n<li>dnxhd:DNxHD 编码</li>\n<li>mv-hevc:MV-HEVC 编码</li>\n注意:目前 H.265 编码必须指定分辨率,并且需要在 640*480 以内。\n\n注意:av1 编码容器目前只支持 mp4 ,webm,mkv。\n注意:H.266 编码容器目前只支持 mp4 ,hls,ts,mov。\n注意:VP8、VP9编码容器目前只支持webm,mkv。\n注意:MPEG2、dnxhd 编码容器目前只支持mxf。\n注意:MV-HEVC编码容器目前只支持mp4,hls,mov。其中hls格式只支持mp4分片格式。\n注意:此字段可能返回 null,表示取不到有效值。",
26919
27157
  "example": "h264",
26920
27158
  "member": "string",
26921
27159
  "name": "Codec",
@@ -27044,6 +27282,17 @@
27044
27282
  "required": false,
27045
27283
  "type": "int",
27046
27284
  "value_allowed_null": true
27285
+ },
27286
+ {
27287
+ "disabled": false,
27288
+ "document": "3D视频拼接方式,仅mv-hevc,3D视频生效,可选值:\n<li>side_by_side:左右视角</li>\n<li>top_bottom:上下视角</li>\n默认值:side_by_side\n注意:此字段可能返回 null,表示取不到有效值。",
27289
+ "example": "无",
27290
+ "member": "string",
27291
+ "name": "Stereo3dType",
27292
+ "output_required": false,
27293
+ "required": false,
27294
+ "type": "string",
27295
+ "value_allowed_null": true
27047
27296
  }
27048
27297
  ],
27049
27298
  "usage": "both"
@@ -8502,6 +8502,16 @@
8502
8502
  "type": "string",
8503
8503
  "value_allowed_null": false
8504
8504
  },
8505
+ {
8506
+ "disabled": false,
8507
+ "document": "国籍",
8508
+ "example": "无",
8509
+ "member": "string",
8510
+ "name": "Nationality",
8511
+ "output_required": false,
8512
+ "type": "string",
8513
+ "value_allowed_null": false
8514
+ },
8505
8515
  {
8506
8516
  "disabled": false,
8507
8517
  "document": "背面字段信息",
@@ -292,11 +292,11 @@
292
292
  "members": [
293
293
  {
294
294
  "disabled": false,
295
- "document": "可用区名称,例如,ap-guangzhou-3\n全网可用区名称如下:\n<li> ap-chongqing-1 </li>\n<li> ap-seoul-1 </li>\n<li> ap-seoul-2 </li>\n<li> ap-chengdu-1 </li>\n<li> ap-chengdu-2 </li>\n<li> ap-hongkong-1 </li>\n<li> ap-hongkong-2 </li>\n<li> ap-shenzhen-fsi-1 </li>\n<li> ap-shenzhen-fsi-2 </li>\n<li> ap-shenzhen-fsi-3 </li>\n<li> ap-guangzhou-1(售罄)</li>\n<li> ap-guangzhou-2(售罄)</li>\n<li> ap-guangzhou-3 </li>\n<li> ap-guangzhou-4 </li>\n<li> ap-guangzhou-6 </li>\n<li> ap-tokyo-1 </li>\n<li> ap-singapore-1 </li>\n<li> ap-singapore-2 </li>\n<li> ap-shanghai-fsi-1 </li>\n<li> ap-shanghai-fsi-2 </li>\n<li> ap-shanghai-fsi-3 </li>\n<li> ap-bangkok-1 </li>\n<li> ap-shanghai-1(售罄) </li>\n<li> ap-shanghai-2 </li>\n<li> ap-shanghai-3 </li>\n<li> ap-shanghai-4 </li>\n<li> ap-shanghai-5 </li>\n<li> ap-mumbai-1 </li>\n<li> ap-mumbai-2 </li>\n<li> eu-moscow-1 </li>\n<li> ap-beijing-1 </li>\n<li> ap-beijing-2 </li>\n<li> ap-beijing-3 </li>\n<li> ap-beijing-4 </li>\n<li> ap-beijing-5 </li>\n<li> na-siliconvalley-1 </li>\n<li> na-siliconvalley-2 </li>\n<li> eu-frankfurt-1 </li>\n<li> na-toronto-1 </li>\n<li> na-ashburn-1 </li>\n<li> na-ashburn-2 </li>\n<li> ap-nanjing-1 </li>\n<li> ap-nanjing-2 </li>",
295
+ "document": "可用区名称,例如,ap-guangzhou-3\n全网可用区名称如下:\n<li> ap-chongqing-1 </li>\n<li> ap-seoul-1 </li>\n<li> ap-seoul-2 </li>\n<li> ap-chengdu-1 </li>\n<li> ap-chengdu-2 </li>\n<li> ap-hongkong-1 </li>\n<li> ap-hongkong-2 </li>\n<li> ap-shenzhen-fsi-1 </li>\n<li> ap-shenzhen-fsi-2 </li>\n<li> ap-shenzhen-fsi-3 </li>\n<li> ap-guangzhou-1(售罄)</li>\n<li> ap-guangzhou-2(售罄)</li>\n<li> ap-guangzhou-3 </li>\n<li> ap-guangzhou-4 </li>\n<li> ap-guangzhou-6 </li>\n<li> ap-tokyo-1 </li>\n<li> ap-singapore-1 </li>\n<li> ap-singapore-2 </li>\n<li> ap-shanghai-fsi-1 </li>\n<li> ap-shanghai-fsi-2 </li>\n<li> ap-shanghai-fsi-3 </li>\n<li> ap-bangkok-1 </li>\n<li> ap-shanghai-1(售罄) </li>\n<li> ap-shanghai-2 </li>\n<li> ap-shanghai-3 </li>\n<li> ap-shanghai-4 </li>\n<li> ap-shanghai-5 </li>\n<li> ap-mumbai-1 </li>\n<li> ap-mumbai-2 </li>\n<li> eu-moscow-1 </li>\n<li> ap-beijing-1 </li>\n<li> ap-beijing-2 </li>\n<li> ap-beijing-3 </li>\n<li> ap-beijing-4 </li>\n<li> ap-beijing-5 </li>\n<li> na-siliconvalley-1 </li>\n<li> na-siliconvalley-2 </li>\n<li> eu-frankfurt-1 </li>\n<li> na-ashburn-1 </li>\n<li> na-ashburn-2 </li>\n<li> ap-nanjing-1 </li>\n<li> ap-nanjing-2 </li>",
296
296
  "example": "ap-guangzhou-3",
297
297
  "member": "string",
298
298
  "name": "Zone",
299
- "required": true,
299
+ "output_required": true,
300
300
  "type": "string",
301
301
  "value_allowed_null": false
302
302
  },
@@ -306,7 +306,7 @@
306
306
  "example": "广州三区",
307
307
  "member": "string",
308
308
  "name": "ZoneName",
309
- "required": true,
309
+ "output_required": true,
310
310
  "type": "string",
311
311
  "value_allowed_null": false
312
312
  },
@@ -316,7 +316,7 @@
316
316
  "example": "1",
317
317
  "member": "string",
318
318
  "name": "ZoneId",
319
- "required": true,
319
+ "output_required": true,
320
320
  "type": "string",
321
321
  "value_allowed_null": false
322
322
  },
@@ -326,7 +326,7 @@
326
326
  "example": "AVAILABLE",
327
327
  "member": "string",
328
328
  "name": "ZoneState",
329
- "required": true,
329
+ "output_required": true,
330
330
  "type": "string",
331
331
  "value_allowed_null": false
332
332
  },
@@ -336,7 +336,7 @@
336
336
  "example": "1",
337
337
  "member": "string",
338
338
  "name": "ParentZone",
339
- "required": true,
339
+ "output_required": true,
340
340
  "type": "string",
341
341
  "value_allowed_null": true
342
342
  },
@@ -346,7 +346,7 @@
346
346
  "example": "1",
347
347
  "member": "string",
348
348
  "name": "ParentZoneId",
349
- "required": true,
349
+ "output_required": true,
350
350
  "type": "string",
351
351
  "value_allowed_null": true
352
352
  },
@@ -356,7 +356,7 @@
356
356
  "example": "1",
357
357
  "member": "string",
358
358
  "name": "ParentZoneName",
359
- "required": true,
359
+ "output_required": true,
360
360
  "type": "string",
361
361
  "value_allowed_null": true
362
362
  },
@@ -366,7 +366,7 @@
366
366
  "example": "1",
367
367
  "member": "string",
368
368
  "name": "ZoneType",
369
- "required": true,
369
+ "output_required": true,
370
370
  "type": "string",
371
371
  "value_allowed_null": true
372
372
  },
@@ -376,7 +376,7 @@
376
376
  "example": "公有云",
377
377
  "member": "string",
378
378
  "name": "MachineRoomTypeMC",
379
- "required": true,
379
+ "output_required": true,
380
380
  "type": "string",
381
381
  "value_allowed_null": true
382
382
  },
@@ -386,7 +386,7 @@
386
386
  "example": "1",
387
387
  "member": "string",
388
388
  "name": "ZoneIdMC",
389
- "required": true,
389
+ "output_required": true,
390
390
  "type": "string",
391
391
  "value_allowed_null": true
392
392
  }
@@ -12,7 +12,7 @@
12
12
  {
13
13
  "document": "查询产品支持的地域列表",
14
14
  "input": "POST / HTTP/1.1\nHost: region.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRegions\n<公共请求参数>\n\n{\n \"Product\": \"cvm\",\n \"Scene\": 1\n}",
15
- "output": "{\n \"Response\": {\n \"TotalCount\": 21,\n \"RequestId\": \"2b41c59d-93c8-43e2-a2f0-6c5df9735d21\",\n \"RegionSet\": [\n {\n \"RegionIdMC\": null,\n \"LocationMC\": null,\n \"RegionState\": \"AVAILABLE\",\n \"RegionNameMC\": null,\n \"Region\": \"ap-guangzhou\",\n \"RegionTypeMC\": null,\n \"RegionName\": \"华南地区(广州)\"\n },\n {\n \"RegionIdMC\": null,\n \"LocationMC\": null,\n \"RegionState\": \"AVAILABLE\",\n \"RegionNameMC\": null,\n \"Region\": \"ap-shanghai\",\n \"RegionTypeMC\": null,\n \"RegionName\": \"华东地区(上海)\"\n },\n {\n \"RegionIdMC\": null,\n \"LocationMC\": null,\n \"RegionState\": \"AVAILABLE\",\n \"RegionNameMC\": null,\n \"Region\": \"ap-nanjing\",\n \"RegionTypeMC\": null,\n \"RegionName\": \"华东地区(南京)\"\n },\n {\n \"RegionIdMC\": null,\n \"LocationMC\": null,\n \"RegionState\": \"AVAILABLE\",\n \"RegionNameMC\": null,\n \"Region\": \"ap-beijing\",\n \"RegionTypeMC\": null,\n \"RegionName\": \"华北地区(北京)\"\n },\n {\n \"RegionIdMC\": null,\n \"LocationMC\": null,\n \"RegionState\": \"AVAILABLE\",\n \"RegionNameMC\": null,\n \"Region\": \"ap-chengdu\",\n \"RegionTypeMC\": null,\n \"RegionName\": \"西南地区(成都)\"\n },\n {\n \"RegionIdMC\": null,\n \"LocationMC\": null,\n \"RegionState\": \"AVAILABLE\",\n \"RegionNameMC\": null,\n \"Region\": \"ap-chongqing\",\n \"RegionTypeMC\": null,\n \"RegionName\": \"西南地区(重庆)\"\n },\n {\n \"RegionIdMC\": null,\n \"LocationMC\": null,\n \"RegionState\": \"AVAILABLE\",\n \"RegionNameMC\": null,\n \"Region\": \"ap-xian-ec\",\n \"RegionTypeMC\": null,\n \"RegionName\": \"西北地区(西安)\"\n },\n {\n \"RegionIdMC\": null,\n \"LocationMC\": null,\n \"RegionState\": \"AVAILABLE\",\n \"RegionNameMC\": null,\n \"Region\": \"ap-hongkong\",\n \"RegionTypeMC\": null,\n \"RegionName\": \"港澳台地区(中国香港)\"\n },\n {\n \"RegionIdMC\": null,\n \"LocationMC\": null,\n \"RegionState\": \"AVAILABLE\",\n \"RegionNameMC\": null,\n \"Region\": \"ap-guiyang\",\n \"RegionTypeMC\": null,\n \"RegionName\": \"西南地区(贵阳)\"\n },\n {\n \"RegionIdMC\": null,\n \"LocationMC\": null,\n \"RegionState\": \"AVAILABLE\",\n \"RegionNameMC\": null,\n \"Region\": \"ap-seoul\",\n \"RegionTypeMC\": null,\n \"RegionName\": \"亚太东北(首尔)\"\n },\n {\n \"RegionIdMC\": null,\n \"LocationMC\": null,\n \"RegionState\": \"AVAILABLE\",\n \"RegionNameMC\": null,\n \"Region\": \"ap-tokyo\",\n \"RegionTypeMC\": null,\n \"RegionName\": \"亚太东北(东京)\"\n },\n {\n \"RegionIdMC\": null,\n \"LocationMC\": null,\n \"RegionState\": \"AVAILABLE\",\n \"RegionNameMC\": null,\n \"Region\": \"ap-singapore\",\n \"RegionTypeMC\": null,\n \"RegionName\": \"亚太东南(新加坡)\"\n },\n {\n \"RegionIdMC\": null,\n \"LocationMC\": null,\n \"RegionState\": \"AVAILABLE\",\n \"RegionNameMC\": null,\n \"Region\": \"ap-bangkok\",\n \"RegionTypeMC\": null,\n \"RegionName\": \"亚太东南(曼谷)\"\n },\n {\n \"RegionIdMC\": null,\n \"LocationMC\": null,\n \"RegionState\": \"AVAILABLE\",\n \"RegionNameMC\": null,\n \"Region\": \"ap-jakarta\",\n \"RegionTypeMC\": null,\n \"RegionName\": \"亚太东南(雅加达)\"\n },\n {\n \"RegionIdMC\": null,\n \"LocationMC\": null,\n \"RegionState\": \"AVAILABLE\",\n \"RegionNameMC\": null,\n \"Region\": \"na-siliconvalley\",\n \"RegionTypeMC\": null,\n \"RegionName\": \"美国西部(硅谷)\"\n },\n {\n \"RegionIdMC\": null,\n \"LocationMC\": null,\n \"RegionState\": \"AVAILABLE\",\n \"RegionNameMC\": null,\n \"Region\": \"eu-frankfurt\",\n \"RegionTypeMC\": null,\n \"RegionName\": \"欧洲地区(法兰克福)\"\n },\n {\n \"RegionIdMC\": null,\n \"LocationMC\": null,\n \"RegionState\": \"AVAILABLE\",\n \"RegionNameMC\": null,\n \"Region\": \"ap-mumbai\",\n \"RegionTypeMC\": null,\n \"RegionName\": \"亚太南部(孟买)\"\n },\n {\n \"RegionIdMC\": null,\n \"LocationMC\": null,\n \"RegionState\": \"AVAILABLE\",\n \"RegionNameMC\": null,\n \"Region\": \"na-ashburn\",\n \"RegionTypeMC\": null,\n \"RegionName\": \"美国东部(弗吉尼亚)\"\n },\n {\n \"RegionIdMC\": null,\n \"LocationMC\": null,\n \"RegionState\": \"AVAILABLE\",\n \"RegionNameMC\": null,\n \"Region\": \"sa-saopaulo\",\n \"RegionTypeMC\": null,\n \"RegionName\": \"南美地区(圣保罗)\"\n },\n {\n \"RegionIdMC\": null,\n \"LocationMC\": null,\n \"RegionState\": \"AVAILABLE\",\n \"RegionNameMC\": null,\n \"Region\": \"na-toronto\",\n \"RegionTypeMC\": null,\n \"RegionName\": \"北美地区(多伦多)\"\n }\n ]\n }\n}",
15
+ "output": "{\n \"Response\": {\n \"TotalCount\": 21,\n \"RequestId\": \"2b41c59d-93c8-43e2-a2f0-6c5df9735d21\",\n \"RegionSet\": [\n {\n \"RegionIdMC\": null,\n \"LocationMC\": null,\n \"RegionState\": \"AVAILABLE\",\n \"RegionNameMC\": null,\n \"Region\": \"ap-guangzhou\",\n \"RegionTypeMC\": null,\n \"RegionName\": \"华南地区(广州)\"\n },\n {\n \"RegionIdMC\": null,\n \"LocationMC\": null,\n \"RegionState\": \"AVAILABLE\",\n \"RegionNameMC\": null,\n \"Region\": \"ap-shanghai\",\n \"RegionTypeMC\": null,\n \"RegionName\": \"华东地区(上海)\"\n },\n {\n \"RegionIdMC\": null,\n \"LocationMC\": null,\n \"RegionState\": \"AVAILABLE\",\n \"RegionNameMC\": null,\n \"Region\": \"ap-nanjing\",\n \"RegionTypeMC\": null,\n \"RegionName\": \"华东地区(南京)\"\n },\n {\n \"RegionIdMC\": null,\n \"LocationMC\": null,\n \"RegionState\": \"AVAILABLE\",\n \"RegionNameMC\": null,\n \"Region\": \"ap-beijing\",\n \"RegionTypeMC\": null,\n \"RegionName\": \"华北地区(北京)\"\n },\n {\n \"RegionIdMC\": null,\n \"LocationMC\": null,\n \"RegionState\": \"AVAILABLE\",\n \"RegionNameMC\": null,\n \"Region\": \"ap-chengdu\",\n \"RegionTypeMC\": null,\n \"RegionName\": \"西南地区(成都)\"\n },\n {\n \"RegionIdMC\": null,\n \"LocationMC\": null,\n \"RegionState\": \"AVAILABLE\",\n \"RegionNameMC\": null,\n \"Region\": \"ap-chongqing\",\n \"RegionTypeMC\": null,\n \"RegionName\": \"西南地区(重庆)\"\n },\n {\n \"RegionIdMC\": null,\n \"LocationMC\": null,\n \"RegionState\": \"AVAILABLE\",\n \"RegionNameMC\": null,\n \"Region\": \"ap-xian-ec\",\n \"RegionTypeMC\": null,\n \"RegionName\": \"西北地区(西安)\"\n },\n {\n \"RegionIdMC\": null,\n \"LocationMC\": null,\n \"RegionState\": \"AVAILABLE\",\n \"RegionNameMC\": null,\n \"Region\": \"ap-hongkong\",\n \"RegionTypeMC\": null,\n \"RegionName\": \"港澳台地区(中国香港)\"\n },\n {\n \"RegionIdMC\": null,\n \"LocationMC\": null,\n \"RegionState\": \"AVAILABLE\",\n \"RegionNameMC\": null,\n \"Region\": \"ap-guiyang\",\n \"RegionTypeMC\": null,\n \"RegionName\": \"西南地区(贵阳)\"\n },\n {\n \"RegionIdMC\": null,\n \"LocationMC\": null,\n \"RegionState\": \"AVAILABLE\",\n \"RegionNameMC\": null,\n \"Region\": \"ap-seoul\",\n \"RegionTypeMC\": null,\n \"RegionName\": \"亚太东北(首尔)\"\n },\n {\n \"RegionIdMC\": null,\n \"LocationMC\": null,\n \"RegionState\": \"AVAILABLE\",\n \"RegionNameMC\": null,\n \"Region\": \"ap-tokyo\",\n \"RegionTypeMC\": null,\n \"RegionName\": \"亚太东北(东京)\"\n },\n {\n \"RegionIdMC\": null,\n \"LocationMC\": null,\n \"RegionState\": \"AVAILABLE\",\n \"RegionNameMC\": null,\n \"Region\": \"ap-singapore\",\n \"RegionTypeMC\": null,\n \"RegionName\": \"亚太东南(新加坡)\"\n },\n {\n \"RegionIdMC\": null,\n \"LocationMC\": null,\n \"RegionState\": \"AVAILABLE\",\n \"RegionNameMC\": null,\n \"Region\": \"ap-bangkok\",\n \"RegionTypeMC\": null,\n \"RegionName\": \"亚太东南(曼谷)\"\n },\n {\n \"RegionIdMC\": null,\n \"LocationMC\": null,\n \"RegionState\": \"AVAILABLE\",\n \"RegionNameMC\": null,\n \"Region\": \"ap-jakarta\",\n \"RegionTypeMC\": null,\n \"RegionName\": \"亚太东南(雅加达)\"\n },\n {\n \"RegionIdMC\": null,\n \"LocationMC\": null,\n \"RegionState\": \"AVAILABLE\",\n \"RegionNameMC\": null,\n \"Region\": \"na-siliconvalley\",\n \"RegionTypeMC\": null,\n \"RegionName\": \"美国西部(硅谷)\"\n },\n {\n \"RegionIdMC\": null,\n \"LocationMC\": null,\n \"RegionState\": \"AVAILABLE\",\n \"RegionNameMC\": null,\n \"Region\": \"eu-frankfurt\",\n \"RegionTypeMC\": null,\n \"RegionName\": \"欧洲地区(法兰克福)\"\n },\n {\n \"RegionIdMC\": null,\n \"LocationMC\": null,\n \"RegionState\": \"AVAILABLE\",\n \"RegionNameMC\": null,\n \"Region\": \"ap-mumbai\",\n \"RegionTypeMC\": null,\n \"RegionName\": \"亚太南部(孟买)\"\n },\n {\n \"RegionIdMC\": null,\n \"LocationMC\": null,\n \"RegionState\": \"AVAILABLE\",\n \"RegionNameMC\": null,\n \"Region\": \"na-ashburn\",\n \"RegionTypeMC\": null,\n \"RegionName\": \"美国东部(弗吉尼亚)\"\n },\n {\n \"RegionIdMC\": null,\n \"LocationMC\": null,\n \"RegionState\": \"AVAILABLE\",\n \"RegionNameMC\": null,\n \"Region\": \"sa-saopaulo\",\n \"RegionTypeMC\": null,\n \"RegionName\": \"南美地区(圣保罗)\"\n }\n ]\n }\n}",
16
16
  "title": "查询产品支持的地域列表"
17
17
  }
18
18
  ],
@@ -1437,7 +1437,7 @@
1437
1437
  "example": "1620734188",
1438
1438
  "member": "uint64",
1439
1439
  "name": "UserReceiveTime",
1440
- "required": true,
1440
+ "output_required": true,
1441
1441
  "type": "int",
1442
1442
  "value_allowed_null": false
1443
1443
  },
@@ -1447,7 +1447,7 @@
1447
1447
  "example": "86",
1448
1448
  "member": "string",
1449
1449
  "name": "CountryCode",
1450
- "required": true,
1450
+ "output_required": true,
1451
1451
  "type": "string",
1452
1452
  "value_allowed_null": false
1453
1453
  },
@@ -1457,7 +1457,7 @@
1457
1457
  "example": "13711112222",
1458
1458
  "member": "string",
1459
1459
  "name": "SubscriberNumber",
1460
- "required": true,
1460
+ "output_required": true,
1461
1461
  "type": "string",
1462
1462
  "value_allowed_null": false
1463
1463
  },
@@ -1467,7 +1467,7 @@
1467
1467
  "example": "+8613711112222",
1468
1468
  "member": "string",
1469
1469
  "name": "PhoneNumber",
1470
- "required": true,
1470
+ "output_required": true,
1471
1471
  "type": "string",
1472
1472
  "value_allowed_null": false
1473
1473
  },
@@ -1477,7 +1477,7 @@
1477
1477
  "example": "14:19325917feb3914eb78b50d6182d7e452e",
1478
1478
  "member": "string",
1479
1479
  "name": "SerialNo",
1480
- "required": true,
1480
+ "output_required": true,
1481
1481
  "type": "string",
1482
1482
  "value_allowed_null": false
1483
1483
  },
@@ -1487,7 +1487,7 @@
1487
1487
  "example": "SUCCESS",
1488
1488
  "member": "string",
1489
1489
  "name": "ReportStatus",
1490
- "required": true,
1490
+ "output_required": true,
1491
1491
  "type": "string",
1492
1492
  "value_allowed_null": false
1493
1493
  },
@@ -1497,17 +1497,17 @@
1497
1497
  "example": "DELIVRD",
1498
1498
  "member": "string",
1499
1499
  "name": "Description",
1500
- "required": true,
1500
+ "output_required": true,
1501
1501
  "type": "string",
1502
1502
  "value_allowed_null": false
1503
1503
  },
1504
1504
  {
1505
1505
  "disabled": false,
1506
- "document": "用户的 session 内容。与请求中的 SessionContext 一致,默认为空,如需开通请联系 [腾讯云短信小助手](https://cloud.tencent.com/document/product/382/3773#.E6.8A.80.E6.9C.AF.E4.BA.A4.E6.B5.81)。\n注意:此字段可能返回 null,表示取不到有效值。",
1506
+ "document": "用户的 session 内容。与请求中的 SessionContext 一致,默认为空,如需开通请联系 [腾讯云短信小助手](https://cloud.tencent.com/document/product/382/3773#.E6.8A.80.E6.9C.AF.E4.BA.A4.E6.B5.81) 评估。\n注意:此字段可能返回 null,表示取不到有效值。",
1507
1507
  "example": "test",
1508
1508
  "member": "string",
1509
1509
  "name": "SessionContext",
1510
- "required": true,
1510
+ "output_required": true,
1511
1511
  "type": "string",
1512
1512
  "value_allowed_null": true
1513
1513
  }