tccli 3.0.1268.1__py2.py3-none-any.whl → 3.0.1270.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 (107) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/__init__.py +5 -4
  3. tccli/services/aiart/aiart_client.py +106 -0
  4. tccli/services/aiart/v20221229/api.json +286 -11
  5. tccli/services/aiart/v20221229/examples.json +18 -2
  6. tccli/services/antiddos/v20200309/api.json +201 -132
  7. tccli/services/antiddos/v20200309/examples.json +12 -12
  8. tccli/services/apm/v20210622/api.json +13 -3
  9. tccli/services/billing/billing_client.py +4 -163
  10. tccli/services/billing/v20180709/api.json +0 -489
  11. tccli/services/billing/v20180709/examples.json +0 -24
  12. tccli/services/cam/v20190116/api.json +8 -8
  13. tccli/services/cat/v20180409/api.json +3 -1
  14. tccli/services/cbs/cbs_client.py +220 -8
  15. tccli/services/cbs/v20170312/api.json +418 -2
  16. tccli/services/cbs/v20170312/examples.json +32 -0
  17. tccli/services/ccc/v20200210/api.json +11 -11
  18. tccli/services/ccc/v20200210/examples.json +2 -2
  19. tccli/services/cdb/v20170320/api.json +48 -18
  20. tccli/services/cdwdoris/v20211228/api.json +10 -1
  21. tccli/services/cfw/v20190904/api.json +30 -30
  22. tccli/services/ckafka/v20190819/api.json +10 -0
  23. tccli/services/cls/v20201016/api.json +11 -0
  24. tccli/services/csip/v20221121/api.json +38 -38
  25. tccli/services/cwp/cwp_client.py +4 -57
  26. tccli/services/cwp/v20180228/api.json +0 -184
  27. tccli/services/cwp/v20180228/examples.json +0 -8
  28. tccli/services/cynosdb/v20190107/api.json +1 -1
  29. tccli/services/cynosdb/v20190107/examples.json +1 -1
  30. tccli/services/dcdb/dcdb_client.py +122 -16
  31. tccli/services/dcdb/v20180411/api.json +222 -0
  32. tccli/services/dcdb/v20180411/examples.json +16 -0
  33. tccli/services/dlc/v20210125/api.json +169 -50
  34. tccli/services/dlc/v20210125/examples.json +20 -20
  35. tccli/services/domain/v20180808/api.json +8 -8
  36. tccli/services/domain/v20180808/examples.json +3 -3
  37. tccli/services/dts/v20211206/api.json +1 -1
  38. tccli/services/es/v20180416/api.json +9 -9
  39. tccli/services/ess/v20201111/api.json +1 -1
  40. tccli/services/essbasic/v20210526/api.json +3 -3
  41. tccli/services/essbasic/v20210526/examples.json +2 -2
  42. tccli/services/facefusion/v20220927/api.json +4 -4
  43. tccli/services/faceid/v20180301/api.json +5 -5
  44. tccli/services/faceid/v20180301/examples.json +6 -0
  45. tccli/services/gme/v20180711/api.json +147 -141
  46. tccli/services/gme/v20180711/examples.json +9 -9
  47. tccli/services/hunyuan/v20230901/api.json +9 -0
  48. tccli/services/iotexplorer/v20190423/api.json +4 -4
  49. tccli/services/iotexplorer/v20190423/examples.json +5 -5
  50. tccli/services/keewidb/v20220308/api.json +2 -2
  51. tccli/services/lcic/v20220817/api.json +177 -177
  52. tccli/services/lcic/v20220817/examples.json +2 -2
  53. tccli/services/lighthouse/v20200324/api.json +76 -67
  54. tccli/services/live/v20180801/api.json +1 -1
  55. tccli/services/lke/v20231130/api.json +31 -0
  56. tccli/services/lkeap/v20240522/api.json +55 -9
  57. tccli/services/lkeap/v20240522/examples.json +1 -1
  58. tccli/services/mna/mna_client.py +106 -0
  59. tccli/services/mna/v20210119/api.json +246 -0
  60. tccli/services/mna/v20210119/examples.json +16 -0
  61. tccli/services/monitor/monitor_client.py +62 -57
  62. tccli/services/monitor/v20230616/api.json +266 -0
  63. tccli/services/monitor/v20230616/examples.json +19 -0
  64. tccli/services/mqtt/mqtt_client.py +489 -12
  65. tccli/services/mqtt/v20240516/api.json +864 -3
  66. tccli/services/mqtt/v20240516/examples.json +72 -0
  67. tccli/services/ocr/ocr_client.py +53 -0
  68. tccli/services/ocr/v20181119/api.json +319 -2
  69. tccli/services/ocr/v20181119/examples.json +8 -0
  70. tccli/services/postgres/postgres_client.py +334 -16
  71. tccli/services/postgres/v20170312/api.json +717 -34
  72. tccli/services/postgres/v20170312/examples.json +72 -0
  73. tccli/services/ses/v20201002/api.json +15 -5
  74. tccli/services/ssl/v20191205/api.json +496 -493
  75. tccli/services/ssl/v20191205/examples.json +144 -24
  76. tccli/services/svp/v20240125/api.json +6 -6
  77. tccli/services/taf/taf_client.py +0 -159
  78. tccli/services/taf/v20200210/api.json +0 -665
  79. tccli/services/taf/v20200210/examples.json +0 -24
  80. tccli/services/teo/v20220901/api.json +40 -2
  81. tccli/services/tione/v20211111/api.json +14 -3
  82. tccli/services/trabbit/__init__.py +4 -0
  83. tccli/services/trabbit/trabbit_client.py +1691 -0
  84. tccli/services/trabbit/v20230418/api.json +4773 -0
  85. tccli/services/trabbit/v20230418/examples.json +237 -0
  86. tccli/services/trp/v20210515/api.json +549 -513
  87. tccli/services/trp/v20210515/examples.json +5 -5
  88. tccli/services/trtc/v20190722/api.json +8 -8
  89. tccli/services/trtc/v20190722/examples.json +2 -2
  90. tccli/services/vclm/v20240523/api.json +0 -450
  91. tccli/services/vclm/v20240523/examples.json +0 -48
  92. tccli/services/vclm/vclm_client.py +0 -159
  93. tccli/services/vpc/v20170312/api.json +124 -0
  94. tccli/services/vpc/v20170312/examples.json +16 -0
  95. tccli/services/vpc/vpc_client.py +106 -0
  96. tccli/services/wedata/v20210820/api.json +211 -33
  97. tccli/services/wedata/v20210820/examples.json +14 -0
  98. tccli/services/wedata/wedata_client.py +53 -0
  99. {tccli-3.0.1268.1.dist-info → tccli-3.0.1270.1.dist-info}/METADATA +2 -2
  100. {tccli-3.0.1268.1.dist-info → tccli-3.0.1270.1.dist-info}/RECORD +103 -101
  101. tccli/services/aa/__init__.py +0 -4
  102. tccli/services/aa/aa_client.py +0 -207
  103. tccli/services/aa/v20200224/api.json +0 -397
  104. tccli/services/aa/v20200224/examples.json +0 -13
  105. {tccli-3.0.1268.1.dist-info → tccli-3.0.1270.1.dist-info}/WHEEL +0 -0
  106. {tccli-3.0.1268.1.dist-info → tccli-3.0.1270.1.dist-info}/entry_points.txt +0 -0
  107. {tccli-3.0.1268.1.dist-info → tccli-3.0.1270.1.dist-info}/license_files/LICENSE +0 -0
@@ -247,8 +247,8 @@
247
247
  "DescribeGroup": [
248
248
  {
249
249
  "document": "获取群组详情",
250
- "input": "POST / HTTP/1.1\nHost: lcic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeGroup\n<公共请求参数>\n\n{\n \"GroupId\": \"abcdfdfg\",\n \"SdkAppId\": 12345678\n}",
251
- "output": "{\n \"Response\": {\n \"GroupId\": \"9012\",\n \"GroupName\": \"test\",\n \"TeacherId\": \"jklP90Mp\",\n \"GroupType\": 1,\n \"SubGroupIds\": [\n \"12290\"\n ],\n \"RequestId\": \"e574aae1-lp02-4225-a2f8-9032h7199f5f0\"\n }\n}",
250
+ "input": "POST / HTTP/1.1\nHost: lcic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeGroup\n<公共请求参数>\n\n{\n \"GroupId\": \"2CvDgjRNjylAs\",\n \"SdkAppId\": 13465287\n}",
251
+ "output": "{\n \"Response\": {\n \"GroupId\": \"2CvDgjRNjylAs\",\n \"GroupName\": \"myGroup01\",\n \"TeacherId\": \"2i5WfUzRRC2Eb2uNmLNv96gzxCv\",\n \"GroupType\": 1,\n \"SubGroupIds\": [\n \"BZB4iZc0F6ko\"\n ],\n \"RequestId\": \"e574aae1-lp02-4225-a2f8-9032h7199f5f0\"\n }\n}",
252
252
  "title": "获取群组详情"
253
253
  }
254
254
  ],
@@ -1224,13 +1224,13 @@
1224
1224
  },
1225
1225
  {
1226
1226
  "disabled": false,
1227
- "document": "CVM镜像共享到轻量应用服务器轻量应用服务器后的CVM镜像ID。\n注意:此字段可能返回 null,表示取不到有效值。",
1227
+ "document": "CVM镜像共享到轻量应用服务器轻量应用服务器后的CVM镜像ID",
1228
1228
  "example": "img-cs2rrmp0",
1229
1229
  "member": "string",
1230
1230
  "name": "ImageId",
1231
1231
  "output_required": true,
1232
1232
  "type": "string",
1233
- "value_allowed_null": true
1233
+ "value_allowed_null": false
1234
1234
  },
1235
1235
  {
1236
1236
  "disabled": false,
@@ -1254,13 +1254,13 @@
1254
1254
  },
1255
1255
  {
1256
1256
  "disabled": false,
1257
- "document": "镜像关联使用场景Id列表。\n注意:此字段可能返回 null,表示取不到有效值。",
1257
+ "document": "镜像关联使用场景Id列表。",
1258
1258
  "example": "[\"lhsc-123456\"]",
1259
1259
  "member": "string",
1260
1260
  "name": "SceneIdSet",
1261
1261
  "output_required": true,
1262
1262
  "type": "list",
1263
- "value_allowed_null": true
1263
+ "value_allowed_null": false
1264
1264
  },
1265
1265
  {
1266
1266
  "disabled": false,
@@ -1502,13 +1502,13 @@
1502
1502
  },
1503
1503
  {
1504
1504
  "disabled": false,
1505
- "document": "套餐类型描述信息。\n注意:此字段可能返回 null,表示取不到有效值。",
1505
+ "document": "套餐类型描述信息。",
1506
1506
  "example": "通用型",
1507
1507
  "member": "string",
1508
1508
  "name": "BundleTypeDescription",
1509
1509
  "output_required": true,
1510
1510
  "type": "string",
1511
- "value_allowed_null": true
1511
+ "value_allowed_null": false
1512
1512
  },
1513
1513
  {
1514
1514
  "disabled": false,
@@ -1662,24 +1662,28 @@
1662
1662
  "members": [
1663
1663
  {
1664
1664
  "disabled": false,
1665
- "document": "环境变量Key",
1665
+ "document": "环境变量Key\n注意:此字段可能返回 null,表示取不到有效值。",
1666
1666
  "example": "K1",
1667
1667
  "member": "string",
1668
1668
  "name": "Key",
1669
+ "output_required": false,
1669
1670
  "required": true,
1670
- "type": "string"
1671
+ "type": "string",
1672
+ "value_allowed_null": true
1671
1673
  },
1672
1674
  {
1673
1675
  "disabled": false,
1674
- "document": "环境变量值",
1676
+ "document": "环境变量值\n注意:此字段可能返回 null,表示取不到有效值。",
1675
1677
  "example": "V1",
1676
1678
  "member": "string",
1677
1679
  "name": "Value",
1680
+ "output_required": false,
1678
1681
  "required": true,
1679
- "type": "string"
1682
+ "type": "string",
1683
+ "value_allowed_null": true
1680
1684
  }
1681
1685
  ],
1682
- "usage": "in"
1686
+ "usage": "both"
1683
1687
  },
1684
1688
  "CreateBlueprintRequest": {
1685
1689
  "document": "CreateBlueprint请求参数结构体",
@@ -2301,7 +2305,7 @@
2301
2305
  "example": "lhdisk-f3vgfci1",
2302
2306
  "member": "string",
2303
2307
  "name": "DiskId",
2304
- "required": true,
2308
+ "output_required": true,
2305
2309
  "type": "string",
2306
2310
  "value_allowed_null": false
2307
2311
  },
@@ -2311,7 +2315,7 @@
2311
2315
  "example": "0.8",
2312
2316
  "member": "float",
2313
2317
  "name": "OriginalDiskPrice",
2314
- "required": true,
2318
+ "output_required": true,
2315
2319
  "type": "float",
2316
2320
  "value_allowed_null": false
2317
2321
  },
@@ -2321,7 +2325,7 @@
2321
2325
  "example": "0.8",
2322
2326
  "member": "float",
2323
2327
  "name": "OriginalPrice",
2324
- "required": true,
2328
+ "output_required": true,
2325
2329
  "type": "float",
2326
2330
  "value_allowed_null": false
2327
2331
  },
@@ -2331,7 +2335,7 @@
2331
2335
  "example": "0.5",
2332
2336
  "member": "float",
2333
2337
  "name": "Discount",
2334
- "required": true,
2338
+ "output_required": true,
2335
2339
  "type": "float",
2336
2340
  "value_allowed_null": false
2337
2341
  },
@@ -2341,19 +2345,19 @@
2341
2345
  "example": "0.4",
2342
2346
  "member": "float",
2343
2347
  "name": "DiscountPrice",
2344
- "required": true,
2348
+ "output_required": true,
2345
2349
  "type": "float",
2346
2350
  "value_allowed_null": false
2347
2351
  },
2348
2352
  {
2349
2353
  "disabled": false,
2350
- "document": "数据盘挂载的实例ID。\n注意:此字段可能返回 null,表示取不到有效值。",
2354
+ "document": "数据盘挂载的实例ID",
2351
2355
  "example": "lhins-abcdef",
2352
2356
  "member": "string",
2353
2357
  "name": "InstanceId",
2354
- "required": true,
2358
+ "output_required": true,
2355
2359
  "type": "string",
2356
- "value_allowed_null": true
2360
+ "value_allowed_null": false
2357
2361
  }
2358
2362
  ],
2359
2363
  "usage": "out"
@@ -3457,7 +3461,7 @@
3457
3461
  "members": [
3458
3462
  {
3459
3463
  "disabled": false,
3460
- "document": "实例ID",
3464
+ "document": "实例ID。可通过[DescribeInstances](https://cloud.tencent.com/document/product/1207/47573)接口返回值中的InstanceId获取。",
3461
3465
  "example": "lhins-nwycpjl3",
3462
3466
  "member": "string",
3463
3467
  "name": "InstanceId",
@@ -3466,7 +3470,7 @@
3466
3470
  },
3467
3471
  {
3468
3472
  "disabled": false,
3469
- "document": "容器ID",
3473
+ "document": "容器ID。可通过[DescribeDockerContainers](https://cloud.tencent.com/document/product/1207/95473)接口返回值中的ContainerId获取。",
3470
3474
  "example": "809e9d4014f08811779c07639ec13a53ee70ba166201611298611c883e553415",
3471
3475
  "member": "string",
3472
3476
  "name": "ContainerId",
@@ -3485,6 +3489,7 @@
3485
3489
  "example": "无",
3486
3490
  "member": "DockerContainerConfiguration",
3487
3491
  "name": "ContainerConfiguration",
3492
+ "output_required": true,
3488
3493
  "type": "object",
3489
3494
  "value_allowed_null": false
3490
3495
  },
@@ -5417,33 +5422,33 @@
5417
5422
  },
5418
5423
  {
5419
5424
  "disabled": false,
5420
- "document": "上一次操作\n注意:此字段可能返回 null,表示取不到有效值。",
5425
+ "document": "上一次操作",
5421
5426
  "example": "ApplyDiskBackup",
5422
5427
  "member": "string",
5423
5428
  "name": "LatestOperation",
5424
5429
  "output_required": true,
5425
5430
  "type": "string",
5426
- "value_allowed_null": true
5431
+ "value_allowed_null": false
5427
5432
  },
5428
5433
  {
5429
5434
  "disabled": false,
5430
- "document": "上一次操作状态\n注意:此字段可能返回 null,表示取不到有效值。",
5435
+ "document": "上一次操作状态",
5431
5436
  "example": "SUCCESS",
5432
5437
  "member": "string",
5433
5438
  "name": "LatestOperationState",
5434
5439
  "output_required": true,
5435
5440
  "type": "string",
5436
- "value_allowed_null": true
5441
+ "value_allowed_null": false
5437
5442
  },
5438
5443
  {
5439
5444
  "disabled": false,
5440
- "document": "上一次请求ID\n注意:此字段可能返回 null,表示取不到有效值。",
5445
+ "document": "上一次请求ID",
5441
5446
  "example": "cd7f9d77-c19b-4490-8d5e-42a776383f90",
5442
5447
  "member": "string",
5443
5448
  "name": "LatestOperationRequestId",
5444
5449
  "output_required": true,
5445
5450
  "type": "string",
5446
- "value_allowed_null": true
5451
+ "value_allowed_null": false
5447
5452
  },
5448
5453
  {
5449
5454
  "disabled": false,
@@ -5776,13 +5781,13 @@
5776
5781
  },
5777
5782
  {
5778
5783
  "disabled": false,
5779
- "document": "结束时间。按照 ISO8601 标准表示,并且使用 UTC 时间。\n注意:此字段可能返回 null,表示取不到有效值。",
5784
+ "document": "结束时间。按照 ISO8601 标准表示,并且使用 UTC 时间。",
5780
5785
  "example": "2020-04-28T03:46:09Z",
5781
5786
  "member": "datetime_iso",
5782
5787
  "name": "EndTime",
5783
5788
  "output_required": true,
5784
5789
  "type": "string",
5785
- "value_allowed_null": true
5790
+ "value_allowed_null": false
5786
5791
  }
5787
5792
  ],
5788
5793
  "usage": "out"
@@ -5975,6 +5980,7 @@
5975
5980
  "example": "80",
5976
5981
  "member": "int64",
5977
5982
  "name": "HostPort",
5983
+ "output_required": true,
5978
5984
  "required": true,
5979
5985
  "type": "int",
5980
5986
  "value_allowed_null": false
@@ -5985,29 +5991,32 @@
5985
5991
  "example": "80",
5986
5992
  "member": "int64",
5987
5993
  "name": "ContainerPort",
5994
+ "output_required": true,
5988
5995
  "required": true,
5989
5996
  "type": "int",
5990
5997
  "value_allowed_null": false
5991
5998
  },
5992
5999
  {
5993
6000
  "disabled": false,
5994
- "document": "对外绑定IP,默认0.0.0.0\n注意:此字段可能返回 null,表示取不到有效值。",
6001
+ "document": "对外绑定IP,默认0.0.0.0",
5995
6002
  "example": "0.0.0.0",
5996
6003
  "member": "string",
5997
6004
  "name": "Ip",
6005
+ "output_required": true,
5998
6006
  "required": false,
5999
6007
  "type": "string",
6000
- "value_allowed_null": true
6008
+ "value_allowed_null": false
6001
6009
  },
6002
6010
  {
6003
6011
  "disabled": false,
6004
- "document": "协议,默认tcp,支持tcp/udp/sctp\n注意:此字段可能返回 null,表示取不到有效值。",
6012
+ "document": "协议,默认tcp,支持tcp/udp/sctp",
6005
6013
  "example": "tcp",
6006
6014
  "member": "string",
6007
6015
  "name": "Protocol",
6016
+ "output_required": true,
6008
6017
  "required": false,
6009
6018
  "type": "string",
6010
- "value_allowed_null": true
6019
+ "value_allowed_null": false
6011
6020
  }
6012
6021
  ],
6013
6022
  "usage": "both"
@@ -7153,13 +7162,13 @@
7153
7162
  },
7154
7163
  {
7155
7164
  "disabled": false,
7156
- "document": "实例违规详情。\n注意:此字段可能返回 null,表示取不到有效值。",
7165
+ "document": "实例违规详情。",
7157
7166
  "example": "无",
7158
7167
  "member": "InstanceViolationDetail",
7159
7168
  "name": "InstanceViolationDetail",
7160
7169
  "output_required": false,
7161
7170
  "type": "object",
7162
- "value_allowed_null": true
7171
+ "value_allowed_null": false
7163
7172
  }
7164
7173
  ],
7165
7174
  "usage": "out"
@@ -7193,13 +7202,13 @@
7193
7202
  "members": [
7194
7203
  {
7195
7204
  "disabled": false,
7196
- "document": "实例 ID。\n注意:此字段可能返回 null,表示取不到有效值。",
7205
+ "document": "实例 ID",
7197
7206
  "example": "lhins-abcd1234",
7198
7207
  "member": "string",
7199
7208
  "name": "InstanceId",
7200
7209
  "output_required": true,
7201
7210
  "type": "string",
7202
- "value_allowed_null": true
7211
+ "value_allowed_null": false
7203
7212
  },
7204
7213
  {
7205
7214
  "disabled": false,
@@ -7287,13 +7296,13 @@
7287
7296
  },
7288
7297
  {
7289
7298
  "disabled": false,
7290
- "document": "价格货币单位。取值范围CNY:人民币。USD:美元。\n注意:此字段可能返回 null,表示取不到有效值。",
7299
+ "document": "价格货币单位。取值范围CNY:人民币。USD:美元。",
7291
7300
  "example": "CNY",
7292
7301
  "member": "string",
7293
7302
  "name": "Currency",
7294
7303
  "output_required": true,
7295
7304
  "type": "string",
7296
- "value_allowed_null": true
7305
+ "value_allowed_null": false
7297
7306
  }
7298
7307
  ],
7299
7308
  "usage": "out"
@@ -7303,23 +7312,23 @@
7303
7312
  "members": [
7304
7313
  {
7305
7314
  "disabled": false,
7306
- "document": "实例ID。\n注意:此字段可能返回 null,表示取不到有效值。",
7315
+ "document": "实例ID",
7307
7316
  "example": "lhins-xxxxxx",
7308
7317
  "member": "string",
7309
7318
  "name": "InstanceId",
7310
7319
  "output_required": true,
7311
7320
  "type": "string",
7312
- "value_allowed_null": true
7321
+ "value_allowed_null": false
7313
7322
  },
7314
7323
  {
7315
7324
  "disabled": false,
7316
- "document": "询价信息。\n注意:此字段可能返回 null,表示取不到有效值。",
7325
+ "document": "询价信息。",
7317
7326
  "example": "无",
7318
7327
  "member": "InstancePrice",
7319
7328
  "name": "InstancePrice",
7320
7329
  "output_required": true,
7321
7330
  "type": "object",
7322
- "value_allowed_null": true
7331
+ "value_allowed_null": false
7323
7332
  },
7324
7333
  {
7325
7334
  "disabled": false,
@@ -7586,13 +7595,13 @@
7586
7595
  },
7587
7596
  {
7588
7597
  "disabled": false,
7589
- "document": "密钥对关联的实例 ID 列表。\n注意:此字段可能返回 null,表示取不到有效值。",
7598
+ "document": "密钥对关联的实例 ID 列表。",
7590
7599
  "example": "[\"lhins-afge14se\"]",
7591
7600
  "member": "string",
7592
7601
  "name": "AssociatedInstanceIds",
7593
7602
  "output_required": true,
7594
7603
  "type": "list",
7595
- "value_allowed_null": true
7604
+ "value_allowed_null": false
7596
7605
  },
7597
7606
  {
7598
7607
  "disabled": false,
@@ -7746,13 +7755,13 @@
7746
7755
  },
7747
7756
  {
7748
7757
  "disabled": false,
7749
- "document": "不支持套餐变更原因信息。变更套餐状态为\"AVAILABLE\"时, 该信息为空\n注意:此字段可能返回 null,表示取不到有效值。",
7758
+ "document": "不支持套餐变更原因信息。变更套餐状态为\"AVAILABLE\"时, 该信息为空",
7750
7759
  "example": "不支持升级至该套餐。",
7751
7760
  "member": "string",
7752
7761
  "name": "NotSupportModifyMessage",
7753
7762
  "output_required": true,
7754
7763
  "type": "string",
7755
- "value_allowed_null": true
7764
+ "value_allowed_null": false
7756
7765
  }
7757
7766
  ],
7758
7767
  "usage": "out"
@@ -9313,43 +9322,43 @@
9313
9322
  },
9314
9323
  {
9315
9324
  "disabled": false,
9316
- "document": "快照的最新操作,只有创建、回滚快照时记录。\n取值如 CreateInstanceSnapshot,RollbackInstanceSnapshot。\n注意:此字段可能返回 null,表示取不到有效值。",
9325
+ "document": "快照的最新操作,只有创建、回滚快照时记录。\n取值如 CreateInstanceSnapshot,RollbackInstanceSnapshot",
9317
9326
  "example": "RollbackInstanceSnapshot",
9318
9327
  "member": "string",
9319
9328
  "name": "LatestOperation",
9320
9329
  "output_required": true,
9321
9330
  "type": "string",
9322
- "value_allowed_null": true
9331
+ "value_allowed_null": false
9323
9332
  },
9324
9333
  {
9325
9334
  "disabled": false,
9326
- "document": "快照的最新操作状态,只有创建、回滚快照时记录。\n取值范围:\n<li>SUCCESS:表示操作成功</li>\n<li>OPERATING:表示操作执行中</li>\n<li>FAILED:表示操作失败</li>\n注意:此字段可能返回 null,表示取不到有效值。",
9335
+ "document": "快照的最新操作状态,只有创建、回滚快照时记录。\n取值范围:\n<li>SUCCESS:表示操作成功</li>\n<li>OPERATING:表示操作执行中</li>\n<li>FAILED:表示操作失败</li>",
9327
9336
  "example": "SUCCESS",
9328
9337
  "member": "string",
9329
9338
  "name": "LatestOperationState",
9330
9339
  "output_required": true,
9331
9340
  "type": "string",
9332
- "value_allowed_null": true
9341
+ "value_allowed_null": false
9333
9342
  },
9334
9343
  {
9335
9344
  "disabled": false,
9336
- "document": "快照最新操作的唯一请求 ID,只有创建、回滚快照时记录。\n注意:此字段可能返回 null,表示取不到有效值。",
9345
+ "document": "快照最新操作的唯一请求 ID,只有创建、回滚快照时记录。",
9337
9346
  "example": "96aee6e3-172c-4f0f-be7c-fc46b9865763",
9338
9347
  "member": "string",
9339
9348
  "name": "LatestOperationRequestId",
9340
9349
  "output_required": true,
9341
9350
  "type": "string",
9342
- "value_allowed_null": true
9351
+ "value_allowed_null": false
9343
9352
  },
9344
9353
  {
9345
9354
  "disabled": false,
9346
- "document": "快照的创建时间。\n注意:此字段可能返回 null,表示取不到有效值。",
9355
+ "document": "快照的创建时间。",
9347
9356
  "example": "2020-09-03T06:51:23Z",
9348
9357
  "member": "datetime_iso",
9349
9358
  "name": "CreatedTime",
9350
9359
  "output_required": true,
9351
9360
  "type": "string",
9352
- "value_allowed_null": true
9361
+ "value_allowed_null": false
9353
9362
  }
9354
9363
  ],
9355
9364
  "usage": "out"
@@ -9777,23 +9786,23 @@
9777
9786
  "members": [
9778
9787
  {
9779
9788
  "disabled": false,
9780
- "document": "原始总计价格。\n注意:此字段可能返回 null,表示取不到有效值。",
9789
+ "document": "原始总计价格。",
9781
9790
  "example": "10.0",
9782
9791
  "member": "float",
9783
9792
  "name": "OriginalPrice",
9784
- "required": false,
9793
+ "output_required": true,
9785
9794
  "type": "float",
9786
- "value_allowed_null": true
9795
+ "value_allowed_null": false
9787
9796
  },
9788
9797
  {
9789
9798
  "disabled": false,
9790
- "document": "折扣总计价格。\n注意:此字段可能返回 null,表示取不到有效值。",
9799
+ "document": "折扣总计价格。",
9791
9800
  "example": "9.0",
9792
9801
  "member": "float",
9793
9802
  "name": "DiscountPrice",
9794
- "required": false,
9803
+ "output_required": true,
9795
9804
  "type": "float",
9796
- "value_allowed_null": true
9805
+ "value_allowed_null": false
9797
9806
  }
9798
9807
  ],
9799
9808
  "usage": "out"
@@ -9853,33 +9862,33 @@
9853
9862
  },
9854
9863
  {
9855
9864
  "disabled": false,
9856
- "document": "流量包生效周期开始时间。按照 ISO8601 标准表示,并且使用 UTC 时间。 \n格式为: YYYY-MM-DDThh:mm:ssZ。\n注意:此字段可能返回 null,表示取不到有效值。",
9865
+ "document": "流量包生效周期开始时间。按照 ISO8601 标准表示,并且使用 UTC 时间。 \n格式为: YYYY-MM-DDThh:mm:ssZ",
9857
9866
  "example": "2020-06-28T08:15:18Z",
9858
9867
  "member": "datetime_iso",
9859
9868
  "name": "StartTime",
9860
9869
  "output_required": true,
9861
9870
  "type": "string",
9862
- "value_allowed_null": true
9871
+ "value_allowed_null": false
9863
9872
  },
9864
9873
  {
9865
9874
  "disabled": false,
9866
- "document": "流量包生效周期结束时间。按照 ISO8601 标准表示,并且使用 UTC 时间。 \n格式为: YYYY-MM-DDThh:mm:ssZ。\n注意:此字段可能返回 null,表示取不到有效值。",
9875
+ "document": "流量包生效周期结束时间。按照 ISO8601 标准表示,并且使用 UTC 时间。 \n格式为: YYYY-MM-DDThh:mm:ssZ",
9867
9876
  "example": "2020-07-28T08:15:17Z",
9868
9877
  "member": "datetime_iso",
9869
9878
  "name": "EndTime",
9870
9879
  "output_required": true,
9871
9880
  "type": "string",
9872
- "value_allowed_null": true
9881
+ "value_allowed_null": false
9873
9882
  },
9874
9883
  {
9875
9884
  "disabled": false,
9876
- "document": "流量包到期时间。按照 ISO8601 标准表示,并且使用 UTC 时间。 \n格式为: YYYY-MM-DDThh:mm:ssZ。\n注意:此字段可能返回 null,表示取不到有效值。",
9885
+ "document": "流量包到期时间。按照 ISO8601 标准表示,并且使用 UTC 时间。 \n格式为: YYYY-MM-DDThh:mm:ssZ",
9877
9886
  "example": "2020-07-28T08:15:18Z",
9878
9887
  "member": "datetime_iso",
9879
9888
  "name": "Deadline",
9880
9889
  "output_required": true,
9881
9890
  "type": "string",
9882
- "value_allowed_null": true
9891
+ "value_allowed_null": false
9883
9892
  },
9884
9893
  {
9885
9894
  "disabled": false,
@@ -2430,7 +2430,7 @@
2430
2430
  {
2431
2431
  "disabled": false,
2432
2432
  "document": "混流会话(申请混流开始到取消混流结束)标识 ID。\n该值与CreateCommonMixStream中的MixStreamSessionId保持一致。",
2433
- "example": "",
2433
+ "example": "example_session_id",
2434
2434
  "member": "string",
2435
2435
  "name": "MixStreamSessionId",
2436
2436
  "required": true,
@@ -795,6 +795,28 @@
795
795
  "required": false,
796
796
  "type": "int",
797
797
  "value_allowed_null": true
798
+ },
799
+ {
800
+ "disabled": false,
801
+ "document": "工作流节点名称\n注意:此字段可能返回 null,表示取不到有效值。",
802
+ "example": "大模型1",
803
+ "member": "string",
804
+ "name": "NodeName",
805
+ "output_required": false,
806
+ "required": false,
807
+ "type": "string",
808
+ "value_allowed_null": true
809
+ },
810
+ {
811
+ "disabled": false,
812
+ "document": "用于展示思考放在哪个回复气泡中\n注意:此字段可能返回 null,表示取不到有效值。",
813
+ "example": "0",
814
+ "member": "uint64",
815
+ "name": "ReplyIndex",
816
+ "output_required": false,
817
+ "required": false,
818
+ "type": "int",
819
+ "value_allowed_null": true
798
820
  }
799
821
  ],
800
822
  "usage": "both"
@@ -9041,6 +9063,15 @@
9041
9063
  "required": false,
9042
9064
  "type": "string"
9043
9065
  },
9066
+ {
9067
+ "disabled": false,
9068
+ "document": "分类ID",
9069
+ "example": "无",
9070
+ "member": "string",
9071
+ "name": "CateBizId",
9072
+ "required": false,
9073
+ "type": "string"
9074
+ },
9044
9075
  {
9045
9076
  "disabled": false,
9046
9077
  "document": "QA业务ID列表",