tencentcloud-sdk-nodejs 4.0.811 → 4.0.813
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 +392 -0
- package/SERVICE_CHANGELOG.md +504 -46
- package/package.json +1 -1
- package/products.md +23 -23
- package/src/common/sdk_version.ts +1 -1
- package/src/services/af/v20200226/af_models.ts +3 -5
- package/src/services/afc/v20200226/afc_models.ts +4 -8
- package/src/services/cdn/v20180606/cdn_models.ts +1 -1
- package/src/services/cls/v20201016/cls_client.ts +17 -29
- package/src/services/cls/v20201016/cls_models.ts +54 -43
- package/src/services/cynosdb/v20190107/cynosdb_client.ts +1 -0
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +30 -0
- package/src/services/dnspod/v20210323/dnspod_client.ts +22 -9
- package/src/services/dnspod/v20210323/dnspod_models.ts +130 -60
- package/src/services/dts/v20211206/dts_models.ts +7 -2
- package/src/services/emr/v20190103/emr_client.ts +4 -2
- package/src/services/emr/v20190103/emr_models.ts +130 -66
- package/src/services/es/v20180416/es_client.ts +59 -20
- package/src/services/es/v20180416/es_models.ts +352 -139
- package/src/services/ess/v20201111/ess_client.ts +14 -0
- package/src/services/ess/v20201111/ess_models.ts +42 -1
- package/src/services/essbasic/v20210526/essbasic_client.ts +20 -2
- package/src/services/essbasic/v20210526/essbasic_models.ts +41 -3
- package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +40 -0
- package/src/services/lcic/v20220817/lcic_models.ts +42 -0
- package/src/services/live/v20180801/live_client.ts +13 -0
- package/src/services/live/v20180801/live_models.ts +58 -0
- package/src/services/mps/v20190612/mps_models.ts +2 -2
- package/src/services/mrs/v20200910/mrs_models.ts +1 -1
- package/src/services/sqlserver/v20180328/sqlserver_models.ts +4 -0
- package/src/services/ssl/v20191205/ssl_models.ts +1 -1
- package/src/services/teo/v20220901/teo_models.ts +1 -1
- package/src/services/tione/v20211111/tione_client.ts +19 -7
- package/src/services/tione/v20211111/tione_models.ts +26 -7
- package/src/services/trp/v20210515/trp_models.ts +10 -0
- package/src/services/wedata/v20210820/wedata_models.ts +30 -0
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/af/v20200226/af_models.d.ts +3 -5
- package/tencentcloud/services/afc/v20200226/afc_models.d.ts +4 -8
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +1 -1
- package/tencentcloud/services/cls/v20201016/cls_client.d.ts +7 -11
- package/tencentcloud/services/cls/v20201016/cls_client.js +9 -15
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +54 -41
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +29 -0
- package/tencentcloud/services/dnspod/v20210323/dnspod_client.d.ts +7 -3
- package/tencentcloud/services/dnspod/v20210323/dnspod_client.js +9 -3
- package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +127 -60
- package/tencentcloud/services/dts/v20211206/dts_models.d.ts +7 -2
- package/tencentcloud/services/emr/v20190103/emr_client.d.ts +1 -1
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +128 -66
- package/tencentcloud/services/es/v20180416/es_client.d.ts +17 -5
- package/tencentcloud/services/es/v20180416/es_client.js +24 -6
- package/tencentcloud/services/es/v20180416/es_models.d.ts +343 -139
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +7 -1
- package/tencentcloud/services/ess/v20201111/ess_client.js +8 -0
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +40 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +12 -2
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +13 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +39 -3
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +40 -0
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +42 -0
- package/tencentcloud/services/live/v20180801/live_client.d.ts +5 -1
- package/tencentcloud/services/live/v20180801/live_client.js +6 -0
- package/tencentcloud/services/live/v20180801/live_models.d.ts +55 -0
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +2 -2
- package/tencentcloud/services/mrs/v20200910/mrs_models.d.ts +1 -1
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +4 -0
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +1 -1
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +1 -1
- package/tencentcloud/services/tione/v20211111/tione_client.d.ts +7 -3
- package/tencentcloud/services/tione/v20211111/tione_client.js +9 -3
- package/tencentcloud/services/tione/v20211111/tione_models.d.ts +24 -7
- package/tencentcloud/services/trp/v20210515/trp_models.d.ts +10 -0
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +30 -0
- package/test/cls.v20201016.test.js +12 -22
- package/test/dnspod.v20210323.test.js +12 -2
- package/test/es.v20180416.test.js +34 -4
- package/test/ess.v20201111.test.js +10 -0
- package/test/essbasic.v20210526.test.js +10 -0
- package/test/live.v20180801.test.js +10 -0
- package/test/tione.v20211111.test.js +12 -2
|
@@ -2005,6 +2005,15 @@ export interface CreateNotebookImageRequest {
|
|
|
2005
2005
|
*/
|
|
2006
2006
|
Kernels?: Array<string>;
|
|
2007
2007
|
}
|
|
2008
|
+
/**
|
|
2009
|
+
* StartNotebook请求参数结构体
|
|
2010
|
+
*/
|
|
2011
|
+
export interface StartNotebookRequest {
|
|
2012
|
+
/**
|
|
2013
|
+
* notebook id
|
|
2014
|
+
*/
|
|
2015
|
+
Id: string;
|
|
2016
|
+
}
|
|
2008
2017
|
/**
|
|
2009
2018
|
* 接口描述信息
|
|
2010
2019
|
*/
|
|
@@ -2104,14 +2113,9 @@ export interface DescribeModelAccelerateVersionsResponse {
|
|
|
2104
2113
|
RequestId?: string;
|
|
2105
2114
|
}
|
|
2106
2115
|
/**
|
|
2107
|
-
*
|
|
2116
|
+
* DescribeBuildInImages请求参数结构体
|
|
2108
2117
|
*/
|
|
2109
|
-
export
|
|
2110
|
-
/**
|
|
2111
|
-
* notebook id
|
|
2112
|
-
*/
|
|
2113
|
-
Id: string;
|
|
2114
|
-
}
|
|
2118
|
+
export declare type DescribeBuildInImagesRequest = null;
|
|
2115
2119
|
/**
|
|
2116
2120
|
* notebook ssh端口配置
|
|
2117
2121
|
*/
|
|
@@ -4629,6 +4633,19 @@ export interface DescribeModelServiceResponse {
|
|
|
4629
4633
|
*/
|
|
4630
4634
|
RequestId?: string;
|
|
4631
4635
|
}
|
|
4636
|
+
/**
|
|
4637
|
+
* DescribeBuildInImages返回参数结构体
|
|
4638
|
+
*/
|
|
4639
|
+
export interface DescribeBuildInImagesResponse {
|
|
4640
|
+
/**
|
|
4641
|
+
* 内置镜像详情列表
|
|
4642
|
+
*/
|
|
4643
|
+
BuildInImageInfos?: Array<ImageInfo>;
|
|
4644
|
+
/**
|
|
4645
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
4646
|
+
*/
|
|
4647
|
+
RequestId?: string;
|
|
4648
|
+
}
|
|
4632
4649
|
/**
|
|
4633
4650
|
* DescribeDatasets返回参数结构体
|
|
4634
4651
|
*/
|
|
@@ -184,6 +184,16 @@ export interface Quota {
|
|
|
184
184
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
185
185
|
*/
|
|
186
186
|
RiskQuota?: number;
|
|
187
|
+
/**
|
|
188
|
+
* AI文字数量
|
|
189
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
190
|
+
*/
|
|
191
|
+
AigcTextQuota?: number;
|
|
192
|
+
/**
|
|
193
|
+
* AI图片数量
|
|
194
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
195
|
+
*/
|
|
196
|
+
AigcImageQuota?: number;
|
|
187
197
|
/**
|
|
188
198
|
* 溯源类型
|
|
189
199
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
@@ -4830,6 +4830,21 @@ export interface TableLineageInfo {
|
|
|
4830
4830
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4831
4831
|
*/
|
|
4832
4832
|
TableType?: string;
|
|
4833
|
+
/**
|
|
4834
|
+
* datasourceName
|
|
4835
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4836
|
+
*/
|
|
4837
|
+
DatasourceName?: string;
|
|
4838
|
+
/**
|
|
4839
|
+
* DatabaseName
|
|
4840
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4841
|
+
*/
|
|
4842
|
+
DatabaseName?: string;
|
|
4843
|
+
/**
|
|
4844
|
+
* DatabaseId
|
|
4845
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4846
|
+
*/
|
|
4847
|
+
DatabaseId?: string;
|
|
4833
4848
|
}
|
|
4834
4849
|
/**
|
|
4835
4850
|
* DescribeWorkflowTaskCount返回参数结构体
|
|
@@ -18905,6 +18920,21 @@ export interface TableMeta {
|
|
|
18905
18920
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
18906
18921
|
*/
|
|
18907
18922
|
Location?: string;
|
|
18923
|
+
/**
|
|
18924
|
+
* 判断是否是分区表1 是 0否
|
|
18925
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
18926
|
+
*/
|
|
18927
|
+
IsPartitionTable?: number;
|
|
18928
|
+
/**
|
|
18929
|
+
* 分区字段 key
|
|
18930
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
18931
|
+
*/
|
|
18932
|
+
PartitionColumns?: Array<string>;
|
|
18933
|
+
/**
|
|
18934
|
+
* 生命周期-分区保留天数【分区保留策略时有效】
|
|
18935
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
18936
|
+
*/
|
|
18937
|
+
PartitionExpireDays?: number;
|
|
18908
18938
|
}
|
|
18909
18939
|
/**
|
|
18910
18940
|
* CountOpsInstanceState返回参数结构体
|
|
@@ -58,16 +58,6 @@ it("cls.v20201016.CreateIndex", async function () {
|
|
|
58
58
|
}
|
|
59
59
|
})
|
|
60
60
|
|
|
61
|
-
it("cls.v20201016.QueryMetric", async function () {
|
|
62
|
-
try {
|
|
63
|
-
const data = await client.QueryMetric({})
|
|
64
|
-
expect(data).to.be.ok
|
|
65
|
-
} catch(error) {
|
|
66
|
-
expect(error.requestId).to.be.ok
|
|
67
|
-
expect(error.code).to.be.ok
|
|
68
|
-
}
|
|
69
|
-
})
|
|
70
|
-
|
|
71
61
|
it("cls.v20201016.ModifyShipper", async function () {
|
|
72
62
|
try {
|
|
73
63
|
const data = await client.ModifyShipper({})
|
|
@@ -188,9 +178,9 @@ it("cls.v20201016.CreateConfig", async function () {
|
|
|
188
178
|
}
|
|
189
179
|
})
|
|
190
180
|
|
|
191
|
-
it("cls.v20201016.
|
|
181
|
+
it("cls.v20201016.QueryMetric", async function () {
|
|
192
182
|
try {
|
|
193
|
-
const data = await client.
|
|
183
|
+
const data = await client.QueryMetric({})
|
|
194
184
|
expect(data).to.be.ok
|
|
195
185
|
} catch(error) {
|
|
196
186
|
expect(error.requestId).to.be.ok
|
|
@@ -718,16 +708,6 @@ it("cls.v20201016.CreateConsumer", async function () {
|
|
|
718
708
|
}
|
|
719
709
|
})
|
|
720
710
|
|
|
721
|
-
it("cls.v20201016.DescribeKafkaUser", async function () {
|
|
722
|
-
try {
|
|
723
|
-
const data = await client.DescribeKafkaUser({})
|
|
724
|
-
expect(data).to.be.ok
|
|
725
|
-
} catch(error) {
|
|
726
|
-
expect(error.requestId).to.be.ok
|
|
727
|
-
expect(error.code).to.be.ok
|
|
728
|
-
}
|
|
729
|
-
})
|
|
730
|
-
|
|
731
711
|
it("cls.v20201016.ModifyTopic", async function () {
|
|
732
712
|
try {
|
|
733
713
|
const data = await client.ModifyTopic({})
|
|
@@ -868,6 +848,16 @@ it("cls.v20201016.ModifyLogset", async function () {
|
|
|
868
848
|
}
|
|
869
849
|
})
|
|
870
850
|
|
|
851
|
+
it("cls.v20201016.DescribeMachineGroupConfigs", async function () {
|
|
852
|
+
try {
|
|
853
|
+
const data = await client.DescribeMachineGroupConfigs({})
|
|
854
|
+
expect(data).to.be.ok
|
|
855
|
+
} catch(error) {
|
|
856
|
+
expect(error.requestId).to.be.ok
|
|
857
|
+
expect(error.code).to.be.ok
|
|
858
|
+
}
|
|
859
|
+
})
|
|
860
|
+
|
|
871
861
|
it("cls.v20201016.ModifyDataTransform", async function () {
|
|
872
862
|
try {
|
|
873
863
|
const data = await client.ModifyDataTransform({})
|
|
@@ -308,6 +308,16 @@ it("dnspod.v20210323.DeleteShareDomain", async function () {
|
|
|
308
308
|
}
|
|
309
309
|
})
|
|
310
310
|
|
|
311
|
+
it("dnspod.v20210323.ModifyDomainRemark", async function () {
|
|
312
|
+
try {
|
|
313
|
+
const data = await client.ModifyDomainRemark({})
|
|
314
|
+
expect(data).to.be.ok
|
|
315
|
+
} catch(error) {
|
|
316
|
+
expect(error.requestId).to.be.ok
|
|
317
|
+
expect(error.code).to.be.ok
|
|
318
|
+
}
|
|
319
|
+
})
|
|
320
|
+
|
|
311
321
|
it("dnspod.v20210323.DescribeDomain", async function () {
|
|
312
322
|
try {
|
|
313
323
|
const data = await client.DescribeDomain({})
|
|
@@ -498,9 +508,9 @@ it("dnspod.v20210323.CreateRecord", async function () {
|
|
|
498
508
|
}
|
|
499
509
|
})
|
|
500
510
|
|
|
501
|
-
it("dnspod.v20210323.
|
|
511
|
+
it("dnspod.v20210323.DescribeRecordLineCategoryList", async function () {
|
|
502
512
|
try {
|
|
503
|
-
const data = await client.
|
|
513
|
+
const data = await client.DescribeRecordLineCategoryList({})
|
|
504
514
|
expect(data).to.be.ok
|
|
505
515
|
} catch(error) {
|
|
506
516
|
expect(error.requestId).to.be.ok
|
|
@@ -98,6 +98,16 @@ it("es.v20180416.UpdateLogstashPipelineDesc", async function () {
|
|
|
98
98
|
}
|
|
99
99
|
})
|
|
100
100
|
|
|
101
|
+
it("es.v20180416.DescribeUserCosSnapshotList", async function () {
|
|
102
|
+
try {
|
|
103
|
+
const data = await client.DescribeUserCosSnapshotList({})
|
|
104
|
+
expect(data).to.be.ok
|
|
105
|
+
} catch(error) {
|
|
106
|
+
expect(error.requestId).to.be.ok
|
|
107
|
+
expect(error.code).to.be.ok
|
|
108
|
+
}
|
|
109
|
+
})
|
|
110
|
+
|
|
101
111
|
it("es.v20180416.DeleteInstance", async function () {
|
|
102
112
|
try {
|
|
103
113
|
const data = await client.DeleteInstance({})
|
|
@@ -148,9 +158,9 @@ it("es.v20180416.UpdateDiagnoseSettings", async function () {
|
|
|
148
158
|
}
|
|
149
159
|
})
|
|
150
160
|
|
|
151
|
-
it("es.v20180416.
|
|
161
|
+
it("es.v20180416.CreateCosMigrateToServerlessInstance", async function () {
|
|
152
162
|
try {
|
|
153
|
-
const data = await client.
|
|
163
|
+
const data = await client.CreateCosMigrateToServerlessInstance({})
|
|
154
164
|
expect(data).to.be.ok
|
|
155
165
|
} catch(error) {
|
|
156
166
|
expect(error.requestId).to.be.ok
|
|
@@ -178,6 +188,16 @@ it("es.v20180416.UpdateLogstashInstance", async function () {
|
|
|
178
188
|
}
|
|
179
189
|
})
|
|
180
190
|
|
|
191
|
+
it("es.v20180416.CheckMigrateIndexMetaData", async function () {
|
|
192
|
+
try {
|
|
193
|
+
const data = await client.CheckMigrateIndexMetaData({})
|
|
194
|
+
expect(data).to.be.ok
|
|
195
|
+
} catch(error) {
|
|
196
|
+
expect(error.requestId).to.be.ok
|
|
197
|
+
expect(error.code).to.be.ok
|
|
198
|
+
}
|
|
199
|
+
})
|
|
200
|
+
|
|
181
201
|
it("es.v20180416.UpdateJdk", async function () {
|
|
182
202
|
try {
|
|
183
203
|
const data = await client.UpdateJdk({})
|
|
@@ -378,9 +398,9 @@ it("es.v20180416.DeleteLogstashPipelines", async function () {
|
|
|
378
398
|
}
|
|
379
399
|
})
|
|
380
400
|
|
|
381
|
-
it("es.v20180416.
|
|
401
|
+
it("es.v20180416.DescribeInstances", async function () {
|
|
382
402
|
try {
|
|
383
|
-
const data = await client.
|
|
403
|
+
const data = await client.DescribeInstances({})
|
|
384
404
|
expect(data).to.be.ok
|
|
385
405
|
} catch(error) {
|
|
386
406
|
expect(error.requestId).to.be.ok
|
|
@@ -438,6 +458,16 @@ it("es.v20180416.DescribeLogstashInstanceLogs", async function () {
|
|
|
438
458
|
}
|
|
439
459
|
})
|
|
440
460
|
|
|
461
|
+
it("es.v20180416.RestartNodes", async function () {
|
|
462
|
+
try {
|
|
463
|
+
const data = await client.RestartNodes({})
|
|
464
|
+
expect(data).to.be.ok
|
|
465
|
+
} catch(error) {
|
|
466
|
+
expect(error.requestId).to.be.ok
|
|
467
|
+
expect(error.code).to.be.ok
|
|
468
|
+
}
|
|
469
|
+
})
|
|
470
|
+
|
|
441
471
|
it("es.v20180416.DescribeServerlessSpaceUser", async function () {
|
|
442
472
|
try {
|
|
443
473
|
const data = await client.DescribeServerlessSpaceUser({})
|
|
@@ -128,6 +128,16 @@ it("ess.v20201111.CreateFlowGroupSignReview", async function () {
|
|
|
128
128
|
}
|
|
129
129
|
})
|
|
130
130
|
|
|
131
|
+
it("ess.v20201111.RenewAutoSignLicense", async function () {
|
|
132
|
+
try {
|
|
133
|
+
const data = await client.RenewAutoSignLicense({})
|
|
134
|
+
expect(data).to.be.ok
|
|
135
|
+
} catch(error) {
|
|
136
|
+
expect(error.requestId).to.be.ok
|
|
137
|
+
expect(error.code).to.be.ok
|
|
138
|
+
}
|
|
139
|
+
})
|
|
140
|
+
|
|
131
141
|
it("ess.v20201111.CreateEmbedWebUrl", async function () {
|
|
132
142
|
try {
|
|
133
143
|
const data = await client.CreateEmbedWebUrl({})
|
|
@@ -28,6 +28,16 @@ it("essbasic.v20210526.ChannelDeleteSealPolicies", async function () {
|
|
|
28
28
|
}
|
|
29
29
|
})
|
|
30
30
|
|
|
31
|
+
it("essbasic.v20210526.ChannelRenewAutoSignLicense", async function () {
|
|
32
|
+
try {
|
|
33
|
+
const data = await client.ChannelRenewAutoSignLicense({})
|
|
34
|
+
expect(data).to.be.ok
|
|
35
|
+
} catch(error) {
|
|
36
|
+
expect(error.requestId).to.be.ok
|
|
37
|
+
expect(error.code).to.be.ok
|
|
38
|
+
}
|
|
39
|
+
})
|
|
40
|
+
|
|
31
41
|
it("essbasic.v20210526.ChannelCreateFlowSignReview", async function () {
|
|
32
42
|
try {
|
|
33
43
|
const data = await client.ChannelCreateFlowSignReview({})
|
|
@@ -708,6 +708,16 @@ it("live.v20180801.ModifyLivePullStreamTask", async function () {
|
|
|
708
708
|
}
|
|
709
709
|
})
|
|
710
710
|
|
|
711
|
+
it("live.v20180801.DescribePullTransformPushInfo", async function () {
|
|
712
|
+
try {
|
|
713
|
+
const data = await client.DescribePullTransformPushInfo({})
|
|
714
|
+
expect(data).to.be.ok
|
|
715
|
+
} catch(error) {
|
|
716
|
+
expect(error.requestId).to.be.ok
|
|
717
|
+
expect(error.code).to.be.ok
|
|
718
|
+
}
|
|
719
|
+
})
|
|
720
|
+
|
|
711
721
|
it("live.v20180801.CreateLiveCallbackTemplate", async function () {
|
|
712
722
|
try {
|
|
713
723
|
const data = await client.CreateLiveCallbackTemplate({})
|
|
@@ -118,9 +118,9 @@ it("tione.v20211111.DescribeEvents", async function () {
|
|
|
118
118
|
}
|
|
119
119
|
})
|
|
120
120
|
|
|
121
|
-
it("tione.v20211111.
|
|
121
|
+
it("tione.v20211111.DescribeBuildInImages", async function () {
|
|
122
122
|
try {
|
|
123
|
-
const data = await client.
|
|
123
|
+
const data = await client.DescribeBuildInImages({})
|
|
124
124
|
expect(data).to.be.ok
|
|
125
125
|
} catch(error) {
|
|
126
126
|
expect(error.requestId).to.be.ok
|
|
@@ -648,6 +648,16 @@ it("tione.v20211111.DescribeBatchTask", async function () {
|
|
|
648
648
|
}
|
|
649
649
|
})
|
|
650
650
|
|
|
651
|
+
it("tione.v20211111.DescribeModelServiceGroup", async function () {
|
|
652
|
+
try {
|
|
653
|
+
const data = await client.DescribeModelServiceGroup({})
|
|
654
|
+
expect(data).to.be.ok
|
|
655
|
+
} catch(error) {
|
|
656
|
+
expect(error.requestId).to.be.ok
|
|
657
|
+
expect(error.code).to.be.ok
|
|
658
|
+
}
|
|
659
|
+
})
|
|
660
|
+
|
|
651
661
|
it("tione.v20211111.DescribeBillingResourceGroup", async function () {
|
|
652
662
|
try {
|
|
653
663
|
const data = await client.DescribeBillingResourceGroup({})
|