tencentcloud-sdk-nodejs 4.0.643 → 4.0.645
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.
- package/CHANGELOG.md +644 -0
- package/SERVICE_CHANGELOG.md +638 -128
- package/package.json +1 -1
- package/products.md +36 -36
- package/src/common/sdk_version.ts +1 -1
- package/src/services/apm/v20210622/apm_models.ts +35 -26
- package/src/services/as/v20180419/as_client.ts +1 -0
- package/src/services/as/v20180419/as_models.ts +41 -18
- package/src/services/asr/v20190614/asr_client.ts +2 -2
- package/src/services/asr/v20190614/asr_models.ts +7 -0
- package/src/services/batch/v20170312/batch_models.ts +4 -4
- package/src/services/cam/v20190116/cam_models.ts +11 -6
- package/src/services/cdn/v20180606/cdn_client.ts +1 -1
- package/src/services/cdn/v20180606/cdn_models.ts +10 -10
- package/src/services/ckafka/v20190819/ckafka_client.ts +1 -0
- package/src/services/ckafka/v20190819/ckafka_models.ts +22 -0
- package/src/services/cls/v20201016/cls_client.ts +31 -18
- package/src/services/cls/v20201016/cls_models.ts +86 -0
- package/src/services/csip/v20221121/csip_models.ts +5 -0
- package/src/services/cvm/v20170312/cvm_models.ts +14 -11
- package/src/services/cwp/v20180228/cwp_client.ts +0 -14
- package/src/services/cwp/v20180228/cwp_models.ts +0 -28
- package/src/services/dlc/v20210125/dlc_models.ts +34 -34
- package/src/services/domain/v20180808/domain_models.ts +5 -3
- package/src/services/ess/v20201111/ess_models.ts +10 -0
- package/src/services/essbasic/v20210526/essbasic_models.ts +5 -1
- package/src/services/goosefs/v20220519/goosefs_client.ts +40 -1
- package/src/services/goosefs/v20220519/goosefs_models.ts +153 -10
- package/src/services/keewidb/v20220308/keewidb_models.ts +9 -5
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +4 -0
- package/src/services/live/v20180801/live_models.ts +1 -1
- package/src/services/monitor/v20180724/monitor_client.ts +2 -23
- package/src/services/monitor/v20180724/monitor_models.ts +28 -74
- package/src/services/nlp/v20190408/nlp_models.ts +1 -1
- package/src/services/ocr/v20181119/ocr_client.ts +4 -4
- package/src/services/ocr/v20181119/ocr_models.ts +21 -4
- package/src/services/redis/v20180412/redis_models.ts +8 -8
- package/src/services/ssl/v20191205/ssl_models.ts +1 -1
- package/src/services/trro/v20220325/trro_models.ts +74 -14
- package/src/services/trtc/v20190722/trtc_models.ts +2 -2
- package/src/services/tse/v20201207/tse_client.ts +14 -0
- package/src/services/tse/v20201207/tse_models.ts +57 -0
- package/src/services/vrs/v20200824/vrs_client.ts +47 -21
- package/src/services/vrs/v20200824/vrs_models.ts +141 -51
- package/src/services/wav/v20210129/wav_models.ts +4 -0
- package/src/services/wedata/v20210820/wedata_client.ts +140 -40
- package/src/services/wedata/v20210820/wedata_models.ts +711 -87
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/apm/v20210622/apm_models.d.ts +35 -26
- package/tencentcloud/services/as/v20180419/as_models.d.ts +40 -18
- package/tencentcloud/services/asr/v20190614/asr_client.d.ts +2 -2
- package/tencentcloud/services/asr/v20190614/asr_client.js +2 -2
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +7 -0
- package/tencentcloud/services/batch/v20170312/batch_models.d.ts +4 -4
- package/tencentcloud/services/cam/v20190116/cam_models.d.ts +11 -6
- package/tencentcloud/services/cdn/v20180606/cdn_client.d.ts +1 -1
- package/tencentcloud/services/cdn/v20180606/cdn_client.js +1 -1
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +10 -10
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +21 -0
- package/tencentcloud/services/cls/v20201016/cls_client.d.ts +11 -7
- package/tencentcloud/services/cls/v20201016/cls_client.js +15 -9
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +83 -0
- package/tencentcloud/services/csip/v20221121/csip_models.d.ts +5 -0
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +14 -11
- package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +1 -7
- package/tencentcloud/services/cwp/v20180228/cwp_client.js +0 -8
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +0 -26
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +34 -34
- package/tencentcloud/services/domain/v20180808/domain_models.d.ts +5 -3
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +10 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +5 -1
- package/tencentcloud/services/goosefs/v20220519/goosefs_client.d.ts +13 -1
- package/tencentcloud/services/goosefs/v20220519/goosefs_client.js +18 -0
- package/tencentcloud/services/goosefs/v20220519/goosefs_models.d.ts +144 -10
- package/tencentcloud/services/keewidb/v20220308/keewidb_models.d.ts +9 -5
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +4 -0
- package/tencentcloud/services/live/v20180801/live_models.d.ts +1 -1
- package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +1 -13
- package/tencentcloud/services/monitor/v20180724/monitor_client.js +0 -14
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +28 -71
- package/tencentcloud/services/nlp/v20190408/nlp_models.d.ts +1 -1
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +4 -4
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +4 -4
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +21 -4
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +8 -8
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +1 -1
- package/tencentcloud/services/trro/v20220325/trro_models.d.ts +74 -14
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +2 -2
- package/tencentcloud/services/tse/v20201207/tse_client.d.ts +5 -1
- package/tencentcloud/services/tse/v20201207/tse_client.js +6 -0
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +53 -0
- package/tencentcloud/services/vrs/v20200824/vrs_client.d.ts +17 -9
- package/tencentcloud/services/vrs/v20200824/vrs_client.js +22 -10
- package/tencentcloud/services/vrs/v20200824/vrs_models.d.ts +135 -51
- package/tencentcloud/services/wav/v20210129/wav_models.d.ts +4 -0
- package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +44 -12
- package/tencentcloud/services/wedata/v20210820/wedata_client.js +64 -16
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +685 -81
- package/test/cls.v20201016.test.js +16 -6
- package/test/cwp.v20180228.test.js +0 -10
- package/test/goosefs.v20220519.test.js +30 -0
- package/test/monitor.v20180724.test.js +0 -10
- package/test/tse.v20201207.test.js +10 -0
- package/test/vrs.v20200824.test.js +24 -4
- package/test/wedata.v20210820.test.js +90 -10
|
@@ -798,20 +798,6 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
798
798
|
async GetMonitorData(req, cb) {
|
|
799
799
|
return this.request("GetMonitorData", req, cb);
|
|
800
800
|
}
|
|
801
|
-
/**
|
|
802
|
-
* 对应的功能控制台及后端服务已于2年前下线,剩余该API接口未下线。
|
|
803
|
-
|
|
804
|
-
默认接口请求频率限制:50次/秒。
|
|
805
|
-
默认单租户指标上限:100个。
|
|
806
|
-
单次上报最多 30 个指标/值对,请求返回错误时,请求中所有的指标/值均不会被保存。
|
|
807
|
-
|
|
808
|
-
上报的时间戳为期望保存的时间戳,建议构造整数分钟时刻的时间戳。
|
|
809
|
-
时间戳时间范围必须为当前时间到 300 秒前之间。
|
|
810
|
-
同一 IP 指标对的数据需按分钟先后顺序上报。
|
|
811
|
-
*/
|
|
812
|
-
async PutMonitorData(req, cb) {
|
|
813
|
-
return this.request("PutMonitorData", req, cb);
|
|
814
|
-
}
|
|
815
801
|
/**
|
|
816
802
|
* 更新 Grafana 的 DNS 配置
|
|
817
803
|
*/
|
|
@@ -5846,13 +5846,33 @@ export interface MetricSet {
|
|
|
5846
5846
|
MetricEName: string;
|
|
5847
5847
|
}
|
|
5848
5848
|
/**
|
|
5849
|
-
*
|
|
5849
|
+
* 实例的授权信息
|
|
5850
5850
|
*/
|
|
5851
|
-
export interface
|
|
5851
|
+
export interface PrometheusInstanceGrantInfo {
|
|
5852
5852
|
/**
|
|
5853
|
-
*
|
|
5853
|
+
* 是否有计费操作权限(1=有,2=无)
|
|
5854
5854
|
*/
|
|
5855
|
-
|
|
5855
|
+
HasChargeOperation: number;
|
|
5856
|
+
/**
|
|
5857
|
+
* 是否显示VPC信息的权限(1=有,2=无)
|
|
5858
|
+
*/
|
|
5859
|
+
HasVpcDisplay: number;
|
|
5860
|
+
/**
|
|
5861
|
+
* 是否可修改Grafana的状态(1=有,2=无)
|
|
5862
|
+
*/
|
|
5863
|
+
HasGrafanaStatusChange: number;
|
|
5864
|
+
/**
|
|
5865
|
+
* 是否有管理agent的权限(1=有,2=无)
|
|
5866
|
+
*/
|
|
5867
|
+
HasAgentManage: number;
|
|
5868
|
+
/**
|
|
5869
|
+
* 是否有管理TKE集成的权限(1=有,2=无)
|
|
5870
|
+
*/
|
|
5871
|
+
HasTkeManage: number;
|
|
5872
|
+
/**
|
|
5873
|
+
* 是否显示API等信息(1=有, 2=无)
|
|
5874
|
+
*/
|
|
5875
|
+
HasApiOperation: number;
|
|
5856
5876
|
}
|
|
5857
5877
|
/**
|
|
5858
5878
|
* 模板列表
|
|
@@ -6337,33 +6357,13 @@ export interface DescribeAlarmHistoriesRequest {
|
|
|
6337
6357
|
PolicyIds?: Array<string>;
|
|
6338
6358
|
}
|
|
6339
6359
|
/**
|
|
6340
|
-
*
|
|
6360
|
+
* DescribePrometheusRecordRuleYaml返回参数结构体
|
|
6341
6361
|
*/
|
|
6342
|
-
export interface
|
|
6343
|
-
/**
|
|
6344
|
-
* 是否有计费操作权限(1=有,2=无)
|
|
6345
|
-
*/
|
|
6346
|
-
HasChargeOperation: number;
|
|
6347
|
-
/**
|
|
6348
|
-
* 是否显示VPC信息的权限(1=有,2=无)
|
|
6349
|
-
*/
|
|
6350
|
-
HasVpcDisplay: number;
|
|
6351
|
-
/**
|
|
6352
|
-
* 是否可修改Grafana的状态(1=有,2=无)
|
|
6353
|
-
*/
|
|
6354
|
-
HasGrafanaStatusChange: number;
|
|
6355
|
-
/**
|
|
6356
|
-
* 是否有管理agent的权限(1=有,2=无)
|
|
6357
|
-
*/
|
|
6358
|
-
HasAgentManage: number;
|
|
6359
|
-
/**
|
|
6360
|
-
* 是否有管理TKE集成的权限(1=有,2=无)
|
|
6361
|
-
*/
|
|
6362
|
-
HasTkeManage: number;
|
|
6362
|
+
export interface DescribePrometheusRecordRuleYamlResponse {
|
|
6363
6363
|
/**
|
|
6364
|
-
*
|
|
6364
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
6365
6365
|
*/
|
|
6366
|
-
|
|
6366
|
+
RequestId?: string;
|
|
6367
6367
|
}
|
|
6368
6368
|
/**
|
|
6369
6369
|
* DeletePolicyGroup请求参数结构体
|
|
@@ -7884,15 +7884,6 @@ export interface CheckIsPrometheusNewUserResponse {
|
|
|
7884
7884
|
*/
|
|
7885
7885
|
RequestId?: string;
|
|
7886
7886
|
}
|
|
7887
|
-
/**
|
|
7888
|
-
* PutMonitorData返回参数结构体
|
|
7889
|
-
*/
|
|
7890
|
-
export interface PutMonitorDataResponse {
|
|
7891
|
-
/**
|
|
7892
|
-
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
7893
|
-
*/
|
|
7894
|
-
RequestId?: string;
|
|
7895
|
-
}
|
|
7896
7887
|
/**
|
|
7897
7888
|
* DescribePolicyGroupInfo请求参数结构体
|
|
7898
7889
|
*/
|
|
@@ -9176,27 +9167,6 @@ export interface CreateSSOAccountResponse {
|
|
|
9176
9167
|
*/
|
|
9177
9168
|
RequestId?: string;
|
|
9178
9169
|
}
|
|
9179
|
-
/**
|
|
9180
|
-
* PutMonitorData请求参数结构体
|
|
9181
|
-
*/
|
|
9182
|
-
export interface PutMonitorDataRequest {
|
|
9183
|
-
/**
|
|
9184
|
-
* 一组指标和数据
|
|
9185
|
-
*/
|
|
9186
|
-
Metrics: Array<MetricDatum>;
|
|
9187
|
-
/**
|
|
9188
|
-
* 上报时自行指定的 IP
|
|
9189
|
-
*/
|
|
9190
|
-
AnnounceIp?: string;
|
|
9191
|
-
/**
|
|
9192
|
-
* 上报时自行指定的时间戳
|
|
9193
|
-
*/
|
|
9194
|
-
AnnounceTimestamp?: number;
|
|
9195
|
-
/**
|
|
9196
|
-
* 上报时自行指定的 IP 或 产品实例ID
|
|
9197
|
-
*/
|
|
9198
|
-
AnnounceInstance?: string;
|
|
9199
|
-
}
|
|
9200
9170
|
/**
|
|
9201
9171
|
* UpdatePrometheusScrapeJob返回参数结构体
|
|
9202
9172
|
*/
|
|
@@ -9587,19 +9557,6 @@ export interface DescribeAlarmNoticeCallbacksRequest {
|
|
|
9587
9557
|
*/
|
|
9588
9558
|
Module: string;
|
|
9589
9559
|
}
|
|
9590
|
-
/**
|
|
9591
|
-
* 指标名称和值的封装
|
|
9592
|
-
*/
|
|
9593
|
-
export interface MetricDatum {
|
|
9594
|
-
/**
|
|
9595
|
-
* 指标名称
|
|
9596
|
-
*/
|
|
9597
|
-
MetricName: string;
|
|
9598
|
-
/**
|
|
9599
|
-
* 指标的值
|
|
9600
|
-
*/
|
|
9601
|
-
Value: number;
|
|
9602
|
-
}
|
|
9603
9560
|
/**
|
|
9604
9561
|
* DescribeStatisticData请求参数结构体
|
|
9605
9562
|
*/
|
|
@@ -1542,7 +1542,7 @@ export interface KeywordSentence {
|
|
|
1542
1542
|
*/
|
|
1543
1543
|
export interface SentenceCorrectionRequest {
|
|
1544
1544
|
/**
|
|
1545
|
-
* 待纠错的句子列表。可以以数组方式在一次请求中填写多个待纠错的句子。文本统一使用utf-8格式编码,每个中文句子的长度不超过150字符,每个英文句子的长度不超过100个单词,且数组长度需小于
|
|
1545
|
+
* 待纠错的句子列表。可以以数组方式在一次请求中填写多个待纠错的句子。文本统一使用utf-8格式编码,每个中文句子的长度不超过150字符,每个英文句子的长度不超过100个单词,且数组长度需小于30,即句子总数需少于30句。
|
|
1546
1546
|
*/
|
|
1547
1547
|
TextList: Array<string>;
|
|
1548
1548
|
}
|
|
@@ -36,7 +36,7 @@ export declare class Client extends AbstractClient {
|
|
|
36
36
|
*/
|
|
37
37
|
QueryBarCode(req: QueryBarCodeRequest, cb?: (error: string, rep: QueryBarCodeResponse) => void): Promise<QueryBarCodeResponse>;
|
|
38
38
|
/**
|
|
39
|
-
*
|
|
39
|
+
* 本接口支持智能提取各类证照、票据、表单、合同等结构化场景的key:value字段信息,并支持提取表格信息的key:value组的结构化,灵活高效,适用于各类非标准材料的信息录入场景,点击[立即体验](https://cloud.tencent.com/product/smart-ocr)。
|
|
40
40
|
|
|
41
41
|
默认接口请求频率限制:10次/秒。
|
|
42
42
|
*/
|
|
@@ -92,8 +92,8 @@ export declare class Client extends AbstractClient {
|
|
|
92
92
|
<tr>
|
|
93
93
|
<td>临时身份证告警</td>
|
|
94
94
|
</tr>
|
|
95
|
-
|
|
96
|
-
<td
|
|
95
|
+
<tr>
|
|
96
|
+
<td>身份证疑似存在PS痕迹告警</td>
|
|
97
97
|
</tr>
|
|
98
98
|
<tr>
|
|
99
99
|
<td>图片模糊告警(可根据图片质量分数判断)</td>
|
|
@@ -503,7 +503,7 @@ export declare class Client extends AbstractClient {
|
|
|
503
503
|
*/
|
|
504
504
|
ClassifyDetectOCR(req: ClassifyDetectOCRRequest, cb?: (error: string, rep: ClassifyDetectOCRResponse) => void): Promise<ClassifyDetectOCRResponse>;
|
|
505
505
|
/**
|
|
506
|
-
*
|
|
506
|
+
* 本接口支持各类印章主体内容、印章其他内容及形状识别,支持单图多印章识别,包括发票章、财务章等,适用于公文票据等场景。
|
|
507
507
|
|
|
508
508
|
默认接口请求频率限制:5次/秒。
|
|
509
509
|
*/
|
|
@@ -64,7 +64,7 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
64
64
|
return this.request("QueryBarCode", req, cb);
|
|
65
65
|
}
|
|
66
66
|
/**
|
|
67
|
-
*
|
|
67
|
+
* 本接口支持智能提取各类证照、票据、表单、合同等结构化场景的key:value字段信息,并支持提取表格信息的key:value组的结构化,灵活高效,适用于各类非标准材料的信息录入场景,点击[立即体验](https://cloud.tencent.com/product/smart-ocr)。
|
|
68
68
|
|
|
69
69
|
默认接口请求频率限制:10次/秒。
|
|
70
70
|
*/
|
|
@@ -126,8 +126,8 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
126
126
|
<tr>
|
|
127
127
|
<td>临时身份证告警</td>
|
|
128
128
|
</tr>
|
|
129
|
-
|
|
130
|
-
<td
|
|
129
|
+
<tr>
|
|
130
|
+
<td>身份证疑似存在PS痕迹告警</td>
|
|
131
131
|
</tr>
|
|
132
132
|
<tr>
|
|
133
133
|
<td>图片模糊告警(可根据图片质量分数判断)</td>
|
|
@@ -633,7 +633,7 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
633
633
|
return this.request("ClassifyDetectOCR", req, cb);
|
|
634
634
|
}
|
|
635
635
|
/**
|
|
636
|
-
*
|
|
636
|
+
* 本接口支持各类印章主体内容、印章其他内容及形状识别,支持单图多印章识别,包括发票章、财务章等,适用于公文票据等场景。
|
|
637
637
|
|
|
638
638
|
默认接口请求频率限制:5次/秒。
|
|
639
639
|
*/
|
|
@@ -536,6 +536,7 @@ export interface SmartStructuralOCRV2Request {
|
|
|
536
536
|
* 图片的 Url 地址。
|
|
537
537
|
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
|
538
538
|
支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。
|
|
539
|
+
支持的图片像素:需介于20-10000px之间。
|
|
539
540
|
图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。
|
|
540
541
|
非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
|
541
542
|
*/
|
|
@@ -544,6 +545,7 @@ export interface SmartStructuralOCRV2Request {
|
|
|
544
545
|
* 图片的 Base64 值。
|
|
545
546
|
支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。
|
|
546
547
|
支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。
|
|
548
|
+
支持的图片像素:需介于20-10000px之间。
|
|
547
549
|
图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
|
548
550
|
*/
|
|
549
551
|
ImageBase64?: string;
|
|
@@ -565,6 +567,16 @@ export interface SmartStructuralOCRV2Request {
|
|
|
565
567
|
* 是否开启全文字段识别
|
|
566
568
|
*/
|
|
567
569
|
ReturnFullText?: boolean;
|
|
570
|
+
/**
|
|
571
|
+
* 配置id支持:
|
|
572
|
+
General -- 通用场景
|
|
573
|
+
OnlineTaxiItinerary -- 网约车行程单
|
|
574
|
+
RideHailingDriverLicense -- 网约车驾驶证
|
|
575
|
+
RideHailingTransportLicense -- 网约车运输证
|
|
576
|
+
WayBill -- 快递运单
|
|
577
|
+
AccountOpeningPermit -- 银行开户许可证
|
|
578
|
+
*/
|
|
579
|
+
ConfigId?: string;
|
|
568
580
|
}
|
|
569
581
|
/**
|
|
570
582
|
* TextDetect返回参数结构体
|
|
@@ -2820,12 +2832,17 @@ export interface GeneralBasicOCRResponse {
|
|
|
2820
2832
|
Language?: string;
|
|
2821
2833
|
/**
|
|
2822
2834
|
* 图片旋转角度(角度制),文本的水平方向为0°;顺时针为正,逆时针为负。点击查看<a href="https://cloud.tencent.com/document/product/866/45139">如何纠正倾斜文本</a>
|
|
2835
|
+
* @deprecated
|
|
2823
2836
|
*/
|
|
2824
2837
|
Angel?: number;
|
|
2825
2838
|
/**
|
|
2826
2839
|
* 图片为PDF时,返回PDF的总页数,默认为0
|
|
2827
2840
|
*/
|
|
2828
2841
|
PdfPageSize?: number;
|
|
2842
|
+
/**
|
|
2843
|
+
* 图片旋转角度(角度制),文本的水平方向为0°;顺时针为正,逆时针为负。点击查看<a href="https://cloud.tencent.com/document/product/866/45139">如何纠正倾斜文本</a>
|
|
2844
|
+
*/
|
|
2845
|
+
Angle?: number;
|
|
2829
2846
|
/**
|
|
2830
2847
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2831
2848
|
*/
|
|
@@ -3120,7 +3137,7 @@ export interface IDCardOCRResponse {
|
|
|
3120
3137
|
-9103 身份证翻拍告警,
|
|
3121
3138
|
-9105 身份证框内遮挡告警,
|
|
3122
3139
|
-9104 临时身份证告警,
|
|
3123
|
-
-9106
|
|
3140
|
+
-9106 身份证疑似存在PS痕迹告警,
|
|
3124
3141
|
-9107 身份证反光告警。
|
|
3125
3142
|
*/
|
|
3126
3143
|
AdvancedInfo?: string;
|
|
@@ -7268,12 +7285,12 @@ export interface ShipInvoiceOCRRequest {
|
|
|
7268
7285
|
*/
|
|
7269
7286
|
export interface SealOCRRequest {
|
|
7270
7287
|
/**
|
|
7271
|
-
* 图片的 Base64 值。要求图片经Base64编码后不超过 7M,分辨率建议500*800以上,支持PNG、JPG、JPEG、BMP格式。建议卡片部分占据图片2/3以上。
|
|
7288
|
+
* 图片的 Base64 值。要求图片经Base64编码后不超过 7M,分辨率建议500*800以上,支持PNG、JPG、JPEG、BMP、PDF格式。建议卡片部分占据图片2/3以上。
|
|
7272
7289
|
图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
|
7273
7290
|
*/
|
|
7274
7291
|
ImageBase64?: string;
|
|
7275
7292
|
/**
|
|
7276
|
-
* 图片的 Url 地址。要求图片经Base64编码后不超过 7M,分辨率建议500*800以上,支持PNG、JPG、JPEG、BMP格式。建议卡片部分占据图片2/3以上。图片下载时间不超过 3 秒。
|
|
7293
|
+
* 图片的 Url 地址。要求图片经Base64编码后不超过 7M,分辨率建议500*800以上,支持PNG、JPG、JPEG、BMP、PDF格式。建议卡片部分占据图片2/3以上。图片下载时间不超过 3 秒。
|
|
7277
7294
|
建议图片存储于腾讯云,可保障更高的下载速度和稳定性。
|
|
7278
7295
|
*/
|
|
7279
7296
|
ImageUrl?: string;
|
|
@@ -8326,7 +8343,7 @@ export interface IDCardOCRRequest {
|
|
|
8326
8343
|
CopyWarn,复印件告警
|
|
8327
8344
|
BorderCheckWarn,边框和框内遮挡告警
|
|
8328
8345
|
ReshootWarn,翻拍告警
|
|
8329
|
-
DetectPsWarn
|
|
8346
|
+
DetectPsWarn,疑似存在PS痕迹告警
|
|
8330
8347
|
TempIdWarn,临时身份证告警
|
|
8331
8348
|
InvalidDateWarn,身份证有效日期不合法告警
|
|
8332
8349
|
Quality,图片质量分数(评价图片的模糊程度)
|
|
@@ -4356,21 +4356,21 @@ export interface OpenSSLRequest {
|
|
|
4356
4356
|
*/
|
|
4357
4357
|
export interface BackupDownloadInfo {
|
|
4358
4358
|
/**
|
|
4359
|
-
*
|
|
4359
|
+
* 备份文件名称。
|
|
4360
4360
|
*/
|
|
4361
|
-
FileName
|
|
4361
|
+
FileName?: string;
|
|
4362
4362
|
/**
|
|
4363
|
-
* 备份文件大小,单位B,如果为0
|
|
4363
|
+
* 备份文件大小,单位B,如果为0,表示无效。
|
|
4364
4364
|
*/
|
|
4365
|
-
FileSize
|
|
4365
|
+
FileSize?: number;
|
|
4366
4366
|
/**
|
|
4367
|
-
*
|
|
4367
|
+
* 备份文件外网下载地址。下载地址的有效时长为6小时,过期后请重新获取。
|
|
4368
4368
|
*/
|
|
4369
|
-
DownloadUrl
|
|
4369
|
+
DownloadUrl?: string;
|
|
4370
4370
|
/**
|
|
4371
|
-
*
|
|
4371
|
+
* 备份文件内网下载地址。下载地址的有效时长为6小时,过期后请重新获取。
|
|
4372
4372
|
*/
|
|
4373
|
-
InnerDownloadUrl
|
|
4373
|
+
InnerDownloadUrl?: string;
|
|
4374
4374
|
}
|
|
4375
4375
|
/**
|
|
4376
4376
|
* 大Key类型分布详情
|
|
@@ -762,59 +762,119 @@ export interface SessionDeviceDetail {
|
|
|
762
762
|
/**
|
|
763
763
|
* 设备类型:field或remote
|
|
764
764
|
*/
|
|
765
|
-
DeviceType
|
|
765
|
+
DeviceType?: string;
|
|
766
766
|
/**
|
|
767
767
|
* 起始点位时间,单位:秒
|
|
768
768
|
*/
|
|
769
|
-
StartTime
|
|
769
|
+
StartTime?: number;
|
|
770
770
|
/**
|
|
771
771
|
* 结束点位时间,单位:秒
|
|
772
772
|
*/
|
|
773
|
-
EndTime
|
|
773
|
+
EndTime?: number;
|
|
774
774
|
/**
|
|
775
775
|
* 会话ID
|
|
776
776
|
*/
|
|
777
|
-
SessionId
|
|
777
|
+
SessionId?: string;
|
|
778
778
|
/**
|
|
779
779
|
* 码率,单位:kbps
|
|
780
780
|
*/
|
|
781
|
-
Rate
|
|
781
|
+
Rate?: Array<number>;
|
|
782
782
|
/**
|
|
783
783
|
* 帧率
|
|
784
784
|
*/
|
|
785
|
-
Fps
|
|
785
|
+
Fps?: Array<number>;
|
|
786
786
|
/**
|
|
787
787
|
* 丢包率,单位:%
|
|
788
788
|
*/
|
|
789
|
-
Lost
|
|
789
|
+
Lost?: Array<number>;
|
|
790
790
|
/**
|
|
791
791
|
* 网络时延,单位:ms
|
|
792
792
|
*/
|
|
793
|
-
NetworkLatency
|
|
793
|
+
NetworkLatency?: Array<number>;
|
|
794
794
|
/**
|
|
795
795
|
* 视频时延,单位:ms
|
|
796
796
|
*/
|
|
797
|
-
VideoLatency
|
|
797
|
+
VideoLatency?: Array<number>;
|
|
798
798
|
/**
|
|
799
799
|
* CPU使用率,单位:%
|
|
800
800
|
*/
|
|
801
|
-
CpuUsed
|
|
801
|
+
CpuUsed?: Array<number>;
|
|
802
802
|
/**
|
|
803
803
|
* 内存使用率,单位:%
|
|
804
804
|
*/
|
|
805
|
-
MemUsed
|
|
805
|
+
MemUsed?: Array<number>;
|
|
806
806
|
/**
|
|
807
807
|
* 时间偏移量,单位:秒
|
|
808
808
|
*/
|
|
809
|
-
TimeOffset
|
|
809
|
+
TimeOffset?: Array<number>;
|
|
810
810
|
/**
|
|
811
811
|
* 项目ID
|
|
812
812
|
*/
|
|
813
|
-
ProjectId
|
|
813
|
+
ProjectId?: string;
|
|
814
814
|
/**
|
|
815
815
|
* 设备ID
|
|
816
816
|
*/
|
|
817
|
-
DeviceId
|
|
817
|
+
DeviceId?: string;
|
|
818
|
+
/**
|
|
819
|
+
* sdk版本
|
|
820
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
821
|
+
*/
|
|
822
|
+
Ver?: string;
|
|
823
|
+
/**
|
|
824
|
+
* 模式(p2p/server)
|
|
825
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
826
|
+
*/
|
|
827
|
+
SdkMode?: string;
|
|
828
|
+
/**
|
|
829
|
+
* 解码耗时,单位:ms
|
|
830
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
831
|
+
*/
|
|
832
|
+
DecodeCost?: Array<number>;
|
|
833
|
+
/**
|
|
834
|
+
* 渲染耗时,单位:ms
|
|
835
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
836
|
+
*/
|
|
837
|
+
RenderConst?: Array<number>;
|
|
838
|
+
/**
|
|
839
|
+
* 卡顿k100
|
|
840
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
841
|
+
*/
|
|
842
|
+
K100?: Array<number>;
|
|
843
|
+
/**
|
|
844
|
+
* 卡顿k150
|
|
845
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
846
|
+
*/
|
|
847
|
+
K150?: Array<number>;
|
|
848
|
+
/**
|
|
849
|
+
* nack请求数
|
|
850
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
851
|
+
*/
|
|
852
|
+
NACK?: Array<number>;
|
|
853
|
+
/**
|
|
854
|
+
* 服务端调控码率,单位:kbps
|
|
855
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
856
|
+
*/
|
|
857
|
+
BitRateEstimate?: Array<number>;
|
|
858
|
+
/**
|
|
859
|
+
* 宽度
|
|
860
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
861
|
+
*/
|
|
862
|
+
Width?: number;
|
|
863
|
+
/**
|
|
864
|
+
* 高度
|
|
865
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
866
|
+
*/
|
|
867
|
+
Height?: number;
|
|
868
|
+
/**
|
|
869
|
+
* 编码耗时,单位:ms
|
|
870
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
871
|
+
*/
|
|
872
|
+
EncodeCost?: Array<number>;
|
|
873
|
+
/**
|
|
874
|
+
* 采集耗时,单位:ms
|
|
875
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
876
|
+
*/
|
|
877
|
+
CaptureCost?: Array<number>;
|
|
818
878
|
}
|
|
819
879
|
/**
|
|
820
880
|
* GetDeviceLicense返回参数结构体
|
|
@@ -1247,7 +1247,7 @@ export interface StartMCUMixTranscodeRequest {
|
|
|
1247
1247
|
*/
|
|
1248
1248
|
LayoutParams: LayoutParams;
|
|
1249
1249
|
/**
|
|
1250
|
-
* 第三方CDN
|
|
1250
|
+
* 第三方CDN转推参数。如需转推至腾讯云云直播,此参数无需填写,会默认转推
|
|
1251
1251
|
*/
|
|
1252
1252
|
PublishCdnParams?: PublishCdnParams;
|
|
1253
1253
|
}
|
|
@@ -2358,7 +2358,7 @@ export interface StartMCUMixTranscodeByStrRoomIdRequest {
|
|
|
2358
2358
|
*/
|
|
2359
2359
|
LayoutParams: LayoutParams;
|
|
2360
2360
|
/**
|
|
2361
|
-
* 第三方CDN
|
|
2361
|
+
* 第三方CDN转推参数。如需转推至腾讯云云直播,此参数无需填写,会默认转推
|
|
2362
2362
|
*/
|
|
2363
2363
|
PublishCdnParams?: PublishCdnParams;
|
|
2364
2364
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AbstractClient } from "../../../common/abstract_client";
|
|
2
2
|
import { ClientConfig } from "../../../common/interface";
|
|
3
|
-
import { DescribeNacosReplicasRequest, CreateCloudNativeAPIGatewayServiceResponse, DeleteCloudNativeAPIGatewayRouteRateLimitResponse, DescribeCloudNativeAPIGatewayServiceRateLimitRequest, DescribeCloudNativeAPIGatewayNodesRequest, ModifyCloudNativeAPIGatewayRouteRequest, DescribeSREInstanceAccessAddressResponse, DeleteCloudNativeAPIGatewayCanaryRuleRequest, DescribeCloudNativeAPIGatewayServicesResponse, ModifyCloudNativeAPIGatewayServiceResponse, DescribeCloudNativeAPIGatewayNodesResponse, ModifyCloudNativeAPIGatewayCanaryRuleResponse, ModifyCloudNativeAPIGatewayRouteRateLimitRequest, CreateCloudNativeAPIGatewayServiceRequest, DescribeCloudNativeAPIGatewayServicesRequest, UpdateEngineInternetAccessRequest, CreateCloudNativeAPIGatewayCanaryRuleResponse, CreateCloudNativeAPIGatewayRouteRequest, DeleteEngineResponse, DescribeCloudNativeAPIGatewayRoutesResponse, DescribeZookeeperReplicasRequest, DeleteCloudNativeAPIGatewayServiceResponse, DeleteCloudNativeAPIGatewayRouteResponse, CreateCloudNativeAPIGatewayRouteRateLimitRequest, ModifyCloudNativeAPIGatewayRouteResponse, DescribeNacosReplicasResponse, DeleteCloudNativeAPIGatewayServiceRateLimitRequest, CreateCloudNativeAPIGatewayRouteResponse, DescribeNacosServerInterfacesResponse, DescribeCloudNativeAPIGatewayServiceRateLimitResponse, DeleteCloudNativeAPIGatewayServiceRequest, DescribeCloudNativeAPIGatewayRouteRateLimitRequest, DescribeOneCloudNativeAPIGatewayServiceRequest, CreateCloudNativeAPIGatewayRouteRateLimitResponse, UpdateEngineInternetAccessResponse, DeleteCloudNativeAPIGatewayRouteRateLimitRequest, DeleteEngineRequest, DescribeCloudNativeAPIGatewayCanaryRulesResponse, DeleteCloudNativeAPIGatewayServiceRateLimitResponse, ModifyCloudNativeAPIGatewayServiceRateLimitRequest, DescribeZookeeperServerInterfacesResponse, DescribeOneCloudNativeAPIGatewayServiceResponse, ModifyCloudNativeAPIGatewayServiceRequest, DescribeZookeeperServerInterfacesRequest, DescribeCloudNativeAPIGatewayRouteRateLimitResponse, CreateCloudNativeAPIGatewayCanaryRuleRequest, DeleteCloudNativeAPIGatewayRouteRequest, DescribeCloudNativeAPIGatewayRoutesRequest, CreateEngineResponse, CreateCloudNativeAPIGatewayServiceRateLimitResponse, ModifyCloudNativeAPIGatewayServiceRateLimitResponse, DescribeNacosServerInterfacesRequest, DescribeSREInstancesResponse, DescribeSREInstancesRequest, CreateCloudNativeAPIGatewayServiceRateLimitRequest, DescribeZookeeperReplicasResponse, CreateEngineRequest, ModifyCloudNativeAPIGatewayCanaryRuleRequest, DescribeSREInstanceAccessAddressRequest, ModifyCloudNativeAPIGatewayRouteRateLimitResponse, DescribeCloudNativeAPIGatewayCanaryRulesRequest, DeleteCloudNativeAPIGatewayCanaryRuleResponse } from "./tse_models";
|
|
3
|
+
import { DescribeNacosReplicasRequest, CreateCloudNativeAPIGatewayServiceResponse, DeleteCloudNativeAPIGatewayRouteRateLimitResponse, DescribeCloudNativeAPIGatewayServiceRateLimitRequest, DescribeCloudNativeAPIGatewayNodesRequest, ModifyCloudNativeAPIGatewayRouteRequest, DescribeSREInstanceAccessAddressResponse, DeleteCloudNativeAPIGatewayCanaryRuleRequest, DescribeCloudNativeAPIGatewayServicesResponse, ModifyCloudNativeAPIGatewayServiceResponse, DescribeCloudNativeAPIGatewayNodesResponse, ModifyCloudNativeAPIGatewayCanaryRuleResponse, ModifyCloudNativeAPIGatewayRouteRateLimitRequest, CreateCloudNativeAPIGatewayServiceRequest, DescribeCloudNativeAPIGatewayServicesRequest, UpdateEngineInternetAccessRequest, CreateCloudNativeAPIGatewayCanaryRuleResponse, CreateCloudNativeAPIGatewayRouteRequest, DeleteEngineResponse, DescribeCloudNativeAPIGatewayRoutesResponse, DescribeZookeeperReplicasRequest, DeleteCloudNativeAPIGatewayServiceResponse, DeleteCloudNativeAPIGatewayRouteResponse, DescribeCloudNativeAPIGatewayPortsResponse, CreateCloudNativeAPIGatewayRouteRateLimitRequest, ModifyCloudNativeAPIGatewayRouteResponse, DescribeNacosReplicasResponse, DeleteCloudNativeAPIGatewayServiceRateLimitRequest, CreateCloudNativeAPIGatewayRouteResponse, DescribeNacosServerInterfacesResponse, DescribeCloudNativeAPIGatewayServiceRateLimitResponse, DeleteCloudNativeAPIGatewayServiceRequest, DescribeCloudNativeAPIGatewayRouteRateLimitRequest, DescribeOneCloudNativeAPIGatewayServiceRequest, CreateCloudNativeAPIGatewayRouteRateLimitResponse, UpdateEngineInternetAccessResponse, DeleteCloudNativeAPIGatewayRouteRateLimitRequest, DeleteEngineRequest, DescribeCloudNativeAPIGatewayCanaryRulesResponse, DeleteCloudNativeAPIGatewayServiceRateLimitResponse, ModifyCloudNativeAPIGatewayServiceRateLimitRequest, DescribeZookeeperServerInterfacesResponse, DescribeOneCloudNativeAPIGatewayServiceResponse, ModifyCloudNativeAPIGatewayServiceRequest, DescribeZookeeperServerInterfacesRequest, DescribeCloudNativeAPIGatewayRouteRateLimitResponse, CreateCloudNativeAPIGatewayCanaryRuleRequest, DeleteCloudNativeAPIGatewayRouteRequest, DescribeCloudNativeAPIGatewayRoutesRequest, CreateEngineResponse, CreateCloudNativeAPIGatewayServiceRateLimitResponse, ModifyCloudNativeAPIGatewayServiceRateLimitResponse, DescribeNacosServerInterfacesRequest, DescribeSREInstancesResponse, DescribeSREInstancesRequest, CreateCloudNativeAPIGatewayServiceRateLimitRequest, DescribeZookeeperReplicasResponse, CreateEngineRequest, ModifyCloudNativeAPIGatewayCanaryRuleRequest, DescribeSREInstanceAccessAddressRequest, ModifyCloudNativeAPIGatewayRouteRateLimitResponse, DescribeCloudNativeAPIGatewayCanaryRulesRequest, DeleteCloudNativeAPIGatewayCanaryRuleResponse, DescribeCloudNativeAPIGatewayPortsRequest } from "./tse_models";
|
|
4
4
|
/**
|
|
5
5
|
* tse client
|
|
6
6
|
* @class
|
|
@@ -39,6 +39,10 @@ export declare class Client extends AbstractClient {
|
|
|
39
39
|
* 查询云原生网关路由列表
|
|
40
40
|
*/
|
|
41
41
|
DescribeCloudNativeAPIGatewayRoutes(req: DescribeCloudNativeAPIGatewayRoutesRequest, cb?: (error: string, rep: DescribeCloudNativeAPIGatewayRoutesResponse) => void): Promise<DescribeCloudNativeAPIGatewayRoutesResponse>;
|
|
42
|
+
/**
|
|
43
|
+
* 获取云原生API网关实例端口信息
|
|
44
|
+
*/
|
|
45
|
+
DescribeCloudNativeAPIGatewayPorts(req: DescribeCloudNativeAPIGatewayPortsRequest, cb?: (error: string, rep: DescribeCloudNativeAPIGatewayPortsResponse) => void): Promise<DescribeCloudNativeAPIGatewayPortsResponse>;
|
|
42
46
|
/**
|
|
43
47
|
* 删除云原生网关路由
|
|
44
48
|
*/
|
|
@@ -75,6 +75,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
75
75
|
async DescribeCloudNativeAPIGatewayRoutes(req, cb) {
|
|
76
76
|
return this.request("DescribeCloudNativeAPIGatewayRoutes", req, cb);
|
|
77
77
|
}
|
|
78
|
+
/**
|
|
79
|
+
* 获取云原生API网关实例端口信息
|
|
80
|
+
*/
|
|
81
|
+
async DescribeCloudNativeAPIGatewayPorts(req, cb) {
|
|
82
|
+
return this.request("DescribeCloudNativeAPIGatewayPorts", req, cb);
|
|
83
|
+
}
|
|
78
84
|
/**
|
|
79
85
|
* 删除云原生网关路由
|
|
80
86
|
*/
|
|
@@ -285,6 +285,21 @@ export interface DescribeCloudNativeAPIGatewayServicesResponse {
|
|
|
285
285
|
*/
|
|
286
286
|
RequestId?: string;
|
|
287
287
|
}
|
|
288
|
+
/**
|
|
289
|
+
* 网关实例协议端口列表
|
|
290
|
+
*/
|
|
291
|
+
export interface GatewayInstanceSchemeAndPorts {
|
|
292
|
+
/**
|
|
293
|
+
* 端口协议,可选HTTP、HTTPS、TCP和UDP
|
|
294
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
295
|
+
*/
|
|
296
|
+
Scheme?: string;
|
|
297
|
+
/**
|
|
298
|
+
* 端口列表
|
|
299
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
300
|
+
*/
|
|
301
|
+
PortList?: Array<number>;
|
|
302
|
+
}
|
|
288
303
|
/**
|
|
289
304
|
* 云原生网关限流插件Qps阈值
|
|
290
305
|
*/
|
|
@@ -762,6 +777,20 @@ export interface DeleteCloudNativeAPIGatewayRouteResponse {
|
|
|
762
777
|
*/
|
|
763
778
|
RequestId?: string;
|
|
764
779
|
}
|
|
780
|
+
/**
|
|
781
|
+
* DescribeCloudNativeAPIGatewayPorts返回参数结构体
|
|
782
|
+
*/
|
|
783
|
+
export interface DescribeCloudNativeAPIGatewayPortsResponse {
|
|
784
|
+
/**
|
|
785
|
+
* 云原生API网关实例协议端口列表响应结果
|
|
786
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
787
|
+
*/
|
|
788
|
+
Result?: DescribeGatewayInstancePortResult;
|
|
789
|
+
/**
|
|
790
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
791
|
+
*/
|
|
792
|
+
RequestId?: string;
|
|
793
|
+
}
|
|
765
794
|
/**
|
|
766
795
|
* CreateCloudNativeAPIGatewayRouteRateLimit请求参数结构体
|
|
767
796
|
*/
|
|
@@ -1616,6 +1645,21 @@ export interface CloudNativeAPIGatewayNode {
|
|
|
1616
1645
|
*/
|
|
1617
1646
|
Status?: string;
|
|
1618
1647
|
}
|
|
1648
|
+
/**
|
|
1649
|
+
* 获取云原生API网关实例协议端口列表响应结果
|
|
1650
|
+
*/
|
|
1651
|
+
export interface DescribeGatewayInstancePortResult {
|
|
1652
|
+
/**
|
|
1653
|
+
* 云原生API网关ID
|
|
1654
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1655
|
+
*/
|
|
1656
|
+
GatewayId?: string;
|
|
1657
|
+
/**
|
|
1658
|
+
* 网关实例协议端口列表
|
|
1659
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1660
|
+
*/
|
|
1661
|
+
GatewayInstancePortList?: Array<GatewayInstanceSchemeAndPorts>;
|
|
1662
|
+
}
|
|
1619
1663
|
/**
|
|
1620
1664
|
* DescribeZookeeperServerInterfaces返回参数结构体
|
|
1621
1665
|
*/
|
|
@@ -2388,6 +2432,15 @@ export interface DeleteCloudNativeAPIGatewayCanaryRuleResponse {
|
|
|
2388
2432
|
*/
|
|
2389
2433
|
RequestId?: string;
|
|
2390
2434
|
}
|
|
2435
|
+
/**
|
|
2436
|
+
* DescribeCloudNativeAPIGatewayPorts请求参数结构体
|
|
2437
|
+
*/
|
|
2438
|
+
export interface DescribeCloudNativeAPIGatewayPortsRequest {
|
|
2439
|
+
/**
|
|
2440
|
+
* 云原生API网关实例ID
|
|
2441
|
+
*/
|
|
2442
|
+
GatewayId: string;
|
|
2443
|
+
}
|
|
2391
2444
|
/**
|
|
2392
2445
|
* 云原生网关服务详细信息
|
|
2393
2446
|
*/
|