tencentcloud-sdk-nodejs 4.0.448 → 4.0.450

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 (84) hide show
  1. package/CHANGELOG.md +320 -0
  2. package/SERVICE_CHANGELOG.md +360 -27
  3. package/package.json +1 -1
  4. package/products.md +18 -15
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/bpaas/index.ts +5 -0
  7. package/src/services/bpaas/v20181217/bpaas_client.ts +59 -0
  8. package/src/services/bpaas/v20181217/bpaas_models.ts +291 -0
  9. package/src/services/bpaas/v20181217/index.ts +6 -0
  10. package/src/services/cam/v20190116/cam_models.ts +2 -2
  11. package/src/services/cfg/v20210820/cfg_models.ts +12 -0
  12. package/src/services/ckafka/v20190819/ckafka_client.ts +2 -1
  13. package/src/services/ckafka/v20190819/ckafka_models.ts +86 -10
  14. package/src/services/es/v20180416/es_models.ts +6 -0
  15. package/src/services/ess/v20201111/ess_models.ts +1 -1
  16. package/src/services/essbasic/v20210526/essbasic_models.ts +2 -2
  17. package/src/services/index.ts +3 -0
  18. package/src/services/lcic/index.ts +5 -0
  19. package/src/services/lcic/v20220817/index.ts +6 -0
  20. package/src/services/lcic/v20220817/lcic_client.ts +115 -0
  21. package/src/services/lcic/v20220817/lcic_models.ts +371 -0
  22. package/src/services/live/v20180801/live_models.ts +19 -16
  23. package/src/services/monitor/v20180724/monitor_client.ts +4 -1
  24. package/src/services/monitor/v20180724/monitor_models.ts +137 -7
  25. package/src/services/organization/v20210331/organization_models.ts +7 -1
  26. package/src/services/postgres/v20170312/postgres_client.ts +1 -1
  27. package/src/services/postgres/v20170312/postgres_models.ts +76 -12
  28. package/src/services/tcm/v20210413/tcm_client.ts +1 -0
  29. package/src/services/tcm/v20210413/tcm_models.ts +11 -0
  30. package/src/services/tcr/v20190924/tcr_models.ts +3 -3
  31. package/src/services/tds/index.ts +5 -0
  32. package/src/services/tds/v20220801/index.ts +6 -0
  33. package/src/services/tds/v20220801/tds_client.ts +68 -0
  34. package/src/services/tds/v20220801/tds_models.ts +256 -0
  35. package/src/services/tke/v20180525/tke_models.ts +2 -2
  36. package/src/services/vpc/v20170312/vpc_models.ts +1 -1
  37. package/tencentcloud/common/sdk_version.d.ts +1 -1
  38. package/tencentcloud/common/sdk_version.js +1 -1
  39. package/tencentcloud/services/bpaas/index.d.ts +6 -0
  40. package/tencentcloud/services/bpaas/index.js +7 -0
  41. package/tencentcloud/services/bpaas/v20181217/bpaas_client.d.ts +18 -0
  42. package/tencentcloud/services/bpaas/v20181217/bpaas_client.js +43 -0
  43. package/tencentcloud/services/bpaas/v20181217/bpaas_models.d.ts +233 -0
  44. package/tencentcloud/services/bpaas/v20181217/bpaas_models.js +18 -0
  45. package/tencentcloud/services/bpaas/v20181217/index.d.ts +6 -0
  46. package/tencentcloud/services/bpaas/v20181217/index.js +9 -0
  47. package/tencentcloud/services/cam/v20190116/cam_models.d.ts +2 -2
  48. package/tencentcloud/services/cfg/v20210820/cfg_models.d.ts +10 -0
  49. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +72 -8
  50. package/tencentcloud/services/es/v20180416/es_models.d.ts +5 -0
  51. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +1 -1
  52. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +2 -2
  53. package/tencentcloud/services/index.d.ts +3 -0
  54. package/tencentcloud/services/index.js +6 -0
  55. package/tencentcloud/services/lcic/index.d.ts +6 -0
  56. package/tencentcloud/services/lcic/index.js +7 -0
  57. package/tencentcloud/services/lcic/v20220817/index.d.ts +6 -0
  58. package/tencentcloud/services/lcic/v20220817/index.js +9 -0
  59. package/tencentcloud/services/lcic/v20220817/lcic_client.d.ts +38 -0
  60. package/tencentcloud/services/lcic/v20220817/lcic_client.js +73 -0
  61. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +302 -0
  62. package/tencentcloud/services/lcic/v20220817/lcic_models.js +18 -0
  63. package/tencentcloud/services/live/v20180801/live_models.d.ts +16 -13
  64. package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +1 -1
  65. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +115 -7
  66. package/tencentcloud/services/organization/v20210331/organization_models.d.ts +6 -1
  67. package/tencentcloud/services/postgres/v20170312/postgres_client.d.ts +1 -1
  68. package/tencentcloud/services/postgres/v20170312/postgres_client.js +1 -1
  69. package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +67 -11
  70. package/tencentcloud/services/tcm/v20210413/tcm_models.d.ts +9 -0
  71. package/tencentcloud/services/tcr/v20190924/tcr_models.d.ts +3 -3
  72. package/tencentcloud/services/tds/index.d.ts +6 -0
  73. package/tencentcloud/services/tds/index.js +7 -0
  74. package/tencentcloud/services/tds/v20220801/index.d.ts +6 -0
  75. package/tencentcloud/services/tds/v20220801/index.js +9 -0
  76. package/tencentcloud/services/tds/v20220801/tds_client.d.ts +22 -0
  77. package/tencentcloud/services/tds/v20220801/tds_client.js +49 -0
  78. package/tencentcloud/services/tds/v20220801/tds_models.d.ts +199 -0
  79. package/tencentcloud/services/tds/v20220801/tds_models.js +18 -0
  80. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +2 -2
  81. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +1 -1
  82. package/test/bpaas.v20181217.test.js +41 -0
  83. package/test/lcic.v20220817.test.js +91 -0
  84. package/test/tds.v20220801.test.js +51 -0
@@ -0,0 +1,256 @@
1
+ /*
2
+ * Copyright (c) 2018 THL A29 Limited, a Tencent company. All Rights Reserved.
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing,
11
+ * software distributed under the License is distributed on an
12
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
13
+ * KIND, either express or implied. See the License for the
14
+ * specific language governing permissions and limitations
15
+ * under the License.
16
+ */
17
+
18
+ /**
19
+ * DescribeFraudBase请求参数结构体
20
+ */
21
+ export interface DescribeFraudBaseRequest {
22
+ /**
23
+ * 客户端通过SDK获取的设备Token
24
+ */
25
+ DeviceToken: string
26
+ }
27
+
28
+ /**
29
+ * 风险信息
30
+ */
31
+ export interface RiskInfo {
32
+ /**
33
+ * 风险类型
34
+ */
35
+ Type: number
36
+
37
+ /**
38
+ * 风险等级
39
+ */
40
+ Level: number
41
+ }
42
+
43
+ /**
44
+ * DescribeFraudPremium返回参数结构体
45
+ */
46
+ export interface DescribeFraudPremiumResponse {
47
+ /**
48
+ * App版本信息
49
+ */
50
+ AppVersion: string
51
+
52
+ /**
53
+ * 品牌
54
+ */
55
+ Brand: string
56
+
57
+ /**
58
+ * 客户端IP
59
+ */
60
+ ClientIp: string
61
+
62
+ /**
63
+ * 机型
64
+ */
65
+ Model: string
66
+
67
+ /**
68
+ * 网络类型
69
+ */
70
+ NetworkType: string
71
+
72
+ /**
73
+ * 应用包名
74
+ */
75
+ PackageName: string
76
+
77
+ /**
78
+ * 平台(2-Android,3-iOS,4-H5,5-微信小程序)
79
+ */
80
+ Platform: string
81
+
82
+ /**
83
+ * 系统版本
84
+ */
85
+ SystemVersion: string
86
+
87
+ /**
88
+ * SDK版本号
89
+ */
90
+ SdkBuildNo: string
91
+
92
+ /**
93
+ * 实时风险信息
94
+ */
95
+ RiskInfos: Array<RiskInfo>
96
+
97
+ /**
98
+ * 离线风险信息
99
+ */
100
+ HistRiskInfos: Array<RiskInfo>
101
+
102
+ /**
103
+ * 设备匿名标识
104
+ */
105
+ Openid: string
106
+
107
+ /**
108
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
109
+ */
110
+ RequestId?: string
111
+ }
112
+
113
+ /**
114
+ * DescribeTrustedID返回参数结构体
115
+ */
116
+ export interface DescribeTrustedIDResponse {
117
+ /**
118
+ * 设备匿名标识
119
+ */
120
+ Openid: string
121
+
122
+ /**
123
+ * App版本信息
124
+ */
125
+ AppVersion: string
126
+
127
+ /**
128
+ * 品牌
129
+ */
130
+ Brand: string
131
+
132
+ /**
133
+ * 客户端IP
134
+ */
135
+ ClientIp: string
136
+
137
+ /**
138
+ * 机型
139
+ */
140
+ Model: string
141
+
142
+ /**
143
+ * 网络类型
144
+ */
145
+ NetworkType: string
146
+
147
+ /**
148
+ * 应用包名
149
+ */
150
+ PackageName: string
151
+
152
+ /**
153
+ * 平台(2-Android,3-iOS,4-H5,5-微信小程序)
154
+ */
155
+ Platform: string
156
+
157
+ /**
158
+ * 系统版本
159
+ */
160
+ SystemVersion: string
161
+
162
+ /**
163
+ * SDK版本号
164
+ */
165
+ SdkBuildNo: string
166
+
167
+ /**
168
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
169
+ */
170
+ RequestId?: string
171
+ }
172
+
173
+ /**
174
+ * DescribeFraudBase返回参数结构体
175
+ */
176
+ export interface DescribeFraudBaseResponse {
177
+ /**
178
+ * App版本信息
179
+ */
180
+ AppVersion: string
181
+
182
+ /**
183
+ * 品牌
184
+ */
185
+ Brand: string
186
+
187
+ /**
188
+ * 客户端IP
189
+ */
190
+ ClientIp: string
191
+
192
+ /**
193
+ * 机型
194
+ */
195
+ Model: string
196
+
197
+ /**
198
+ * 网络类型
199
+ */
200
+ NetworkType: string
201
+
202
+ /**
203
+ * 应用包名
204
+ */
205
+ PackageName: string
206
+
207
+ /**
208
+ * 平台(2-Android,3-iOS,4-H5,5-微信小程序)
209
+ */
210
+ Platform: string
211
+
212
+ /**
213
+ * 系统版本
214
+ */
215
+ SystemVersion: string
216
+
217
+ /**
218
+ * SDK版本号
219
+ */
220
+ SdkBuildNo: string
221
+
222
+ /**
223
+ * 实时风险信息
224
+ */
225
+ RiskInfos: Array<RiskInfo>
226
+
227
+ /**
228
+ * 离线风险信息
229
+ */
230
+ HistRiskInfos: Array<RiskInfo>
231
+
232
+ /**
233
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
234
+ */
235
+ RequestId?: string
236
+ }
237
+
238
+ /**
239
+ * DescribeTrustedID请求参数结构体
240
+ */
241
+ export interface DescribeTrustedIDRequest {
242
+ /**
243
+ * 客户端通过SDK获取的设备Token
244
+ */
245
+ DeviceToken: string
246
+ }
247
+
248
+ /**
249
+ * DescribeFraudPremium请求参数结构体
250
+ */
251
+ export interface DescribeFraudPremiumRequest {
252
+ /**
253
+ * 客户端通过SDK获取的设备Token
254
+ */
255
+ DeviceToken: string
256
+ }
@@ -8716,7 +8716,7 @@ export interface AutoUpgradeClusterLevel {
8716
8716
  */
8717
8717
  export interface CreateEKSClusterRequest {
8718
8718
  /**
8719
- * k8s版本号。可为1.14.4, 1.12.8
8719
+ * k8s版本号。可为1.18.4 1.20.6
8720
8720
  */
8721
8721
  K8SVersion: string
8722
8722
 
@@ -8741,7 +8741,7 @@ export interface CreateEKSClusterRequest {
8741
8741
  ClusterDesc?: string
8742
8742
 
8743
8743
  /**
8744
- * Serivce 所在子网Id
8744
+ * Service CIDR 或 Serivce 所在子网Id
8745
8745
  */
8746
8746
  ServiceSubnetId?: string
8747
8747
 
@@ -10877,7 +10877,7 @@ export interface Address {
10877
10877
  IsEipDirectConnection: boolean
10878
10878
 
10879
10879
  /**
10880
- * EIP 资源类型,包括CalcIP、WanIP、EIP和AnycastEIP。其中:CalcIP 表示设备 IPWanIP 表示普通公网 IPEIP 表示弹性公网 IPAnycastEip 表示加速 EIP。
10880
+ * EIP 资源类型,包括CalcIP、WanIP、EIP和AnycastEIP、高防EIP。其中:`CalcIP` 表示设备 IP,`WanIP` 表示普通公网 IP,`EIP` 表示弹性公网 IP,`AnycastEip` 表示加速 EIP,`AntiDDoSEIP`表示高防EIP
10881
10881
  */
10882
10882
  AddressType: string
10883
10883
 
@@ -1 +1 @@
1
- export declare const sdkVersion = "4.0.448";
1
+ export declare const sdkVersion = "4.0.450";
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.sdkVersion = void 0;
4
- exports.sdkVersion = "4.0.448";
4
+ exports.sdkVersion = "4.0.450";
@@ -0,0 +1,6 @@
1
+ export declare const bpaas: {
2
+ v20181217: {
3
+ Client: typeof import("./v20181217/bpaas_client").Client;
4
+ Models: typeof import("./v20181217/bpaas_models");
5
+ };
6
+ };
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.bpaas = void 0;
4
+ const v20181217_1 = require("./v20181217");
5
+ exports.bpaas = {
6
+ v20181217: v20181217_1.v20181217,
7
+ };
@@ -0,0 +1,18 @@
1
+ import { AbstractClient } from "../../../common/abstract_client";
2
+ import { ClientConfig } from "../../../common/interface";
3
+ import { OutApproveBpaasApplicationResponse, GetBpaasApproveDetailRequest, GetBpaasApproveDetailResponse, OutApproveBpaasApplicationRequest } from "./bpaas_models";
4
+ /**
5
+ * bpaas client
6
+ * @class
7
+ */
8
+ export declare class Client extends AbstractClient {
9
+ constructor(clientConfig: ClientConfig);
10
+ /**
11
+ * 查看审批详情
12
+ */
13
+ GetBpaasApproveDetail(req: GetBpaasApproveDetailRequest, cb?: (error: string, rep: GetBpaasApproveDetailResponse) => void): Promise<GetBpaasApproveDetailResponse>;
14
+ /**
15
+ * 外部审批申请单
16
+ */
17
+ OutApproveBpaasApplication(req: OutApproveBpaasApplicationRequest, cb?: (error: string, rep: OutApproveBpaasApplicationResponse) => void): Promise<OutApproveBpaasApplicationResponse>;
18
+ }
@@ -0,0 +1,43 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.Client = void 0;
4
+ /* eslint-disable @typescript-eslint/no-unused-vars */
5
+ /*
6
+ * Copyright (c) 2018 THL A29 Limited, a Tencent company. All Rights Reserved.
7
+ *
8
+ * Licensed under the Apache License, Version 2.0 (the "License");
9
+ * you may not use this file except in compliance with the License.
10
+ * You may obtain a copy of the License at
11
+ *
12
+ * http://www.apache.org/licenses/LICENSE-2.0
13
+ *
14
+ * Unless required by applicable law or agreed to in writing,
15
+ * software distributed under the License is distributed on an
16
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
17
+ * KIND, either express or implied. See the License for the
18
+ * specific language governing permissions and limitations
19
+ * under the License.
20
+ */
21
+ const abstract_client_1 = require("../../../common/abstract_client");
22
+ /**
23
+ * bpaas client
24
+ * @class
25
+ */
26
+ class Client extends abstract_client_1.AbstractClient {
27
+ constructor(clientConfig) {
28
+ super("bpaas.tencentcloudapi.com", "2018-12-17", clientConfig);
29
+ }
30
+ /**
31
+ * 查看审批详情
32
+ */
33
+ async GetBpaasApproveDetail(req, cb) {
34
+ return this.request("GetBpaasApproveDetail", req, cb);
35
+ }
36
+ /**
37
+ * 外部审批申请单
38
+ */
39
+ async OutApproveBpaasApplication(req, cb) {
40
+ return this.request("OutApproveBpaasApplication", req, cb);
41
+ }
42
+ }
43
+ exports.Client = Client;
@@ -0,0 +1,233 @@
1
+ /**
2
+ * 状态节点
3
+ */
4
+ export interface StatusNode {
5
+ /**
6
+ * 节点id
7
+ */
8
+ NodeId: string;
9
+ /**
10
+ * 节点名称
11
+ */
12
+ NodeName: string;
13
+ /**
14
+ * 节点类型 1:审批节点 2:执行节点 3:条件节点
15
+ */
16
+ NodeType: number;
17
+ /**
18
+ * 下一个节点
19
+ */
20
+ NextNode: string;
21
+ /**
22
+ * 审批意见模型
23
+ 注意:此字段可能返回 null,表示取不到有效值。
24
+ */
25
+ Opinion: ApproveOpinion;
26
+ /**
27
+ * scf函数名称
28
+ 注意:此字段可能返回 null,表示取不到有效值。
29
+ */
30
+ ScfName: string;
31
+ /**
32
+ * 状态(0:待审批,1:审批通过,2:拒绝,3:scf执行失败,4:scf执行成功)
33
+ 注意:此字段可能返回 null,表示取不到有效值。
34
+ */
35
+ SubStatus: number;
36
+ /**
37
+ * 审批节点审批人
38
+ 注意:此字段可能返回 null,表示取不到有效值。
39
+ */
40
+ ApprovedUin: Array<number>;
41
+ /**
42
+ * 审批时间
43
+ 注意:此字段可能返回 null,表示取不到有效值。
44
+ */
45
+ CreateTime: string;
46
+ /**
47
+ * 审批意见信息 审批节点:审批人意见 执行节点:scf函数执行日志
48
+ 注意:此字段可能返回 null,表示取不到有效值。
49
+ */
50
+ Msg: string;
51
+ /**
52
+ * 有权限审批该节点的uin
53
+ 注意:此字段可能返回 null,表示取不到有效值。
54
+ */
55
+ Users: ApproveUser;
56
+ /**
57
+ * 是否有权限审批该节点
58
+ 注意:此字段可能返回 null,表示取不到有效值。
59
+ */
60
+ IsApprove: boolean;
61
+ /**
62
+ * 审批id
63
+ 注意:此字段可能返回 null,表示取不到有效值。
64
+ */
65
+ ApproveId: string;
66
+ /**
67
+ * 审批方式 0或签 1会签
68
+ 注意:此字段可能返回 null,表示取不到有效值。
69
+ */
70
+ ApproveMethod: number;
71
+ /**
72
+ * 审批节点审批类型,1人工审批 2自动通过 3自动决绝 4外部审批scf
73
+ 注意:此字段可能返回 null,表示取不到有效值。
74
+ */
75
+ ApproveType: number;
76
+ /**
77
+ * 外部审批类型 scf:0或null ; CKafka:1
78
+ 注意:此字段可能返回 null,表示取不到有效值。
79
+ */
80
+ CallMethod: number;
81
+ }
82
+ /**
83
+ * 审批意见
84
+ */
85
+ export interface ApproveOpinion {
86
+ /**
87
+ * 方式 1:输入文字反馈 2:预设选项
88
+ */
89
+ Type: number;
90
+ /**
91
+ * 审批意见
92
+ 注意:此字段可能返回 null,表示取不到有效值。
93
+ */
94
+ Content?: Array<string>;
95
+ }
96
+ /**
97
+ * OutApproveBpaasApplication返回参数结构体
98
+ */
99
+ export interface OutApproveBpaasApplicationResponse {
100
+ /**
101
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
102
+ */
103
+ RequestId?: string;
104
+ }
105
+ /**
106
+ * GetBpaasApproveDetail请求参数结构体
107
+ */
108
+ export interface GetBpaasApproveDetailRequest {
109
+ /**
110
+ * 审批id
111
+ */
112
+ ApproveId: number;
113
+ }
114
+ /**
115
+ * 审批人
116
+ */
117
+ export interface ApproveUser {
118
+ /**
119
+ * 用户uin
120
+ */
121
+ Uin: number;
122
+ /**
123
+ * 用户类型 (1:用户 2:用户组)
124
+ */
125
+ Type: number;
126
+ /**
127
+ * 用户描述
128
+ 注意:此字段可能返回 null,表示取不到有效值。
129
+ */
130
+ Desc?: string;
131
+ /**
132
+ * 用户昵称
133
+ 注意:此字段可能返回 null,表示取不到有效值。
134
+ */
135
+ Nick?: string;
136
+ }
137
+ /**
138
+ * GetBpaasApproveDetail返回参数结构体
139
+ */
140
+ export interface GetBpaasApproveDetailResponse {
141
+ /**
142
+ * 申请人uin
143
+ */
144
+ ApplyUin: number;
145
+ /**
146
+ * 申请人主账号
147
+ */
148
+ ApplyOwnUin: number;
149
+ /**
150
+ * 申请人昵称
151
+ 注意:此字段可能返回 null,表示取不到有效值。
152
+ */
153
+ ApplyUinNick: string;
154
+ /**
155
+ * 审批流id
156
+ */
157
+ BpaasId: number;
158
+ /**
159
+ * 审批流名称
160
+ */
161
+ BpaasName: string;
162
+ /**
163
+ * 申请参数
164
+ 注意:此字段可能返回 null,表示取不到有效值。
165
+ */
166
+ ApplicationParams: Array<ApplyParam>;
167
+ /**
168
+ * 申请原因
169
+ 注意:此字段可能返回 null,表示取不到有效值。
170
+ */
171
+ Reason: string;
172
+ /**
173
+ * 申请时间
174
+ 注意:此字段可能返回 null,表示取不到有效值。
175
+ */
176
+ CreateTime: string;
177
+ /**
178
+ * 申请单状态
179
+ 注意:此字段可能返回 null,表示取不到有效值。
180
+ */
181
+ Status: number;
182
+ /**
183
+ * 节点信息
184
+ 注意:此字段可能返回 null,表示取不到有效值。
185
+ */
186
+ Nodes: Array<StatusNode>;
187
+ /**
188
+ * 正在审批的节点id
189
+ 注意:此字段可能返回 null,表示取不到有效值。
190
+ */
191
+ ApprovingNodeId: string;
192
+ /**
193
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
194
+ */
195
+ RequestId?: string;
196
+ }
197
+ /**
198
+ * OutApproveBpaasApplication请求参数结构体
199
+ */
200
+ export interface OutApproveBpaasApplicationRequest {
201
+ /**
202
+ * 状态 1:通过 2:拒绝
203
+ */
204
+ Status: number;
205
+ /**
206
+ * 审批单id
207
+ */
208
+ ApproveId: number;
209
+ /**
210
+ * 审批意见
211
+ */
212
+ Msg?: string;
213
+ }
214
+ /**
215
+ * bpaas申请入参
216
+ */
217
+ export interface ApplyParam {
218
+ /**
219
+ * 审批流中表单唯一标识
220
+ 注意:此字段可能返回 null,表示取不到有效值。
221
+ */
222
+ Key: string;
223
+ /**
224
+ * 表单value
225
+ 注意:此字段可能返回 null,表示取不到有效值。
226
+ */
227
+ Value: Array<string>;
228
+ /**
229
+ * 表单参数描述
230
+ 注意:此字段可能返回 null,表示取不到有效值。
231
+ */
232
+ Name?: string;
233
+ }
@@ -0,0 +1,18 @@
1
+ "use strict";
2
+ /*
3
+ * Copyright (c) 2018 THL A29 Limited, a Tencent company. All Rights Reserved.
4
+ *
5
+ * Licensed under the Apache License, Version 2.0 (the "License");
6
+ * you may not use this file except in compliance with the License.
7
+ * You may obtain a copy of the License at
8
+ *
9
+ * http://www.apache.org/licenses/LICENSE-2.0
10
+ *
11
+ * Unless required by applicable law or agreed to in writing,
12
+ * software distributed under the License is distributed on an
13
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14
+ * KIND, either express or implied. See the License for the
15
+ * specific language governing permissions and limitations
16
+ * under the License.
17
+ */
18
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,6 @@
1
+ import * as Models from "./bpaas_models";
2
+ import { Client } from "./bpaas_client";
3
+ export declare const v20181217: {
4
+ Client: typeof Client;
5
+ Models: typeof Models;
6
+ };
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.v20181217 = void 0;
4
+ const Models = require("./bpaas_models");
5
+ const bpaas_client_1 = require("./bpaas_client");
6
+ exports.v20181217 = {
7
+ Client: bpaas_client_1.Client,
8
+ Models: Models
9
+ };
@@ -1209,11 +1209,11 @@ export interface DetachRolePolicyRequest {
1209
1209
  */
1210
1210
  PolicyId?: number;
1211
1211
  /**
1212
- * 角色ID,用于指定角色,入参 AttachRoleIdAttachRoleName 二选一
1212
+ * 角色ID,用于指定角色,入参 DetachRoleIdDetachRoleName 二选一
1213
1213
  */
1214
1214
  DetachRoleId?: string;
1215
1215
  /**
1216
- * 角色名称,用于指定角色,入参 AttachRoleIdAttachRoleName 二选一
1216
+ * 角色名称,用于指定角色,入参 DetachRoleIdDetachRoleName 二选一
1217
1217
  */
1218
1218
  DetachRoleName?: string;
1219
1219
  /**
@@ -837,6 +837,16 @@ export interface TaskListItem {
837
837
  * 任务更新时间
838
838
  */
839
839
  TaskUpdateTime: string;
840
+ /**
841
+ * 0--未开始,1--进行中,2--已完成
842
+ 注意:此字段可能返回 null,表示取不到有效值。
843
+ */
844
+ TaskPreCheckStatus: number;
845
+ /**
846
+ * 环境检查是否通过
847
+ 注意:此字段可能返回 null,表示取不到有效值。
848
+ */
849
+ TaskPreCheckSuccess: boolean;
840
850
  }
841
851
  /**
842
852
  * ExecuteTaskInstance返回参数结构体