tencentcloud-sdk-nodejs 4.0.767 → 4.0.769
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 +244 -0
- package/SERVICE_CHANGELOG.md +270 -130
- package/package.json +1 -1
- package/products.md +23 -23
- package/src/common/sdk_version.ts +1 -1
- package/src/services/aiart/v20221229/aiart_models.ts +3 -4
- package/src/services/cat/v20180409/cat_models.ts +2 -2
- package/src/services/cfw/v20190904/cfw_models.ts +7 -7
- package/src/services/cwp/v20180228/cwp_client.ts +1 -1
- package/src/services/cwp/v20180228/cwp_models.ts +17 -13
- package/src/services/dbbrain/v20191016/dbbrain_models.ts +1 -1
- package/src/services/dnspod/v20210323/dnspod_client.ts +9 -6
- package/src/services/ess/v20201111/ess_client.ts +54 -11
- package/src/services/ess/v20201111/ess_models.ts +103 -23
- package/src/services/essbasic/v20210526/essbasic_client.ts +21 -22
- package/src/services/essbasic/v20210526/essbasic_models.ts +43 -24
- package/src/services/ivld/v20210903/ivld_models.ts +3 -3
- package/src/services/oceanus/v20190422/oceanus_client.ts +14 -2
- package/src/services/oceanus/v20190422/oceanus_models.ts +71 -13
- package/src/services/omics/v20221128/omics_models.ts +21 -4
- package/src/services/scf/v20180416/scf_models.ts +6 -2
- package/src/services/ssm/v20190923/ssm_models.ts +2 -2
- package/src/services/tcss/v20201101/tcss_models.ts +29 -5
- package/src/services/teo/v20220901/teo_models.ts +5 -5
- package/src/services/tiw/v20190919/tiw_models.ts +101 -10
- package/src/services/trp/v20210515/trp_client.ts +1 -1
- package/src/services/trp/v20210515/trp_models.ts +17 -3
- package/src/services/tse/v20201207/tse_client.ts +76 -16
- package/src/services/tse/v20201207/tse_models.ts +237 -58
- package/src/services/tsf/v20180326/tsf_client.ts +1 -1
- package/src/services/tsf/v20180326/tsf_models.ts +25 -21
- package/src/services/vod/v20180717/vod_models.ts +6 -6
- package/src/services/wedata/v20210820/wedata_client.ts +55 -16
- package/src/services/wedata/v20210820/wedata_models.ts +552 -71
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/aiart/v20221229/aiart_models.d.ts +3 -4
- package/tencentcloud/services/cat/v20180409/cat_models.d.ts +2 -2
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +7 -7
- package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +1 -1
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +17 -13
- package/tencentcloud/services/dbbrain/v20191016/dbbrain_models.d.ts +1 -1
- package/tencentcloud/services/dnspod/v20210323/dnspod_client.d.ts +3 -0
- package/tencentcloud/services/dnspod/v20210323/dnspod_client.js +3 -0
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +47 -12
- package/tencentcloud/services/ess/v20201111/ess_client.js +48 -11
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +101 -23
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +20 -21
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +20 -21
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +42 -23
- package/tencentcloud/services/ivld/v20210903/ivld_models.d.ts +3 -3
- package/tencentcloud/services/oceanus/v20190422/oceanus_client.d.ts +5 -1
- package/tencentcloud/services/oceanus/v20190422/oceanus_client.js +6 -0
- package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +68 -12
- package/tencentcloud/services/omics/v20221128/omics_models.d.ts +21 -4
- package/tencentcloud/services/scf/v20180416/scf_models.d.ts +6 -2
- package/tencentcloud/services/ssm/v20190923/ssm_models.d.ts +2 -2
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +29 -5
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +5 -5
- package/tencentcloud/services/tiw/v20190919/tiw_models.d.ts +101 -10
- package/tencentcloud/services/trp/v20210515/trp_client.d.ts +1 -1
- package/tencentcloud/services/trp/v20210515/trp_client.js +1 -1
- package/tencentcloud/services/trp/v20210515/trp_models.d.ts +17 -3
- package/tencentcloud/services/tse/v20201207/tse_client.d.ts +25 -5
- package/tencentcloud/services/tse/v20201207/tse_client.js +36 -6
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +227 -58
- package/tencentcloud/services/tsf/v20180326/tsf_client.d.ts +1 -1
- package/tencentcloud/services/tsf/v20180326/tsf_client.js +1 -1
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +25 -21
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +6 -6
- package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +17 -5
- package/tencentcloud/services/wedata/v20210820/wedata_client.js +24 -6
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +545 -73
- package/test/ess.v20201111.test.js +10 -0
- package/test/oceanus.v20190422.test.js +10 -0
- package/test/tse.v20201207.test.js +54 -4
- package/test/wedata.v20210820.test.js +34 -4
|
@@ -19,6 +19,11 @@
|
|
|
19
19
|
* RetryRuns返回参数结构体
|
|
20
20
|
*/
|
|
21
21
|
export interface RetryRunsResponse {
|
|
22
|
+
/**
|
|
23
|
+
* 新的任务批次ID。
|
|
24
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
25
|
+
*/
|
|
26
|
+
RunGroupId?: string
|
|
22
27
|
/**
|
|
23
28
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
24
29
|
*/
|
|
@@ -595,13 +600,25 @@ export interface ResourceQuota {
|
|
|
595
600
|
*/
|
|
596
601
|
export interface RetryRunsRequest {
|
|
597
602
|
/**
|
|
598
|
-
*
|
|
603
|
+
* 项目ID。(不填使用指定地域下的默认项目)
|
|
599
604
|
*/
|
|
600
|
-
ProjectId
|
|
605
|
+
ProjectId?: string
|
|
601
606
|
/**
|
|
602
|
-
*
|
|
607
|
+
* 需要重试的任务批次ID。
|
|
603
608
|
*/
|
|
604
|
-
|
|
609
|
+
RunGroupId?: string
|
|
610
|
+
/**
|
|
611
|
+
* 需要重试的任务UUID。
|
|
612
|
+
*/
|
|
613
|
+
RunUuids?: Array<string>
|
|
614
|
+
/**
|
|
615
|
+
* WDL运行选项,不填使用被重试的任务批次运行选项。
|
|
616
|
+
*/
|
|
617
|
+
WDLOption?: RunOption
|
|
618
|
+
/**
|
|
619
|
+
* Nextflow运行选项,不填使用被重试的任务批次运行选项。
|
|
620
|
+
*/
|
|
621
|
+
NFOption?: NFOption
|
|
605
622
|
}
|
|
606
623
|
|
|
607
624
|
/**
|
|
@@ -737,9 +737,9 @@ export interface Namespace {
|
|
|
737
737
|
*/
|
|
738
738
|
export interface GetFunctionRequest {
|
|
739
739
|
/**
|
|
740
|
-
*
|
|
740
|
+
* 需要获取详情的函数名称,ResourceId和FunctionName只能传一个
|
|
741
741
|
*/
|
|
742
|
-
FunctionName
|
|
742
|
+
FunctionName?: string
|
|
743
743
|
/**
|
|
744
744
|
* 函数的版本号
|
|
745
745
|
默认值: $LATEST
|
|
@@ -1046,6 +1046,10 @@ export interface UpdateFunctionConfigurationRequest {
|
|
|
1046
1046
|
* 内网访问配置
|
|
1047
1047
|
*/
|
|
1048
1048
|
IntranetConfig?: IntranetConfigIn
|
|
1049
|
+
/**
|
|
1050
|
+
* 忽略系统日志上报
|
|
1051
|
+
*/
|
|
1052
|
+
IgnoreSysLog?: boolean
|
|
1049
1053
|
}
|
|
1050
1054
|
|
|
1051
1055
|
/**
|
|
@@ -215,11 +215,11 @@ export interface CreateSecretRequest {
|
|
|
215
215
|
*/
|
|
216
216
|
SecretType?: number
|
|
217
217
|
/**
|
|
218
|
-
* 二进制凭据信息base64编码后的明文。SecretBinary 和 SecretString 必须且只能设置一个,最大支持
|
|
218
|
+
* 二进制凭据信息base64编码后的明文。SecretBinary 和 SecretString 必须且只能设置一个,最大支持32KB字节。
|
|
219
219
|
*/
|
|
220
220
|
SecretBinary?: string
|
|
221
221
|
/**
|
|
222
|
-
* 文本类型凭据信息明文(不需要进行base64编码)。SecretBinary 和 SecretString
|
|
222
|
+
* 文本类型凭据信息明文(不需要进行base64编码)。SecretBinary 和 SecretString 必须且只能设置一个,最大支持32KB字节。
|
|
223
223
|
*/
|
|
224
224
|
SecretString?: string
|
|
225
225
|
/**
|
|
@@ -6419,7 +6419,15 @@ export interface ClusterInfoItem {
|
|
|
6419
6419
|
*/
|
|
6420
6420
|
TaskCreateTime?: string
|
|
6421
6421
|
/**
|
|
6422
|
-
*
|
|
6422
|
+
* 接入状态:
|
|
6423
|
+
未接入: AccessedNone
|
|
6424
|
+
已防护: AccessedDefended
|
|
6425
|
+
未防护: AccessedInstalled
|
|
6426
|
+
部分防护: AccessedPartialDefence
|
|
6427
|
+
接入异常: AccessedException
|
|
6428
|
+
卸载异常: AccessedUninstallException
|
|
6429
|
+
接入中: AccessedInstalling
|
|
6430
|
+
卸载中: AccessedUninstalling
|
|
6423
6431
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
6424
6432
|
*/
|
|
6425
6433
|
AccessedStatus?: string
|
|
@@ -6443,6 +6451,11 @@ export interface ClusterInfoItem {
|
|
|
6443
6451
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
6444
6452
|
*/
|
|
6445
6453
|
UnInstallAgentNodeCount?: number
|
|
6454
|
+
/**
|
|
6455
|
+
* 计费核数
|
|
6456
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
6457
|
+
*/
|
|
6458
|
+
ChargeCoresCnt?: number
|
|
6446
6459
|
}
|
|
6447
6460
|
|
|
6448
6461
|
/**
|
|
@@ -9265,6 +9278,16 @@ export interface HostInfo {
|
|
|
9265
9278
|
* 集群接入状态
|
|
9266
9279
|
*/
|
|
9267
9280
|
ClusterAccessedStatus?: string
|
|
9281
|
+
/**
|
|
9282
|
+
* 计费核数
|
|
9283
|
+
*/
|
|
9284
|
+
ChargeCoresCnt?: number
|
|
9285
|
+
/**
|
|
9286
|
+
* 防护状态:
|
|
9287
|
+
已防护: Defended
|
|
9288
|
+
未防护: UnDefended
|
|
9289
|
+
*/
|
|
9290
|
+
DefendStatus?: string
|
|
9268
9291
|
}
|
|
9269
9292
|
|
|
9270
9293
|
/**
|
|
@@ -16714,7 +16737,8 @@ export interface DescribeExportJobManageListRequest {
|
|
|
16714
16737
|
/**
|
|
16715
16738
|
* 过滤条件。
|
|
16716
16739
|
<li>ExportStatus- string -是否必填: 否 - 导出状态 RUNNING: 导出中 SUCCESS:导出完成 FAILURE:失败
|
|
16717
|
-
|
|
16740
|
+
</li>
|
|
16741
|
+
<li>ExportSource- string -是否必填: 否 - 导出来源 LocalImage: 本地镜像 RegistryImage: 仓库镜像
|
|
16718
16742
|
</li>
|
|
16719
16743
|
*/
|
|
16720
16744
|
Filters?: Array<RunTimeFilters>
|
|
@@ -17650,11 +17674,11 @@ export interface DescribeExportJobManageListResponse {
|
|
|
17650
17674
|
/**
|
|
17651
17675
|
* 总数
|
|
17652
17676
|
*/
|
|
17653
|
-
TotalCount
|
|
17677
|
+
TotalCount?: number
|
|
17654
17678
|
/**
|
|
17655
17679
|
* 任务列表
|
|
17656
17680
|
*/
|
|
17657
|
-
List
|
|
17681
|
+
List?: Array<ExportJobInfo>
|
|
17658
17682
|
/**
|
|
17659
17683
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
17660
17684
|
*/
|
|
@@ -21590,7 +21614,7 @@ export interface DescribeAssetImageRegistryListExportResponse {
|
|
|
21590
21614
|
* excel文件下载地址
|
|
21591
21615
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
21592
21616
|
*/
|
|
21593
|
-
DownloadUrl
|
|
21617
|
+
DownloadUrl?: string
|
|
21594
21618
|
/**
|
|
21595
21619
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
21596
21620
|
*/
|
|
@@ -3010,7 +3010,7 @@ export interface CreatePrefetchTaskRequest {
|
|
|
3010
3010
|
ZoneId: string
|
|
3011
3011
|
/**
|
|
3012
3012
|
* 要预热的资源列表,每个元素格式类似如下:
|
|
3013
|
-
http://www.example.com/example.txt
|
|
3013
|
+
http://www.example.com/example.txt。参数值当前必填。
|
|
3014
3014
|
注意:提交任务数受计费套餐配额限制,请查看 [EO计费套餐](https://cloud.tencent.com/document/product/1552/77380)。
|
|
3015
3015
|
*/
|
|
3016
3016
|
Targets?: Array<string>
|
|
@@ -3608,11 +3608,11 @@ export interface DescribePrefetchTasksRequest {
|
|
|
3608
3608
|
*/
|
|
3609
3609
|
ZoneId?: string
|
|
3610
3610
|
/**
|
|
3611
|
-
*
|
|
3611
|
+
* 查询起始时间,时间与 job-id 必填一个。
|
|
3612
3612
|
*/
|
|
3613
3613
|
StartTime?: string
|
|
3614
3614
|
/**
|
|
3615
|
-
*
|
|
3615
|
+
* 查询结束时间,时间与 job-id 必填一个。
|
|
3616
3616
|
*/
|
|
3617
3617
|
EndTime?: string
|
|
3618
3618
|
/**
|
|
@@ -4642,11 +4642,11 @@ export interface DescribePurgeTasksRequest {
|
|
|
4642
4642
|
*/
|
|
4643
4643
|
ZoneId?: string
|
|
4644
4644
|
/**
|
|
4645
|
-
*
|
|
4645
|
+
* 查询起始时间,时间与job-id必填一个。
|
|
4646
4646
|
*/
|
|
4647
4647
|
StartTime?: string
|
|
4648
4648
|
/**
|
|
4649
|
-
*
|
|
4649
|
+
* 查询结束时间,时间与job-id必填一个。
|
|
4650
4650
|
*/
|
|
4651
4651
|
EndTime?: string
|
|
4652
4652
|
/**
|
|
@@ -1995,14 +1995,59 @@ export interface CreatePPTCheckTaskRequest {
|
|
|
1995
1995
|
*/
|
|
1996
1996
|
Url: string
|
|
1997
1997
|
/**
|
|
1998
|
-
*
|
|
1998
|
+
* 是否对不支持元素开启自动处理的功能,默认不开启。
|
|
1999
|
+
true -- 开启
|
|
2000
|
+
false -- 不开启
|
|
1999
2001
|
|
|
2000
|
-
|
|
2001
|
-
1. 墨迹:移除不支持的墨迹(比如使用WPS画的)
|
|
2002
|
-
2. 自动翻页:移除PPT上所有的自动翻页设置,并设置为单击鼠标翻页
|
|
2003
|
-
3. 已损坏音视频:移除PPT上对损坏音视频的引用
|
|
2002
|
+
当设置为`true`时,可配合`AutoHandleUnsupportedElementTypes`参数使用,具体有哪些不兼容元素类型,可参考`AutoHandleUnsupportedElementTypes`参数的说明。
|
|
2004
2003
|
*/
|
|
2005
2004
|
AutoHandleUnsupportedElement?: boolean
|
|
2005
|
+
/**
|
|
2006
|
+
* 此参数仅在`AutoHandleUnsupportedElement`参数为`true`的情况下有效。
|
|
2007
|
+
|
|
2008
|
+
指定需要自动处理的不兼容元素类型,默认对所有不兼容的元素进行自动处理。
|
|
2009
|
+
|
|
2010
|
+
目前支持检测的不兼容元素类型及对应的自动处理方式如下:
|
|
2011
|
+
0: 不支持的墨迹类型
|
|
2012
|
+
-- 自动处理方式:移除墨迹
|
|
2013
|
+
|
|
2014
|
+
1: 自动翻页
|
|
2015
|
+
-- 自动处理方式:移除自动翻页设置,并修改为单击切换
|
|
2016
|
+
|
|
2017
|
+
2: 已损坏音视频
|
|
2018
|
+
-- 自动处理方式:移除对损坏音视频的引用
|
|
2019
|
+
|
|
2020
|
+
3: 不可访问资源
|
|
2021
|
+
-- 自动处理方式:移除对不可访问的资源的引用
|
|
2022
|
+
|
|
2023
|
+
4: 只读文件
|
|
2024
|
+
-- 自动处理方式:移除只读设置
|
|
2025
|
+
|
|
2026
|
+
5: 不支持的元素编辑锁定状态
|
|
2027
|
+
-- 自动处理方式:移除锁定状态
|
|
2028
|
+
|
|
2029
|
+
6: 可能有兼容问题的字体
|
|
2030
|
+
-- 自动处理方式: 不支持处理
|
|
2031
|
+
|
|
2032
|
+
7: 设置了柔化边缘的GIF图片
|
|
2033
|
+
-- 自动处理方式:移除柔化边缘设置
|
|
2034
|
+
|
|
2035
|
+
8: 存在不兼容的空格下划线
|
|
2036
|
+
-- 自动处理方式:通过调整空格下划线前后文本的字体语言体系,保证空格下划线表现正常
|
|
2037
|
+
|
|
2038
|
+
9: 存在设置了分段动画的数学公式和文本混合内容
|
|
2039
|
+
-- 自动处理方式: 不支持处理
|
|
2040
|
+
|
|
2041
|
+
10: 存在设置了分段动画的渐变色文本
|
|
2042
|
+
-- 自动处理方式: 不支持处理
|
|
2043
|
+
|
|
2044
|
+
11: 存在不兼容的分散对齐方式
|
|
2045
|
+
-- 自动处理方式: 不支持处理
|
|
2046
|
+
|
|
2047
|
+
12: 存在不兼容的多倍行距设置
|
|
2048
|
+
-- 自动处理方式: 不支持处理
|
|
2049
|
+
*/
|
|
2050
|
+
AutoHandleUnsupportedElementTypes?: Array<number | bigint>
|
|
2006
2051
|
}
|
|
2007
2052
|
|
|
2008
2053
|
/**
|
|
@@ -3213,14 +3258,60 @@ tar.gz: 生成`.tar.gz`压缩包
|
|
|
3213
3258
|
MinScaleResolution?: string
|
|
3214
3259
|
/**
|
|
3215
3260
|
* 此参数仅对动态转码生效。
|
|
3216
|
-
是否对不支持元素开启自动处理的功能。默认不开启。
|
|
3217
3261
|
|
|
3218
|
-
|
|
3219
|
-
|
|
3220
|
-
|
|
3221
|
-
|
|
3262
|
+
是否对不支持元素开启自动处理的功能,默认不开启。
|
|
3263
|
+
true -- 开启
|
|
3264
|
+
false -- 不开启
|
|
3265
|
+
|
|
3266
|
+
当设置为`true`时,可配合`AutoHandleUnsupportedElementTypes`参数使用,具体有哪些不兼容元素类型,可参考`AutoHandleUnsupportedElementTypes`参数的说明。
|
|
3222
3267
|
*/
|
|
3223
3268
|
AutoHandleUnsupportedElement?: boolean
|
|
3269
|
+
/**
|
|
3270
|
+
* 此参数仅在`AutoHandleUnsupportedElement`参数为`true`的情况下有效。
|
|
3271
|
+
|
|
3272
|
+
指定需要自动处理的不兼容元素类型,默认对所有不兼容的元素进行自动处理。
|
|
3273
|
+
|
|
3274
|
+
目前支持检测的不兼容元素类型及对应的自动处理方式如下:
|
|
3275
|
+
0: 不支持的墨迹类型
|
|
3276
|
+
-- 自动处理方式:移除墨迹
|
|
3277
|
+
|
|
3278
|
+
1: 自动翻页
|
|
3279
|
+
-- 自动处理方式:移除自动翻页设置,并修改为单击切换
|
|
3280
|
+
|
|
3281
|
+
2: 已损坏音视频
|
|
3282
|
+
-- 自动处理方式:移除对损坏音视频的引用
|
|
3283
|
+
|
|
3284
|
+
3: 不可访问资源
|
|
3285
|
+
-- 自动处理方式:移除对不可访问的资源的引用
|
|
3286
|
+
|
|
3287
|
+
4: 只读文件
|
|
3288
|
+
-- 自动处理方式:移除只读设置
|
|
3289
|
+
|
|
3290
|
+
5: 不支持的元素编辑锁定状态
|
|
3291
|
+
-- 自动处理方式:移除锁定状态
|
|
3292
|
+
|
|
3293
|
+
6: 可能有兼容问题的字体
|
|
3294
|
+
-- 自动处理方式: 不支持处理
|
|
3295
|
+
|
|
3296
|
+
7: 设置了柔化边缘的GIF图片
|
|
3297
|
+
-- 自动处理方式:移除柔化边缘设置
|
|
3298
|
+
|
|
3299
|
+
8: 存在不兼容的空格下划线
|
|
3300
|
+
-- 自动处理方式:通过调整空格下划线前后文本的字体语言体系,保证空格下划线表现正常
|
|
3301
|
+
|
|
3302
|
+
9: 存在设置了分段动画的数学公式和文本混合内容
|
|
3303
|
+
-- 自动处理方式: 不支持处理
|
|
3304
|
+
|
|
3305
|
+
10: 存在设置了分段动画的渐变色文本
|
|
3306
|
+
-- 自动处理方式: 不支持处理
|
|
3307
|
+
|
|
3308
|
+
11: 存在不兼容的分散对齐方式
|
|
3309
|
+
-- 自动处理方式: 不支持处理
|
|
3310
|
+
|
|
3311
|
+
12: 存在不兼容的多倍行距设置
|
|
3312
|
+
-- 自动处理方式: 不支持处理
|
|
3313
|
+
*/
|
|
3314
|
+
AutoHandleUnsupportedElementTypes?: Array<number | bigint>
|
|
3224
3315
|
/**
|
|
3225
3316
|
* Excel表格转码参数,可设置转码时表格纸张大小及纸张方向等参数(仅对转码文件为Excel表格文件的静态转码任务生效)
|
|
3226
3317
|
*/
|
|
@@ -213,6 +213,11 @@ export interface Quota {
|
|
|
213
213
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
214
214
|
*/
|
|
215
215
|
Version?: string
|
|
216
|
+
/**
|
|
217
|
+
* 是否开启企业认证
|
|
218
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
219
|
+
*/
|
|
220
|
+
ProductCertify?: number
|
|
216
221
|
}
|
|
217
222
|
|
|
218
223
|
/**
|
|
@@ -354,6 +359,10 @@ export interface DescribeProductsRequest {
|
|
|
354
359
|
* 企业ID
|
|
355
360
|
*/
|
|
356
361
|
CorpId?: number
|
|
362
|
+
/**
|
|
363
|
+
* 认证状态
|
|
364
|
+
*/
|
|
365
|
+
CertState?: number
|
|
357
366
|
}
|
|
358
367
|
|
|
359
368
|
/**
|
|
@@ -791,12 +800,12 @@ export interface DescribeProductsResponse {
|
|
|
791
800
|
* 商品列表
|
|
792
801
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
793
802
|
*/
|
|
794
|
-
Products
|
|
803
|
+
Products?: Array<Product>
|
|
795
804
|
/**
|
|
796
805
|
* 总数
|
|
797
806
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
798
807
|
*/
|
|
799
|
-
TotalCount
|
|
808
|
+
TotalCount?: number
|
|
800
809
|
/**
|
|
801
810
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
802
811
|
*/
|
|
@@ -1816,7 +1825,7 @@ export interface CreateCodeBatchRequest {
|
|
|
1816
1825
|
*/
|
|
1817
1826
|
Remark?: string
|
|
1818
1827
|
/**
|
|
1819
|
-
*
|
|
1828
|
+
* 模板ID,或者活动ID
|
|
1820
1829
|
*/
|
|
1821
1830
|
MpTpl?: string
|
|
1822
1831
|
/**
|
|
@@ -2979,6 +2988,11 @@ export interface Product {
|
|
|
2979
2988
|
* 商户名称
|
|
2980
2989
|
*/
|
|
2981
2990
|
MerchantName?: string
|
|
2991
|
+
/**
|
|
2992
|
+
* 认证状态
|
|
2993
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2994
|
+
*/
|
|
2995
|
+
CertState?: number
|
|
2982
2996
|
}
|
|
2983
2997
|
|
|
2984
2998
|
/**
|
|
@@ -21,6 +21,7 @@ import {
|
|
|
21
21
|
ListCloudNativeAPIGatewayResult,
|
|
22
22
|
DescribeCloudNativeAPIGatewayResponse,
|
|
23
23
|
CreateCloudNativeAPIGatewayServiceResponse,
|
|
24
|
+
DeleteCloudNativeAPIGatewayPublicNetworkResponse,
|
|
24
25
|
DeleteCloudNativeAPIGatewayRouteRateLimitResponse,
|
|
25
26
|
ApolloEnvParam,
|
|
26
27
|
DeleteWafDomainsRequest,
|
|
@@ -40,6 +41,7 @@ import {
|
|
|
40
41
|
DescribeUpstreamHealthCheckConfigRequest,
|
|
41
42
|
CreateNativeGatewayServerGroupRequest,
|
|
42
43
|
DescribeCloudNativeAPIGatewayCertificatesRequest,
|
|
44
|
+
ModifyCloudNativeAPIGatewayRouteRateLimitRequest,
|
|
43
45
|
DeleteCloudNativeAPIGatewayResult,
|
|
44
46
|
QpsThreshold,
|
|
45
47
|
ModifyCloudNativeAPIGatewayResponse,
|
|
@@ -53,12 +55,13 @@ import {
|
|
|
53
55
|
DeleteCloudNativeAPIGatewayCertificateResponse,
|
|
54
56
|
DeleteCloudNativeAPIGatewayCanaryRuleRequest,
|
|
55
57
|
GatewayInstanceSchemeAndPorts,
|
|
56
|
-
|
|
58
|
+
DescribeZookeeperServerInterfacesRequest,
|
|
57
59
|
UpstreamHealthCheckConfig,
|
|
58
60
|
NacosServerInterface,
|
|
59
61
|
DescribeNacosReplicasRequest,
|
|
60
62
|
CreateCloudNativeAPIGatewayServiceRequest,
|
|
61
63
|
CloudNativeAPIGatewayBalancedService,
|
|
64
|
+
ModifyConsoleNetworkRequest,
|
|
62
65
|
ExternalRedis,
|
|
63
66
|
ModifyCloudNativeAPIGatewayCertificateRequest,
|
|
64
67
|
EnvAddressInfo,
|
|
@@ -85,7 +88,7 @@ import {
|
|
|
85
88
|
DescribeWafDomainsResult,
|
|
86
89
|
InstancePort,
|
|
87
90
|
DescribeCloudNativeAPIGatewayResult,
|
|
88
|
-
|
|
91
|
+
ModifyNetworkAccessStrategyRequest,
|
|
89
92
|
DeleteCloudNativeAPIGatewayRouteResponse,
|
|
90
93
|
DescribeCloudNativeAPIGatewayPortsResponse,
|
|
91
94
|
CreateCloudNativeAPIGatewayRouteRateLimitRequest,
|
|
@@ -132,8 +135,9 @@ import {
|
|
|
132
135
|
AutoScalerBehavior,
|
|
133
136
|
ListFilter,
|
|
134
137
|
DeleteEngineRequest,
|
|
138
|
+
CreateCloudNativeAPIGatewayPublicNetworkResponse,
|
|
135
139
|
DescribeWafDomainsResponse,
|
|
136
|
-
|
|
140
|
+
ModifyNetworkBasicInfoRequest,
|
|
137
141
|
ModifyCloudNativeAPIGatewayServiceRateLimitRequest,
|
|
138
142
|
DescribeSREInstanceAccessAddressRequest,
|
|
139
143
|
DescribeCloudNativeAPIGatewayCanaryRulesResponse,
|
|
@@ -148,6 +152,7 @@ import {
|
|
|
148
152
|
UpdateCloudNativeAPIGatewaySpecResponse,
|
|
149
153
|
CloudNativeAPIGatewayConfig,
|
|
150
154
|
DescribeZookeeperServerInterfacesResponse,
|
|
155
|
+
ModifyNetworkAccessStrategyResponse,
|
|
151
156
|
DescribeNativeGatewayServerGroupsRequest,
|
|
152
157
|
CertificateInfo,
|
|
153
158
|
DescribeGatewayInstancePortResult,
|
|
@@ -166,7 +171,7 @@ import {
|
|
|
166
171
|
DescribeWafProtectionRequest,
|
|
167
172
|
ModifyUpstreamNodeStatusResponse,
|
|
168
173
|
NetworkAccessControl,
|
|
169
|
-
|
|
174
|
+
CreateCloudNativeAPIGatewayPublicNetworkRequest,
|
|
170
175
|
DescribeCloudNativeAPIGatewayRouteRateLimitResponse,
|
|
171
176
|
UpdateCloudNativeAPIGatewayResult,
|
|
172
177
|
DescribeCloudNativeAPIGatewayRequest,
|
|
@@ -174,6 +179,7 @@ import {
|
|
|
174
179
|
RouteWafStatus,
|
|
175
180
|
CloudNativeAPIGatewayStrategyCronScalerConfigParam,
|
|
176
181
|
OpenWafProtectionRequest,
|
|
182
|
+
DeleteCloudNativeAPIGatewayPublicNetworkRequest,
|
|
177
183
|
DeleteCloudNativeAPIGatewayRouteRequest,
|
|
178
184
|
InternetConfig,
|
|
179
185
|
DescribeCloudNativeAPIGatewayRoutesRequest,
|
|
@@ -183,6 +189,7 @@ import {
|
|
|
183
189
|
CloudNativeAPIGatewayCanaryRule,
|
|
184
190
|
ModifyCloudNativeAPIGatewayServiceRateLimitResponse,
|
|
185
191
|
CloudNativeAPIGatewayStrategyAutoScalerConfig,
|
|
192
|
+
ZookeeperReplica,
|
|
186
193
|
DescribeNacosServerInterfacesRequest,
|
|
187
194
|
CloudNativeAPIGatewayCanaryRuleCondition,
|
|
188
195
|
UpdateUpstreamHealthCheckConfigResponse,
|
|
@@ -199,11 +206,13 @@ import {
|
|
|
199
206
|
KongCertificatesPreview,
|
|
200
207
|
CreateCloudNativeAPIGatewayServiceRateLimitRequest,
|
|
201
208
|
DescribeZookeeperReplicasResponse,
|
|
209
|
+
PolarisCLSTopicInfo,
|
|
202
210
|
NativeGatewayServerGroups,
|
|
203
211
|
CreateEngineRequest,
|
|
204
212
|
ModifyCloudNativeAPIGatewayCanaryRuleRequest,
|
|
205
213
|
VpcInfo,
|
|
206
214
|
KongServiceRouteList,
|
|
215
|
+
ModifyConsoleNetworkResponse,
|
|
207
216
|
DeleteWafDomainsResponse,
|
|
208
217
|
CreateCloudNativeAPIGatewayResult,
|
|
209
218
|
ModifyCloudNativeAPIGatewayRequest,
|
|
@@ -216,6 +225,7 @@ import {
|
|
|
216
225
|
ModifyNativeGatewayServerGroupResponse,
|
|
217
226
|
EngineRegionInfo,
|
|
218
227
|
UpdateCloudNativeAPIGatewayCertificateInfoResponse,
|
|
228
|
+
ModifyNetworkBasicInfoResponse,
|
|
219
229
|
DescribeWafProtectionResult,
|
|
220
230
|
KongServiceDetail,
|
|
221
231
|
} from "./tse_models"
|
|
@@ -230,13 +240,23 @@ export class Client extends AbstractClient {
|
|
|
230
240
|
}
|
|
231
241
|
|
|
232
242
|
/**
|
|
233
|
-
*
|
|
243
|
+
* 修改网关实例Konga网络配置
|
|
234
244
|
*/
|
|
235
|
-
async
|
|
236
|
-
req:
|
|
237
|
-
cb?: (error: string, rep:
|
|
238
|
-
): Promise<
|
|
239
|
-
return this.request("
|
|
245
|
+
async ModifyConsoleNetwork(
|
|
246
|
+
req: ModifyConsoleNetworkRequest,
|
|
247
|
+
cb?: (error: string, rep: ModifyConsoleNetworkResponse) => void
|
|
248
|
+
): Promise<ModifyConsoleNetworkResponse> {
|
|
249
|
+
return this.request("ModifyConsoleNetwork", req, cb)
|
|
250
|
+
}
|
|
251
|
+
|
|
252
|
+
/**
|
|
253
|
+
* 创建公网网络配置
|
|
254
|
+
*/
|
|
255
|
+
async CreateCloudNativeAPIGatewayPublicNetwork(
|
|
256
|
+
req: CreateCloudNativeAPIGatewayPublicNetworkRequest,
|
|
257
|
+
cb?: (error: string, rep: CreateCloudNativeAPIGatewayPublicNetworkResponse) => void
|
|
258
|
+
): Promise<CreateCloudNativeAPIGatewayPublicNetworkResponse> {
|
|
259
|
+
return this.request("CreateCloudNativeAPIGatewayPublicNetwork", req, cb)
|
|
240
260
|
}
|
|
241
261
|
|
|
242
262
|
/**
|
|
@@ -319,6 +339,16 @@ export class Client extends AbstractClient {
|
|
|
319
339
|
return this.request("DescribeOneCloudNativeAPIGatewayService", req, cb)
|
|
320
340
|
}
|
|
321
341
|
|
|
342
|
+
/**
|
|
343
|
+
* 获取云原生网关服务详情下的Upstream列表
|
|
344
|
+
*/
|
|
345
|
+
async DescribeCloudNativeAPIGatewayUpstream(
|
|
346
|
+
req: DescribeCloudNativeAPIGatewayUpstreamRequest,
|
|
347
|
+
cb?: (error: string, rep: DescribeCloudNativeAPIGatewayUpstreamResponse) => void
|
|
348
|
+
): Promise<DescribeCloudNativeAPIGatewayUpstreamResponse> {
|
|
349
|
+
return this.request("DescribeCloudNativeAPIGatewayUpstream", req, cb)
|
|
350
|
+
}
|
|
351
|
+
|
|
322
352
|
/**
|
|
323
353
|
* 查询云原生网关证书列表
|
|
324
354
|
*/
|
|
@@ -359,6 +389,16 @@ export class Client extends AbstractClient {
|
|
|
359
389
|
return this.request("ModifyCloudNativeAPIGatewayCanaryRule", req, cb)
|
|
360
390
|
}
|
|
361
391
|
|
|
392
|
+
/**
|
|
393
|
+
* 删除公网网络配置
|
|
394
|
+
*/
|
|
395
|
+
async DeleteCloudNativeAPIGatewayPublicNetwork(
|
|
396
|
+
req: DeleteCloudNativeAPIGatewayPublicNetworkRequest,
|
|
397
|
+
cb?: (error: string, rep: DeleteCloudNativeAPIGatewayPublicNetworkResponse) => void
|
|
398
|
+
): Promise<DeleteCloudNativeAPIGatewayPublicNetworkResponse> {
|
|
399
|
+
return this.request("DeleteCloudNativeAPIGatewayPublicNetwork", req, cb)
|
|
400
|
+
}
|
|
401
|
+
|
|
362
402
|
/**
|
|
363
403
|
* 删除 WAF 防护域名
|
|
364
404
|
*/
|
|
@@ -649,6 +689,16 @@ export class Client extends AbstractClient {
|
|
|
649
689
|
return this.request("OpenWafProtection", req, cb)
|
|
650
690
|
}
|
|
651
691
|
|
|
692
|
+
/**
|
|
693
|
+
* 更新网关上游实例列表,仅支持IPList服务类型
|
|
694
|
+
*/
|
|
695
|
+
async UpdateUpstreamTargets(
|
|
696
|
+
req: UpdateUpstreamTargetsRequest,
|
|
697
|
+
cb?: (error: string, rep: UpdateUpstreamTargetsResponse) => void
|
|
698
|
+
): Promise<UpdateUpstreamTargetsResponse> {
|
|
699
|
+
return this.request("UpdateUpstreamTargets", req, cb)
|
|
700
|
+
}
|
|
701
|
+
|
|
652
702
|
/**
|
|
653
703
|
* 修改云原生API网关实例基础信息
|
|
654
704
|
*/
|
|
@@ -680,13 +730,23 @@ export class Client extends AbstractClient {
|
|
|
680
730
|
}
|
|
681
731
|
|
|
682
732
|
/**
|
|
683
|
-
*
|
|
733
|
+
* 修改云原生API网关实例网络基本信息,比如带宽以及描述,只支持修改客户端公网/内网的信息。
|
|
684
734
|
*/
|
|
685
|
-
async
|
|
686
|
-
req:
|
|
687
|
-
cb?: (error: string, rep:
|
|
688
|
-
): Promise<
|
|
689
|
-
return this.request("
|
|
735
|
+
async ModifyNetworkBasicInfo(
|
|
736
|
+
req: ModifyNetworkBasicInfoRequest,
|
|
737
|
+
cb?: (error: string, rep: ModifyNetworkBasicInfoResponse) => void
|
|
738
|
+
): Promise<ModifyNetworkBasicInfoResponse> {
|
|
739
|
+
return this.request("ModifyNetworkBasicInfo", req, cb)
|
|
740
|
+
}
|
|
741
|
+
|
|
742
|
+
/**
|
|
743
|
+
* 修改云原生API网关实例Kong访问策略,支持白名单或者黑名单。
|
|
744
|
+
*/
|
|
745
|
+
async ModifyNetworkAccessStrategy(
|
|
746
|
+
req: ModifyNetworkAccessStrategyRequest,
|
|
747
|
+
cb?: (error: string, rep: ModifyNetworkAccessStrategyResponse) => void
|
|
748
|
+
): Promise<ModifyNetworkAccessStrategyResponse> {
|
|
749
|
+
return this.request("ModifyNetworkAccessStrategy", req, cb)
|
|
690
750
|
}
|
|
691
751
|
|
|
692
752
|
/**
|