tencentcloud-sdk-nodejs 4.0.246 → 4.0.247

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 (68) hide show
  1. package/CHANGELOG.md +282 -10
  2. package/package.json +1 -1
  3. package/products.md +10 -8
  4. package/src/common/sdk_version.ts +1 -1
  5. package/src/services/apm/index.ts +5 -0
  6. package/src/services/apm/v20210622/apm_client.ts +40 -0
  7. package/src/services/apm/v20210622/apm_models.ts +98 -0
  8. package/src/services/apm/v20210622/index.ts +6 -0
  9. package/src/services/ckafka/v20190819/ckafka_models.ts +6 -0
  10. package/src/services/clb/v20180317/clb_client.ts +13 -1
  11. package/src/services/clb/v20180317/clb_models.ts +67 -18
  12. package/src/services/cwp/v20180228/cwp_models.ts +9 -8
  13. package/src/services/index.ts +2 -0
  14. package/src/services/mrs/v20200910/mrs_client.ts +2 -0
  15. package/src/services/mrs/v20200910/mrs_models.ts +81 -5
  16. package/src/services/postgres/v20170312/postgres_models.ts +6 -6
  17. package/src/services/privatedns/v20201028/privatedns_client.ts +40 -3
  18. package/src/services/privatedns/v20201028/privatedns_models.ts +141 -31
  19. package/src/services/thpc/index.ts +5 -0
  20. package/src/services/thpc/v20211109/index.ts +6 -0
  21. package/src/services/thpc/v20211109/thpc_client.ts +64 -0
  22. package/src/services/thpc/v20211109/thpc_models.ts +332 -0
  23. package/src/services/tke/v20180525/tke_client.ts +25 -0
  24. package/src/services/tke/v20180525/tke_models.ts +112 -0
  25. package/src/services/tsf/v20180326/tsf_client.ts +13 -0
  26. package/src/services/tsf/v20180326/tsf_models.ts +85 -0
  27. package/tencentcloud/common/sdk_version.d.ts +1 -1
  28. package/tencentcloud/common/sdk_version.js +1 -1
  29. package/tencentcloud/services/apm/index.d.ts +6 -0
  30. package/tencentcloud/services/apm/index.js +7 -0
  31. package/tencentcloud/services/apm/v20210622/apm_client.d.ts +14 -0
  32. package/tencentcloud/services/apm/v20210622/apm_client.js +37 -0
  33. package/tencentcloud/services/apm/v20210622/apm_models.d.ts +70 -0
  34. package/tencentcloud/services/apm/v20210622/apm_models.js +18 -0
  35. package/tencentcloud/services/apm/v20210622/index.d.ts +6 -0
  36. package/tencentcloud/services/apm/v20210622/index.js +9 -0
  37. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +5 -0
  38. package/tencentcloud/services/clb/v20180317/clb_client.d.ts +5 -1
  39. package/tencentcloud/services/clb/v20180317/clb_client.js +6 -0
  40. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +56 -15
  41. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +9 -8
  42. package/tencentcloud/services/index.d.ts +2 -0
  43. package/tencentcloud/services/index.js +4 -0
  44. package/tencentcloud/services/mrs/v20200910/mrs_models.d.ts +70 -5
  45. package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +6 -6
  46. package/tencentcloud/services/privatedns/v20201028/privatedns_client.d.ts +13 -1
  47. package/tencentcloud/services/privatedns/v20201028/privatedns_client.js +18 -0
  48. package/tencentcloud/services/privatedns/v20201028/privatedns_models.d.ts +123 -28
  49. package/tencentcloud/services/thpc/index.d.ts +6 -0
  50. package/tencentcloud/services/thpc/index.js +7 -0
  51. package/tencentcloud/services/thpc/v20211109/index.d.ts +6 -0
  52. package/tencentcloud/services/thpc/v20211109/index.js +9 -0
  53. package/tencentcloud/services/thpc/v20211109/thpc_client.d.ts +18 -0
  54. package/tencentcloud/services/thpc/v20211109/thpc_client.js +43 -0
  55. package/tencentcloud/services/thpc/v20211109/thpc_models.d.ts +272 -0
  56. package/tencentcloud/services/thpc/v20211109/thpc_models.js +18 -0
  57. package/tencentcloud/services/tke/v20180525/tke_client.d.ts +9 -1
  58. package/tencentcloud/services/tke/v20180525/tke_client.js +12 -0
  59. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +95 -0
  60. package/tencentcloud/services/tsf/v20180326/tsf_client.d.ts +5 -1
  61. package/tencentcloud/services/tsf/v20180326/tsf_client.js +6 -0
  62. package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +73 -0
  63. package/test/apm.v20210622.test.js +31 -0
  64. package/test/clb.v20180317.test.js +10 -0
  65. package/test/privatedns.v20201028.test.js +30 -0
  66. package/test/thpc.v20211109.test.js +41 -0
  67. package/test/tke.v20180525.test.js +20 -0
  68. package/test/tsf.v20180326.test.js +10 -0
@@ -257,28 +257,29 @@ OPEN:公网属性, INTERNAL:内网属性。
257
257
  LoadBalancerPassToTarget?: boolean;
258
258
  }
259
259
  /**
260
- * 一条转发规则的健康检查状态
260
+ * DescribeLoadBalancerOverview返回参数结构体
261
261
  */
262
- export interface RuleHealth {
262
+ export interface DescribeLoadBalancerOverviewResponse {
263
263
  /**
264
- * 转发规则ID
264
+ * 负载均衡总数
265
265
  */
266
- LocationId: string;
266
+ TotalCount?: number;
267
267
  /**
268
- * 转发规则的域名
269
- 注意:此字段可能返回 null,表示取不到有效值。
268
+ * 运行中的负载均衡数目
270
269
  */
271
- Domain: string;
270
+ RunningCount?: number;
272
271
  /**
273
- * 转发规则的Url
274
- 注意:此字段可能返回 null,表示取不到有效值。
272
+ * 隔离中的负载均衡数目
275
273
  */
276
- Url: string;
274
+ IsolationCount?: number;
277
275
  /**
278
- * 本规则上绑定的后端服务的健康检查状态
279
- 注意:此字段可能返回 null,表示取不到有效值。
276
+ * 即将到期的负载均衡数目
280
277
  */
281
- Targets: Array<TargetHealth>;
278
+ WillExpireCount?: number;
279
+ /**
280
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
281
+ */
282
+ RequestId?: string;
282
283
  }
283
284
  /**
284
285
  * DeleteRule请求参数结构体
@@ -654,7 +655,8 @@ OPEN:公网属性, INTERNAL:内网属性。
654
655
  */
655
656
  MasterZone?: string;
656
657
  /**
657
- * 每次请求的`Filters`的上限为10,`Filter.Values`的上限为100。详细的过滤条件如下:
658
+ * 每次请求的`Filters`的上限为10,`Filter.Values`的上限为100。<br/>`Filter.Name`和`Filter.Values`皆为必填项。详细的过滤条件如下:
659
+ <li> charge-type - String - 是否必填:否 - (过滤条件)按照 CLB 的实例计费模式过滤,包括"PREPAID","POSTPAID_BY_HOUR"。</li>
658
660
  <li> internet-charge-type - String - 是否必填:否 - (过滤条件)按照 CLB 的网络计费模式过滤,包括"BANDWIDTH_PREPAID","TRAFFIC_POSTPAID_BY_HOUR","BANDWIDTH_POSTPAID_BY_HOUR","BANDWIDTH_PACKAGE"。</li>
659
661
  <li> master-zone-id - String - 是否必填:否 - (过滤条件)按照 CLB 的主可用区ID过滤,如 :"100001" (对应的是广州一区)。</li>
660
662
  <li> tag-key - String - 是否必填:否 - (过滤条件)按照 CLB 标签的键过滤。</li>
@@ -662,6 +664,7 @@ OPEN:公网属性, INTERNAL:内网属性。
662
664
  <li> function-name - String - 是否必填:否 - (过滤条件)按照 CLB 后端绑定的SCF云函数的函数名称过滤。</li>
663
665
  <li> function-name - String - 是否必填:否 - (过滤条件)按照 CLB 后端绑定的SCF云函数的函数名称过滤。</li>
664
666
  <li> vip-isp - String - 是否必填:否 - (过滤条件)按照 CLB VIP的运营商类型过滤,如:"BGP","INTERNAL","CMCC","CTCC","CUCC"等。</li>
667
+ <li> sla-type - String - 是否必填:否 - (过滤条件)按照 CLB 的性能容量型规格过滤,包括"clb.c2.medium","clb.c3.small","clb.c3.medium","clb.c4.small","clb.c4.medium","clb.c4.large","clb.c4.xlarge"。</li>
665
668
  */
666
669
  Filters?: Array<Filter>;
667
670
  }
@@ -864,6 +867,30 @@ export interface CreateRuleResponse {
864
867
  */
865
868
  RequestId?: string;
866
869
  }
870
+ /**
871
+ * 一条转发规则的健康检查状态
872
+ */
873
+ export interface RuleHealth {
874
+ /**
875
+ * 转发规则ID
876
+ */
877
+ LocationId: string;
878
+ /**
879
+ * 转发规则的域名
880
+ 注意:此字段可能返回 null,表示取不到有效值。
881
+ */
882
+ Domain: string;
883
+ /**
884
+ * 转发规则的Url
885
+ 注意:此字段可能返回 null,表示取不到有效值。
886
+ */
887
+ Url: string;
888
+ /**
889
+ * 本规则上绑定的后端服务的健康检查状态
890
+ 注意:此字段可能返回 null,表示取不到有效值。
891
+ */
892
+ Targets: Array<TargetHealth>;
893
+ }
867
894
  /**
868
895
  * DescribeExclusiveClusters返回参数结构体
869
896
  */
@@ -1800,7 +1827,7 @@ export interface DescribeLoadBalancersDetailRequest {
1800
1827
  */
1801
1828
  Offset?: number;
1802
1829
  /**
1803
- * 选择返回的Fields列表,默认添加LoadBalancerId和LoadBalancerName
1830
+ * 选择返回的Fields列表,系统仅会返回Fileds中填写的字段,可填写的字段详情请参见<a href="https://cloud.tencent.com/document/api/214/30694#LoadBalancerDetail">LoadBalancerDetail</a>。若未在Fileds填写相关字段,则此字段返回null。Fileds中默认添加LoadBalancerId和LoadBalancerName字段。
1804
1831
  */
1805
1832
  Fields?: Array<string>;
1806
1833
  /**
@@ -2913,6 +2940,10 @@ export interface DeregisterTargetsResponse {
2913
2940
  */
2914
2941
  RequestId?: string;
2915
2942
  }
2943
+ /**
2944
+ * DescribeLoadBalancerOverview请求参数结构体
2945
+ */
2946
+ export declare type DescribeLoadBalancerOverviewRequest = null;
2916
2947
  /**
2917
2948
  * 重定向目标的信息
2918
2949
  */
@@ -4541,4 +4572,14 @@ OPEN:公网属性, INTERNAL:内网属性。
4541
4572
  注意:此字段可能返回 null,表示取不到有效值。
4542
4573
  */
4543
4574
  HealthLogTopicId?: string;
4575
+ /**
4576
+ * 集群ID.
4577
+ 注意:此字段可能返回 null,表示取不到有效值。
4578
+ */
4579
+ ClusterIds?: Array<string>;
4580
+ /**
4581
+ * 负载均衡的属性
4582
+ 注意:此字段可能返回 null,表示取不到有效值。
4583
+ */
4584
+ AttributeFlags?: Array<string>;
4544
4585
  }
@@ -538,7 +538,7 @@ export interface DescribeVulInfoCvssResponse {
538
538
  */
539
539
  VulLevel: number;
540
540
  /**
541
- * 漏洞分类 1: web应用漏洞 2:应用漏洞3:安全基线 4: Linux系统漏洞 5: Windows系统漏洞
541
+ * 漏洞分类 1: web-cms漏洞 2:应用漏洞 4: Linux软件漏洞 5: Windows系统漏洞
542
542
  注意:此字段可能返回 null,表示取不到有效值。
543
543
  */
544
544
  VulType: number;
@@ -774,7 +774,7 @@ export interface DescribeVulCountByDatesRequest {
774
774
  */
775
775
  LastDays?: Array<number>;
776
776
  /**
777
- * 漏洞的分类,最小值为1最大值为5
777
+ * 漏洞的分类: 1: web-cms漏洞 2:应用漏洞 4: Linux软件漏洞 5: Windows系统漏洞
778
778
  */
779
779
  VulCategory?: number;
780
780
  /**
@@ -2864,6 +2864,7 @@ export interface DescribeVulListRequest {
2864
2864
  <li>Uuid- String - 是否必填:否 - 主机uuid查询</li>
2865
2865
  <li>VulName- string -</li>
2866
2866
  <li>HostIp- string - 是否必填:否 - 主机ip</li>
2867
+ <li>VulCategory- string - 是否必填:否 - 漏洞类别 1: web-cms漏洞 2:应用漏洞 4: Linux软件漏洞 5: Windows系统漏洞</li>
2867
2868
  */
2868
2869
  Filters?: Array<Filters>;
2869
2870
  /**
@@ -2896,7 +2897,7 @@ export interface VulDetailInfo {
2896
2897
  */
2897
2898
  CveId: string;
2898
2899
  /**
2899
- * 漏洞分类
2900
+ * 1: web-cms漏洞 2:应用漏洞 4: Linux软件漏洞 5: Windows系统漏洞 0= 应急漏洞
2900
2901
  */
2901
2902
  VulCategory: number;
2902
2903
  /**
@@ -3393,7 +3394,7 @@ export interface ScanVulRequest {
3393
3394
  */
3394
3395
  HostType: number;
3395
3396
  /**
3396
- * 漏洞类型:1: web应用漏洞(webCMS) 2:系统组件(应用漏洞)漏洞 3:安全基线 4:Linux软件漏洞 5:Windows系统漏洞(多选英文;分隔)
3397
+ * 漏洞类型:1: web-cms漏洞 2:应用漏洞 4: Linux软件漏洞 5: Windows系统漏洞 (多选英文;分隔)
3397
3398
  */
3398
3399
  VulCategories?: string;
3399
3400
  /**
@@ -5037,7 +5038,7 @@ export interface DescribeVulListResponse {
5037
5038
  */
5038
5039
  export interface DescribeUndoVulCountsRequest {
5039
5040
  /**
5040
- * 漏洞分类,最小值为1,最大值为5
5041
+ * 漏洞分类,1: web-cms漏洞 2:应用漏洞 4: Linux软件漏洞 5: Windows系统漏洞
5041
5042
  */
5042
5043
  VulCategory?: number;
5043
5044
  /**
@@ -5538,7 +5539,7 @@ export interface ModifyBruteAttackRulesRequest {
5538
5539
  export interface ExportVulListRequest {
5539
5540
  /**
5540
5541
  * 过滤条件。
5541
- <li>VulCategory - int - 是否必填:否 - 漏洞分类筛选 1: web应用漏洞 2:系统组件漏洞 3:安全基线</li>
5542
+ <li>VulCategory - int - 是否必填:否 - 漏洞分类筛选1: web-cms漏洞 2:应用漏洞 4: Linux软件漏洞 5: Windows系统漏洞</li>
5542
5543
  <li>IfEmergency - String - 是否必填:否 - 是否为应急漏洞,查询应急漏洞传:yes</li>
5543
5544
  <li>Status - String - 是否必填:是 - 漏洞状态筛选,0: 待处理 1:忽略 3:已修复 5:检测中, 控制台仅处理0,1,3,5四种状态</li>
5544
5545
  <li>Level - String - 是否必填:否 - 漏洞等级筛选 1:低 2:中 3:高 4:提示</li>
@@ -5759,7 +5760,7 @@ export interface DescribeReverseShellRulesRequest {
5759
5760
  */
5760
5761
  export interface DescribeScanVulSettingResponse {
5761
5762
  /**
5762
- * 漏洞类型:1: web应用漏洞 2:系统组件漏洞 (多选英文逗号分隔)
5763
+ * 漏洞类型:1: web-cms漏洞 2:应用漏洞 4: Linux软件漏洞 5: Windows系统漏洞
5763
5764
  */
5764
5765
  VulCategories: string;
5765
5766
  /**
@@ -9855,7 +9856,7 @@ export interface ScanVulSettingRequest {
9855
9856
  */
9856
9857
  TimerInterval: number;
9857
9858
  /**
9858
- * 漏洞类型:1: web应用漏洞 2:系统组件漏洞, 以数组方式传参[1,2]
9859
+ * 漏洞类型:1: web-cms漏洞 2:应用漏洞 4: Linux软件漏洞 5: Windows系统漏洞, 以数组方式传参[1,2]
9859
9860
  */
9860
9861
  VulCategories?: Array<number>;
9861
9862
  /**
@@ -10,6 +10,7 @@ export { apcas } from "./apcas";
10
10
  export { ape } from "./ape";
11
11
  export { api } from "./api";
12
12
  export { apigateway } from "./apigateway";
13
+ export { apm } from "./apm";
13
14
  export { as } from "./as";
14
15
  export { asr } from "./asr";
15
16
  export { asw } from "./asw";
@@ -151,6 +152,7 @@ export { tcr } from "./tcr";
151
152
  export { tdid } from "./tdid";
152
153
  export { tdmq } from "./tdmq";
153
154
  export { tem } from "./tem";
155
+ export { thpc } from "./thpc";
154
156
  export { tia } from "./tia";
155
157
  export { tic } from "./tic";
156
158
  export { ticm } from "./ticm";
@@ -24,6 +24,8 @@ var api_1 = require("./api");
24
24
  Object.defineProperty(exports, "api", { enumerable: true, get: function () { return api_1.api; } });
25
25
  var apigateway_1 = require("./apigateway");
26
26
  Object.defineProperty(exports, "apigateway", { enumerable: true, get: function () { return apigateway_1.apigateway; } });
27
+ var apm_1 = require("./apm");
28
+ Object.defineProperty(exports, "apm", { enumerable: true, get: function () { return apm_1.apm; } });
27
29
  var as_1 = require("./as");
28
30
  Object.defineProperty(exports, "as", { enumerable: true, get: function () { return as_1.as; } });
29
31
  var asr_1 = require("./asr");
@@ -306,6 +308,8 @@ var tdmq_1 = require("./tdmq");
306
308
  Object.defineProperty(exports, "tdmq", { enumerable: true, get: function () { return tdmq_1.tdmq; } });
307
309
  var tem_1 = require("./tem");
308
310
  Object.defineProperty(exports, "tem", { enumerable: true, get: function () { return tem_1.tem; } });
311
+ var thpc_1 = require("./thpc");
312
+ Object.defineProperty(exports, "thpc", { enumerable: true, get: function () { return thpc_1.thpc; } });
309
313
  var tia_1 = require("./tia");
310
314
  Object.defineProperty(exports, "tia", { enumerable: true, get: function () { return tia_1.tia; } });
311
315
  var tic_1 = require("./tic");
@@ -87,6 +87,11 @@ export interface Template {
87
87
  注意:此字段可能返回 null,表示取不到有效值。
88
88
  */
89
89
  Prescription: Prescription;
90
+ /**
91
+ * 免疫接种证明
92
+ 注意:此字段可能返回 null,表示取不到有效值。
93
+ */
94
+ VaccineCertificate: VaccineCertificate;
90
95
  }
91
96
  /**
92
97
  * 弹性质地
@@ -118,6 +123,56 @@ export interface Elastic {
118
123
  */
119
124
  Name: string;
120
125
  }
126
+ /**
127
+ * 免疫接种记录
128
+ */
129
+ export interface Vaccination {
130
+ /**
131
+ * 序号
132
+ 注意:此字段可能返回 null,表示取不到有效值。
133
+ */
134
+ Id: string;
135
+ /**
136
+ * 疫苗名称
137
+ 注意:此字段可能返回 null,表示取不到有效值。
138
+ */
139
+ Vaccine: string;
140
+ /**
141
+ * 剂次
142
+ 注意:此字段可能返回 null,表示取不到有效值。
143
+ */
144
+ Dose: string;
145
+ /**
146
+ * 接种日期
147
+ 注意:此字段可能返回 null,表示取不到有效值。
148
+ */
149
+ Date: string;
150
+ /**
151
+ * 疫苗批号
152
+ 注意:此字段可能返回 null,表示取不到有效值。
153
+ */
154
+ LotNumber: string;
155
+ /**
156
+ * 生产企业
157
+ 注意:此字段可能返回 null,表示取不到有效值。
158
+ */
159
+ Manufacturer: string;
160
+ /**
161
+ * 接种单位
162
+ 注意:此字段可能返回 null,表示取不到有效值。
163
+ */
164
+ Clinic: string;
165
+ /**
166
+ * 接种部位
167
+ 注意:此字段可能返回 null,表示取不到有效值。
168
+ */
169
+ Site: string;
170
+ /**
171
+ * 接种者
172
+ 注意:此字段可能返回 null,表示取不到有效值。
173
+ */
174
+ Provider: string;
175
+ }
121
176
  /**
122
177
  * 报告基本信息
123
178
  */
@@ -379,7 +434,7 @@ export interface HandleParam {
379
434
  */
380
435
  export interface ImageToObjectRequest {
381
436
  /**
382
- * 图片列表,允许传入多张图片,支持传入图片的url或base64编码
437
+ * 图片列表,允许传入多张图片,目前只支持传入图片base64编码,图片url暂不支持
383
438
  */
384
439
  ImageInfoList: Array<ImageInfo>;
385
440
  /**
@@ -387,7 +442,7 @@ export interface ImageToObjectRequest {
387
442
  */
388
443
  HandleParam: HandleParam;
389
444
  /**
390
- * 报告类型,目前支持11(检验报告),12(检查报告),15(病理报告),28(出院报告),29(入院报告),210(门诊病历),212(手术记录),218(诊断证明),363(心电图),27(内窥镜检查),215(处方单)。如果不清楚报告类型,可以使用分类引擎,该字段传0(同时IsUsedClassify字段必须为True,否则无法输出结果)
445
+ * 报告类型,目前支持11(检验报告),12(检查报告),15(病理报告),28(出院报告),29(入院报告),210(门诊病历),212(手术记录),218(诊断证明),363(心电图),27(内窥镜检查),215(处方单),219(免疫接种证明),301(C14呼气试验)。如果不清楚报告类型,可以使用分类引擎,该字段传0(同时IsUsedClassify字段必须为True,否则无法输出结果)
391
446
  */
392
447
  Type: number;
393
448
  /**
@@ -405,7 +460,7 @@ export interface TextToObjectRequest {
405
460
  */
406
461
  Text: string;
407
462
  /**
408
- * 报告类型,目前支持12(检查报告),15(病理报告),28(出院报告),29(入院报告),210(门诊病历),212(手术记录),218(诊断证明),363(心电图),27(内窥镜检查),215(处方单)。如果不清楚报告类型,可以使用分类引擎,该字段传0(同时IsUsedClassify字段必须为True,否则无法输出结果)
463
+ * 报告类型,目前支持12(检查报告),15(病理报告),28(出院报告),29(入院报告),210(门诊病历),212(手术记录),218(诊断证明),363(心电图),27(内窥镜检查),215(处方单),219(免疫接种证明),301(C14呼气试验)。如果不清楚报告类型,可以使用分类引擎,该字段传0(同时IsUsedClassify字段必须为True,否则无法输出结果)
409
464
  */
410
465
  Type: number;
411
466
  /**
@@ -1505,6 +1560,16 @@ export interface TreatmentRecord {
1505
1560
  */
1506
1561
  ObservationDays: string;
1507
1562
  }
1563
+ /**
1564
+ * 免疫接种证明
1565
+ */
1566
+ export interface VaccineCertificate {
1567
+ /**
1568
+ * 免疫接种列表
1569
+ 注意:此字段可能返回 null,表示取不到有效值。
1570
+ */
1571
+ VaccineList: Array<Vaccination>;
1572
+ }
1508
1573
  /**
1509
1574
  * 值
1510
1575
  */
@@ -2020,7 +2085,7 @@ export interface MenstrualMedicalHistory {
2020
2085
  */
2021
2086
  export interface ImageToClassRequest {
2022
2087
  /**
2023
- * 图片列表,允许传入多张图片,支持传入图片的url或base64编码
2088
+ * 图片列表,允许传入多张图片,支持传入图片的base64编码,暂不支持图片url
2024
2089
  */
2025
2090
  ImageInfoList: Array<ImageInfo>;
2026
2091
  /**
@@ -2028,7 +2093,7 @@ export interface ImageToClassRequest {
2028
2093
  */
2029
2094
  HandleParam: HandleParam;
2030
2095
  /**
2031
- * 图片类型,目前支持11(检验报告),12(检查报告),15(病理报告),218(诊断证明)。
2096
+ * 不填,默认为0
2032
2097
  */
2033
2098
  Type: number;
2034
2099
  }
@@ -1005,16 +1005,16 @@ export interface SetAutoRenewFlagResponse {
1005
1005
  RequestId?: string;
1006
1006
  }
1007
1007
  /**
1008
- * 网络类型信息,用于实例查询接口和RO组查询接口的返回。
1008
+ * 网络相关信息。
1009
1009
  */
1010
1010
  export interface NetworkAccess {
1011
1011
  /**
1012
- * 网络资源id,实例id或RO组id
1012
+ * 网络资源id,实例id或RO组id(此字段已废弃)
1013
1013
  注意:此字段可能返回 null,表示取不到有效值。
1014
1014
  */
1015
1015
  ResourceId: string;
1016
1016
  /**
1017
- * 资源类型,1-实例 2-RO组
1017
+ * 资源类型,1-实例 2-RO组(此字段已废弃)
1018
1018
  注意:此字段可能返回 null,表示取不到有效值。
1019
1019
  */
1020
1020
  ResourceType: number;
@@ -1024,17 +1024,17 @@ export interface NetworkAccess {
1024
1024
  */
1025
1025
  VpcId: string;
1026
1026
  /**
1027
- * IP地址
1027
+ * IPV4地址
1028
1028
  注意:此字段可能返回 null,表示取不到有效值。
1029
1029
  */
1030
1030
  Vip: string;
1031
1031
  /**
1032
- * ipv6的IP地址
1032
+ * IPV6地址
1033
1033
  注意:此字段可能返回 null,表示取不到有效值。
1034
1034
  */
1035
1035
  Vip6: string;
1036
1036
  /**
1037
- * 连接Port地址
1037
+ * 访问端口
1038
1038
  注意:此字段可能返回 null,表示取不到有效值。
1039
1039
  */
1040
1040
  Vport: number;
@@ -1,12 +1,16 @@
1
1
  import { AbstractClient } from "../../../common/abstract_client";
2
2
  import { ClientConfig } from "../../../common/interface";
3
- import { ModifyPrivateZoneVpcRequest, DescribeAuditLogResponse, DescribePrivateDNSAccountListResponse, DescribePrivateZoneRecordListRequest, DescribePrivateZoneRequest, DescribePrivateZoneServiceRequest, DescribeRequestDataRequest, ModifyPrivateZoneRecordResponse, DescribePrivateZoneRecordListResponse, DescribeRequestDataResponse, ModifyPrivateZoneRequest, CreatePrivateZoneRequest, ModifyPrivateZoneResponse, DescribePrivateZoneListRequest, SubscribePrivateZoneServiceRequest, DescribePrivateZoneResponse, CreatePrivateZoneResponse, DescribeDashboardResponse, CreatePrivateZoneRecordResponse, DescribePrivateZoneServiceResponse, DescribeAuditLogRequest, DescribeDashboardRequest, DeletePrivateZoneRequest, SubscribePrivateZoneServiceResponse, DeletePrivateZoneRecordRequest, DeletePrivateZoneResponse, DescribePrivateZoneListResponse, DescribePrivateDNSAccountListRequest, CreatePrivateZoneRecordRequest, ModifyPrivateZoneRecordRequest, DeletePrivateZoneRecordResponse, ModifyPrivateZoneVpcResponse } from "./privatedns_models";
3
+ import { ModifyPrivateZoneVpcRequest, DescribeAuditLogResponse, DescribePrivateDNSAccountListResponse, DescribePrivateZoneRecordListRequest, DescribePrivateZoneRecordListResponse, DescribePrivateZoneListResponse, DescribePrivateZoneRequest, DescribeAccountVpcListResponse, DescribePrivateZoneServiceRequest, DescribeRequestDataRequest, ModifyPrivateZoneRecordResponse, DescribeAccountVpcListRequest, DescribeRequestDataResponse, ModifyPrivateZoneRequest, CreatePrivateZoneRequest, ModifyPrivateZoneResponse, DescribePrivateZoneListRequest, SubscribePrivateZoneServiceRequest, DescribePrivateZoneResponse, CreatePrivateZoneResponse, DescribeDashboardResponse, CreatePrivateZoneRecordResponse, DescribePrivateZoneServiceResponse, CreatePrivateDNSAccountResponse, DescribeAuditLogRequest, DescribeDashboardRequest, DeletePrivateZoneRequest, SubscribePrivateZoneServiceResponse, DeletePrivateDNSAccountRequest, DeletePrivateZoneRecordRequest, DeletePrivateZoneResponse, CreatePrivateDNSAccountRequest, DescribePrivateDNSAccountListRequest, CreatePrivateZoneRecordRequest, ModifyPrivateZoneRecordRequest, DeletePrivateDNSAccountResponse, DeletePrivateZoneRecordResponse, ModifyPrivateZoneVpcResponse } from "./privatedns_models";
4
4
  /**
5
5
  * privatedns client
6
6
  * @class
7
7
  */
8
8
  export declare class Client extends AbstractClient {
9
9
  constructor(clientConfig: ClientConfig);
10
+ /**
11
+ * 创建私有域解析账号
12
+ */
13
+ CreatePrivateDNSAccount(req: CreatePrivateDNSAccountRequest, cb?: (error: string, rep: CreatePrivateDNSAccountResponse) => void): Promise<CreatePrivateDNSAccountResponse>;
10
14
  /**
11
15
  * 获取私有域信息
12
16
  */
@@ -15,6 +19,10 @@ export declare class Client extends AbstractClient {
15
19
  * 修改私有域解析记录
16
20
  */
17
21
  ModifyPrivateZoneRecord(req: ModifyPrivateZoneRecordRequest, cb?: (error: string, rep: ModifyPrivateZoneRecordResponse) => void): Promise<ModifyPrivateZoneRecordResponse>;
22
+ /**
23
+ * 获取私有域解析账号的VPC列表
24
+ */
25
+ DescribeAccountVpcList(req: DescribeAccountVpcListRequest, cb?: (error: string, rep: DescribeAccountVpcListResponse) => void): Promise<DescribeAccountVpcListResponse>;
18
26
  /**
19
27
  * 获取私有域记录列表
20
28
  */
@@ -23,6 +31,10 @@ export declare class Client extends AbstractClient {
23
31
  * 查询私有域解析开通状态
24
32
  */
25
33
  DescribePrivateZoneService(req?: DescribePrivateZoneServiceRequest, cb?: (error: string, rep: DescribePrivateZoneServiceResponse) => void): Promise<DescribePrivateZoneServiceResponse>;
34
+ /**
35
+ * 删除私有域解析账号
36
+ */
37
+ DeletePrivateDNSAccount(req: DeletePrivateDNSAccountRequest, cb?: (error: string, rep: DeletePrivateDNSAccountResponse) => void): Promise<DeletePrivateDNSAccountResponse>;
26
38
  /**
27
39
  * 获取操作日志列表
28
40
  */
@@ -27,6 +27,12 @@ class Client extends abstract_client_1.AbstractClient {
27
27
  constructor(clientConfig) {
28
28
  super("privatedns.tencentcloudapi.com", "2020-10-28", clientConfig);
29
29
  }
30
+ /**
31
+ * 创建私有域解析账号
32
+ */
33
+ async CreatePrivateDNSAccount(req, cb) {
34
+ return this.request("CreatePrivateDNSAccount", req, cb);
35
+ }
30
36
  /**
31
37
  * 获取私有域信息
32
38
  */
@@ -39,6 +45,12 @@ class Client extends abstract_client_1.AbstractClient {
39
45
  async ModifyPrivateZoneRecord(req, cb) {
40
46
  return this.request("ModifyPrivateZoneRecord", req, cb);
41
47
  }
48
+ /**
49
+ * 获取私有域解析账号的VPC列表
50
+ */
51
+ async DescribeAccountVpcList(req, cb) {
52
+ return this.request("DescribeAccountVpcList", req, cb);
53
+ }
42
54
  /**
43
55
  * 获取私有域记录列表
44
56
  */
@@ -51,6 +63,12 @@ class Client extends abstract_client_1.AbstractClient {
51
63
  async DescribePrivateZoneService(req, cb) {
52
64
  return this.request("DescribePrivateZoneService", req, cb);
53
65
  }
66
+ /**
67
+ * 删除私有域解析账号
68
+ */
69
+ async DeletePrivateDNSAccount(req, cb) {
70
+ return this.request("DeletePrivateDNSAccount", req, cb);
71
+ }
54
72
  /**
55
73
  * 获取操作日志列表
56
74
  */