tencentcloud-sdk-nodejs 4.0.322 → 4.0.323

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 (38) hide show
  1. package/CHANGELOG.md +151 -0
  2. package/SERVICE_CHANGELOG.md +204 -64
  3. package/package.json +1 -1
  4. package/products.md +8 -7
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/asr/v20190614/asr_models.ts +6 -0
  7. package/src/services/captcha/v20190722/captcha_client.ts +1 -1
  8. package/src/services/cls/v20201016/cls_models.ts +32 -0
  9. package/src/services/icr/index.ts +5 -0
  10. package/src/services/icr/v20211014/icr_client.ts +54 -0
  11. package/src/services/icr/v20211014/icr_models.ts +363 -0
  12. package/src/services/icr/v20211014/index.ts +6 -0
  13. package/src/services/iecp/v20210914/iecp_models.ts +1 -1
  14. package/src/services/index.ts +1 -0
  15. package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +17 -10
  16. package/src/services/tcss/v20201101/tcss_models.ts +13 -0
  17. package/src/services/tsf/v20180326/tsf_models.ts +73 -1
  18. package/tencentcloud/common/sdk_version.d.ts +1 -1
  19. package/tencentcloud/common/sdk_version.js +1 -1
  20. package/tencentcloud/services/asr/v20190614/asr_models.d.ts +5 -0
  21. package/tencentcloud/services/captcha/v20190722/captcha_client.d.ts +1 -1
  22. package/tencentcloud/services/captcha/v20190722/captcha_client.js +1 -1
  23. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +26 -0
  24. package/tencentcloud/services/icr/index.d.ts +6 -0
  25. package/tencentcloud/services/icr/index.js +7 -0
  26. package/tencentcloud/services/icr/v20211014/icr_client.d.ts +14 -0
  27. package/tencentcloud/services/icr/v20211014/icr_client.js +37 -0
  28. package/tencentcloud/services/icr/v20211014/icr_models.d.ts +297 -0
  29. package/tencentcloud/services/icr/v20211014/icr_models.js +18 -0
  30. package/tencentcloud/services/icr/v20211014/index.d.ts +6 -0
  31. package/tencentcloud/services/icr/v20211014/index.js +9 -0
  32. package/tencentcloud/services/iecp/v20210914/iecp_models.d.ts +1 -1
  33. package/tencentcloud/services/index.d.ts +1 -0
  34. package/tencentcloud/services/index.js +2 -0
  35. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +16 -10
  36. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +11 -0
  37. package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +61 -1
  38. package/test/icr.v20211014.test.js +31 -0
@@ -2655,10 +2655,16 @@ export interface ImageRepository {
2655
2655
  ApplicationId: string
2656
2656
 
2657
2657
  /**
2658
- * ApplicationName值(类型是string)
2658
+ * ApplicationName值(废弃)
2659
2659
  注意:此字段可能返回 null,表示取不到有效值。
2660
2660
  */
2661
2661
  ApplicationName: ScalableRule
2662
+
2663
+ /**
2664
+ * ApplicationName值
2665
+ 注意:此字段可能返回 null,表示取不到有效值。
2666
+ */
2667
+ ApplicationNameReal: string
2662
2668
  }
2663
2669
 
2664
2670
  /**
@@ -3526,6 +3532,12 @@ export interface ContainGroup {
3526
3532
  注意:此字段可能返回 null,表示取不到有效值。
3527
3533
  */
3528
3534
  Alias: string
3535
+
3536
+ /**
3537
+ * KubeInjectEnable值
3538
+ 注意:此字段可能返回 null,表示取不到有效值。
3539
+ */
3540
+ KubeInjectEnable: boolean
3529
3541
  }
3530
3542
 
3531
3543
  /**
@@ -4257,6 +4269,54 @@ export interface ServiceStatisticsResult {
4257
4269
  注意:此字段可能返回 null,表示取不到有效值。
4258
4270
  */
4259
4271
  DbType: string
4272
+
4273
+ /**
4274
+ * Apdex值
4275
+ 注意:此字段可能返回 null,表示取不到有效值。
4276
+ */
4277
+ Apdex: number
4278
+
4279
+ /**
4280
+ * Qps值
4281
+ 注意:此字段可能返回 null,表示取不到有效值。
4282
+ */
4283
+ Qps: number
4284
+
4285
+ /**
4286
+ * 实例在线数
4287
+ 注意:此字段可能返回 null,表示取不到有效值。
4288
+ */
4289
+ InstanceOnlineCount: number
4290
+
4291
+ /**
4292
+ * 实例总数
4293
+ 注意:此字段可能返回 null,表示取不到有效值。
4294
+ */
4295
+ InstanceTotalCount: number
4296
+
4297
+ /**
4298
+ * normal/error
4299
+ 注意:此字段可能返回 null,表示取不到有效值。
4300
+ */
4301
+ Status: string
4302
+
4303
+ /**
4304
+ * normal/warn/error
4305
+ 注意:此字段可能返回 null,表示取不到有效值。
4306
+ */
4307
+ ErrorRateLevel: string
4308
+
4309
+ /**
4310
+ * normal/warn/error
4311
+ 注意:此字段可能返回 null,表示取不到有效值。
4312
+ */
4313
+ AvgTimeConsumingLevel: string
4314
+
4315
+ /**
4316
+ * normal/warn/error
4317
+ 注意:此字段可能返回 null,表示取不到有效值。
4318
+ */
4319
+ ApdexLevel: string
4260
4320
  }
4261
4321
 
4262
4322
  /**
@@ -4551,6 +4611,12 @@ export interface Namespace {
4551
4611
  注意:此字段可能返回 null,表示取不到有效值。
4552
4612
  */
4553
4613
  IsHaEnable: string
4614
+
4615
+ /**
4616
+ * KubeInjectEnable值
4617
+ 注意:此字段可能返回 null,表示取不到有效值。
4618
+ */
4619
+ KubeInjectEnable: boolean
4554
4620
  }
4555
4621
 
4556
4622
  /**
@@ -5241,6 +5307,12 @@ export interface ContainerGroupDeploy {
5241
5307
  注意:此字段可能返回 null,表示取不到有效值。
5242
5308
  */
5243
5309
  VolumeMountInfos: Array<VolumeMountInfo>
5310
+
5311
+ /**
5312
+ * KubeInjectEnable值
5313
+ 注意:此字段可能返回 null,表示取不到有效值。
5314
+ */
5315
+ KubeInjectEnable: boolean
5244
5316
  }
5245
5317
 
5246
5318
  /**
@@ -1 +1 @@
1
- export declare const sdkVersion = "4.0.322";
1
+ export declare const sdkVersion = "4.0.323";
@@ -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.322";
4
+ exports.sdkVersion = "4.0.323";
@@ -792,6 +792,11 @@ export interface SentenceDetail {
792
792
  注意:此字段可能返回 null,表示取不到有效值。
793
793
  */
794
794
  SpeechSpeed: number;
795
+ /**
796
+ * 声道或说话人 Id(请求中如果设置了 speaker_diarization或者ChannelNum为双声道,可区分说话人或声道)
797
+ 注意:此字段可能返回 null,表示取不到有效值。
798
+ */
799
+ SpeakerId: number;
795
800
  }
796
801
  /**
797
802
  * UpdateAsrVocab请求参数结构体
@@ -56,7 +56,7 @@ export declare class Client extends AbstractClient {
56
56
  */
57
57
  DescribeCaptchaAppIdInfo(req: DescribeCaptchaAppIdInfoRequest, cb?: (error: string, rep: DescribeCaptchaAppIdInfoResponse) => void): Promise<DescribeCaptchaAppIdInfoResponse>;
58
58
  /**
59
- * 核查验证码票据结果(Web|APP)
59
+ * 核查验证码票据结果(WebAPP)
60
60
  */
61
61
  DescribeCaptchaResult(req: DescribeCaptchaResultRequest, cb?: (error: string, rep: DescribeCaptchaResultResponse) => void): Promise<DescribeCaptchaResultResponse>;
62
62
  }
@@ -100,7 +100,7 @@ class Client extends abstract_client_1.AbstractClient {
100
100
  return this.request("DescribeCaptchaAppIdInfo", req, cb);
101
101
  }
102
102
  /**
103
- * 核查验证码票据结果(Web|APP)
103
+ * 核查验证码票据结果(WebAPP)
104
104
  */
105
105
  async DescribeCaptchaResult(req, cb) {
106
106
  return this.request("DescribeCaptchaResult", req, cb);
@@ -1560,6 +1560,14 @@ export interface CreateIndexRequest {
1560
1560
  * 是否生效,默认为true
1561
1561
  */
1562
1562
  Status?: boolean;
1563
+ /**
1564
+ * 全文索引系统预置字段标记,默认false。 false:不包含系统预置字段, true:包含系统预置字段
1565
+ */
1566
+ IncludeInternalFields?: boolean;
1567
+ /**
1568
+ * 元数据相关标志位,默认为0。 0:全文索引包括开启键值索引的元数据字段, 1:全文索引包括所有元数据字段,2:全文索引不包括元数据字段。
1569
+ */
1570
+ MetadataFlag?: number;
1563
1571
  }
1564
1572
  /**
1565
1573
  * DeleteConsumer返回参数结构体
@@ -2350,6 +2358,14 @@ export interface ModifyIndexRequest {
2350
2358
  * 索引规则
2351
2359
  */
2352
2360
  Rule?: RuleInfo;
2361
+ /**
2362
+ * 全文索引系统预置字段标记,默认false。 false:不包含系统预置字段, true:包含系统预置字段
2363
+ */
2364
+ IncludeInternalFields?: boolean;
2365
+ /**
2366
+ * 元数据相关标志位,默认为0。 0:全文索引包括开启键值索引的元数据字段, 1:全文索引包括所有元数据字段,2:全文索引不包括元数据字段。
2367
+ */
2368
+ MetadataFlag?: number;
2353
2369
  }
2354
2370
  /**
2355
2371
  * 日志分析的列属性
@@ -3626,6 +3642,16 @@ export interface DescribeIndexResponse {
3626
3642
  * 索引修改时间,初始值为索引创建时间。
3627
3643
  */
3628
3644
  ModifyTime: string;
3645
+ /**
3646
+ * 全文索引系统预置字段标记,默认false。 false:不包含系统预置字段, true:包含系统预置字段
3647
+ 注意:此字段可能返回 null,表示取不到有效值。
3648
+ */
3649
+ IncludeInternalFields: boolean;
3650
+ /**
3651
+ * 元数据相关标志位,默认为0。 0:全文索引包括开启键值索引的元数据字段, 1:全文索引包括所有元数据字段,2:全文索引不包括元数据字段。
3652
+ 注意:此字段可能返回 null,表示取不到有效值。
3653
+ */
3654
+ MetadataFlag: number;
3629
3655
  /**
3630
3656
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
3631
3657
  */
@@ -0,0 +1,6 @@
1
+ export declare const icr: {
2
+ v20211014: {
3
+ Client: typeof import("./v20211014/icr_client").Client;
4
+ Models: typeof import("./v20211014/icr_models");
5
+ };
6
+ };
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.icr = void 0;
4
+ const v20211014_1 = require("./v20211014");
5
+ exports.icr = {
6
+ v20211014: v20211014_1.v20211014,
7
+ };
@@ -0,0 +1,14 @@
1
+ import { AbstractClient } from "../../../common/abstract_client";
2
+ import { ClientConfig } from "../../../common/interface";
3
+ import { GetIndustryV1HomeMembersRequest, GetIndustryV1HomeMembersResponse } from "./icr_models";
4
+ /**
5
+ * icr client
6
+ * @class
7
+ */
8
+ export declare class Client extends AbstractClient {
9
+ constructor(clientConfig: ClientConfig);
10
+ /**
11
+ * 获取成员列表接口
12
+ */
13
+ GetIndustryV1HomeMembers(req: GetIndustryV1HomeMembersRequest, cb?: (error: string, rep: GetIndustryV1HomeMembersResponse) => void): Promise<GetIndustryV1HomeMembersResponse>;
14
+ }
@@ -0,0 +1,37 @@
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
+ * icr client
24
+ * @class
25
+ */
26
+ class Client extends abstract_client_1.AbstractClient {
27
+ constructor(clientConfig) {
28
+ super("icr.tencentcloudapi.com", "2021-10-14", clientConfig);
29
+ }
30
+ /**
31
+ * 获取成员列表接口
32
+ */
33
+ async GetIndustryV1HomeMembers(req, cb) {
34
+ return this.request("GetIndustryV1HomeMembers", req, cb);
35
+ }
36
+ }
37
+ exports.Client = Client;
@@ -0,0 +1,297 @@
1
+ /**
2
+ * 请求参数Vagrant
3
+ */
4
+ export interface ReqMetadataVagrant {
5
+ /**
6
+ * 无
7
+ */
8
+ Key?: string;
9
+ /**
10
+ * 无
11
+ */
12
+ Value?: string;
13
+ }
14
+ /**
15
+ * 获取成员列表回包Industry
16
+ */
17
+ export interface GetIndustryV1HomeMembersRespIndustry {
18
+ /**
19
+ * 行业ID
20
+ 注意:此字段可能返回 null,表示取不到有效值。
21
+ */
22
+ ID: string;
23
+ /**
24
+ * 行业名称
25
+ 注意:此字段可能返回 null,表示取不到有效值。
26
+ */
27
+ IndustryName: string;
28
+ }
29
+ /**
30
+ * 请求的Metadata
31
+ */
32
+ export interface ReqMetadata {
33
+ /**
34
+ * 渠道
35
+ */
36
+ ChannelID?: string;
37
+ /**
38
+ * 无
39
+ */
40
+ BusinessName?: string;
41
+ /**
42
+ * 无
43
+ */
44
+ GUID?: string;
45
+ /**
46
+ * 无
47
+ */
48
+ AppKey?: string;
49
+ /**
50
+ * 位置定位服务
51
+ */
52
+ LBS?: ReqMetadataLBS;
53
+ /**
54
+ * 透传字段
55
+ */
56
+ Vagrants?: Array<ReqMetadataVagrant>;
57
+ }
58
+ /**
59
+ * 获取成员列表回包DataList
60
+ */
61
+ export interface GetIndustryV1HomeMembersRespData {
62
+ /**
63
+ * 修改时间
64
+ 注意:此字段可能返回 null,表示取不到有效值。
65
+ */
66
+ EditTime: number;
67
+ /**
68
+ * 功能列表
69
+ 注意:此字段可能返回 null,表示取不到有效值。
70
+ */
71
+ FeatureList: GetIndustryV1HomeMembersRespFeature;
72
+ /**
73
+ * 用户ID
74
+ 注意:此字段可能返回 null,表示取不到有效值。
75
+ */
76
+ ID: string;
77
+ /**
78
+ * 用户行业分类
79
+ 注意:此字段可能返回 null,表示取不到有效值。
80
+ */
81
+ IndustryType: string;
82
+ /**
83
+ * 子用户数量
84
+ 注意:此字段可能返回 null,表示取不到有效值。
85
+ */
86
+ MemberNum: number;
87
+ /**
88
+ * 机器人列表
89
+ 注意:此字段可能返回 null,表示取不到有效值。
90
+ */
91
+ ProductList: GetIndustryV1HomeMembersRespProduct;
92
+ /**
93
+ * 备注
94
+ 注意:此字段可能返回 null,表示取不到有效值。
95
+ */
96
+ Remark: string;
97
+ /**
98
+ * 是否有效
99
+ 注意:此字段可能返回 null,表示取不到有效值。
100
+ */
101
+ Status: number;
102
+ /**
103
+ * 功能列表
104
+ 注意:此字段可能返回 null,表示取不到有效值。
105
+ */
106
+ TypeList: GetIndustryV1HomeMembersRespType;
107
+ /**
108
+ * 用户账号
109
+ 注意:此字段可能返回 null,表示取不到有效值。
110
+ */
111
+ UserAccount: string;
112
+ }
113
+ /**
114
+ * GetIndustryV1HomeMembers请求参数结构体
115
+ */
116
+ export interface GetIndustryV1HomeMembersRequest {
117
+ /**
118
+ * 无
119
+ */
120
+ Payload: GetIndustryV1HomeMembersReqPayload;
121
+ /**
122
+ * 无
123
+ */
124
+ Metadata?: ReqMetadata;
125
+ }
126
+ /**
127
+ * 获取成员列表接口回包Feature
128
+ */
129
+ export interface GetIndustryV1HomeMembersRespFeature {
130
+ /**
131
+ * 功能名称
132
+ 注意:此字段可能返回 null,表示取不到有效值。
133
+ */
134
+ FeatureName: string;
135
+ /**
136
+ * 功能ID
137
+ 注意:此字段可能返回 null,表示取不到有效值。
138
+ */
139
+ ID: string;
140
+ }
141
+ /**
142
+ * 获取成员列表入参payload
143
+ */
144
+ export interface GetIndustryV1HomeMembersReqPayload {
145
+ /**
146
+ * 用户ID
147
+ */
148
+ ID: string;
149
+ }
150
+ /**
151
+ * 获取成员列表接口回包ProductList
152
+ */
153
+ export interface GetIndustryV1HomeMembersRespProduct {
154
+ /**
155
+ * 创建时间
156
+ 注意:此字段可能返回 null,表示取不到有效值。
157
+ */
158
+ CreateTime: string;
159
+ /**
160
+ * 编辑时间
161
+ 注意:此字段可能返回 null,表示取不到有效值。
162
+ */
163
+ EditTime: string;
164
+ /**
165
+ * 机器人ID(AppKey信息)
166
+ 注意:此字段可能返回 null,表示取不到有效值。
167
+ */
168
+ AppKey: string;
169
+ /**
170
+ * 机器人图标
171
+ 注意:此字段可能返回 null,表示取不到有效值。
172
+ */
173
+ Image: string;
174
+ /**
175
+ * 行业信息
176
+ 注意:此字段可能返回 null,表示取不到有效值。
177
+ */
178
+ Industry: Array<GetIndustryV1HomeMembersRespIndustry>;
179
+ /**
180
+ * 操作员列表
181
+ 注意:此字段可能返回 null,表示取不到有效值。
182
+ */
183
+ OperatorList: string;
184
+ /**
185
+ * 机器人名字
186
+ 注意:此字段可能返回 null,表示取不到有效值。
187
+ */
188
+ ProductName: string;
189
+ /**
190
+ * 备注
191
+ 注意:此字段可能返回 null,表示取不到有效值。
192
+ */
193
+ Remark: string;
194
+ /**
195
+ * 模板列表
196
+ 注意:此字段可能返回 null,表示取不到有效值。
197
+ */
198
+ TemplateList: string;
199
+ }
200
+ /**
201
+ * 回包的meta data
202
+ */
203
+ export interface RspMetadata {
204
+ /**
205
+ * 无
206
+ */
207
+ Code: number;
208
+ /**
209
+ * 无
210
+ */
211
+ Message: string;
212
+ /**
213
+ * 无
214
+ */
215
+ SessionID: string;
216
+ /**
217
+ * 无
218
+ */
219
+ SessionDelta: string;
220
+ }
221
+ /**
222
+ * 获取成员列表回包Payload
223
+ */
224
+ export interface GetIndustryV1HomeMembersRespPayload {
225
+ /**
226
+ * 用户级别
227
+ 注意:此字段可能返回 null,表示取不到有效值。
228
+ */
229
+ AccountLevel: string;
230
+ /**
231
+ * 用户列表
232
+ 注意:此字段可能返回 null,表示取不到有效值。
233
+ */
234
+ DataList: Array<GetIndustryV1HomeMembersRespData>;
235
+ /**
236
+ * 每页数量
237
+ 注意:此字段可能返回 null,表示取不到有效值。
238
+ */
239
+ Limit: number;
240
+ /**
241
+ * 分页偏移量,从0开始
242
+ 注意:此字段可能返回 null,表示取不到有效值。
243
+ */
244
+ Offset: number;
245
+ /**
246
+ * 用户总数
247
+ 注意:此字段可能返回 null,表示取不到有效值。
248
+ */
249
+ Total: number;
250
+ }
251
+ /**
252
+ * GetIndustryV1HomeMembers返回参数结构体
253
+ */
254
+ export interface GetIndustryV1HomeMembersResponse {
255
+ /**
256
+ * 无
257
+ 注意:此字段可能返回 null,表示取不到有效值。
258
+ */
259
+ Metadata: RspMetadata;
260
+ /**
261
+ * 无
262
+ 注意:此字段可能返回 null,表示取不到有效值。
263
+ */
264
+ Payload: GetIndustryV1HomeMembersRespPayload;
265
+ /**
266
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
267
+ */
268
+ RequestId?: string;
269
+ }
270
+ /**
271
+ * 请求参数的lbs
272
+ */
273
+ export interface ReqMetadataLBS {
274
+ /**
275
+ * 无
276
+ */
277
+ Latitude?: number;
278
+ /**
279
+ * 无
280
+ */
281
+ Longitude?: number;
282
+ }
283
+ /**
284
+ * 获取成员列表接口回包TypeList
285
+ */
286
+ export interface GetIndustryV1HomeMembersRespType {
287
+ /**
288
+ * 类型ID
289
+ 注意:此字段可能返回 null,表示取不到有效值。
290
+ */
291
+ Type: string;
292
+ /**
293
+ * 类型名称
294
+ 注意:此字段可能返回 null,表示取不到有效值。
295
+ */
296
+ TypeName: string;
297
+ }
@@ -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 "./icr_models";
2
+ import { Client } from "./icr_client";
3
+ export declare const v20211014: {
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.v20211014 = void 0;
4
+ const Models = require("./icr_models");
5
+ const icr_client_1 = require("./icr_client");
6
+ exports.v20211014 = {
7
+ Client: icr_client_1.Client,
8
+ Models: Models
9
+ };
@@ -820,7 +820,7 @@ export interface ModifyConfigMapRequest {
820
820
  */
821
821
  ConfigMapName: string;
822
822
  /**
823
- * Yaml配置
823
+ * Yaml配置, base64之后的串
824
824
  */
825
825
  Yaml: string;
826
826
  /**
@@ -90,6 +90,7 @@ export { habo } from "./habo";
90
90
  export { hcm } from "./hcm";
91
91
  export { iai } from "./iai";
92
92
  export { ic } from "./ic";
93
+ export { icr } from "./icr";
93
94
  export { ie } from "./ie";
94
95
  export { iecp } from "./iecp";
95
96
  export { iir } from "./iir";
@@ -184,6 +184,8 @@ var iai_1 = require("./iai");
184
184
  Object.defineProperty(exports, "iai", { enumerable: true, get: function () { return iai_1.iai; } });
185
185
  var ic_1 = require("./ic");
186
186
  Object.defineProperty(exports, "ic", { enumerable: true, get: function () { return ic_1.ic; } });
187
+ var icr_1 = require("./icr");
188
+ Object.defineProperty(exports, "icr", { enumerable: true, get: function () { return icr_1.icr; } });
187
189
  var ie_1 = require("./ie");
188
190
  Object.defineProperty(exports, "ie", { enumerable: true, get: function () { return ie_1.ie; } });
189
191
  var iecp_1 = require("./iecp");