tccli 3.0.1096.1__py2.py3-none-any.whl → 3.0.1098.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 (81) 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/apm/v20210622/DescribeGeneralApmApplicationConfig.md +103 -0
  8. tccli/examples/apm/v20210622/DescribeTagValues.md +27 -0
  9. tccli/examples/apm/v20210622/ModifyGeneralApmApplicationConfig.md +29 -0
  10. tccli/examples/ccc/v20200210/ModifyStaffPassword.md +22 -0
  11. tccli/examples/csip/v20221121/DescribeAlertList.md +176 -0
  12. tccli/examples/cynosdb/v20190107/ModifyInstanceUpgradeLimitDays.md +22 -0
  13. tccli/examples/dcdb/v20180411/DescribeDCDBInstances.md +4 -3
  14. tccli/examples/dlc/v20210125/DescribeNotebookSessionStatementSqlResult.md +3 -1
  15. tccli/examples/ess/v20201111/CreateBatchSignUrl.md +28 -0
  16. tccli/examples/essbasic/v20210526/ChannelCreateBatchSignUrl.md +28 -0
  17. tccli/examples/iotexplorer/v20190423/DescribeDeviceFirmwares.md +33 -0
  18. tccli/examples/lke/v20231130/GetEmbedding.md +4 -1
  19. tccli/examples/lke/v20231130/QueryParseDocResult.md +4 -1
  20. tccli/examples/lke/v20231130/QueryRewrite.md +6 -1
  21. tccli/examples/mariadb/v20170312/DescribeDBInstanceDetail.md +2 -1
  22. tccli/examples/mariadb/v20170312/DescribeDBInstances.md +4 -3
  23. tccli/examples/tdmq/v20200217/DescribeRabbitMQQueueDetail.md +25 -22
  24. tccli/examples/vpc/v20170312/DisableVpnGatewaySslClientCert.md +2 -2
  25. tccli/services/aiart/aiart_client.py +269 -4
  26. tccli/services/aiart/v20221229/api.json +404 -0
  27. tccli/services/aiart/v20221229/examples.json +40 -0
  28. tccli/services/apm/apm_client.py +159 -0
  29. tccli/services/apm/v20210622/api.json +456 -0
  30. tccli/services/apm/v20210622/examples.json +24 -0
  31. tccli/services/billing/v20180709/api.json +30 -0
  32. tccli/services/bma/v20221115/api.json +4 -6
  33. tccli/services/ccc/ccc_client.py +53 -0
  34. tccli/services/ccc/v20200210/api.json +57 -5
  35. tccli/services/ccc/v20200210/examples.json +8 -0
  36. tccli/services/cdb/v20170320/api.json +9 -0
  37. tccli/services/cdn/v20180606/api.json +1 -1
  38. tccli/services/cloudstudio/v20230508/api.json +1 -1
  39. tccli/services/csip/csip_client.py +53 -0
  40. tccli/services/csip/v20221121/api.json +1468 -7
  41. tccli/services/csip/v20221121/examples.json +8 -0
  42. tccli/services/cynosdb/cynosdb_client.py +53 -0
  43. tccli/services/cynosdb/v20190107/api.json +54 -0
  44. tccli/services/cynosdb/v20190107/examples.json +8 -0
  45. tccli/services/dcdb/v20180411/api.json +45 -3
  46. tccli/services/dcdb/v20180411/examples.json +1 -1
  47. tccli/services/dlc/v20210125/api.json +30 -0
  48. tccli/services/dlc/v20210125/examples.json +1 -1
  49. tccli/services/ess/v20201111/api.json +50 -2
  50. tccli/services/ess/v20201111/examples.json +6 -0
  51. tccli/services/essbasic/v20210526/api.json +50 -2
  52. tccli/services/essbasic/v20210526/examples.json +6 -0
  53. tccli/services/hunyuan/v20230901/api.json +14 -14
  54. tccli/services/ims/v20201229/api.json +55 -55
  55. tccli/services/iotexplorer/iotexplorer_client.py +53 -0
  56. tccli/services/iotexplorer/v20190423/api.json +90 -1
  57. tccli/services/iotexplorer/v20190423/examples.json +8 -0
  58. tccli/services/iss/v20230517/api.json +36 -0
  59. tccli/services/lighthouse/v20200324/api.json +2 -2
  60. tccli/services/live/v20180801/api.json +7 -7
  61. tccli/services/lke/lke_client.py +8 -114
  62. tccli/services/lke/v20231130/api.json +70 -158
  63. tccli/services/lke/v20231130/examples.json +2 -18
  64. tccli/services/mariadb/v20170312/api.json +45 -2
  65. tccli/services/mariadb/v20170312/examples.json +2 -2
  66. tccli/services/ocr/v20181119/api.json +1 -1
  67. tccli/services/ssl/v20191205/api.json +50 -9
  68. tccli/services/tdid/v20210519/api.json +2 -2
  69. tccli/services/tdmq/v20200217/api.json +64 -25
  70. tccli/services/tdmq/v20200217/examples.json +2 -2
  71. tccli/services/teo/v20220901/api.json +14 -14
  72. tccli/services/tione/v20211111/api.json +28 -0
  73. tccli/services/trtc/v20190722/api.json +34 -15
  74. tccli/services/vpc/v20170312/api.json +20 -5
  75. tccli/services/vpc/v20170312/examples.json +2 -2
  76. tccli/services/weilingwith/v20230427/api.json +11 -11
  77. {tccli-3.0.1096.1.dist-info → tccli-3.0.1098.1.dist-info}/METADATA +2 -2
  78. {tccli-3.0.1096.1.dist-info → tccli-3.0.1098.1.dist-info}/RECORD +81 -69
  79. {tccli-3.0.1096.1.dist-info → tccli-3.0.1098.1.dist-info}/WHEEL +0 -0
  80. {tccli-3.0.1096.1.dist-info → tccli-3.0.1098.1.dist-info}/entry_points.txt +0 -0
  81. {tccli-3.0.1096.1.dist-info → tccli-3.0.1098.1.dist-info}/license_files/LICENSE +0 -0
@@ -758,6 +758,16 @@
758
758
  "type": "string",
759
759
  "value_allowed_null": true
760
760
  },
761
+ {
762
+ "disabled": false,
763
+ "document": "域名证书信息\n注意:此字段可能返回 null,表示取不到有效值。",
764
+ "example": "无",
765
+ "member": "AccelerationDomainCertificate",
766
+ "name": "Certificate",
767
+ "output_required": false,
768
+ "type": "object",
769
+ "value_allowed_null": true
770
+ },
761
771
  {
762
772
  "disabled": false,
763
773
  "document": "HTTP回源端口。\n注意:此字段可能返回 null,表示取不到有效值。",
@@ -837,16 +847,6 @@
837
847
  "output_required": false,
838
848
  "type": "object",
839
849
  "value_allowed_null": true
840
- },
841
- {
842
- "disabled": false,
843
- "document": "域名证书信息\n注意:此字段可能返回 null,表示取不到有效值。",
844
- "example": "无",
845
- "member": "AccelerationDomainCertificate",
846
- "name": "Certificate",
847
- "output_required": false,
848
- "type": "object",
849
- "value_allowed_null": true
850
850
  }
851
851
  ],
852
852
  "usage": "out"
@@ -12029,7 +12029,7 @@
12029
12029
  "members": [
12030
12030
  {
12031
12031
  "disabled": false,
12032
- "document": "源站类型,取值有:\n<li>IP_DOMAIN:IPV4、IPV6 或域名类型源站;</li>\n<li>COS:腾讯云 COS 对象存储源站;</li>\n<li>AWS_S3:AWS S3 对象存储源站;</li>\n<li>ORIGIN_GROUP:源站组类型源站;</li>\n <li>VODEO:云点播(混合云版);</li>\n<li>SPACE:源站卸载,当前仅白名单开放;</li>\n<li>LB:负载均衡,当前仅白名单开放。</li>",
12032
+ "document": "源站类型,取值有:\n<li>IP_DOMAIN:IPV4、IPV6 或域名类型源站;</li>\n<li>COS:腾讯云 COS 对象存储源站;</li>\n<li>AWS_S3:AWS S3 对象存储源站;</li>\n<li>ORIGIN_GROUP:源站组类型源站;</li>\n<li>VODEO:云点播(混合云版);</li>\n<li>SPACE:源站卸载,当前仅白名单开放;</li>\n<li>LB:负载均衡,当前仅白名单开放。</li>",
12033
12033
  "example": "ip_domain",
12034
12034
  "member": "string",
12035
12035
  "name": "OriginType",
@@ -12039,7 +12039,7 @@
12039
12039
  },
12040
12040
  {
12041
12041
  "disabled": false,
12042
- "document": "源站地址,根据 OriginType 的取值分为以下情况:\n<li>当 OriginType = IP_DOMAIN 时,该参数为 IPv4、IPv6 地址或域名;</li>\n<li>当 OriginType = COS 时,该参数为 COS 桶的访问域名;</li>\n<li>当 OriginType = AWS_S3,该参数为 S3 桶的访问域名;</li>\n<li>当 OriginType = ORIGIN_GROUP 时,该参数为源站组 ID;</li>\n<li>当 OriginType = VODEO 时,如果 VodeoDistributionRange = ALL,则该参数为 \"all-buckets-in-vodeo-application\";如果 VodeoDistributionRange = Bucket,则该参数为对应存储桶域名。</li>\n",
12042
+ "document": "源站地址,根据 OriginType 的取值分为以下情况:\n<li>当 OriginType = IP_DOMAIN 时,该参数为 IPv4、IPv6 地址或域名;</li>\n<li>当 OriginType = COS 时,该参数为 COS 桶的访问域名;</li>\n<li>当 OriginType = AWS_S3,该参数为 S3 桶的访问域名;</li>\n<li>当 OriginType = ORIGIN_GROUP 时,该参数为源站组 ID;</li>\n<li>当 OriginType = VODEO 时,如果 VodeoDistributionRange = ALL,则该参数为 \"all-buckets-in-vodeo-application\";如果 VodeoDistributionRange = Bucket,则该参数为对应存储桶域名。</li>",
12043
12043
  "example": "qq.com",
12044
12044
  "member": "string",
12045
12045
  "name": "Origin",
@@ -12079,7 +12079,7 @@
12079
12079
  },
12080
12080
  {
12081
12081
  "disabled": false,
12082
- "document": "指定是否允许访问私有对象存储源站,该参数仅当源站类型 OriginType = COS 或 AWS_S3 时会生效,取值有:\n<li>on:使用私有鉴权;</li>\n<li>off:不使用私有鉴权。</li>\n不填写,默认值为off。",
12082
+ "document": "指定是否允许访问私有对象存储源站,该参数仅当源站类型OriginType = COS 或 AWS_S3 时会生效,取值有:\n<li>on:使用私有鉴权;</li>\n<li>off:不使用私有鉴权。</li>\n不填写,默认值为 off。",
12083
12083
  "example": "on",
12084
12084
  "member": "string",
12085
12085
  "name": "PrivateAccess",
@@ -12109,7 +12109,7 @@
12109
12109
  },
12110
12110
  {
12111
12111
  "disabled": false,
12112
- "document": "MO 分发范围,取值有: <li>All:全部</li> <li>Bucket:存储桶</li>\t",
12112
+ "document": "MO 分发范围,取值有: <li>All:全部</li> <li>Bucket:存储桶</li>",
12113
12113
  "example": "无",
12114
12114
  "member": "string",
12115
12115
  "name": "VodeoDistributionRange",
@@ -3658,6 +3658,17 @@
3658
3658
  "required": false,
3659
3659
  "type": "object",
3660
3660
  "value_allowed_null": true
3661
+ },
3662
+ {
3663
+ "disabled": false,
3664
+ "document": "来自本地磁盘的信息\n注意:此字段可能返回 null,表示取不到有效值。",
3665
+ "example": "无",
3666
+ "member": "LocalDisk",
3667
+ "name": "LocalDiskSource",
3668
+ "output_required": true,
3669
+ "required": false,
3670
+ "type": "object",
3671
+ "value_allowed_null": true
3661
3672
  }
3662
3673
  ],
3663
3674
  "usage": "both"
@@ -8576,6 +8587,23 @@
8576
8587
  ],
8577
8588
  "usage": "both"
8578
8589
  },
8590
+ "LocalDisk": {
8591
+ "document": "本地磁盘信息",
8592
+ "members": [
8593
+ {
8594
+ "disabled": false,
8595
+ "document": "节点ID\n注意:此字段可能返回 null,表示取不到有效值。",
8596
+ "example": "无",
8597
+ "member": "string",
8598
+ "name": "InstanceId",
8599
+ "output_required": false,
8600
+ "required": true,
8601
+ "type": "string",
8602
+ "value_allowed_null": true
8603
+ }
8604
+ ],
8605
+ "usage": "both"
8606
+ },
8579
8607
  "LogConfig": {
8580
8608
  "document": "日志配置",
8581
8609
  "members": [
@@ -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.1098.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.1098
17
17
  Description-Content-Type: text/markdown
18
18
 
19
19
  # 命令行工具简介