tccli 3.0.1348.1__py2.py3-none-any.whl → 3.0.1350.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 (180) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/__init__.py +0 -76
  3. tccli/services/ai3d/v20250513/api.json +1 -1
  4. tccli/services/aiart/v20221229/api.json +2 -2
  5. tccli/services/autoscaling/v20180419/api.json +11 -0
  6. tccli/services/batch/v20170312/api.json +44 -0
  7. tccli/services/cdb/v20170320/api.json +8 -8
  8. tccli/services/cdb/v20170320/examples.json +1 -1
  9. tccli/services/cdn/v20180606/api.json +5 -5
  10. tccli/services/cdwch/v20200915/api.json +11 -1
  11. tccli/services/cdwdoris/v20211228/api.json +145 -7
  12. tccli/services/cfg/v20210820/api.json +20 -0
  13. tccli/services/cfs/v20190719/api.json +10 -10
  14. tccli/services/cfw/cfw_client.py +53 -0
  15. tccli/services/cfw/v20190904/api.json +272 -0
  16. tccli/services/cfw/v20190904/examples.json +8 -0
  17. tccli/services/ckafka/ckafka_client.py +0 -53
  18. tccli/services/ckafka/v20190819/api.json +0 -215
  19. tccli/services/ckafka/v20190819/examples.json +0 -8
  20. tccli/services/csip/csip_client.py +833 -144
  21. tccli/services/csip/v20221121/api.json +3304 -1436
  22. tccli/services/csip/v20221121/examples.json +105 -7
  23. tccli/services/ctem/v20231128/api.json +20 -0
  24. tccli/services/cvm/v20170312/api.json +3 -3
  25. tccli/services/cwp/v20180228/api.json +9 -0
  26. tccli/services/cwp/v20180228/examples.json +6 -0
  27. tccli/services/dts/v20211206/api.json +21 -1
  28. tccli/services/emr/v20190103/api.json +219 -4
  29. tccli/services/es/v20250101/api.json +22 -0
  30. tccli/services/ess/v20201111/api.json +10 -1
  31. tccli/services/essbasic/v20210526/api.json +3 -3
  32. tccli/services/faceid/v20180301/api.json +3 -3
  33. tccli/services/gs/v20191118/api.json +38 -0
  34. tccli/services/igtm/igtm_client.py +159 -0
  35. tccli/services/igtm/v20231024/api.json +577 -0
  36. tccli/services/igtm/v20231024/examples.json +24 -0
  37. tccli/services/iotexplorer/v20190423/api.json +3 -3
  38. tccli/services/lcic/lcic_client.py +53 -0
  39. tccli/services/lcic/v20220817/api.json +53 -0
  40. tccli/services/lcic/v20220817/examples.json +8 -0
  41. tccli/services/live/live_client.py +224 -65
  42. tccli/services/live/v20180801/api.json +275 -1
  43. tccli/services/live/v20180801/examples.json +25 -1
  44. tccli/services/lke/v20231130/api.json +248 -2
  45. tccli/services/lke/v20231130/examples.json +1 -1
  46. tccli/services/lkeap/v20240522/api.json +1 -1
  47. tccli/services/mrs/v20200910/api.json +10 -0
  48. tccli/services/nlp/nlp_client.py +4 -322
  49. tccli/services/nlp/v20190408/api.json +0 -459
  50. tccli/services/nlp/v20190408/examples.json +0 -48
  51. tccli/services/ocr/v20181119/api.json +60 -5
  52. tccli/services/omics/v20221128/api.json +41 -3
  53. tccli/services/redis/v20180412/api.json +6 -6
  54. tccli/services/redis/v20180412/examples.json +1 -1
  55. tccli/services/ses/v20201002/api.json +100 -5
  56. tccli/services/tcb/v20180608/api.json +1 -1
  57. tccli/services/tcb/v20180608/examples.json +1 -1
  58. tccli/services/tdmq/v20200217/api.json +19 -0
  59. tccli/services/teo/teo_client.py +281 -16
  60. tccli/services/teo/v20220901/api.json +611 -6
  61. tccli/services/teo/v20220901/examples.json +48 -2
  62. tccli/services/tione/v20211111/api.json +16 -0
  63. tccli/services/tke/tke_client.py +57 -4
  64. tccli/services/tke/v20180525/api.json +24 -24
  65. tccli/services/tke/v20220501/api.json +52 -0
  66. tccli/services/tke/v20220501/examples.json +8 -0
  67. tccli/services/tmt/v20180321/api.json +4 -4
  68. tccli/services/tsf/v20180326/api.json +4 -4
  69. tccli/services/vclm/v20240523/api.json +2 -2
  70. tccli/services/vod/v20180717/api.json +5 -5
  71. tccli/services/vod/v20180717/examples.json +9 -9
  72. tccli/services/vpc/v20170312/api.json +1 -1
  73. tccli/services/vrs/v20200824/api.json +1 -1
  74. {tccli-3.0.1348.1.dist-info → tccli-3.0.1350.1.dist-info}/METADATA +2 -2
  75. {tccli-3.0.1348.1.dist-info → tccli-3.0.1350.1.dist-info}/RECORD +78 -180
  76. tccli/services/cis/__init__.py +0 -4
  77. tccli/services/cis/cis_client.py +0 -525
  78. tccli/services/cis/v20180408/api.json +0 -737
  79. tccli/services/cis/v20180408/examples.json +0 -93
  80. tccli/services/dataintegration/__init__.py +0 -4
  81. tccli/services/dataintegration/dataintegration_client.py +0 -207
  82. tccli/services/dataintegration/v20220613/api.json +0 -87
  83. tccli/services/dataintegration/v20220613/examples.json +0 -13
  84. tccli/services/dtf/__init__.py +0 -4
  85. tccli/services/dtf/dtf_client.py +0 -207
  86. tccli/services/dtf/v20200506/api.json +0 -274
  87. tccli/services/dtf/v20200506/examples.json +0 -13
  88. tccli/services/gpm/__init__.py +0 -4
  89. tccli/services/gpm/gpm_client.py +0 -1108
  90. tccli/services/gpm/v20200820/api.json +0 -1959
  91. tccli/services/gpm/v20200820/examples.json +0 -149
  92. tccli/services/gse/__init__.py +0 -4
  93. tccli/services/gse/gse_client.py +0 -4076
  94. tccli/services/gse/v20191112/api.json +0 -7095
  95. tccli/services/gse/v20191112/examples.json +0 -615
  96. tccli/services/iecp/__init__.py +0 -4
  97. tccli/services/iecp/iecp_client.py +0 -4500
  98. tccli/services/iecp/v20210914/api.json +0 -9770
  99. tccli/services/iecp/v20210914/examples.json +0 -691
  100. tccli/services/iir/__init__.py +0 -4
  101. tccli/services/iir/iir_client.py +0 -207
  102. tccli/services/iir/v20200417/api.json +0 -204
  103. tccli/services/iir/v20200417/examples.json +0 -13
  104. tccli/services/iottid/__init__.py +0 -4
  105. tccli/services/iottid/iottid_client.py +0 -631
  106. tccli/services/iottid/v20190411/api.json +0 -553
  107. tccli/services/iottid/v20190411/examples.json +0 -95
  108. tccli/services/mgobe/__init__.py +0 -4
  109. tccli/services/mgobe/mgobe_client.py +0 -530
  110. tccli/services/mgobe/v20190929/api.json +0 -52
  111. tccli/services/mgobe/v20190929/examples.json +0 -13
  112. tccli/services/mgobe/v20201014/api.json +0 -671
  113. tccli/services/mgobe/v20201014/examples.json +0 -61
  114. tccli/services/mvj/__init__.py +0 -4
  115. tccli/services/mvj/mvj_client.py +0 -207
  116. tccli/services/mvj/v20190926/api.json +0 -123
  117. tccli/services/mvj/v20190926/examples.json +0 -19
  118. tccli/services/pds/__init__.py +0 -4
  119. tccli/services/pds/pds_client.py +0 -260
  120. tccli/services/pds/v20210701/api.json +0 -193
  121. tccli/services/pds/v20210701/examples.json +0 -21
  122. tccli/services/smpn/__init__.py +0 -4
  123. tccli/services/smpn/smpn_client.py +0 -260
  124. tccli/services/smpn/v20190822/api.json +0 -191
  125. tccli/services/smpn/v20190822/examples.json +0 -21
  126. tccli/services/solar/__init__.py +0 -4
  127. tccli/services/solar/solar_client.py +0 -1055
  128. tccli/services/solar/v20181011/api.json +0 -1760
  129. tccli/services/solar/v20181011/examples.json +0 -125
  130. tccli/services/tan/__init__.py +0 -4
  131. tccli/services/tan/tan_client.py +0 -207
  132. tccli/services/tan/v20220420/api.json +0 -65
  133. tccli/services/tan/v20220420/examples.json +0 -19
  134. tccli/services/tav/__init__.py +0 -4
  135. tccli/services/tav/tav_client.py +0 -366
  136. tccli/services/tav/v20190118/api.json +0 -262
  137. tccli/services/tav/v20190118/examples.json +0 -37
  138. tccli/services/tbm/__init__.py +0 -4
  139. tccli/services/tbm/tbm_client.py +0 -631
  140. tccli/services/tbm/v20180129/api.json +0 -1037
  141. tccli/services/tbm/v20180129/examples.json +0 -77
  142. tccli/services/tcex/__init__.py +0 -4
  143. tccli/services/tcex/tcex_client.py +0 -260
  144. tccli/services/tcex/v20200727/api.json +0 -158
  145. tccli/services/tcex/v20200727/examples.json +0 -21
  146. tccli/services/tci/__init__.py +0 -4
  147. tccli/services/tci/tci_client.py +0 -2327
  148. tccli/services/tci/v20190318/api.json +0 -4958
  149. tccli/services/tci/v20190318/examples.json +0 -333
  150. tccli/services/tic/__init__.py +0 -4
  151. tccli/services/tic/tic_client.py +0 -843
  152. tccli/services/tic/v20201117/api.json +0 -1067
  153. tccli/services/tic/v20201117/examples.json +0 -121
  154. tccli/services/ticm/__init__.py +0 -4
  155. tccli/services/ticm/ticm_client.py +0 -313
  156. tccli/services/ticm/v20181127/api.json +0 -1391
  157. tccli/services/ticm/v20181127/examples.json +0 -53
  158. tccli/services/tics/__init__.py +0 -4
  159. tccli/services/tics/tics_client.py +0 -366
  160. tccli/services/tics/v20181115/api.json +0 -694
  161. tccli/services/tics/v20181115/examples.json +0 -37
  162. tccli/services/tiems/__init__.py +0 -4
  163. tccli/services/tiems/tiems_client.py +0 -1479
  164. tccli/services/tiems/v20190416/api.json +0 -3144
  165. tccli/services/tiems/v20190416/examples.json +0 -217
  166. tccli/services/trdp/__init__.py +0 -4
  167. tccli/services/trdp/trdp_client.py +0 -207
  168. tccli/services/trdp/v20220726/api.json +0 -843
  169. tccli/services/trdp/v20220726/examples.json +0 -13
  170. tccli/services/ump/__init__.py +0 -4
  171. tccli/services/ump/ump_client.py +0 -1055
  172. tccli/services/ump/v20200918/api.json +0 -2168
  173. tccli/services/ump/v20200918/examples.json +0 -141
  174. tccli/services/youmall/__init__.py +0 -4
  175. tccli/services/youmall/v20180228/api.json +0 -3572
  176. tccli/services/youmall/v20180228/examples.json +0 -313
  177. tccli/services/youmall/youmall_client.py +0 -1797
  178. {tccli-3.0.1348.1.dist-info → tccli-3.0.1350.1.dist-info}/WHEEL +0 -0
  179. {tccli-3.0.1348.1.dist-info → tccli-3.0.1350.1.dist-info}/entry_points.txt +0 -0
  180. {tccli-3.0.1348.1.dist-info → tccli-3.0.1350.1.dist-info}/license_files/LICENSE +0 -0
tccli/__init__.py CHANGED
@@ -1 +1 @@
1
- __version__ = '3.0.1348.1'
1
+ __version__ = '3.0.1350.1'
@@ -200,9 +200,6 @@ SERVICE_VERSIONS = {
200
200
  "cim": [
201
201
  "2019-03-18"
202
202
  ],
203
- "cis": [
204
- "2018-04-08"
205
- ],
206
203
  "ckafka": [
207
204
  "2019-08-19"
208
205
  ],
@@ -266,9 +263,6 @@ SERVICE_VERSIONS = {
266
263
  "dasb": [
267
264
  "2019-10-18"
268
265
  ],
269
- "dataintegration": [
270
- "2022-06-13"
271
- ],
272
266
  "dayu": [
273
267
  "2018-07-09"
274
268
  ],
@@ -303,9 +297,6 @@ SERVICE_VERSIONS = {
303
297
  "dsgc": [
304
298
  "2019-07-23"
305
299
  ],
306
- "dtf": [
307
- "2020-05-06"
308
- ],
309
300
  "dts": [
310
301
  "2021-12-06",
311
302
  "2018-03-30"
@@ -365,15 +356,9 @@ SERVICE_VERSIONS = {
365
356
  "goosefs": [
366
357
  "2022-05-19"
367
358
  ],
368
- "gpm": [
369
- "2020-08-20"
370
- ],
371
359
  "gs": [
372
360
  "2019-11-18"
373
361
  ],
374
- "gse": [
375
- "2019-11-12"
376
- ],
377
362
  "gwlb": [
378
363
  "2024-09-06"
379
364
  ],
@@ -408,18 +393,12 @@ SERVICE_VERSIONS = {
408
393
  "ie": [
409
394
  "2020-03-04"
410
395
  ],
411
- "iecp": [
412
- "2021-09-14"
413
- ],
414
396
  "ig": [
415
397
  "2021-05-18"
416
398
  ],
417
399
  "igtm": [
418
400
  "2023-10-24"
419
401
  ],
420
- "iir": [
421
- "2020-04-17"
422
- ],
423
402
  "ims": [
424
403
  "2020-12-29",
425
404
  "2020-07-13"
@@ -437,9 +416,6 @@ SERVICE_VERSIONS = {
437
416
  "iotexplorer": [
438
417
  "2019-04-23"
439
418
  ],
440
- "iottid": [
441
- "2019-04-11"
442
- ],
443
419
  "iotvideo": [
444
420
  "2021-11-25",
445
421
  "2020-12-15",
@@ -494,10 +470,6 @@ SERVICE_VERSIONS = {
494
470
  "memcached": [
495
471
  "2019-03-18"
496
472
  ],
497
- "mgobe": [
498
- "2020-10-14",
499
- "2019-09-29"
500
- ],
501
473
  "mmps": [
502
474
  "2020-07-10"
503
475
  ],
@@ -527,9 +499,6 @@ SERVICE_VERSIONS = {
527
499
  "msp": [
528
500
  "2018-03-19"
529
501
  ],
530
- "mvj": [
531
- "2019-09-26"
532
- ],
533
502
  "nlp": [
534
503
  "2019-04-08"
535
504
  ],
@@ -552,9 +521,6 @@ SERVICE_VERSIONS = {
552
521
  "partners": [
553
522
  "2018-03-21"
554
523
  ],
555
- "pds": [
556
- "2021-07-01"
557
- ],
558
524
  "postgres": [
559
525
  "2017-03-12"
560
526
  ],
@@ -591,9 +557,6 @@ SERVICE_VERSIONS = {
591
557
  "smop": [
592
558
  "2020-12-03"
593
559
  ],
594
- "smpn": [
595
- "2019-08-22"
596
- ],
597
560
  "sms": [
598
561
  "2021-01-11",
599
562
  "2019-07-11"
@@ -601,9 +564,6 @@ SERVICE_VERSIONS = {
601
564
  "soe": [
602
565
  "2018-07-24"
603
566
  ],
604
- "solar": [
605
- "2018-10-11"
606
- ],
607
567
  "sqlserver": [
608
568
  "2018-03-28"
609
569
  ],
@@ -631,21 +591,12 @@ SERVICE_VERSIONS = {
631
591
  "tag": [
632
592
  "2018-08-13"
633
593
  ],
634
- "tan": [
635
- "2022-04-20"
636
- ],
637
594
  "tat": [
638
595
  "2020-10-28"
639
596
  ],
640
- "tav": [
641
- "2019-01-18"
642
- ],
643
597
  "tbaas": [
644
598
  "2018-04-16"
645
599
  ],
646
- "tbm": [
647
- "2018-01-29"
648
- ],
649
600
  "tbp": [
650
601
  "2019-06-27",
651
602
  "2019-03-11"
@@ -662,15 +613,9 @@ SERVICE_VERSIONS = {
662
613
  "tccatalog": [
663
614
  "2024-10-24"
664
615
  ],
665
- "tcex": [
666
- "2020-07-27"
667
- ],
668
616
  "tchd": [
669
617
  "2023-03-06"
670
618
  ],
671
- "tci": [
672
- "2019-03-18"
673
- ],
674
619
  "tcm": [
675
620
  "2021-04-13"
676
621
  ],
@@ -708,18 +653,6 @@ SERVICE_VERSIONS = {
708
653
  "tia": [
709
654
  "2018-02-26"
710
655
  ],
711
- "tic": [
712
- "2020-11-17"
713
- ],
714
- "ticm": [
715
- "2018-11-27"
716
- ],
717
- "tics": [
718
- "2018-11-15"
719
- ],
720
- "tiems": [
721
- "2019-04-16"
722
- ],
723
656
  "tiia": [
724
657
  "2019-05-29"
725
658
  ],
@@ -750,9 +683,6 @@ SERVICE_VERSIONS = {
750
683
  "trabbit": [
751
684
  "2023-04-18"
752
685
  ],
753
- "trdp": [
754
- "2022-07-26"
755
- ],
756
686
  "trocket": [
757
687
  "2023-03-08"
758
688
  ],
@@ -781,9 +711,6 @@ SERVICE_VERSIONS = {
781
711
  "tts": [
782
712
  "2019-08-23"
783
713
  ],
784
- "ump": [
785
- "2020-09-18"
786
- ],
787
714
  "vcg": [
788
715
  "2024-04-04"
789
716
  ],
@@ -835,9 +762,6 @@ SERVICE_VERSIONS = {
835
762
  "yinsuda": [
836
763
  "2022-05-27"
837
764
  ],
838
- "youmall": [
839
- "2018-02-28"
840
- ],
841
765
  "yunjing": [
842
766
  "2018-02-28"
843
767
  ],
@@ -27,7 +27,7 @@
27
27
  "members": [
28
28
  {
29
29
  "disabled": false,
30
- "document": "3D文件的格式。取值范围:OBJ",
30
+ "document": "文件格式",
31
31
  "example": "OBJ",
32
32
  "member": "string",
33
33
  "name": "Type",
@@ -136,14 +136,14 @@
136
136
  "TextToImageLite": {
137
137
  "document": "混元文生图接口,基于混元大模型,根据输入的文本描述智能生成图片\n默认提供1个并发,代表最多能同时处理1个已提交的任务,上一个任务处理完毕后,才能开始处理下一个任务。",
138
138
  "input": "TextToImageLiteRequest",
139
- "name": "文生图轻量版",
139
+ "name": "混元生图(极速版)",
140
140
  "output": "TextToImageLiteResponse",
141
141
  "status": "online"
142
142
  },
143
143
  "TextToImageRapid": {
144
144
  "document": "混元文生图接口,基于混元大模型,根据输入的文本描述智能生成图片\n默认提供1个并发,代表最多能同时处理1个已提交的任务,上一个任务处理完毕后,才能开始处理下一个任务。",
145
145
  "input": "TextToImageRapidRequest",
146
- "name": "文生图极速版",
146
+ "name": "混元生图 2.0",
147
147
  "output": "TextToImageRapidResponse",
148
148
  "status": "online"
149
149
  },
@@ -6576,6 +6576,17 @@
6576
6576
  "required": false,
6577
6577
  "type": "bool",
6578
6578
  "value_allowed_null": false
6579
+ },
6580
+ {
6581
+ "disabled": false,
6582
+ "document": "实例后端服务健康状态检查的超时时间,单位为秒,取值范围[60,7200],默认时间1800秒。仅在CheckInstanceTargetHealth参数开启后生效,若实例健康检查超时,则标记为刷新失败。",
6583
+ "example": "600",
6584
+ "member": "uint64",
6585
+ "name": "CheckInstanceTargetHealthTimeout",
6586
+ "output_required": false,
6587
+ "required": false,
6588
+ "type": "int",
6589
+ "value_allowed_null": false
6579
6590
  }
6580
6591
  ],
6581
6592
  "usage": "both"
@@ -3723,6 +3723,50 @@
3723
3723
  "required": false,
3724
3724
  "type": "string",
3725
3725
  "value_allowed_null": false
3726
+ },
3727
+ {
3728
+ "disabled": false,
3729
+ "document": "线路类型。各种线路类型详情可参考:[EIP 的 IP 地址类型](https://cloud.tencent.com/document/product/1199/41646)。默认值:BGP。\n\n- BGP:常规 BGP 线路\n\n已开通静态单线IP白名单的用户,可选值:\n\n - CMCC:中国移动\n - CTCC:中国电信\n - CUCC:中国联通\n\n注意:仅部分地域支持静态单线IP。\n示例值:BGP",
3730
+ "example": "CMCC",
3731
+ "member": "string",
3732
+ "name": "InternetServiceProvider",
3733
+ "output_required": false,
3734
+ "required": false,
3735
+ "type": "string",
3736
+ "value_allowed_null": false
3737
+ },
3738
+ {
3739
+ "disabled": false,
3740
+ "document": "公网 IP 类型。\n\n- WanIP:普通公网IP。\n- HighQualityEIP:精品 IP。仅新加坡和中国香港支持精品IP。\n- AntiDDoSEIP:高防 IP。仅部分地域支持高防IP,详情可见[弹性公网IP产品概述](https://cloud.tencent.com/document/product/1199/41646)。\n\n如需为资源分配公网IPv4地址,请指定公网IPv4地址类型。\n\n示例值:WanIP\n\n此功能仅部分地区灰度开放,如需使用[请提交工单咨询](https://console.cloud.tencent.com/workorder/category)",
3741
+ "example": "WanIP",
3742
+ "member": "string",
3743
+ "name": "IPv4AddressType",
3744
+ "output_required": false,
3745
+ "required": false,
3746
+ "type": "string",
3747
+ "value_allowed_null": false
3748
+ },
3749
+ {
3750
+ "disabled": false,
3751
+ "document": "弹性公网 IPv6 类型。\n- EIPv6:弹性公网 IPv6。\n- HighQualityEIPv6:精品 IPv6。仅中国香港支持精品IPv6。\n\n如需为资源分配IPv6地址,请指定弹性公网IPv6类型。\n示例值:EIPv6\n\n此功能仅部分地区灰度开放,如需使用[请提交工单咨询](https://console.cloud.tencent.com/workorder/category)",
3752
+ "example": "EIPv6",
3753
+ "member": "string",
3754
+ "name": "IPv6AddressType",
3755
+ "output_required": false,
3756
+ "required": false,
3757
+ "type": "string",
3758
+ "value_allowed_null": false
3759
+ },
3760
+ {
3761
+ "disabled": false,
3762
+ "document": "高防包唯一ID,申请高防IP时,该字段必传。\n示例值:bgp-12345678\n",
3763
+ "example": "bgp-12345678",
3764
+ "member": "string",
3765
+ "name": "AntiDDoSPackageId",
3766
+ "output_required": false,
3767
+ "required": false,
3768
+ "type": "string",
3769
+ "value_allowed_null": false
3726
3770
  }
3727
3771
  ],
3728
3772
  "usage": "both"
@@ -232,7 +232,7 @@
232
232
  "status": "deprecated"
233
233
  },
234
234
  "DeleteAuditRuleTemplates": {
235
- "document": "删除审计规则模板",
235
+ "document": "本接口(DeleteAuditRuleTemplates)用于删除审计规则模板。",
236
236
  "input": "DeleteAuditRuleTemplatesRequest",
237
237
  "name": "删除审计规则模板",
238
238
  "output": "DeleteAuditRuleTemplatesResponse",
@@ -7301,7 +7301,7 @@
7301
7301
  "members": [
7302
7302
  {
7303
7303
  "disabled": false,
7304
- "document": "审计规则模板ID,可通过[DescribeAuditRuleTemplates](https://cloud.tencent.com/document/api/236/101811)接口获取,单次允许最多删除5个规则模板。",
7304
+ "document": "审计规则模板 ID,可通过 [DescribeAuditRuleTemplates](https://cloud.tencent.com/document/api/236/101811) 接口获取,单次允许最多删除5个规则模板。",
7305
7305
  "example": "cdb-art-l1mlbo59",
7306
7306
  "member": "string",
7307
7307
  "name": "RuleTemplateIds",
@@ -16924,7 +16924,7 @@
16924
16924
  },
16925
16925
  {
16926
16926
  "disabled": false,
16927
- "document": "要修改的安全组 ID 列表,一个或者多个安全组 ID 组成的数组。可通过 [DescribeDBSecurityGroups](hhttps://cloud.tencent.com/document/api/236/15854) 接口获取。输入的安全组 ID 数组无长度限制。\n注意:该入参会全量替换存量已有集合,非增量更新。修改需传入预期的全量集合。",
16927
+ "document": "要修改的安全组 ID 列表,一个或者多个安全组 ID 组成的数组。可通过 [DescribeDBSecurityGroups](https://cloud.tencent.com/document/product/236/15854) 接口获取。输入的安全组 ID 数组无长度限制。\n注意:该入参会全量替换存量已有集合,非增量更新。修改需传入预期的全量集合。",
16928
16928
  "example": "[\"sg-ajr1jzgj\"]",
16929
16929
  "member": "string",
16930
16930
  "name": "SecurityGroupIds",
@@ -17188,7 +17188,7 @@
17188
17188
  "members": [
17189
17189
  {
17190
17190
  "disabled": false,
17191
- "document": "实例 ID",
17191
+ "document": "实例 ID。可通过 [DescribeDBInstances](https://cloud.tencent.com/document/product/236/15872) 接口获取。",
17192
17192
  "example": "cdb-uns231ns",
17193
17193
  "member": "string",
17194
17194
  "name": "InstanceId",
@@ -17197,8 +17197,8 @@
17197
17197
  },
17198
17198
  {
17199
17199
  "disabled": false,
17200
- "document": "要增加或修改的标签。",
17201
- "example": "",
17200
+ "document": "要增加或修改的标签。ReplaceTags 和 DeleteTags 必填一个。",
17201
+ "example": "[{\"TagKey\": \"march\",\"TagValue\": \"march1\"}]",
17202
17202
  "member": "TagInfo",
17203
17203
  "name": "ReplaceTags",
17204
17204
  "required": false,
@@ -17206,8 +17206,8 @@
17206
17206
  },
17207
17207
  {
17208
17208
  "disabled": false,
17209
- "document": "要删除的标签。",
17210
- "example": "",
17209
+ "document": "要删除的标签。ReplaceTags 和 DeleteTags 必填一个。",
17210
+ "example": "[{\"TagKey\": \"andy\",\"TagValue\": \"andy1\"}]",
17211
17211
  "member": "TagInfo",
17212
17212
  "name": "DeleteTags",
17213
17213
  "required": false,
@@ -302,7 +302,7 @@
302
302
  ],
303
303
  "DeleteAuditRuleTemplates": [
304
304
  {
305
- "document": "",
305
+ "document": "",
306
306
  "input": "POST / HTTP/1.1\nHost: cdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteAuditRuleTemplates\n<公共请求参数>\n\n{\n \"RuleTemplateIds\": [\n \"cdb-rt-ws23fwu8\"\n ]\n}",
307
307
  "output": "{\n \"Response\": {\n \"RequestId\": \"43-12121-812w1221213-62usf9093\"\n }\n}",
308
308
  "title": "删除审计规则模板"
@@ -533,7 +533,7 @@
533
533
  "status": "deprecated"
534
534
  },
535
535
  "UpdateDomainConfig": {
536
- "document": "UpdateDomainConfig 用于修改内容分发网络加速域名配置信息。\n注意:如果需要更新复杂类型的配置项,必须传递整个对象的所有属性,未传递的属性将使用默认值,建议通过查询接口获取配置属性后,直接修改后传递给本接口。\n操作审计相关:接口的入参可能包含密钥等敏感信息,所以此接口的入参不会上报到操作审计。",
536
+ "document": "UpdateDomainConfig 用于修改内容分发网络加速域名配置信息。\n注意:如果需要更新复杂类型的配置项,必须传递整个对象的所有属性,未传递的属性将使用默认值,建议通过查询接口获取配置属性后,直接修改后传递给本接口;如果仅修改单独配置项只传对应配置参数即可。\n操作审计相关:接口的入参可能包含密钥等敏感信息,所以此接口的入参不会上报到操作审计。",
537
537
  "input": "UpdateDomainConfigRequest",
538
538
  "name": "更新加速域名配置",
539
539
  "output": "UpdateDomainConfigResponse",
@@ -10654,7 +10654,7 @@
10654
10654
  },
10655
10655
  {
10656
10656
  "disabled": false,
10657
- "document": "IP 黑白名单分路径配置,白名单功能\n注意:此字段可能返回 null,表示取不到有效值。",
10657
+ "document": "IP 黑白名单分路径配置,白名单功能。黑白名单 IP 总数不能超过 1000 个。\n注意:此字段可能返回 null,表示取不到有效值。",
10658
10658
  "example": "null",
10659
10659
  "member": "IpFilterPathRule",
10660
10660
  "name": "FilterRules",
@@ -10693,7 +10693,7 @@
10693
10693
  },
10694
10694
  {
10695
10695
  "disabled": false,
10696
- "document": "IP 黑白名单列表\n支持 X.X.X.X 格式IPV4地址 或X:X:X:X:X:X:X:X 格式IPV6地址, 或网段格式/X(IPV4:1≤X≤32;IPV6:1≤X≤128)\n最多可填充 200 个白名单或 500 个黑名单;\n注意:此字段可能返回 null,表示取不到有效值。",
10696
+ "document": "IP 黑白名单列表\n支持 X.X.X.X 格式IPV4地址 或X:X:X:X:X:X:X:X 格式IPV6地址, 或网段格式/X(IPV4:1≤X≤32;IPV6:1≤X≤128)\n最多可填充 500 个白名单或 200 个黑名单;\n注意:此字段可能返回 null,表示取不到有效值。",
10697
10697
  "example": "1.1.1.1",
10698
10698
  "member": "string",
10699
10699
  "name": "Filters",
@@ -18014,7 +18014,7 @@
18014
18014
  },
18015
18015
  {
18016
18016
  "disabled": false,
18017
- "document": "UA黑白名单生效规则列表\n注意:此字段可能返回 null,表示取不到有效值。",
18017
+ "document": "UA黑白名单生效规则列表,不能超过10条规则\n注意:此字段可能返回 null,表示取不到有效值。",
18018
18018
  "example": "无",
18019
18019
  "member": "UserAgentFilterRule",
18020
18020
  "name": "FilterRules",
@@ -18053,7 +18053,7 @@
18053
18053
  },
18054
18054
  {
18055
18055
  "disabled": false,
18056
- "document": "UserAgent列表\n注意:此字段可能返回 null,表示取不到有效值。",
18056
+ "document": "UserAgent列表,UserAgent 个数不能超过 10个\n注意:此字段可能返回 null,表示取不到有效值。",
18057
18057
  "example": "curl/7.68.0",
18058
18058
  "member": "string",
18059
18059
  "name": "UserAgents",
@@ -2885,7 +2885,7 @@
2885
2885
  },
2886
2886
  {
2887
2887
  "disabled": false,
2888
- "document": "高可用,“true\" \"false\"",
2888
+ "document": "高可用,\"true\" \"false\"",
2889
2889
  "example": "false",
2890
2890
  "member": "string",
2891
2891
  "name": "HA",
@@ -3282,6 +3282,16 @@
3282
3282
  "output_required": false,
3283
3283
  "type": "bool",
3284
3284
  "value_allowed_null": false
3285
+ },
3286
+ {
3287
+ "disabled": false,
3288
+ "document": "可升级的zk版本",
3289
+ "example": "3.6.1,3.8.3",
3290
+ "member": "string",
3291
+ "name": "UpgradeZkVersions",
3292
+ "output_required": true,
3293
+ "type": "string",
3294
+ "value_allowed_null": false
3285
3295
  }
3286
3296
  ],
3287
3297
  "usage": "out"