tencentcloud-sdk-nodejs 4.0.267 → 4.0.268

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 (53) hide show
  1. package/CHANGELOG.md +259 -0
  2. package/SERVICE_CHANGELOG.md +446 -118
  3. package/package.json +1 -1
  4. package/products.md +17 -16
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/as/v20180419/as_models.ts +5 -0
  7. package/src/services/cam/v20190116/cam_client.ts +21 -7
  8. package/src/services/cam/v20190116/cam_models.ts +134 -11
  9. package/src/services/clb/v20180317/clb_models.ts +5 -0
  10. package/src/services/cls/v20201016/cls_models.ts +3 -49
  11. package/src/services/dlc/v20210125/dlc_models.ts +0 -1
  12. package/src/services/eb/index.ts +5 -0
  13. package/src/services/eb/v20210416/eb_client.ts +353 -0
  14. package/src/services/eb/v20210416/eb_models.ts +1483 -0
  15. package/src/services/eb/v20210416/index.ts +6 -0
  16. package/src/services/essbasic/v20210526/essbasic_models.ts +26 -6
  17. package/src/services/faceid/v20180301/faceid_client.ts +15 -1
  18. package/src/services/faceid/v20180301/faceid_models.ts +128 -8
  19. package/src/services/index.ts +1 -0
  20. package/src/services/iotvideoindustry/v20201201/iotvideoindustry_models.ts +7 -2
  21. package/src/services/tcss/v20201101/tcss_models.ts +22 -1
  22. package/src/services/tke/v20180525/tke_models.ts +13 -0
  23. package/src/services/tsf/v20180326/tsf_models.ts +12 -0
  24. package/tencentcloud/common/sdk_version.d.ts +1 -1
  25. package/tencentcloud/common/sdk_version.js +1 -1
  26. package/tencentcloud/services/as/v20180419/as_models.d.ts +4 -0
  27. package/tencentcloud/services/cam/v20190116/cam_client.d.ts +7 -3
  28. package/tencentcloud/services/cam/v20190116/cam_client.js +9 -3
  29. package/tencentcloud/services/cam/v20190116/cam_models.d.ts +113 -10
  30. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +4 -0
  31. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +2 -48
  32. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +0 -1
  33. package/tencentcloud/services/eb/index.d.ts +6 -0
  34. package/tencentcloud/services/eb/index.js +7 -0
  35. package/tencentcloud/services/eb/v20210416/eb_client.d.ts +110 -0
  36. package/tencentcloud/services/eb/v20210416/eb_client.js +181 -0
  37. package/tencentcloud/services/eb/v20210416/eb_models.d.ts +1248 -0
  38. package/tencentcloud/services/eb/v20210416/eb_models.js +18 -0
  39. package/tencentcloud/services/eb/v20210416/index.d.ts +6 -0
  40. package/tencentcloud/services/eb/v20210416/index.js +9 -0
  41. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +22 -6
  42. package/tencentcloud/services/faceid/v20180301/faceid_client.d.ts +5 -1
  43. package/tencentcloud/services/faceid/v20180301/faceid_client.js +6 -0
  44. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +108 -8
  45. package/tencentcloud/services/index.d.ts +1 -0
  46. package/tencentcloud/services/index.js +2 -0
  47. package/tencentcloud/services/iotvideoindustry/v20201201/iotvideoindustry_models.d.ts +6 -2
  48. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +18 -1
  49. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +11 -0
  50. package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +10 -0
  51. package/test/cam.v20190116.test.js +12 -2
  52. package/test/eb.v20210416.test.js +271 -0
  53. package/test/faceid.v20180301.test.js +10 -0
@@ -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 "./eb_models";
2
+ import { Client } from "./eb_client";
3
+ export declare const v20210416: {
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.v20210416 = void 0;
4
+ const Models = require("./eb_models");
5
+ const eb_client_1 = require("./eb_client");
6
+ exports.v20210416 = {
7
+ Client: eb_client_1.Client,
8
+ Models: Models
9
+ };
@@ -34,15 +34,15 @@ export interface FlowApproverInfo {
34
34
  /**
35
35
  * 签署人姓名
36
36
  */
37
- Name: string;
38
- /**
39
- * 签署人手机号,脱敏显示
40
- */
41
- Mobile: string;
37
+ Name?: string;
42
38
  /**
43
39
  * 经办人身份证号
44
40
  */
45
41
  IdCardNumber?: string;
42
+ /**
43
+ * 签署人手机号,脱敏显示
44
+ */
45
+ Mobile?: string;
46
46
  /**
47
47
  * 签署完前端跳转的url,暂未使用
48
48
  */
@@ -67,6 +67,22 @@ export interface FlowApproverInfo {
67
67
  * 合同的强制预览时间:3~300s,未指定则按合同页数计算
68
68
  */
69
69
  PreReadTime?: number;
70
+ /**
71
+ * 个人签署方指定签署控件类型,目前仅支持:OCR_ESIGN
72
+ */
73
+ ComponentLimitType?: Array<string>;
74
+ /**
75
+ * 流程签署人在模板中对应的签署人Id;在非单方签署、以及非B2C签署的场景下必传,用于指定当前签署方在流程中的位置;
76
+ */
77
+ RecipientId?: string;
78
+ /**
79
+ * 同一渠道下其他合作企业OpenId,签署人为非发起方企业员工场景下必传;
80
+ */
81
+ OrganizationOpenId?: string;
82
+ /**
83
+ * 同一渠道下其他合作企业OpenId,B2B场景下必传;
84
+ */
85
+ OrganizationName?: string;
70
86
  }
71
87
  /**
72
88
  * PrepareFlows返回参数结构体
@@ -1068,7 +1084,7 @@ export interface FlowInfo {
1068
1084
  */
1069
1085
  CustomerData?: string;
1070
1086
  /**
1071
- * 被抄送人的信息列表
1087
+ * 被抄送人的信息列表,抄送功能暂不开放
1072
1088
  */
1073
1089
  CcInfos?: Array<CcInfo>;
1074
1090
  }
@@ -1,6 +1,6 @@
1
1
  import { AbstractClient } from "../../../common/abstract_client";
2
2
  import { ClientConfig } from "../../../common/interface";
3
- import { GetDetectInfoEnhancedRequest, GetFaceIdTokenRequest, LivenessRequest, CheckBankCardInformationRequest, MobileNetworkTimeVerificationResponse, GetLiveCodeRequest, CheckIdNameDateResponse, IdCardVerificationRequest, BankCardVerificationRequest, CheckBankCardInformationResponse, CheckIdCardInformationResponse, GetDetectInfoEnhancedResponse, PhoneVerificationRequest, GetEidResultRequest, DetectAuthResponse, PhoneVerificationResponse, GetEidTokenRequest, IdCardOCRVerificationRequest, CheckPhoneAndNameResponse, BankCard4EVerificationResponse, MobileStatusRequest, DetectReflectLivenessAndCompareResponse, GetRealNameAuthTokenRequest, CheckIdNameDateRequest, BankCard2EVerificationRequest, LivenessRecognitionRequest, GetFaceIdTokenResponse, DetectReflectLivenessAndCompareRequest, CheckEidTokenStatusResponse, MobileStatusResponse, IdCardOCRVerificationResponse, GetRealNameAuthTokenResponse, LivenessResponse, CheckIdCardInformationRequest, DetectAuthRequest, MinorsVerificationResponse, CheckEidTokenStatusRequest, GetEidResultResponse, GetRealNameAuthResultRequest, ImageRecognitionRequest, BankCard4EVerificationRequest, MobileNetworkTimeVerificationRequest, GetFaceIdResultRequest, GetActionSequenceResponse, LivenessRecognitionResponse, BankCardVerificationResponse, MinorsVerificationRequest, ImageRecognitionResponse, GetActionSequenceRequest, GetDetectInfoResponse, LivenessCompareResponse, GetLiveCodeResponse, GetDetectInfoRequest, BankCard2EVerificationResponse, IdCardVerificationResponse, CheckPhoneAndNameRequest, GetEidTokenResponse, LivenessCompareRequest, GetFaceIdResultResponse, EncryptedPhoneVerificationRequest, GetRealNameAuthResultResponse, EncryptedPhoneVerificationResponse } from "./faceid_models";
3
+ import { GetDetectInfoEnhancedRequest, GetFaceIdTokenRequest, LivenessRequest, CheckBankCardInformationRequest, MobileNetworkTimeVerificationResponse, GetLiveCodeRequest, CheckIdNameDateResponse, IdCardVerificationRequest, BankCardVerificationRequest, CheckBankCardInformationResponse, CheckIdCardInformationResponse, GetDetectInfoEnhancedResponse, PhoneVerificationRequest, GetEidResultRequest, DetectAuthResponse, PhoneVerificationResponse, GetEidTokenRequest, IdCardOCRVerificationRequest, GetWeChatBillDetailsResponse, CheckPhoneAndNameResponse, BankCard4EVerificationResponse, MobileStatusRequest, DetectReflectLivenessAndCompareResponse, GetRealNameAuthTokenRequest, CheckIdNameDateRequest, BankCard2EVerificationRequest, LivenessRecognitionRequest, GetFaceIdTokenResponse, DetectReflectLivenessAndCompareRequest, CheckEidTokenStatusResponse, MobileStatusResponse, IdCardOCRVerificationResponse, LivenessResponse, CheckIdCardInformationRequest, DetectAuthRequest, MinorsVerificationResponse, GetWeChatBillDetailsRequest, CheckEidTokenStatusRequest, GetEidResultResponse, GetRealNameAuthResultRequest, ImageRecognitionRequest, BankCard4EVerificationRequest, MobileNetworkTimeVerificationRequest, GetFaceIdResultRequest, GetActionSequenceResponse, LivenessRecognitionResponse, BankCardVerificationResponse, MinorsVerificationRequest, ImageRecognitionResponse, GetActionSequenceRequest, GetDetectInfoResponse, LivenessCompareResponse, GetLiveCodeResponse, GetDetectInfoRequest, BankCard2EVerificationResponse, IdCardVerificationResponse, CheckPhoneAndNameRequest, GetEidTokenResponse, LivenessCompareRequest, GetFaceIdResultResponse, EncryptedPhoneVerificationRequest, GetRealNameAuthTokenResponse, GetRealNameAuthResultResponse, EncryptedPhoneVerificationResponse } from "./faceid_models";
4
4
  /**
5
5
  * faceid client
6
6
  * @class
@@ -15,6 +15,10 @@ export declare class Client extends AbstractClient {
15
15
  * 使用动作活体检测模式前,需调用本接口获取动作顺序。
16
16
  */
17
17
  GetActionSequence(req: GetActionSequenceRequest, cb?: (error: string, rep: GetActionSequenceResponse) => void): Promise<GetActionSequenceResponse>;
18
+ /**
19
+ * 查询微信渠道服务(微信小程序、微信原生H5、微信普通H5)的账单明细及计费状态。
20
+ */
21
+ GetWeChatBillDetails(req: GetWeChatBillDetailsRequest, cb?: (error: string, rep: GetWeChatBillDetailsResponse) => void): Promise<GetWeChatBillDetailsResponse>;
18
22
  /**
19
23
  * 传入身份证人像面照片,识别身份证照片上的信息,并将姓名、身份证号、身份证人像照片与公安权威库的证件照进行比对,是否属于同一个人,从而验证身份证信息的真实性。
20
24
  */
@@ -39,6 +39,12 @@ class Client extends abstract_client_1.AbstractClient {
39
39
  async GetActionSequence(req, cb) {
40
40
  return this.request("GetActionSequence", req, cb);
41
41
  }
42
+ /**
43
+ * 查询微信渠道服务(微信小程序、微信原生H5、微信普通H5)的账单明细及计费状态。
44
+ */
45
+ async GetWeChatBillDetails(req, cb) {
46
+ return this.request("GetWeChatBillDetails", req, cb);
47
+ }
42
48
  /**
43
49
  * 传入身份证人像面照片,识别身份证照片上的信息,并将姓名、身份证号、身份证人像照片与公安权威库的证件照进行比对,是否属于同一个人,从而验证身份证信息的真实性。
44
50
  */
@@ -285,6 +285,27 @@ export interface DetectInfoBestFrame {
285
285
  */
286
286
  BestFrames: Array<string>;
287
287
  }
288
+ /**
289
+ * 账单详情
290
+ */
291
+ export interface WeChatBillDetail {
292
+ /**
293
+ * token
294
+ */
295
+ BizToken: string;
296
+ /**
297
+ * 本token收费次数
298
+ */
299
+ ChargeCount: number;
300
+ /**
301
+ * 本token计费详情
302
+ */
303
+ ChargeDetails: Array<ChargeDetail>;
304
+ /**
305
+ * 业务RuleId
306
+ */
307
+ RuleId: string;
308
+ }
288
309
  /**
289
310
  * 获取token时的的配置
290
311
  */
@@ -575,6 +596,27 @@ export interface IdCardOCRVerificationRequest {
575
596
  */
576
597
  Encryption?: Encryption;
577
598
  }
599
+ /**
600
+ * GetWeChatBillDetails返回参数结构体
601
+ */
602
+ export interface GetWeChatBillDetailsResponse {
603
+ /**
604
+ * 是否还有下一页。该字段为true时,需要将NextCursor的值作为入参Cursor继续调用本接口。
605
+ */
606
+ HasNextPage: boolean;
607
+ /**
608
+ * 下一页的游标。用于分页。
609
+ */
610
+ NextCursor: number;
611
+ /**
612
+ * 数据
613
+ */
614
+ WeChatBillDetails: Array<WeChatBillDetail>;
615
+ /**
616
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
617
+ */
618
+ RequestId?: string;
619
+ }
578
620
  /**
579
621
  * CheckPhoneAndName返回参数结构体
580
622
  */
@@ -945,21 +987,45 @@ export interface IdCardOCRVerificationResponse {
945
987
  RequestId?: string;
946
988
  }
947
989
  /**
948
- * GetRealNameAuthToken返回参数结构体
990
+ * 计费详情
949
991
  */
950
- export interface GetRealNameAuthTokenResponse {
992
+ export interface ChargeDetail {
951
993
  /**
952
- * 查询实名认证结果的唯一凭证
994
+ * 一比一时间时间戳,13位。
953
995
  */
954
- AuthToken?: string;
996
+ ReqTime: string;
955
997
  /**
956
- * 实名认证授权地址,认证发起方需要重定向到这个地址获取认证用户的授权,仅能在微信环境下打开。
998
+ * 一比一请求的唯一标记。
957
999
  */
958
- RedirectURL?: string;
1000
+ Seq: string;
959
1001
  /**
960
- * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1002
+ * 一比一时使用的、脱敏后的身份证号。
961
1003
  */
962
- RequestId?: string;
1004
+ Idcard: string;
1005
+ /**
1006
+ * 一比一时使用的、脱敏后的姓名。
1007
+ */
1008
+ Name: string;
1009
+ /**
1010
+ * 一比一的相似度。0-100,保留2位小数。
1011
+ */
1012
+ Sim: string;
1013
+ /**
1014
+ * 本次详情是否收费。
1015
+ */
1016
+ IsNeedCharge: boolean;
1017
+ /**
1018
+ * 收费类型,比对、核身、混合部署。
1019
+ */
1020
+ ChargeType: string;
1021
+ /**
1022
+ * 本次活体一比一最终结果。
1023
+ */
1024
+ ErrorCode: string;
1025
+ /**
1026
+ * 本次活体一比一最终结果描述。
1027
+ */
1028
+ ErrorMessage: string;
963
1029
  }
964
1030
  /**
965
1031
  * Liveness返回参数结构体
@@ -1228,6 +1294,23 @@ export interface MinorsVerificationResponse {
1228
1294
  */
1229
1295
  RequestId?: string;
1230
1296
  }
1297
+ /**
1298
+ * GetWeChatBillDetails请求参数结构体
1299
+ */
1300
+ export interface GetWeChatBillDetailsRequest {
1301
+ /**
1302
+ * 拉取的日期(YYYY-MM-DD)。最大可追溯到365天前。当天6点后才能拉取前一天的数据。
1303
+ */
1304
+ Date: string;
1305
+ /**
1306
+ * 游标。用于分页,取第一页时传0,取后续页面时,传入本接口响应中返回的NextCursor字段的值。
1307
+ */
1308
+ Cursor: number;
1309
+ /**
1310
+ * 需要拉取账单详情业务对应的RuleId。不传会返回所有RuleId数据。默认为空字符串。
1311
+ */
1312
+ RuleId?: string;
1313
+ }
1231
1314
  /**
1232
1315
  * CheckEidTokenStatus请求参数结构体
1233
1316
  */
@@ -2004,6 +2087,23 @@ export interface EncryptedPhoneVerificationRequest {
2004
2087
  */
2005
2088
  EncryptionMode: string;
2006
2089
  }
2090
+ /**
2091
+ * GetRealNameAuthToken返回参数结构体
2092
+ */
2093
+ export interface GetRealNameAuthTokenResponse {
2094
+ /**
2095
+ * 查询实名认证结果的唯一凭证
2096
+ */
2097
+ AuthToken?: string;
2098
+ /**
2099
+ * 实名认证授权地址,认证发起方需要重定向到这个地址获取认证用户的授权,仅能在微信环境下打开。
2100
+ */
2101
+ RedirectURL?: string;
2102
+ /**
2103
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2104
+ */
2105
+ RequestId?: string;
2106
+ }
2007
2107
  /**
2008
2108
  * GetRealNameAuthResult返回参数结构体
2009
2109
  */
@@ -64,6 +64,7 @@ export { drm } from "./drm";
64
64
  export { ds } from "./ds";
65
65
  export { dtf } from "./dtf";
66
66
  export { dts } from "./dts";
67
+ export { eb } from "./eb";
67
68
  export { ecc } from "./ecc";
68
69
  export { ecdn } from "./ecdn";
69
70
  export { ecm } from "./ecm";
@@ -132,6 +132,8 @@ var dtf_1 = require("./dtf");
132
132
  Object.defineProperty(exports, "dtf", { enumerable: true, get: function () { return dtf_1.dtf; } });
133
133
  var dts_1 = require("./dts");
134
134
  Object.defineProperty(exports, "dts", { enumerable: true, get: function () { return dts_1.dts; } });
135
+ var eb_1 = require("./eb");
136
+ Object.defineProperty(exports, "eb", { enumerable: true, get: function () { return eb_1.eb; } });
135
137
  var ecc_1 = require("./ecc");
136
138
  Object.defineProperty(exports, "ecc", { enumerable: true, get: function () { return ecc_1.ecc; } });
137
139
  var ecdn_1 = require("./ecdn");
@@ -3182,11 +3182,15 @@ export interface ModifyLiveVideoResponse {
3182
3182
  */
3183
3183
  export interface DescribeChannelStreamURLRequest {
3184
3184
  /**
3185
- * 设备唯一标识
3185
+ * 设备唯一标识,必填参数
3186
3186
  */
3187
3187
  DeviceId: string;
3188
3188
  /**
3189
- * 通道唯一标识(接口升级字段为必填)
3189
+ * 流地址失效时间,固定值填写0,其他参数无效,必填参数
3190
+ */
3191
+ ExpireTime: number;
3192
+ /**
3193
+ * 通道唯一标识(接口升级字段为必填),必填参数
3190
3194
  */
3191
3195
  ChannelId?: string;
3192
3196
  }
@@ -4157,7 +4157,7 @@ export interface HostInfo {
4157
4157
  */
4158
4158
  IsContainerd: boolean;
4159
4159
  /**
4160
- * 主机来源
4160
+ * 主机来源:["CVM", "ECM", "LH", "BM"] 中的之一为腾讯云服务器;["Other"]之一非腾讯云服务器;
4161
4161
  */
4162
4162
  MachineType: string;
4163
4163
  /**
@@ -4168,6 +4168,14 @@ export interface HostInfo {
4168
4168
  * 主机uuid
4169
4169
  */
4170
4170
  Uuid: string;
4171
+ /**
4172
+ * 主机实例ID
4173
+ */
4174
+ InstanceID: string;
4175
+ /**
4176
+ * 地域ID
4177
+ */
4178
+ RegionID: number;
4171
4179
  }
4172
4180
  /**
4173
4181
  * DescribeVirusScanTimeoutSetting请求参数结构体
@@ -4525,6 +4533,14 @@ export interface DescribeAssetHostDetailResponse {
4525
4533
  * 外网ip
4526
4534
  */
4527
4535
  PublicIp: string;
4536
+ /**
4537
+ * 主机实例ID
4538
+ */
4539
+ InstanceID: string;
4540
+ /**
4541
+ * 地域ID
4542
+ */
4543
+ RegionID: number;
4528
4544
  /**
4529
4545
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
4530
4546
  */
@@ -9132,6 +9148,7 @@ export interface DescribeAssetHostListRequest {
9132
9148
  <li>HostID- string - 是否必填:否 - 主机id搜索</li>
9133
9149
  <li>DockerVersion- string - 是否必填:否 - docker版本搜索</li>
9134
9150
  <li>MachineType- string - 是否必填:否 - 主机来源MachineType搜索,"ALL":"全部"(或不传该字段),"TENCENTCLOUD":"腾讯云服务器","OTHERCLOUD":"非腾讯云服务器"</li>
9151
+ <li>DockerStatus- string - 是否必填:否 - docker安装状态,"ALL":"全部"(或不传该字段),"INSTALL":"已安装","UNINSTALL":"未安装"</li>
9135
9152
  */
9136
9153
  Filters?: Array<AssetFilters>;
9137
9154
  /**
@@ -1449,6 +1449,11 @@ export interface PrometheusAlertRule {
1449
1449
  注意:此字段可能返回 null,表示取不到有效值。
1450
1450
  */
1451
1451
  Annotations?: Array<Label>;
1452
+ /**
1453
+ * 告警规则状态
1454
+ 注意:此字段可能返回 null,表示取不到有效值。
1455
+ */
1456
+ RuleState?: number;
1452
1457
  }
1453
1458
  /**
1454
1459
  * DescribePrometheusAgentInstances请求参数结构体
@@ -3902,6 +3907,12 @@ abnormal = 异常
3902
3907
  * 集群名称
3903
3908
  */
3904
3909
  ClusterName: string;
3910
+ /**
3911
+ * 额外labels
3912
+ 本集群的所有指标都会带上这几个label
3913
+ 注意:此字段可能返回 null,表示取不到有效值。
3914
+ */
3915
+ ExternalLabels: Array<Label>;
3905
3916
  }
3906
3917
  /**
3907
3918
  * 集群中控制器的状态描述
@@ -4118,6 +4118,16 @@ export interface ContainerGroupDeploy {
4118
4118
  注意:此字段可能返回 null,表示取不到有效值。
4119
4119
  */
4120
4120
  TcrRepoInfo: TcrRepoInfo;
4121
+ /**
4122
+ * 数据卷信息,list
4123
+ 注意:此字段可能返回 null,表示取不到有效值。
4124
+ */
4125
+ VolumeInfos: Array<VolumeInfo>;
4126
+ /**
4127
+ * 数据卷挂载信息,list
4128
+ 注意:此字段可能返回 null,表示取不到有效值。
4129
+ */
4130
+ VolumeMountInfos: Array<VolumeMountInfo>;
4121
4131
  }
4122
4132
  /**
4123
4133
  * Tsf命名空间分页对象
@@ -378,9 +378,9 @@ it("cam.v20190116.GetPolicyVersion", async function () {
378
378
  }
379
379
  })
380
380
 
381
- it("cam.v20190116.UpdateAssumeRolePolicy", async function () {
381
+ it("cam.v20190116.ListAttachedUserAllPolicies", async function () {
382
382
  try {
383
- const data = await client.UpdateAssumeRolePolicy({})
383
+ const data = await client.ListAttachedUserAllPolicies({})
384
384
  expect(data).to.be.ok
385
385
  } catch(error) {
386
386
  expect(error.requestId).to.be.ok
@@ -698,6 +698,16 @@ it("cam.v20190116.CreatePolicy", async function () {
698
698
  }
699
699
  })
700
700
 
701
+ it("cam.v20190116.UpdateAssumeRolePolicy", async function () {
702
+ try {
703
+ const data = await client.UpdateAssumeRolePolicy({})
704
+ expect(data).to.be.ok
705
+ } catch(error) {
706
+ expect(error.requestId).to.be.ok
707
+ expect(error.code).to.be.ok
708
+ }
709
+ })
710
+
701
711
  it("cam.v20190116.DetachUserPolicy", async function () {
702
712
  try {
703
713
  const data = await client.DetachUserPolicy({})