tencentcloud-sdk-nodejs 4.0.449 → 4.0.451
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 +273 -0
- package/SERVICE_CHANGELOG.md +290 -107
- package/package.json +1 -1
- package/products.md +18 -17
- package/src/common/sdk_version.ts +1 -1
- package/src/services/cfg/v20210820/cfg_models.ts +12 -0
- package/src/services/ciam/v20220331/ciam_client.ts +1 -0
- package/src/services/ciam/v20220331/ciam_models.ts +130 -2
- package/src/services/ckafka/v20190819/ckafka_models.ts +1 -1
- package/src/services/cloudstudio/v20210524/cloudstudio_client.ts +4 -4
- package/src/services/cloudstudio/v20210524/cloudstudio_models.ts +5 -5
- package/src/services/cpdp/v20190820/cpdp_client.ts +24 -12
- package/src/services/cpdp/v20190820/cpdp_models.ts +48 -0
- package/src/services/es/v20180416/es_models.ts +6 -0
- package/src/services/essbasic/v20210526/essbasic_models.ts +2 -2
- package/src/services/index.ts +1 -0
- package/src/services/monitor/v20180724/monitor_client.ts +4 -1
- package/src/services/monitor/v20180724/monitor_models.ts +137 -7
- package/src/services/oceanus/v20190422/oceanus_models.ts +6 -0
- package/src/services/ocr/v20181119/ocr_client.ts +1 -0
- package/src/services/ocr/v20181119/ocr_models.ts +1 -2
- package/src/services/tcm/v20210413/tcm_client.ts +1 -0
- package/src/services/tcm/v20210413/tcm_models.ts +11 -0
- package/src/services/tcr/v20190924/tcr_models.ts +3 -3
- package/src/services/tds/index.ts +5 -0
- package/src/services/tds/v20220801/index.ts +6 -0
- package/src/services/tds/v20220801/tds_client.ts +68 -0
- package/src/services/tds/v20220801/tds_models.ts +256 -0
- package/src/services/tem/v20210701/tem_client.ts +59 -11
- package/src/services/tem/v20210701/tem_models.ts +265 -102
- package/src/services/tke/v20180525/tke_models.ts +2 -2
- package/src/services/tse/v20201207/tse_models.ts +7 -2
- package/src/services/vod/v20180717/vod_models.ts +2 -0
- package/src/services/vpc/v20170312/vpc_models.ts +1 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/cfg/v20210820/cfg_models.d.ts +10 -0
- package/tencentcloud/services/ciam/v20220331/ciam_models.d.ts +106 -2
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +1 -1
- package/tencentcloud/services/cloudstudio/v20210524/cloudstudio_client.d.ts +4 -4
- package/tencentcloud/services/cloudstudio/v20210524/cloudstudio_client.js +4 -4
- package/tencentcloud/services/cloudstudio/v20210524/cloudstudio_models.d.ts +5 -5
- package/tencentcloud/services/cpdp/v20190820/cpdp_client.d.ts +9 -5
- package/tencentcloud/services/cpdp/v20190820/cpdp_client.js +12 -6
- package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +41 -0
- package/tencentcloud/services/es/v20180416/es_models.d.ts +5 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +2 -2
- package/tencentcloud/services/index.d.ts +1 -0
- package/tencentcloud/services/index.js +2 -0
- package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +1 -1
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +115 -7
- package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +5 -0
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +1 -0
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +1 -0
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +1 -2
- package/tencentcloud/services/tcm/v20210413/tcm_models.d.ts +9 -0
- package/tencentcloud/services/tcr/v20190924/tcr_models.d.ts +3 -3
- package/tencentcloud/services/tds/index.d.ts +6 -0
- package/tencentcloud/services/tds/index.js +7 -0
- package/tencentcloud/services/tds/v20220801/index.d.ts +6 -0
- package/tencentcloud/services/tds/v20220801/index.js +9 -0
- package/tencentcloud/services/tds/v20220801/tds_client.d.ts +22 -0
- package/tencentcloud/services/tds/v20220801/tds_client.js +49 -0
- package/tencentcloud/services/tds/v20220801/tds_models.d.ts +199 -0
- package/tencentcloud/services/tds/v20220801/tds_models.js +18 -0
- package/tencentcloud/services/tem/v20210701/tem_client.d.ts +19 -3
- package/tencentcloud/services/tem/v20210701/tem_client.js +27 -3
- package/tencentcloud/services/tem/v20210701/tem_models.d.ts +232 -93
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +2 -2
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +6 -2
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +2 -0
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +1 -1
- package/test/cpdp.v20190820.test.js +14 -4
- package/test/tds.v20220801.test.js +51 -0
- package/test/tem.v20210701.test.js +42 -2
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AbstractClient } from "../../../common/abstract_client";
|
|
2
2
|
import { ClientConfig } from "../../../common/interface";
|
|
3
|
-
import { CreateResourceRequest, DescribeConfigDataResponse, DescribeApplicationInfoResponse, ModifyIngressResponse, RestartApplicationPodRequest, DestroyLogConfigResponse, ResumeDeployApplicationResponse, DescribeApplicationPodsRequest, DeleteIngressResponse, DeleteApplicationResponse, ModifyApplicationAutoscalerResponse, RollingUpdateApplicationByVersionRequest, CreateCosTokenResponse, ModifyLogConfigResponse, RollingUpdateApplicationByVersionResponse, StopApplicationRequest, ModifyApplicationInfoRequest, DestroyEnvironmentRequest, CreateEnvironmentResponse, DescribeEnvironmentStatusRequest, RevertDeployApplicationResponse, DescribeApplicationsResponse, DescribeEnvironmentsRequest, CreateEnvironmentRequest, DescribeLogConfigRequest, DescribeEnvironmentStatusResponse, DescribeApplicationPodsResponse, DescribeConfigDataListRequest, EnableApplicationAutoscalerResponse,
|
|
3
|
+
import { CreateResourceRequest, DescribeConfigDataResponse, DescribeApplicationInfoResponse, ModifyIngressResponse, DeleteApplicationServiceRequest, RestartApplicationPodRequest, DestroyLogConfigResponse, ResumeDeployApplicationResponse, DescribeApplicationPodsRequest, DeleteIngressResponse, DeleteApplicationResponse, ModifyApplicationAutoscalerResponse, RollingUpdateApplicationByVersionRequest, CreateCosTokenResponse, ModifyLogConfigResponse, RollingUpdateApplicationByVersionResponse, StopApplicationRequest, ModifyApplicationInfoRequest, DestroyEnvironmentRequest, CreateEnvironmentResponse, DescribeEnvironmentStatusRequest, RevertDeployApplicationResponse, DescribeApplicationsResponse, CreateCosTokenRequest, DescribeEnvironmentsRequest, CreateEnvironmentRequest, DescribeApplicationServiceListResponse, DescribeLogConfigRequest, DescribeEnvironmentStatusResponse, DescribeApplicationPodsResponse, DescribeConfigDataListRequest, EnableApplicationAutoscalerResponse, ModifyApplicationAutoscalerRequest, ModifyConfigDataResponse, ModifyIngressRequest, DescribeIngressesRequest, CreateLogConfigRequest, RestartApplicationResponse, DescribeIngressesResponse, ModifyConfigDataRequest, CreateConfigDataResponse, DescribeApplicationsStatusRequest, DescribeIngressResponse, CreateResourceResponse, ModifyApplicationInfoResponse, RestartApplicationRequest, DestroyEnvironmentResponse, DisableApplicationAutoscalerResponse, DescribeIngressRequest, StopApplicationResponse, DeployApplicationResponse, RestartApplicationPodResponse, DeleteApplicationRequest, CreateApplicationAutoscalerResponse, DeleteApplicationAutoscalerRequest, DescribeApplicationAutoscalerListRequest, DescribeApplicationsStatusResponse, DescribeDeployApplicationDetailRequest, DeleteIngressRequest, DisableApplicationAutoscalerRequest, DescribeRelatedIngressesRequest, GenerateApplicationPackageDownloadUrlRequest, DescribeEnvironmentsResponse, DeleteApplicationAutoscalerResponse, DescribeRelatedIngressesResponse, DescribeEnvironmentRequest, DescribePagedLogConfigListRequest, DescribeApplicationServiceListRequest, DescribeDeployApplicationDetailResponse, DescribeEnvironmentResponse, CreateApplicationAutoscalerRequest, DeleteApplicationServiceResponse, ResumeDeployApplicationRequest, DescribeConfigDataRequest, CreateLogConfigResponse, DescribeConfigDataListResponse, ModifyApplicationServiceRequest, DescribePagedLogConfigListResponse, CreateConfigDataRequest, DeployApplicationRequest, DescribeApplicationAutoscalerListResponse, DestroyConfigDataRequest, DestroyConfigDataResponse, DescribeApplicationsRequest, DescribeApplicationInfoRequest, CreateApplicationRequest, CreateApplicationServiceRequest, ModifyApplicationReplicasResponse, ModifyEnvironmentRequest, GenerateApplicationPackageDownloadUrlResponse, CreateApplicationServiceResponse, DescribeLogConfigResponse, RevertDeployApplicationRequest, CreateApplicationResponse, ModifyApplicationServiceResponse, ModifyEnvironmentResponse, ModifyApplicationReplicasRequest, ModifyLogConfigRequest, DestroyLogConfigRequest, EnableApplicationAutoscalerRequest } from "./tem_models";
|
|
4
4
|
/**
|
|
5
5
|
* tem client
|
|
6
6
|
* @class
|
|
@@ -15,6 +15,10 @@ export declare class Client extends AbstractClient {
|
|
|
15
15
|
* 单环境下所有应用状态查看
|
|
16
16
|
*/
|
|
17
17
|
DescribeApplicationsStatus(req: DescribeApplicationsStatusRequest, cb?: (error: string, rep: DescribeApplicationsStatusResponse) => void): Promise<DescribeApplicationsStatusResponse>;
|
|
18
|
+
/**
|
|
19
|
+
* 查询应用访问方式列表
|
|
20
|
+
*/
|
|
21
|
+
DescribeApplicationServiceList(req: DescribeApplicationServiceListRequest, cb?: (error: string, rep: DescribeApplicationServiceListResponse) => void): Promise<DescribeApplicationServiceListResponse>;
|
|
18
22
|
/**
|
|
19
23
|
* 查询分页的日志收集配置列表
|
|
20
24
|
*/
|
|
@@ -54,6 +58,10 @@ export declare class Client extends AbstractClient {
|
|
|
54
58
|
* 获取环境状态
|
|
55
59
|
*/
|
|
56
60
|
DescribeEnvironmentStatus(req: DescribeEnvironmentStatusRequest, cb?: (error: string, rep: DescribeEnvironmentStatusResponse) => void): Promise<DescribeEnvironmentStatusResponse>;
|
|
61
|
+
/**
|
|
62
|
+
* 开始下一批次发布
|
|
63
|
+
*/
|
|
64
|
+
ResumeDeployApplication(req: ResumeDeployApplicationRequest, cb?: (error: string, rep: ResumeDeployApplicationResponse) => void): Promise<ResumeDeployApplicationResponse>;
|
|
57
65
|
/**
|
|
58
66
|
* 删除 Ingress 规则
|
|
59
67
|
*/
|
|
@@ -71,9 +79,9 @@ export declare class Client extends AbstractClient {
|
|
|
71
79
|
*/
|
|
72
80
|
DescribeDeployApplicationDetail(req: DescribeDeployApplicationDetailRequest, cb?: (error: string, rep: DescribeDeployApplicationDetailResponse) => void): Promise<DescribeDeployApplicationDetailResponse>;
|
|
73
81
|
/**
|
|
74
|
-
*
|
|
82
|
+
* 修改服务访问方式列表
|
|
75
83
|
*/
|
|
76
|
-
|
|
84
|
+
ModifyApplicationService(req: ModifyApplicationServiceRequest, cb?: (error: string, rep: ModifyApplicationServiceResponse) => void): Promise<ModifyApplicationServiceResponse>;
|
|
77
85
|
/**
|
|
78
86
|
* 编辑环境
|
|
79
87
|
*/
|
|
@@ -94,6 +102,10 @@ export declare class Client extends AbstractClient {
|
|
|
94
102
|
* 创建日志收集配置
|
|
95
103
|
*/
|
|
96
104
|
CreateLogConfig(req: CreateLogConfigRequest, cb?: (error: string, rep: CreateLogConfigResponse) => void): Promise<CreateLogConfigResponse>;
|
|
105
|
+
/**
|
|
106
|
+
* 新增访问方式
|
|
107
|
+
*/
|
|
108
|
+
CreateApplicationService(req: CreateApplicationServiceRequest, cb?: (error: string, rep: CreateApplicationServiceResponse) => void): Promise<CreateApplicationServiceResponse>;
|
|
97
109
|
/**
|
|
98
110
|
* 服务基本信息查看
|
|
99
111
|
*/
|
|
@@ -130,6 +142,10 @@ export declare class Client extends AbstractClient {
|
|
|
130
142
|
* 查询 Ingress 规则
|
|
131
143
|
*/
|
|
132
144
|
DescribeIngress(req: DescribeIngressRequest, cb?: (error: string, rep: DescribeIngressResponse) => void): Promise<DescribeIngressResponse>;
|
|
145
|
+
/**
|
|
146
|
+
* 删除一条访问方式
|
|
147
|
+
*/
|
|
148
|
+
DeleteApplicationService(req: DeleteApplicationServiceRequest, cb?: (error: string, rep: DeleteApplicationServiceResponse) => void): Promise<DeleteApplicationServiceResponse>;
|
|
133
149
|
/**
|
|
134
150
|
* 生成应用程序包预签名下载链接
|
|
135
151
|
*/
|
|
@@ -39,6 +39,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
39
39
|
async DescribeApplicationsStatus(req, cb) {
|
|
40
40
|
return this.request("DescribeApplicationsStatus", req, cb);
|
|
41
41
|
}
|
|
42
|
+
/**
|
|
43
|
+
* 查询应用访问方式列表
|
|
44
|
+
*/
|
|
45
|
+
async DescribeApplicationServiceList(req, cb) {
|
|
46
|
+
return this.request("DescribeApplicationServiceList", req, cb);
|
|
47
|
+
}
|
|
42
48
|
/**
|
|
43
49
|
* 查询分页的日志收集配置列表
|
|
44
50
|
*/
|
|
@@ -96,6 +102,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
96
102
|
async DescribeEnvironmentStatus(req, cb) {
|
|
97
103
|
return this.request("DescribeEnvironmentStatus", req, cb);
|
|
98
104
|
}
|
|
105
|
+
/**
|
|
106
|
+
* 开始下一批次发布
|
|
107
|
+
*/
|
|
108
|
+
async ResumeDeployApplication(req, cb) {
|
|
109
|
+
return this.request("ResumeDeployApplication", req, cb);
|
|
110
|
+
}
|
|
99
111
|
/**
|
|
100
112
|
* 删除 Ingress 规则
|
|
101
113
|
*/
|
|
@@ -121,10 +133,10 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
121
133
|
return this.request("DescribeDeployApplicationDetail", req, cb);
|
|
122
134
|
}
|
|
123
135
|
/**
|
|
124
|
-
*
|
|
136
|
+
* 修改服务访问方式列表
|
|
125
137
|
*/
|
|
126
|
-
async
|
|
127
|
-
return this.request("
|
|
138
|
+
async ModifyApplicationService(req, cb) {
|
|
139
|
+
return this.request("ModifyApplicationService", req, cb);
|
|
128
140
|
}
|
|
129
141
|
/**
|
|
130
142
|
* 编辑环境
|
|
@@ -156,6 +168,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
156
168
|
async CreateLogConfig(req, cb) {
|
|
157
169
|
return this.request("CreateLogConfig", req, cb);
|
|
158
170
|
}
|
|
171
|
+
/**
|
|
172
|
+
* 新增访问方式
|
|
173
|
+
*/
|
|
174
|
+
async CreateApplicationService(req, cb) {
|
|
175
|
+
return this.request("CreateApplicationService", req, cb);
|
|
176
|
+
}
|
|
159
177
|
/**
|
|
160
178
|
* 服务基本信息查看
|
|
161
179
|
*/
|
|
@@ -210,6 +228,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
210
228
|
async DescribeIngress(req, cb) {
|
|
211
229
|
return this.request("DescribeIngress", req, cb);
|
|
212
230
|
}
|
|
231
|
+
/**
|
|
232
|
+
* 删除一条访问方式
|
|
233
|
+
*/
|
|
234
|
+
async DeleteApplicationService(req, cb) {
|
|
235
|
+
return this.request("DeleteApplicationService", req, cb);
|
|
236
|
+
}
|
|
213
237
|
/**
|
|
214
238
|
* 生成应用程序包预签名下载链接
|
|
215
239
|
*/
|
|
@@ -88,6 +88,27 @@ export interface ModifyIngressResponse {
|
|
|
88
88
|
*/
|
|
89
89
|
RequestId?: string;
|
|
90
90
|
}
|
|
91
|
+
/**
|
|
92
|
+
* DeleteApplicationService请求参数结构体
|
|
93
|
+
*/
|
|
94
|
+
export interface DeleteApplicationServiceRequest {
|
|
95
|
+
/**
|
|
96
|
+
* 服务id
|
|
97
|
+
*/
|
|
98
|
+
ApplicationId?: string;
|
|
99
|
+
/**
|
|
100
|
+
* 来源渠道
|
|
101
|
+
*/
|
|
102
|
+
SourceChannel?: number;
|
|
103
|
+
/**
|
|
104
|
+
* 环境ID
|
|
105
|
+
*/
|
|
106
|
+
EnvironmentId?: string;
|
|
107
|
+
/**
|
|
108
|
+
* 访问方式服务名
|
|
109
|
+
*/
|
|
110
|
+
ServiceName?: string;
|
|
111
|
+
}
|
|
91
112
|
/**
|
|
92
113
|
* RestartApplicationPod请求参数结构体
|
|
93
114
|
*/
|
|
@@ -495,29 +516,33 @@ export interface RevertDeployApplicationResponse {
|
|
|
495
516
|
RequestId?: string;
|
|
496
517
|
}
|
|
497
518
|
/**
|
|
498
|
-
*
|
|
519
|
+
* 分批发布策略配置
|
|
499
520
|
*/
|
|
500
|
-
export interface
|
|
521
|
+
export interface DeployStrategyConf {
|
|
501
522
|
/**
|
|
502
|
-
*
|
|
523
|
+
* 总分批数
|
|
503
524
|
*/
|
|
504
|
-
|
|
525
|
+
TotalBatchCount?: number;
|
|
505
526
|
/**
|
|
506
|
-
*
|
|
527
|
+
* beta分批实例数
|
|
507
528
|
*/
|
|
508
|
-
|
|
529
|
+
BetaBatchNum?: number;
|
|
509
530
|
/**
|
|
510
|
-
*
|
|
531
|
+
* 分批策略:0-全自动,1-全手动,2-beta分批,beta批一定是手动的,3-首次发布
|
|
511
532
|
*/
|
|
512
|
-
|
|
533
|
+
DeployStrategyType?: number;
|
|
513
534
|
/**
|
|
514
|
-
*
|
|
535
|
+
* 每批暂停间隔
|
|
515
536
|
*/
|
|
516
|
-
|
|
537
|
+
BatchInterval?: number;
|
|
517
538
|
/**
|
|
518
|
-
*
|
|
539
|
+
* 最小可用实例数
|
|
519
540
|
*/
|
|
520
|
-
|
|
541
|
+
MinAvailable?: number;
|
|
542
|
+
/**
|
|
543
|
+
* 是否强制发布
|
|
544
|
+
*/
|
|
545
|
+
Force?: boolean;
|
|
521
546
|
}
|
|
522
547
|
/**
|
|
523
548
|
* DescribeApplications返回参数结构体
|
|
@@ -533,66 +558,29 @@ export interface DescribeApplicationsResponse {
|
|
|
533
558
|
RequestId?: string;
|
|
534
559
|
}
|
|
535
560
|
/**
|
|
536
|
-
*
|
|
561
|
+
* CreateCosToken请求参数结构体
|
|
537
562
|
*/
|
|
538
|
-
export interface
|
|
539
|
-
/**
|
|
540
|
-
* 环境ID
|
|
541
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
542
|
-
*/
|
|
543
|
-
EnvironmentId: string;
|
|
544
|
-
/**
|
|
545
|
-
* 环境namespace
|
|
546
|
-
*/
|
|
547
|
-
ClusterNamespace: string;
|
|
548
|
-
/**
|
|
549
|
-
* ip version
|
|
550
|
-
*/
|
|
551
|
-
AddressIPVersion: string;
|
|
552
|
-
/**
|
|
553
|
-
* ingress name
|
|
554
|
-
*/
|
|
555
|
-
IngressName: string;
|
|
556
|
-
/**
|
|
557
|
-
* rules 配置
|
|
558
|
-
*/
|
|
559
|
-
Rules: Array<IngressRule>;
|
|
560
|
-
/**
|
|
561
|
-
* clb ID
|
|
562
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
563
|
-
*/
|
|
564
|
-
ClbId?: string;
|
|
565
|
-
/**
|
|
566
|
-
* tls 配置
|
|
567
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
568
|
-
*/
|
|
569
|
-
Tls?: Array<IngressTls>;
|
|
563
|
+
export interface CreateCosTokenRequest {
|
|
570
564
|
/**
|
|
571
|
-
*
|
|
572
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
565
|
+
* 应用ID
|
|
573
566
|
*/
|
|
574
|
-
|
|
567
|
+
ApplicationId: string;
|
|
575
568
|
/**
|
|
576
|
-
*
|
|
577
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
569
|
+
* 包名
|
|
578
570
|
*/
|
|
579
|
-
|
|
571
|
+
PkgName: string;
|
|
580
572
|
/**
|
|
581
|
-
*
|
|
582
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
573
|
+
* optType 1上传 2查询
|
|
583
574
|
*/
|
|
584
|
-
|
|
575
|
+
OptType: number;
|
|
585
576
|
/**
|
|
586
|
-
*
|
|
577
|
+
* 来源 channel
|
|
587
578
|
*/
|
|
588
|
-
|
|
579
|
+
SourceChannel?: number;
|
|
589
580
|
/**
|
|
590
|
-
*
|
|
591
|
-
- AUTO(自动重定向http到https)
|
|
592
|
-
- NONE(不使用重定向)
|
|
593
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
581
|
+
* 充当deployVersion入参
|
|
594
582
|
*/
|
|
595
|
-
|
|
583
|
+
TimeVersion?: string;
|
|
596
584
|
}
|
|
597
585
|
/**
|
|
598
586
|
* DescribeEnvironments请求参数结构体
|
|
@@ -758,6 +746,19 @@ export interface NodeInfo {
|
|
|
758
746
|
*/
|
|
759
747
|
Cidr: string;
|
|
760
748
|
}
|
|
749
|
+
/**
|
|
750
|
+
* DescribeApplicationServiceList返回参数结构体
|
|
751
|
+
*/
|
|
752
|
+
export interface DescribeApplicationServiceListResponse {
|
|
753
|
+
/**
|
|
754
|
+
* 应用 EKS Service 列表
|
|
755
|
+
*/
|
|
756
|
+
Result: EksService;
|
|
757
|
+
/**
|
|
758
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
759
|
+
*/
|
|
760
|
+
RequestId?: string;
|
|
761
|
+
}
|
|
761
762
|
/**
|
|
762
763
|
* DescribeLogConfig请求参数结构体
|
|
763
764
|
*/
|
|
@@ -864,33 +865,29 @@ export interface DescribeEnvironmentStatusResponse {
|
|
|
864
865
|
RequestId?: string;
|
|
865
866
|
}
|
|
866
867
|
/**
|
|
867
|
-
*
|
|
868
|
+
* 弹性伸缩配置
|
|
868
869
|
*/
|
|
869
|
-
export interface
|
|
870
|
-
/**
|
|
871
|
-
* 总分批数
|
|
872
|
-
*/
|
|
873
|
-
TotalBatchCount?: number;
|
|
870
|
+
export interface EsInfo {
|
|
874
871
|
/**
|
|
875
|
-
*
|
|
872
|
+
* 最小实例数
|
|
876
873
|
*/
|
|
877
|
-
|
|
874
|
+
MinAliveInstances: number;
|
|
878
875
|
/**
|
|
879
|
-
*
|
|
876
|
+
* 最大实例数
|
|
880
877
|
*/
|
|
881
|
-
|
|
878
|
+
MaxAliveInstances: number;
|
|
882
879
|
/**
|
|
883
|
-
*
|
|
880
|
+
* 弹性策略,1:cpu,2:内存
|
|
884
881
|
*/
|
|
885
|
-
|
|
882
|
+
EsStrategy: number;
|
|
886
883
|
/**
|
|
887
|
-
*
|
|
884
|
+
* 弹性扩缩容条件值
|
|
888
885
|
*/
|
|
889
|
-
|
|
886
|
+
Threshold: number;
|
|
890
887
|
/**
|
|
891
|
-
*
|
|
888
|
+
* 版本Id
|
|
892
889
|
*/
|
|
893
|
-
|
|
890
|
+
VersionId?: string;
|
|
894
891
|
}
|
|
895
892
|
/**
|
|
896
893
|
* DescribeApplicationPods返回参数结构体
|
|
@@ -1369,29 +1366,66 @@ export interface ServicePortMapping {
|
|
|
1369
1366
|
PortMappingItemList?: Array<ServicePortMappingItem>;
|
|
1370
1367
|
}
|
|
1371
1368
|
/**
|
|
1372
|
-
*
|
|
1369
|
+
* Ingress 配置
|
|
1373
1370
|
*/
|
|
1374
|
-
export interface
|
|
1371
|
+
export interface IngressInfo {
|
|
1375
1372
|
/**
|
|
1376
|
-
*
|
|
1373
|
+
* 环境ID
|
|
1374
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1377
1375
|
*/
|
|
1378
|
-
|
|
1376
|
+
EnvironmentId: string;
|
|
1379
1377
|
/**
|
|
1380
|
-
*
|
|
1378
|
+
* 环境namespace
|
|
1381
1379
|
*/
|
|
1382
|
-
|
|
1380
|
+
ClusterNamespace: string;
|
|
1383
1381
|
/**
|
|
1384
|
-
*
|
|
1382
|
+
* ip version
|
|
1385
1383
|
*/
|
|
1386
|
-
|
|
1384
|
+
AddressIPVersion: string;
|
|
1387
1385
|
/**
|
|
1388
|
-
*
|
|
1386
|
+
* ingress name
|
|
1389
1387
|
*/
|
|
1390
|
-
|
|
1388
|
+
IngressName: string;
|
|
1391
1389
|
/**
|
|
1392
|
-
*
|
|
1390
|
+
* rules 配置
|
|
1393
1391
|
*/
|
|
1394
|
-
|
|
1392
|
+
Rules: Array<IngressRule>;
|
|
1393
|
+
/**
|
|
1394
|
+
* clb ID
|
|
1395
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1396
|
+
*/
|
|
1397
|
+
ClbId?: string;
|
|
1398
|
+
/**
|
|
1399
|
+
* tls 配置
|
|
1400
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1401
|
+
*/
|
|
1402
|
+
Tls?: Array<IngressTls>;
|
|
1403
|
+
/**
|
|
1404
|
+
* 环境集群ID
|
|
1405
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1406
|
+
*/
|
|
1407
|
+
ClusterId?: string;
|
|
1408
|
+
/**
|
|
1409
|
+
* clb ip
|
|
1410
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1411
|
+
*/
|
|
1412
|
+
Vip?: string;
|
|
1413
|
+
/**
|
|
1414
|
+
* 创建时间
|
|
1415
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1416
|
+
*/
|
|
1417
|
+
CreateTime?: string;
|
|
1418
|
+
/**
|
|
1419
|
+
* 是否混合 https,默认 false,可选值 true 代表有 https 协议监听
|
|
1420
|
+
*/
|
|
1421
|
+
Mixed?: boolean;
|
|
1422
|
+
/**
|
|
1423
|
+
* 重定向模式,可选值:
|
|
1424
|
+
- AUTO(自动重定向http到https)
|
|
1425
|
+
- NONE(不使用重定向)
|
|
1426
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1427
|
+
*/
|
|
1428
|
+
RewriteType?: string;
|
|
1395
1429
|
}
|
|
1396
1430
|
/**
|
|
1397
1431
|
* ModifyApplicationAutoscaler请求参数结构体
|
|
@@ -1610,6 +1644,19 @@ export interface DescribeApplicationsStatusRequest {
|
|
|
1610
1644
|
*/
|
|
1611
1645
|
EnvironmentId?: string;
|
|
1612
1646
|
}
|
|
1647
|
+
/**
|
|
1648
|
+
* DescribeIngress返回参数结构体
|
|
1649
|
+
*/
|
|
1650
|
+
export interface DescribeIngressResponse {
|
|
1651
|
+
/**
|
|
1652
|
+
* Ingress 规则配置
|
|
1653
|
+
*/
|
|
1654
|
+
Result: IngressInfo;
|
|
1655
|
+
/**
|
|
1656
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1657
|
+
*/
|
|
1658
|
+
RequestId?: string;
|
|
1659
|
+
}
|
|
1613
1660
|
/**
|
|
1614
1661
|
* 应用实例
|
|
1615
1662
|
*/
|
|
@@ -2267,6 +2314,23 @@ export interface CronHorizontalAutoscaler {
|
|
|
2267
2314
|
*/
|
|
2268
2315
|
Priority?: number;
|
|
2269
2316
|
}
|
|
2317
|
+
/**
|
|
2318
|
+
* DescribeApplicationServiceList请求参数结构体
|
|
2319
|
+
*/
|
|
2320
|
+
export interface DescribeApplicationServiceListRequest {
|
|
2321
|
+
/**
|
|
2322
|
+
* namespace id
|
|
2323
|
+
*/
|
|
2324
|
+
EnvironmentId: string;
|
|
2325
|
+
/**
|
|
2326
|
+
* 服务ID
|
|
2327
|
+
*/
|
|
2328
|
+
ApplicationId: string;
|
|
2329
|
+
/**
|
|
2330
|
+
* xx
|
|
2331
|
+
*/
|
|
2332
|
+
SourceChannel?: number;
|
|
2333
|
+
}
|
|
2270
2334
|
/**
|
|
2271
2335
|
* DescribeDeployApplicationDetail返回参数结构体
|
|
2272
2336
|
*/
|
|
@@ -2397,6 +2461,20 @@ export interface CreateApplicationAutoscalerRequest {
|
|
|
2397
2461
|
*/
|
|
2398
2462
|
Autoscaler?: Autoscaler;
|
|
2399
2463
|
}
|
|
2464
|
+
/**
|
|
2465
|
+
* DeleteApplicationService返回参数结构体
|
|
2466
|
+
*/
|
|
2467
|
+
export interface DeleteApplicationServiceResponse {
|
|
2468
|
+
/**
|
|
2469
|
+
* 是否成功
|
|
2470
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2471
|
+
*/
|
|
2472
|
+
Result: boolean;
|
|
2473
|
+
/**
|
|
2474
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2475
|
+
*/
|
|
2476
|
+
RequestId?: string;
|
|
2477
|
+
}
|
|
2400
2478
|
/**
|
|
2401
2479
|
* 配置
|
|
2402
2480
|
*/
|
|
@@ -2495,6 +2573,31 @@ export interface DescribeConfigDataListResponse {
|
|
|
2495
2573
|
*/
|
|
2496
2574
|
RequestId?: string;
|
|
2497
2575
|
}
|
|
2576
|
+
/**
|
|
2577
|
+
* ModifyApplicationService请求参数结构体
|
|
2578
|
+
*/
|
|
2579
|
+
export interface ModifyApplicationServiceRequest {
|
|
2580
|
+
/**
|
|
2581
|
+
* 服务id
|
|
2582
|
+
*/
|
|
2583
|
+
ApplicationId: string;
|
|
2584
|
+
/**
|
|
2585
|
+
* 环境ID
|
|
2586
|
+
*/
|
|
2587
|
+
EnvironmentId: string;
|
|
2588
|
+
/**
|
|
2589
|
+
* 来源渠道
|
|
2590
|
+
*/
|
|
2591
|
+
SourceChannel?: number;
|
|
2592
|
+
/**
|
|
2593
|
+
* 全量访问方式设置
|
|
2594
|
+
*/
|
|
2595
|
+
Service?: EksService;
|
|
2596
|
+
/**
|
|
2597
|
+
* 单条访问方式设置
|
|
2598
|
+
*/
|
|
2599
|
+
Data?: ServicePortMapping;
|
|
2600
|
+
}
|
|
2498
2601
|
/**
|
|
2499
2602
|
* DescribePagedLogConfigList返回参数结构体
|
|
2500
2603
|
*/
|
|
@@ -3097,6 +3200,27 @@ export interface DescribeRunPodPage {
|
|
|
3097
3200
|
*/
|
|
3098
3201
|
PodList: Array<RunVersionPod>;
|
|
3099
3202
|
}
|
|
3203
|
+
/**
|
|
3204
|
+
* CreateApplicationService请求参数结构体
|
|
3205
|
+
*/
|
|
3206
|
+
export interface CreateApplicationServiceRequest {
|
|
3207
|
+
/**
|
|
3208
|
+
* 服务id
|
|
3209
|
+
*/
|
|
3210
|
+
ApplicationId: string;
|
|
3211
|
+
/**
|
|
3212
|
+
* 环境ID
|
|
3213
|
+
*/
|
|
3214
|
+
EnvironmentId: string;
|
|
3215
|
+
/**
|
|
3216
|
+
* 来源渠道
|
|
3217
|
+
*/
|
|
3218
|
+
SourceChannel?: number;
|
|
3219
|
+
/**
|
|
3220
|
+
* 访问方式详情
|
|
3221
|
+
*/
|
|
3222
|
+
Service?: ServicePortMapping;
|
|
3223
|
+
}
|
|
3100
3224
|
/**
|
|
3101
3225
|
* ModifyApplicationReplicas返回参数结构体
|
|
3102
3226
|
*/
|
|
@@ -3199,13 +3323,14 @@ export interface IngressRuleBackend {
|
|
|
3199
3323
|
ServicePort: number;
|
|
3200
3324
|
}
|
|
3201
3325
|
/**
|
|
3202
|
-
*
|
|
3326
|
+
* CreateApplicationService返回参数结构体
|
|
3203
3327
|
*/
|
|
3204
|
-
export interface
|
|
3328
|
+
export interface CreateApplicationServiceResponse {
|
|
3205
3329
|
/**
|
|
3206
|
-
*
|
|
3330
|
+
* 是否成功
|
|
3331
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3207
3332
|
*/
|
|
3208
|
-
Result:
|
|
3333
|
+
Result: boolean;
|
|
3209
3334
|
/**
|
|
3210
3335
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
3211
3336
|
*/
|
|
@@ -3371,6 +3496,20 @@ export interface HorizontalAutoscaler {
|
|
|
3371
3496
|
*/
|
|
3372
3497
|
Enabled?: boolean;
|
|
3373
3498
|
}
|
|
3499
|
+
/**
|
|
3500
|
+
* ModifyApplicationService返回参数结构体
|
|
3501
|
+
*/
|
|
3502
|
+
export interface ModifyApplicationServiceResponse {
|
|
3503
|
+
/**
|
|
3504
|
+
* 是否成功
|
|
3505
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3506
|
+
*/
|
|
3507
|
+
Result: boolean;
|
|
3508
|
+
/**
|
|
3509
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
3510
|
+
*/
|
|
3511
|
+
RequestId?: string;
|
|
3512
|
+
}
|
|
3374
3513
|
/**
|
|
3375
3514
|
* 服务端口映射
|
|
3376
3515
|
*/
|
|
@@ -7419,7 +7419,7 @@ export interface AutoUpgradeClusterLevel {
|
|
|
7419
7419
|
*/
|
|
7420
7420
|
export interface CreateEKSClusterRequest {
|
|
7421
7421
|
/**
|
|
7422
|
-
* k8s版本号。可为1.
|
|
7422
|
+
* k8s版本号。可为1.18.4 1.20.6。
|
|
7423
7423
|
*/
|
|
7424
7424
|
K8SVersion: string;
|
|
7425
7425
|
/**
|
|
@@ -7439,7 +7439,7 @@ export interface CreateEKSClusterRequest {
|
|
|
7439
7439
|
*/
|
|
7440
7440
|
ClusterDesc?: string;
|
|
7441
7441
|
/**
|
|
7442
|
-
* Serivce 所在子网Id
|
|
7442
|
+
* Service CIDR 或 Serivce 所在子网Id
|
|
7443
7443
|
*/
|
|
7444
7444
|
ServiceSubnetId?: string;
|
|
7445
7445
|
/**
|
|
@@ -146,13 +146,17 @@ export interface DescribeCloudNativeAPIGatewayNodesRequest {
|
|
|
146
146
|
*/
|
|
147
147
|
GatewayId: string;
|
|
148
148
|
/**
|
|
149
|
-
*
|
|
149
|
+
* 实例分组id
|
|
150
150
|
*/
|
|
151
|
-
|
|
151
|
+
GroupId?: string;
|
|
152
152
|
/**
|
|
153
153
|
* 翻页获取多少个
|
|
154
154
|
*/
|
|
155
155
|
Limit?: number;
|
|
156
|
+
/**
|
|
157
|
+
* 翻页从第几个开始获取
|
|
158
|
+
*/
|
|
159
|
+
Offset?: number;
|
|
156
160
|
}
|
|
157
161
|
/**
|
|
158
162
|
* 获取网关节点信息
|
|
@@ -2204,6 +2204,7 @@ export interface DescribeMediaProcessUsageDataRequest {
|
|
|
2204
2204
|
<li> ContentRecognition: 内容识别</li>
|
|
2205
2205
|
<li> RemoveWatermark: 去除水印</li>
|
|
2206
2206
|
<li> ExtractTraceWatermark: 提取水印</li>
|
|
2207
|
+
<li> AddTraceWatermark: 添加水印</li>
|
|
2207
2208
|
<li>Transcode: 转码,包含普通转码、极速高清和视频编辑(不推荐使用)</li>
|
|
2208
2209
|
*/
|
|
2209
2210
|
Type?: string;
|
|
@@ -3493,6 +3494,7 @@ export interface TaskStatData {
|
|
|
3493
3494
|
<li> ContentRecognition: 内容识别</li>
|
|
3494
3495
|
<li> RemoveWatermark: 去水印</li>
|
|
3495
3496
|
<li> ExtractTraceWatermark: 提取水印</li>
|
|
3497
|
+
<li> AddTraceWatermark: 添加水印</li>
|
|
3496
3498
|
<li>Transcode: 转码,包含普通转码、极速高清和视频编辑(不推荐使用)</li>
|
|
3497
3499
|
*/
|
|
3498
3500
|
TaskType: string;
|
|
@@ -9249,7 +9249,7 @@ export interface Address {
|
|
|
9249
9249
|
*/
|
|
9250
9250
|
IsEipDirectConnection: boolean;
|
|
9251
9251
|
/**
|
|
9252
|
-
* EIP 资源类型,包括CalcIP、WanIP、EIP和AnycastEIP
|
|
9252
|
+
* EIP 资源类型,包括CalcIP、WanIP、EIP和AnycastEIP、高防EIP。其中:`CalcIP` 表示设备 IP,`WanIP` 表示普通公网 IP,`EIP` 表示弹性公网 IP,`AnycastEip` 表示加速 EIP,`AntiDDoSEIP`表示高防EIP。
|
|
9253
9253
|
*/
|
|
9254
9254
|
AddressType: string;
|
|
9255
9255
|
/**
|