tccli 3.0.1096.1__py2.py3-none-any.whl → 3.0.1097.1__py2.py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
Files changed (59) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/examples/aiart/v20221229/QueryDrawPortraitJob.md +30 -0
  3. tccli/examples/aiart/v20221229/QueryTrainPortraitModelJob.md +24 -0
  4. tccli/examples/aiart/v20221229/SubmitDrawPortraitJob.md +23 -0
  5. tccli/examples/aiart/v20221229/SubmitTrainPortraitModelJob.md +20 -0
  6. tccli/examples/aiart/v20221229/UploadTrainPortraitImages.md +25 -0
  7. tccli/examples/ccc/v20200210/ModifyStaffPassword.md +22 -0
  8. tccli/examples/csip/v20221121/DescribeAlertList.md +176 -0
  9. tccli/examples/cynosdb/v20190107/ModifyInstanceUpgradeLimitDays.md +22 -0
  10. tccli/examples/dcdb/v20180411/DescribeDCDBInstances.md +4 -3
  11. tccli/examples/dlc/v20210125/DescribeNotebookSessionStatementSqlResult.md +3 -1
  12. tccli/examples/lke/v20231130/GetEmbedding.md +4 -1
  13. tccli/examples/lke/v20231130/QueryParseDocResult.md +4 -1
  14. tccli/examples/lke/v20231130/QueryRewrite.md +6 -1
  15. tccli/examples/mariadb/v20170312/DescribeDBInstanceDetail.md +2 -1
  16. tccli/examples/mariadb/v20170312/DescribeDBInstances.md +4 -3
  17. tccli/examples/tdmq/v20200217/DescribeRabbitMQQueueDetail.md +25 -22
  18. tccli/examples/vpc/v20170312/DisableVpnGatewaySslClientCert.md +2 -2
  19. tccli/services/aiart/aiart_client.py +269 -4
  20. tccli/services/aiart/v20221229/api.json +404 -0
  21. tccli/services/aiart/v20221229/examples.json +40 -0
  22. tccli/services/billing/v20180709/api.json +30 -0
  23. tccli/services/bma/v20221115/api.json +4 -6
  24. tccli/services/ccc/ccc_client.py +53 -0
  25. tccli/services/ccc/v20200210/api.json +57 -5
  26. tccli/services/ccc/v20200210/examples.json +8 -0
  27. tccli/services/cdb/v20170320/api.json +9 -0
  28. tccli/services/cdn/v20180606/api.json +1 -1
  29. tccli/services/csip/csip_client.py +53 -0
  30. tccli/services/csip/v20221121/api.json +1468 -7
  31. tccli/services/csip/v20221121/examples.json +8 -0
  32. tccli/services/cynosdb/cynosdb_client.py +53 -0
  33. tccli/services/cynosdb/v20190107/api.json +52 -0
  34. tccli/services/cynosdb/v20190107/examples.json +8 -0
  35. tccli/services/dcdb/v20180411/api.json +45 -3
  36. tccli/services/dcdb/v20180411/examples.json +1 -1
  37. tccli/services/dlc/v20210125/api.json +30 -0
  38. tccli/services/dlc/v20210125/examples.json +1 -1
  39. tccli/services/hunyuan/v20230901/api.json +14 -14
  40. tccli/services/iotexplorer/v20190423/api.json +1 -1
  41. tccli/services/lighthouse/v20200324/api.json +2 -2
  42. tccli/services/live/v20180801/api.json +7 -7
  43. tccli/services/lke/v20231130/api.json +82 -6
  44. tccli/services/lke/v20231130/examples.json +3 -3
  45. tccli/services/mariadb/v20170312/api.json +45 -2
  46. tccli/services/mariadb/v20170312/examples.json +2 -2
  47. tccli/services/ocr/v20181119/api.json +1 -1
  48. tccli/services/ssl/v20191205/api.json +50 -9
  49. tccli/services/tdmq/v20200217/api.json +64 -25
  50. tccli/services/tdmq/v20200217/examples.json +2 -2
  51. tccli/services/trtc/v20190722/api.json +34 -15
  52. tccli/services/vpc/v20170312/api.json +20 -5
  53. tccli/services/vpc/v20170312/examples.json +2 -2
  54. tccli/services/weilingwith/v20230427/api.json +11 -11
  55. {tccli-3.0.1096.1.dist-info → tccli-3.0.1097.1.dist-info}/METADATA +2 -2
  56. {tccli-3.0.1096.1.dist-info → tccli-3.0.1097.1.dist-info}/RECORD +59 -51
  57. {tccli-3.0.1096.1.dist-info → tccli-3.0.1097.1.dist-info}/WHEEL +0 -0
  58. {tccli-3.0.1096.1.dist-info → tccli-3.0.1097.1.dist-info}/entry_points.txt +0 -0
  59. {tccli-3.0.1096.1.dist-info → tccli-3.0.1097.1.dist-info}/license_files/LICENSE +0 -0
@@ -3614,6 +3614,15 @@
3614
3614
  "name": "TraceFlag",
3615
3615
  "required": false,
3616
3616
  "type": "bool"
3617
+ },
3618
+ {
3619
+ "disabled": false,
3620
+ "document": "是否创建镜像队列策略,默认值 true",
3621
+ "example": "true",
3622
+ "member": "bool",
3623
+ "name": "MirrorQueuePolicyFlag",
3624
+ "required": false,
3625
+ "type": "bool"
3617
3626
  }
3618
3627
  ],
3619
3628
  "type": "object"
@@ -3627,7 +3636,7 @@
3627
3636
  "example": "testVhost",
3628
3637
  "member": "string",
3629
3638
  "name": "VirtualHost",
3630
- "required": true,
3639
+ "output_required": true,
3631
3640
  "type": "string",
3632
3641
  "value_allowed_null": false
3633
3642
  },
@@ -7174,7 +7183,7 @@
7174
7183
  "example": "queue1",
7175
7184
  "member": "string",
7176
7185
  "name": "InstanceId",
7177
- "required": true,
7186
+ "output_required": true,
7178
7187
  "type": "string",
7179
7188
  "value_allowed_null": true
7180
7189
  },
@@ -7184,7 +7193,7 @@
7184
7193
  "example": "testVhost",
7185
7194
  "member": "string",
7186
7195
  "name": "VirtualHost",
7187
- "required": true,
7196
+ "output_required": true,
7188
7197
  "type": "string",
7189
7198
  "value_allowed_null": true
7190
7199
  },
@@ -7194,7 +7203,7 @@
7194
7203
  "example": "testQueue",
7195
7204
  "member": "string",
7196
7205
  "name": "QueueName",
7197
- "required": true,
7206
+ "output_required": true,
7198
7207
  "type": "string",
7199
7208
  "value_allowed_null": true
7200
7209
  },
@@ -7204,7 +7213,7 @@
7204
7213
  "example": "classic",
7205
7214
  "member": "string",
7206
7215
  "name": "QueueType",
7207
- "required": true,
7216
+ "output_required": true,
7208
7217
  "type": "string",
7209
7218
  "value_allowed_null": true
7210
7219
  },
@@ -7214,7 +7223,7 @@
7214
7223
  "example": "0",
7215
7224
  "member": "int64",
7216
7225
  "name": "Consumers",
7217
- "required": true,
7226
+ "output_required": true,
7218
7227
  "type": "int",
7219
7228
  "value_allowed_null": true
7220
7229
  },
@@ -7224,7 +7233,7 @@
7224
7233
  "example": "true",
7225
7234
  "member": "bool",
7226
7235
  "name": "Durable",
7227
- "required": true,
7236
+ "output_required": true,
7228
7237
  "type": "bool",
7229
7238
  "value_allowed_null": true
7230
7239
  },
@@ -7234,7 +7243,7 @@
7234
7243
  "example": "false",
7235
7244
  "member": "bool",
7236
7245
  "name": "AutoDelete",
7237
- "required": true,
7246
+ "output_required": true,
7238
7247
  "type": "bool",
7239
7248
  "value_allowed_null": true
7240
7249
  },
@@ -7244,7 +7253,7 @@
7244
7253
  "example": "testRemark",
7245
7254
  "member": "string",
7246
7255
  "name": "Remark",
7247
- "required": true,
7256
+ "output_required": true,
7248
7257
  "type": "string",
7249
7258
  "value_allowed_null": true
7250
7259
  },
@@ -7254,7 +7263,7 @@
7254
7263
  "example": "1000",
7255
7264
  "member": "int64",
7256
7265
  "name": "MessageTTL",
7257
- "required": true,
7266
+ "output_required": true,
7258
7267
  "type": "int",
7259
7268
  "value_allowed_null": true
7260
7269
  },
@@ -7264,7 +7273,7 @@
7264
7273
  "example": "1000",
7265
7274
  "member": "int64",
7266
7275
  "name": "AutoExpire",
7267
- "required": true,
7276
+ "output_required": true,
7268
7277
  "type": "int",
7269
7278
  "value_allowed_null": true
7270
7279
  },
@@ -7274,7 +7283,7 @@
7274
7283
  "example": "1000",
7275
7284
  "member": "int64",
7276
7285
  "name": "MaxLength",
7277
- "required": true,
7286
+ "output_required": true,
7278
7287
  "type": "int",
7279
7288
  "value_allowed_null": true
7280
7289
  },
@@ -7284,7 +7293,7 @@
7284
7293
  "example": "1000",
7285
7294
  "member": "int64",
7286
7295
  "name": "MaxLengthBytes",
7287
- "required": true,
7296
+ "output_required": true,
7288
7297
  "type": "int",
7289
7298
  "value_allowed_null": true
7290
7299
  },
@@ -7294,7 +7303,7 @@
7294
7303
  "example": "1000",
7295
7304
  "member": "int64",
7296
7305
  "name": "DeliveryLimit",
7297
- "required": true,
7306
+ "output_required": true,
7298
7307
  "type": "int",
7299
7308
  "value_allowed_null": true
7300
7309
  },
@@ -7304,7 +7313,7 @@
7304
7313
  "example": "drop-head",
7305
7314
  "member": "string",
7306
7315
  "name": "OverflowBehaviour",
7307
- "required": true,
7316
+ "output_required": true,
7308
7317
  "type": "string",
7309
7318
  "value_allowed_null": true
7310
7319
  },
@@ -7314,7 +7323,7 @@
7314
7323
  "example": "testDeadLetterExchange",
7315
7324
  "member": "string",
7316
7325
  "name": "DeadLetterExchange",
7317
- "required": true,
7326
+ "output_required": true,
7318
7327
  "type": "string",
7319
7328
  "value_allowed_null": true
7320
7329
  },
@@ -7324,7 +7333,7 @@
7324
7333
  "example": "testDeadLetterRoutingKey",
7325
7334
  "member": "string",
7326
7335
  "name": "DeadLetterRoutingKey",
7327
- "required": true,
7336
+ "output_required": true,
7328
7337
  "type": "string",
7329
7338
  "value_allowed_null": true
7330
7339
  },
@@ -7334,7 +7343,7 @@
7334
7343
  "example": "true",
7335
7344
  "member": "bool",
7336
7345
  "name": "SingleActiveConsumer",
7337
- "required": true,
7346
+ "output_required": true,
7338
7347
  "type": "bool",
7339
7348
  "value_allowed_null": true
7340
7349
  },
@@ -7344,7 +7353,7 @@
7344
7353
  "example": "1000",
7345
7354
  "member": "int64",
7346
7355
  "name": "MaximumPriority",
7347
- "required": true,
7356
+ "output_required": true,
7348
7357
  "type": "int",
7349
7358
  "value_allowed_null": true
7350
7359
  },
@@ -7354,7 +7363,7 @@
7354
7363
  "example": "true",
7355
7364
  "member": "bool",
7356
7365
  "name": "LazyMode",
7357
- "required": true,
7366
+ "output_required": true,
7358
7367
  "type": "bool",
7359
7368
  "value_allowed_null": true
7360
7369
  },
@@ -7364,7 +7373,7 @@
7364
7373
  "example": "testMasterLocator",
7365
7374
  "member": "string",
7366
7375
  "name": "MasterLocator",
7367
- "required": true,
7376
+ "output_required": true,
7368
7377
  "type": "string",
7369
7378
  "value_allowed_null": true
7370
7379
  },
@@ -7374,7 +7383,7 @@
7374
7383
  "example": "1000",
7375
7384
  "member": "int64",
7376
7385
  "name": "MaxInMemoryLength",
7377
- "required": true,
7386
+ "output_required": true,
7378
7387
  "type": "int",
7379
7388
  "value_allowed_null": true
7380
7389
  },
@@ -7384,7 +7393,7 @@
7384
7393
  "example": "1000",
7385
7394
  "member": "int64",
7386
7395
  "name": "MaxInMemoryBytes",
7387
- "required": true,
7396
+ "output_required": true,
7388
7397
  "type": "int",
7389
7398
  "value_allowed_null": true
7390
7399
  },
@@ -7394,7 +7403,7 @@
7394
7403
  "example": "1669174535",
7395
7404
  "member": "int64",
7396
7405
  "name": "CreateTime",
7397
- "required": true,
7406
+ "output_required": true,
7398
7407
  "type": "int",
7399
7408
  "value_allowed_null": true
7400
7409
  },
@@ -7404,10 +7413,40 @@
7404
7413
  "example": "rabbit@rabbitmq-broker-0.rabbitmq-broker-internal.amqp-xxx.",
7405
7414
  "member": "string",
7406
7415
  "name": "Node",
7407
- "required": true,
7416
+ "output_required": true,
7417
+ "type": "string",
7418
+ "value_allowed_null": true
7419
+ },
7420
+ {
7421
+ "disabled": false,
7422
+ "document": "仲裁队列死信一致性策略\n注意:此字段可能返回 null,表示取不到有效值。",
7423
+ "example": "at-most-once",
7424
+ "member": "string",
7425
+ "name": "DeadLetterStrategy",
7426
+ "output_required": true,
7427
+ "type": "string",
7428
+ "value_allowed_null": true
7429
+ },
7430
+ {
7431
+ "disabled": false,
7432
+ "document": "仲裁队列的领导者选举策略\n注意:此字段可能返回 null,表示取不到有效值。",
7433
+ "example": "client-local",
7434
+ "member": "string",
7435
+ "name": "QueueLeaderLocator",
7436
+ "output_required": true,
7408
7437
  "type": "string",
7409
7438
  "value_allowed_null": true
7410
7439
  },
7440
+ {
7441
+ "disabled": false,
7442
+ "document": "仲裁队列的初始副本组大小\n注意:此字段可能返回 null,表示取不到有效值。",
7443
+ "example": "3",
7444
+ "member": "int64",
7445
+ "name": "QuorumInitialGroupSize",
7446
+ "output_required": true,
7447
+ "type": "int",
7448
+ "value_allowed_null": true
7449
+ },
7411
7450
  {
7412
7451
  "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
7413
7452
  "member": "string",
@@ -527,8 +527,8 @@
527
527
  "DescribeRabbitMQQueueDetail": [
528
528
  {
529
529
  "document": "",
530
- "input": "POST / HTTP/1.1\nHost: tdmq.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRabbitMQQueueDetail\n<公共请求参数>\n\n{\n \"InstanceId\": \"amqp-44w9928j\",\n \"VirtualHost\": \"test\",\n \"QueueName\": \"xx\"\n}",
531
- "output": "{\n \"Response\": {\n \"Consumers\": 0,\n \"Durable\": true,\n \"LazyMode\": true,\n \"QueueName\": \"xx\",\n \"QueueType\": \"xx\",\n \"VirtualHost\": \"xx\",\n \"InstanceId\": \"xx\",\n \"AutoExpire\": 0,\n \"MaxInMemoryLength\": 0,\n \"MaxLengthBytes\": 0,\n \"MessageTTL\": 0,\n \"SingleActiveConsumer\": true,\n \"Remark\": \"xx\",\n \"AutoDelete\": true,\n \"DeadLetterExchange\": \"xx\",\n \"DeliveryLimit\": 0,\n \"RequestId\": \"xx\",\n \"OverflowBehaviour\": \"xx\",\n \"MasterLocator\": \"xx\",\n \"MaxInMemoryBytes\": 0,\n \"MaximumPriority\": 0,\n \"DeadLetterRoutingKey\": \"xx\",\n \"MaxLength\": 0,\n \"Node\": \"xx\",\n \"CreateTime\": 1669174535\n }\n}",
530
+ "input": "POST / HTTP/1.1\nHost: tdmq.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRabbitMQQueueDetail\n<公共请求参数>\n\n{\n \"InstanceId\": \"abc\",\n \"VirtualHost\": \"abc\",\n \"QueueName\": \"abc\"\n}",
531
+ "output": "{\n \"Response\": {\n \"InstanceId\": \"abc\",\n \"VirtualHost\": \"abc\",\n \"QueueName\": \"abc\",\n \"QueueType\": \"abc\",\n \"Consumers\": 0,\n \"Durable\": true,\n \"AutoDelete\": true,\n \"Remark\": \"abc\",\n \"MessageTTL\": 0,\n \"AutoExpire\": 0,\n \"MaxLength\": 0,\n \"MaxLengthBytes\": 0,\n \"DeliveryLimit\": 0,\n \"OverflowBehaviour\": \"abc\",\n \"DeadLetterExchange\": \"abc\",\n \"DeadLetterRoutingKey\": \"abc\",\n \"SingleActiveConsumer\": true,\n \"MaximumPriority\": 0,\n \"LazyMode\": true,\n \"MasterLocator\": \"abc\",\n \"MaxInMemoryLength\": 0,\n \"MaxInMemoryBytes\": 0,\n \"CreateTime\": 0,\n \"Node\": \"abc\",\n \"DeadLetterStrategy\": \"abc\",\n \"QueueLeaderLocator\": \"abc\",\n \"QuorumInitialGroupSize\": 0,\n \"RequestId\": \"abc\"\n }\n}",
532
532
  "title": "查询RabbitMQ队列详情"
533
533
  }
534
534
  ],
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "actions": {
3
3
  "CreateCloudRecording": {
4
- "document": "接口说明:\n启动云端录制功能,完成房间内的音视频录制,并上传到指定的云存储。您可以通过此 API 接口把TRTC 房间中的每一路音视频流做单独的录制又或者多路视频画面混流一路。\n\n您可以通过此接口实现如下目标:\n* 指定订阅流参数(RecordParams)来指定需要录制的主播的黑名单或者白名单。\n* 指定第三方存储的参数(StorageParams)来指定上传到您希望的云存储,目前支持云点播VOD和对象存储COS\n* 指定混流模式下的音视频转码详细参数(MixTranscodeParams),包括视频分辨率、视频码率、视频帧率、以及声音质量等\n* 指定混流模式各路画面的位置和布局或者也可以指定自动模板的方式来配置。\n\n关键名词:\n* 单流录制:分别录制房间的订阅UserId的音频和视频,录制服务会实时将录制文件上传至您指定的云存储。\n* 合流录制:将房间内订阅UserId的音视频混录成一个视频文件,并将录制文件上传至您指定的云存储。(录制结束后可前往云点播控制台https://console.cloud.tencent.com/vod/media 或 对象存储COS控制台https://console.cloud.tencent.com/cos/bucket查看文件)。",
4
+ "document": "接口说明:\n启动云端录制功能,完成房间内的音视频录制,并上传到指定的云存储。您可以通过此 API 接口把TRTC 房间中的每一路音视频流做单独的录制又或者多路视频画面混流一路。\n\n您可以通过此接口实现如下目标:\n* 指定订阅流参数(RecordParams)来指定需要录制的主播的黑名单或者白名单。\n* 指定录制存储参数(StorageParams)来指定上传到您希望的云存储,目前支持腾讯云(云点播VOD、对象存储COS)和第三方AWS\n* 指定混流模式下的音视频转码详细参数(MixTranscodeParams),包括视频分辨率、视频码率、视频帧率、以及声音质量等\n* 指定混流模式各路画面的位置和布局或者也可以指定自动模板的方式来配置。\n\n关键名词:\n* 单流录制:分别录制房间的订阅UserId的音频和视频,录制服务会实时将录制文件上传至您指定的云存储。\n* 合流录制:将房间内订阅UserId的音视频混录成一个视频文件,并将录制文件上传至您指定的云存储。(录制结束后可前往云点播控制台https://console.cloud.tencent.com/vod/media 或 对象存储COS控制台https://console.cloud.tencent.com/cos/bucket查看文件)。",
5
5
  "input": "CreateCloudRecordingRequest",
6
6
  "name": "开始云端录制",
7
7
  "output": "CreateCloudRecordingResponse",
@@ -570,11 +570,11 @@
570
570
  "usage": "in"
571
571
  },
572
572
  "CloudStorage": {
573
- "document": "第三方云存储的账号信息。",
573
+ "document": "腾讯云对象存储COS以及第三方云存储的账号信息",
574
574
  "members": [
575
575
  {
576
576
  "disabled": false,
577
- "document": "第三方云储存的供应商:\n0:腾讯云存储 COS。\n【*注意】:目前第三方仅支持腾讯云存储COS,暂不支持AWS等其他第三方云存储。",
577
+ "document": "腾讯云对象存储COS以及第三方云存储账号信息\n0:腾讯云对象存储 COS\n1:AWS\n【注意】目前第三方云存储仅支持AWS,更多第三方云存储陆续支持中\n示例值:0",
578
578
  "example": "0",
579
579
  "member": "uint64",
580
580
  "name": "Vendor",
@@ -583,7 +583,7 @@
583
583
  },
584
584
  {
585
585
  "disabled": false,
586
- "document": "第三方云存储的地域信息。",
586
+ "document": "腾讯云对象存储的[地域信息](https://cloud.tencent.com/document/product/436/6224#.E5.9C.B0.E5.9F.9F)。\n示例值:cn-shanghai-1\n\nAWS S3[地域信息](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-regions-availability-zones.html#concepts-regions)\n示例值:ap-southeast-3\t",
587
587
  "example": "cn-shanghai-1",
588
588
  "member": "string",
589
589
  "name": "Region",
@@ -592,7 +592,7 @@
592
592
  },
593
593
  {
594
594
  "disabled": false,
595
- "document": "第三方存储桶信息。",
595
+ "document": "云存储桶名称。",
596
596
  "example": "test-bucket",
597
597
  "member": "string",
598
598
  "name": "Bucket",
@@ -601,7 +601,7 @@
601
601
  },
602
602
  {
603
603
  "disabled": false,
604
- "document": "第三方存储的access_key账号信息。\n若存储至腾讯云COS,请前往https://console.cloud.tencent.com/cam/capi 查看或创建,对应链接中密钥字段的SecretId值。",
604
+ "document": "云存储的access_key账号信息。\n若存储至腾讯云对象存储COS,请前往https://console.cloud.tencent.com/cam/capi 查看或创建,对应链接中密钥字段的SecretId值。\n示例值:test-accesskey",
605
605
  "example": "test-accesskey",
606
606
  "member": "string",
607
607
  "name": "AccessKey",
@@ -610,7 +610,7 @@
610
610
  },
611
611
  {
612
612
  "disabled": false,
613
- "document": "第三方存储的secret_key账号信息。\n若存储至腾讯云COS,请前往https://console.cloud.tencent.com/cam/capi 查看或创建,对应链接中密钥字段的SecretKey值。",
613
+ "document": "云存储的secret_key账号信息。\n若存储至腾讯云对象存储COS,请前往https://console.cloud.tencent.com/cam/capi 查看或创建,对应链接中密钥字段的SecretKey值。\n示例值:test-secretkey",
614
614
  "example": "test-secretkey",
615
615
  "member": "string",
616
616
  "name": "SecretKey",
@@ -619,7 +619,7 @@
619
619
  },
620
620
  {
621
621
  "disabled": false,
622
- "document": "第三方云存储bucket 的指定位置,由字符串数组组成。合法的字符串范围a~z,A~Z,0~9,'_'和'-',举个例子,录制文件xxx.m3u8在 [\"prefix1\", \"prefix2\"]作用下,会变成prefix1/prefix2/TaskId/xxx.m3u8",
622
+ "document": "云存储bucket 的指定位置,由字符串数组组成。合法的字符串范围az,AZ,0~9,'_'和'-',举个例子,录制文件xxx.m3u8在 [\"prefix1\", \"prefix2\"]作用下,会变成prefix1/prefix2/TaskId/xxx.m3u8。\n示例值:[\"prefix1\", \"prefix2\"]",
623
623
  "example": "[\"prefix1\", \"prefix2\"]",
624
624
  "member": "string",
625
625
  "name": "FileNamePrefix",
@@ -2653,6 +2653,26 @@
2653
2653
  "type": "int",
2654
2654
  "value_allowed_null": false
2655
2655
  },
2656
+ {
2657
+ "disabled": false,
2658
+ "document": "在使用RecordId查询时返回\n注意:此字段可能返回 null,表示取不到有效值。",
2659
+ "example": "xxx",
2660
+ "member": "string",
2661
+ "name": "TaskId",
2662
+ "output_required": false,
2663
+ "type": "string",
2664
+ "value_allowed_null": true
2665
+ },
2666
+ {
2667
+ "disabled": false,
2668
+ "document": "在使用TaskId查询时返回\n注意:此字段可能返回 null,表示取不到有效值。",
2669
+ "example": "无",
2670
+ "member": "string",
2671
+ "name": "RecordId",
2672
+ "output_required": false,
2673
+ "type": "string",
2674
+ "value_allowed_null": true
2675
+ },
2656
2676
  {
2657
2677
  "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
2658
2678
  "member": "string",
@@ -5869,27 +5889,25 @@
5869
5889
  "usage": "out"
5870
5890
  },
5871
5891
  "StorageParams": {
5872
- "document": "第三方存储参数。",
5892
+ "document": "录制存储参数",
5873
5893
  "members": [
5874
5894
  {
5875
5895
  "disabled": false,
5876
- "document": "第三方云存储的账号信息(特别说明:若您选择存储至对象存储COS将会收取录制文件投递至COS的费用,详见云端录制收费说明,存储至VOD将不收取此项费用。)。",
5896
+ "document": "腾讯云对象存储COS以及第三方云存储的账号信息",
5877
5897
  "example": "无",
5878
5898
  "member": "CloudStorage",
5879
5899
  "name": "CloudStorage",
5880
5900
  "required": false,
5881
- "type": "object",
5882
- "value_allowed_null": false
5901
+ "type": "object"
5883
5902
  },
5884
5903
  {
5885
5904
  "disabled": false,
5886
- "document": "腾讯云云点播的账号信息。",
5905
+ "document": "腾讯云云点播Vod的存储信息",
5887
5906
  "example": "无",
5888
5907
  "member": "CloudVod",
5889
5908
  "name": "CloudVod",
5890
5909
  "required": false,
5891
- "type": "object",
5892
- "value_allowed_null": false
5910
+ "type": "object"
5893
5911
  }
5894
5912
  ],
5895
5913
  "usage": "in"
@@ -6256,6 +6274,7 @@
6256
6274
  "example": "xxxx",
6257
6275
  "member": "string",
6258
6276
  "name": "TaskId",
6277
+ "output_required": true,
6259
6278
  "type": "string",
6260
6279
  "value_allowed_null": false
6261
6280
  },
@@ -8696,7 +8696,7 @@
8696
8696
  {
8697
8697
  "disabled": false,
8698
8698
  "document": "SSL-VPN-SERVER 实例ID。",
8699
- "example": "vpngwSslServer-123456",
8699
+ "example": "vpns-5au854w1",
8700
8700
  "member": "string",
8701
8701
  "name": "SslVpnServerId",
8702
8702
  "required": true,
@@ -8732,6 +8732,7 @@
8732
8732
  "example": "无",
8733
8733
  "member": "uint64",
8734
8734
  "name": "TaskId",
8735
+ "output_required": true,
8735
8736
  "type": "int",
8736
8737
  "value_allowed_null": false
8737
8738
  },
@@ -8741,6 +8742,7 @@
8741
8742
  "example": "vpnc-f5yln4n3",
8742
8743
  "member": "string",
8743
8744
  "name": "SslVpnClientId",
8745
+ "output_required": true,
8744
8746
  "type": "string",
8745
8747
  "value_allowed_null": false
8746
8748
  },
@@ -12598,6 +12600,15 @@
12598
12600
  "name": "OrderDirection",
12599
12601
  "required": false,
12600
12602
  "type": "string"
12603
+ },
12604
+ {
12605
+ "disabled": false,
12606
+ "document": "VPC内部IPv4地址,精确匹配",
12607
+ "example": "10.0.1.2",
12608
+ "member": "string",
12609
+ "name": "PrivateIpAddress",
12610
+ "required": false,
12611
+ "type": "string"
12601
12612
  }
12602
12613
  ],
12603
12614
  "type": "object"
@@ -12611,6 +12622,7 @@
12611
12622
  "example": "1",
12612
12623
  "member": "uint64",
12613
12624
  "name": "TotalCount",
12625
+ "output_required": true,
12614
12626
  "type": "int",
12615
12627
  "value_allowed_null": false
12616
12628
  },
@@ -12620,6 +12632,7 @@
12620
12632
  "example": "无",
12621
12633
  "member": "GatewayFlowMonitorDetail",
12622
12634
  "name": "GatewayFlowMonitorDetailSet",
12635
+ "output_required": true,
12623
12636
  "type": "list",
12624
12637
  "value_allowed_null": false
12625
12638
  },
@@ -17291,7 +17304,7 @@
17291
17304
  {
17292
17305
  "disabled": false,
17293
17306
  "document": "SSL-VPN-CLIENT 实例ID。不可和SslVpnClientIds同时使用。",
17294
- "example": "vpngc-123456",
17307
+ "example": "vpnc-04ubidcy",
17295
17308
  "member": "string",
17296
17309
  "name": "SslVpnClientId",
17297
17310
  "required": false,
@@ -17300,7 +17313,7 @@
17300
17313
  {
17301
17314
  "disabled": false,
17302
17315
  "document": "SSL-VPN-CLIENT 实例ID列表。批量禁用时使用。不可和SslVpnClientId同时使用。",
17303
- "example": "[\"vpngc-123456\"]",
17316
+ "example": "[\"vpnc-04ubidcy\"]",
17304
17317
  "member": "string",
17305
17318
  "name": "SslVpnClientIds",
17306
17319
  "required": false,
@@ -17318,6 +17331,7 @@
17318
17331
  "example": "1234",
17319
17332
  "member": "uint64",
17320
17333
  "name": "TaskId",
17334
+ "output_required": true,
17321
17335
  "type": "int",
17322
17336
  "value_allowed_null": false
17323
17337
  },
@@ -17615,7 +17629,7 @@
17615
17629
  },
17616
17630
  {
17617
17631
  "disabled": false,
17618
- "document": "对端网关厂商信息对象,可通过[DescribeCustomerGatewayVendors](https://cloud.tencent.com/document/api/215/17513)获取。",
17632
+ "document": "对端网关厂商信息对象,可通过[DescribeCustomerGatewayVendors](https://cloud.tencent.com/document/api/215/17517)获取。",
17619
17633
  "example": "{ \"Platform\":\"comware\", \"SoftwareVersion\":\"V1.0\", \"VendorName\":\"h3c\" }",
17620
17634
  "member": "CustomerGatewayVendor",
17621
17635
  "name": "CustomerGatewayVendor",
@@ -17643,6 +17657,7 @@
17643
17657
  "example": "# VPC utilizes unique identifiers to manipulate the configuration of\\r\\n# a VPN Connection. Each VPN Connection is assigned an identifier and is\\r\\n# associated with Virtual Private Gateway ...",
17644
17658
  "member": "string",
17645
17659
  "name": "CustomerGatewayConfiguration",
17660
+ "output_required": true,
17646
17661
  "type": "string",
17647
17662
  "value_allowed_null": false
17648
17663
  },
@@ -22814,7 +22829,7 @@
22814
22829
  },
22815
22830
  {
22816
22831
  "disabled": false,
22817
- "document": "NAT网关的状态。\n 'PENDING':生产中,'DELETING':删除中,'AVAILABLE':运行中,'UPDATING':升级中,\n‘FAILED’:失败。",
22832
+ "document": "NAT网关的状态。\n 'PENDING':生产中,'DELETING':删除中/子实例关闭中,'AVAILABLE':运行中,'UPDATING':升级中,\n‘PENDFAILURE’:创建失败,‘DELETEFAILURE:删除失败,‘DENIED’:子实例关闭中",
22818
22833
  "example": "\"AVAILABLE\"",
22819
22834
  "member": "string",
22820
22835
  "name": "State",
@@ -1939,8 +1939,8 @@
1939
1939
  "DisableVpnGatewaySslClientCert": [
1940
1940
  {
1941
1941
  "document": "禁用SSL-VPN-CLIENT 证书",
1942
- "input": "https://vpc.tencentcloudapi.com/?Action=DisableVpnGatewaySslClientCert\n&SslVpnClientId=vpnc-xxxx\n&<公共请求参数>",
1943
- "output": "{\n \"Response\": {\n \"RequestId\": \"aeabeab6-f74b-453a-b25d-d7b460193c3b\",\n \"TaskId\": 123\n }\n}",
1942
+ "input": "https://vpc.tencentcloudapi.com/?Action=DisableVpnGatewaySslClientCert\n&SslVpnClientId=vpnc-04ubidcy\n&<公共请求参数>",
1943
+ "output": "{\n \"Response\": {\n \"RequestId\": \"aeabeab6-f74b-453a-b25d-d7b460193c3b\",\n \"TaskId\": 315123\n }\n}",
1944
1944
  "title": "禁用SSL-VPN-CLIENT 证书"
1945
1945
  }
1946
1946
  ],
@@ -2854,7 +2854,7 @@
2854
2854
  {
2855
2855
  "disabled": false,
2856
2856
  "document": "设备分组的id",
2857
- "example": "",
2857
+ "example": "100",
2858
2858
  "member": "int64",
2859
2859
  "name": "Id",
2860
2860
  "required": true,
@@ -2863,7 +2863,7 @@
2863
2863
  {
2864
2864
  "disabled": false,
2865
2865
  "document": "工作空间的id",
2866
- "example": "",
2866
+ "example": "1016",
2867
2867
  "member": "int64",
2868
2868
  "name": "WorkspaceId",
2869
2869
  "required": true,
@@ -2872,7 +2872,7 @@
2872
2872
  {
2873
2873
  "disabled": false,
2874
2874
  "document": "应用token",
2875
- "example": "",
2875
+ "example": "xxx",
2876
2876
  "member": "string",
2877
2877
  "name": "ApplicationToken",
2878
2878
  "required": true,
@@ -5241,7 +5241,7 @@
5241
5241
  {
5242
5242
  "disabled": false,
5243
5243
  "document": "分组父级ID\n注意:此字段可能返回 null,表示取不到有效值。",
5244
- "example": "",
5244
+ "example": "1",
5245
5245
  "member": "int64",
5246
5246
  "name": "ParentId",
5247
5247
  "output_required": false,
@@ -9908,7 +9908,7 @@
9908
9908
  {
9909
9909
  "disabled": false,
9910
9910
  "document": "分组名称",
9911
- "example": "",
9911
+ "example": "云API分组",
9912
9912
  "member": "string",
9913
9913
  "name": "Name",
9914
9914
  "required": true,
@@ -9917,7 +9917,7 @@
9917
9917
  {
9918
9918
  "disabled": false,
9919
9919
  "document": "分组描述",
9920
- "example": "",
9920
+ "example": "云API分组描述",
9921
9921
  "member": "string",
9922
9922
  "name": "Description",
9923
9923
  "required": true,
@@ -9926,7 +9926,7 @@
9926
9926
  {
9927
9927
  "disabled": false,
9928
9928
  "document": "空间id",
9929
- "example": "",
9929
+ "example": "1016",
9930
9930
  "member": "int64",
9931
9931
  "name": "WorkspaceId",
9932
9932
  "required": true,
@@ -9935,7 +9935,7 @@
9935
9935
  {
9936
9936
  "disabled": false,
9937
9937
  "document": "应用token",
9938
- "example": "",
9938
+ "example": "xxx",
9939
9939
  "member": "string",
9940
9940
  "name": "ApplicationToken",
9941
9941
  "required": true,
@@ -9944,7 +9944,7 @@
9944
9944
  {
9945
9945
  "disabled": false,
9946
9946
  "document": "分组id, 携带则为修改, 不携带则为新增",
9947
- "example": "",
9947
+ "example": "100",
9948
9948
  "member": "int64",
9949
9949
  "name": "Id",
9950
9950
  "required": false,
@@ -9953,7 +9953,7 @@
9953
9953
  {
9954
9954
  "disabled": false,
9955
9955
  "document": "分组父级id",
9956
- "example": "",
9956
+ "example": "1",
9957
9957
  "member": "int64",
9958
9958
  "name": "ParentId",
9959
9959
  "required": false,
@@ -9968,7 +9968,7 @@
9968
9968
  {
9969
9969
  "disabled": false,
9970
9970
  "document": "保存or修改设备分组回包信息\n注意:此字段可能返回 null,表示取不到有效值。",
9971
- "example": "",
9971
+ "example": "1",
9972
9972
  "member": "int64",
9973
9973
  "name": "Id",
9974
9974
  "output_required": false,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tccli
3
- Version: 3.0.1096.1
3
+ Version: 3.0.1097.1
4
4
  Summary: Universal Command Line Environment for Tencent Cloud
5
5
  Project-URL: Bug Tracker, https://github.com/TencentCloud/tencentcloud-cli/issues
6
6
  Project-URL: Homepage, https://github.com/TencentCloud/tencentcloud-cli
@@ -13,7 +13,7 @@ Classifier: Programming Language :: Python :: 2.7
13
13
  Classifier: Programming Language :: Python :: 3
14
14
  Requires-Dist: jmespath==0.10.0
15
15
  Requires-Dist: six==1.16.0
16
- Requires-Dist: tencentcloud-sdk-python>=3.0.1096
16
+ Requires-Dist: tencentcloud-sdk-python>=3.0.1097
17
17
  Description-Content-Type: text/markdown
18
18
 
19
19
  # 命令行工具简介