tencentcloud-sdk-nodejs 4.0.260 → 4.0.261
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 +483 -0
- package/SERVICE_CHANGELOG.md +68463 -0
- package/package.json +1 -1
- package/products.md +35 -34
- package/src/common/sdk_version.ts +1 -1
- package/src/services/ame/v20190916/ame_models.ts +6 -4
- package/src/services/asr/v20190614/asr_models.ts +5 -0
- package/src/services/cam/v20190116/cam_client.ts +32 -8
- package/src/services/cam/v20190116/cam_models.ts +118 -18
- package/src/services/cat/v20180409/cat_client.ts +4 -2
- package/src/services/cat/v20180409/cat_models.ts +54 -8
- package/src/services/cdb/v20170320/cdb_client.ts +27 -39
- package/src/services/cdb/v20170320/cdb_models.ts +172 -174
- package/src/services/ckafka/v20190819/ckafka_client.ts +14 -0
- package/src/services/ckafka/v20190819/ckafka_models.ts +90 -0
- package/src/services/clb/v20180317/clb_client.ts +14 -2
- package/src/services/clb/v20180317/clb_models.ts +13 -13
- package/src/services/cme/v20191029/cme_client.ts +2 -1
- package/src/services/cme/v20191029/cme_models.ts +31 -14
- package/src/services/cvm/v20170312/cvm_models.ts +139 -1
- package/src/services/dlc/v20210125/dlc_client.ts +15 -2
- package/src/services/dlc/v20210125/dlc_models.ts +163 -28
- package/src/services/ecdn/v20191012/ecdn_client.ts +5 -4
- package/src/services/ecdn/v20191012/ecdn_models.ts +127 -77
- package/src/services/es/v20180416/es_client.ts +17 -2
- package/src/services/es/v20180416/es_models.ts +291 -18
- package/src/services/essbasic/v20210526/essbasic_client.ts +29 -14
- package/src/services/essbasic/v20210526/essbasic_models.ts +266 -85
- package/src/services/gme/v20180711/gme_client.ts +1 -3
- package/src/services/gme/v20180711/gme_models.ts +8 -3
- package/src/services/iecp/index.ts +5 -0
- package/src/services/iecp/v20210914/iecp_client.ts +1064 -0
- package/src/services/iecp/v20210914/iecp_models.ts +5727 -0
- package/src/services/iecp/v20210914/index.ts +6 -0
- package/src/services/index.ts +1 -0
- package/src/services/kms/v20190118/kms_client.ts +1 -1
- package/src/services/kms/v20190118/kms_models.ts +63 -41
- package/src/services/nlp/v20190408/nlp_client.ts +3 -3
- package/src/services/nlp/v20190408/nlp_models.ts +2 -2
- package/src/services/postgres/v20170312/postgres_models.ts +56 -12
- package/src/services/privatedns/v20201028/privatedns_models.ts +1 -1
- package/src/services/scf/v20180416/scf_models.ts +12 -12
- package/src/services/ssl/v20191205/ssl_models.ts +2 -2
- package/src/services/taf/v20200210/taf_client.ts +1 -0
- package/src/services/taf/v20200210/taf_models.ts +20 -0
- package/src/services/tcss/v20201101/tcss_models.ts +24 -0
- package/src/services/tem/v20210701/tem_client.ts +136 -97
- package/src/services/tem/v20210701/tem_models.ts +116 -6
- package/src/services/thpc/v20211109/thpc_client.ts +25 -10
- package/src/services/thpc/v20211109/thpc_models.ts +258 -141
- package/src/services/tiia/v20190529/tiia_client.ts +1 -6
- package/src/services/tiia/v20190529/tiia_models.ts +1 -1
- package/src/services/tke/v20180525/tke_models.ts +19 -4
- package/src/services/tms/v20201229/tms_models.ts +1 -1
- package/src/services/tsf/v20180326/tsf_client.ts +2 -0
- package/src/services/tsf/v20180326/tsf_models.ts +61 -1
- package/src/services/vod/v20180717/vod_models.ts +1 -1
- 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/ame/v20190916/ame_models.d.ts +4 -2
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +4 -0
- package/tencentcloud/services/cam/v20190116/cam_client.d.ts +11 -3
- package/tencentcloud/services/cam/v20190116/cam_client.js +15 -3
- package/tencentcloud/services/cam/v20190116/cam_models.d.ts +102 -16
- package/tencentcloud/services/cat/v20180409/cat_client.d.ts +2 -2
- package/tencentcloud/services/cat/v20180409/cat_client.js +2 -2
- package/tencentcloud/services/cat/v20180409/cat_models.d.ts +47 -8
- package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +10 -14
- package/tencentcloud/services/cdb/v20170320/cdb_client.js +13 -19
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +144 -147
- package/tencentcloud/services/ckafka/v20190819/ckafka_client.d.ts +5 -1
- package/tencentcloud/services/ckafka/v20190819/ckafka_client.js +6 -0
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +77 -0
- package/tencentcloud/services/clb/v20180317/clb_client.d.ts +13 -1
- package/tencentcloud/services/clb/v20180317/clb_client.js +13 -1
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +13 -13
- package/tencentcloud/services/cme/v20191029/cme_models.d.ts +28 -13
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +117 -1
- package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +5 -1
- package/tencentcloud/services/dlc/v20210125/dlc_client.js +6 -0
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +136 -24
- package/tencentcloud/services/ecdn/v20191012/ecdn_client.d.ts +1 -1
- package/tencentcloud/services/ecdn/v20191012/ecdn_models.d.ts +113 -70
- package/tencentcloud/services/es/v20180416/es_client.d.ts +5 -1
- package/tencentcloud/services/es/v20180416/es_client.js +6 -0
- package/tencentcloud/services/es/v20180416/es_models.d.ts +242 -18
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +9 -5
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +12 -6
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +220 -69
- package/tencentcloud/services/gme/v20180711/gme_client.d.ts +1 -3
- package/tencentcloud/services/gme/v20180711/gme_client.js +1 -3
- package/tencentcloud/services/gme/v20180711/gme_models.d.ts +7 -3
- package/tencentcloud/services/iecp/index.d.ts +6 -0
- package/tencentcloud/services/iecp/index.js +7 -0
- package/tencentcloud/services/iecp/v20210914/iecp_client.d.ts +334 -0
- package/tencentcloud/services/iecp/v20210914/iecp_client.js +517 -0
- package/tencentcloud/services/iecp/v20210914/iecp_models.d.ts +4845 -0
- package/tencentcloud/services/iecp/v20210914/iecp_models.js +18 -0
- package/tencentcloud/services/iecp/v20210914/index.d.ts +6 -0
- package/tencentcloud/services/iecp/v20210914/index.js +9 -0
- package/tencentcloud/services/index.d.ts +1 -0
- package/tencentcloud/services/index.js +2 -0
- package/tencentcloud/services/kms/v20190118/kms_client.d.ts +1 -1
- package/tencentcloud/services/kms/v20190118/kms_client.js +1 -1
- package/tencentcloud/services/kms/v20190118/kms_models.d.ts +57 -39
- package/tencentcloud/services/nlp/v20190408/nlp_client.d.ts +3 -3
- package/tencentcloud/services/nlp/v20190408/nlp_client.js +3 -3
- package/tencentcloud/services/nlp/v20190408/nlp_models.d.ts +2 -2
- package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +46 -10
- package/tencentcloud/services/privatedns/v20201028/privatedns_models.d.ts +1 -1
- package/tencentcloud/services/scf/v20180416/scf_models.d.ts +12 -12
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +2 -2
- package/tencentcloud/services/taf/v20200210/taf_models.d.ts +17 -0
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +20 -0
- package/tencentcloud/services/tem/v20210701/tem_client.d.ts +52 -37
- package/tencentcloud/services/tem/v20210701/tem_client.js +75 -54
- package/tencentcloud/services/tem/v20210701/tem_models.d.ts +100 -6
- package/tencentcloud/services/thpc/v20211109/thpc_client.d.ts +5 -1
- package/tencentcloud/services/thpc/v20211109/thpc_client.js +6 -0
- package/tencentcloud/services/thpc/v20211109/thpc_models.d.ts +233 -134
- package/tencentcloud/services/tiia/v20190529/tiia_client.d.ts +0 -5
- package/tencentcloud/services/tiia/v20190529/tiia_client.js +0 -5
- package/tencentcloud/services/tiia/v20190529/tiia_models.d.ts +1 -1
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +16 -4
- package/tencentcloud/services/tms/v20201229/tms_models.d.ts +1 -1
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +51 -1
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +1 -1
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +1 -1
- package/test/cam.v20190116.test.js +22 -2
- package/test/cdb.v20170320.test.js +20 -30
- package/test/ckafka.v20190819.test.js +10 -0
- package/test/dlc.v20210125.test.js +10 -0
- package/test/es.v20180416.test.js +10 -0
- package/test/essbasic.v20210526.test.js +14 -4
- package/test/iecp.v20210914.test.js +831 -0
- package/test/tem.v20210701.test.js +66 -36
- package/test/thpc.v20211109.test.js +10 -0
|
@@ -2058,7 +2058,7 @@ export interface DescribeMicroservicesResponse {
|
|
|
2058
2058
|
* 微服务分页列表信息
|
|
2059
2059
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2060
2060
|
*/
|
|
2061
|
-
Result
|
|
2061
|
+
Result: TsfPageMicroservice;
|
|
2062
2062
|
/**
|
|
2063
2063
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2064
2064
|
*/
|
|
@@ -2674,6 +2674,14 @@ export interface DeployContainerGroupRequest {
|
|
|
2674
2674
|
* tcr或者不填
|
|
2675
2675
|
*/
|
|
2676
2676
|
RepoType?: string;
|
|
2677
|
+
/**
|
|
2678
|
+
* 数据卷信息
|
|
2679
|
+
*/
|
|
2680
|
+
VolumeInfos?: VolumeInfo;
|
|
2681
|
+
/**
|
|
2682
|
+
* 数据卷挂载点信息
|
|
2683
|
+
*/
|
|
2684
|
+
VolumeMountInfos?: VolumeMountInfo;
|
|
2677
2685
|
}
|
|
2678
2686
|
/**
|
|
2679
2687
|
* DescribeSimpleApplications请求参数结构体
|
|
@@ -3940,6 +3948,23 @@ export interface TsfPageNamespace {
|
|
|
3940
3948
|
*/
|
|
3941
3949
|
Content: Array<Namespace>;
|
|
3942
3950
|
}
|
|
3951
|
+
/**
|
|
3952
|
+
* 容器卷挂载信息
|
|
3953
|
+
*/
|
|
3954
|
+
export interface VolumeInfo {
|
|
3955
|
+
/**
|
|
3956
|
+
* 数据卷类型
|
|
3957
|
+
*/
|
|
3958
|
+
VolumeType: string;
|
|
3959
|
+
/**
|
|
3960
|
+
* 数据卷名称
|
|
3961
|
+
*/
|
|
3962
|
+
VolumeName: string;
|
|
3963
|
+
/**
|
|
3964
|
+
* 数据卷配置
|
|
3965
|
+
*/
|
|
3966
|
+
VolumeConfig?: string;
|
|
3967
|
+
}
|
|
3943
3968
|
/**
|
|
3944
3969
|
* UpdateApiTimeouts请求参数结构体
|
|
3945
3970
|
*/
|
|
@@ -7520,6 +7545,10 @@ export interface DescribeMicroservicesRequest {
|
|
|
7520
7545
|
* IdList
|
|
7521
7546
|
*/
|
|
7522
7547
|
MicroserviceIdList?: Array<string>;
|
|
7548
|
+
/**
|
|
7549
|
+
* 搜索的服务名列表
|
|
7550
|
+
*/
|
|
7551
|
+
MicroserviceNameList?: Array<string>;
|
|
7523
7552
|
}
|
|
7524
7553
|
/**
|
|
7525
7554
|
* AddClusterInstances返回参数结构体
|
|
@@ -8042,6 +8071,27 @@ export interface EnableTaskResponse {
|
|
|
8042
8071
|
*/
|
|
8043
8072
|
RequestId?: string;
|
|
8044
8073
|
}
|
|
8074
|
+
/**
|
|
8075
|
+
* 容器卷挂载点信息
|
|
8076
|
+
*/
|
|
8077
|
+
export interface VolumeMountInfo {
|
|
8078
|
+
/**
|
|
8079
|
+
* 挂载数据卷名称
|
|
8080
|
+
*/
|
|
8081
|
+
VolumeMountName: string;
|
|
8082
|
+
/**
|
|
8083
|
+
* 挂载路径
|
|
8084
|
+
*/
|
|
8085
|
+
VolumeMountPath: string;
|
|
8086
|
+
/**
|
|
8087
|
+
* 挂载子路径
|
|
8088
|
+
*/
|
|
8089
|
+
VolumeMountSubPath?: string;
|
|
8090
|
+
/**
|
|
8091
|
+
* 读写,1:读 2:读写
|
|
8092
|
+
*/
|
|
8093
|
+
ReadOrWrite?: string;
|
|
8094
|
+
}
|
|
8045
8095
|
/**
|
|
8046
8096
|
* UpdateApiRateLimitRules返回参数结构体
|
|
8047
8097
|
*/
|
|
@@ -3012,7 +3012,7 @@ export interface TaskStatData {
|
|
|
3012
3012
|
<li> Transcoding-TESHD: 极速高清转码</li>
|
|
3013
3013
|
<li> Editing: 视频编辑</li>
|
|
3014
3014
|
<li> AdaptiveBitrateStreaming: 自适应码流</li>
|
|
3015
|
-
<li> ContentAudit:
|
|
3015
|
+
<li> ContentAudit: 智能识别</li>
|
|
3016
3016
|
<li>Transcode: 转码,包含普通转码、极速高清和视频编辑(不推荐使用)</li>
|
|
3017
3017
|
*/
|
|
3018
3018
|
TaskType: string;
|
|
@@ -9062,7 +9062,7 @@ export interface CheckNetDetectStateResponse {
|
|
|
9062
9062
|
/**
|
|
9063
9063
|
* 网络探测验证结果对象数组。
|
|
9064
9064
|
*/
|
|
9065
|
-
NetDetectIpStateSet
|
|
9065
|
+
NetDetectIpStateSet: Array<NetDetectIpState>;
|
|
9066
9066
|
/**
|
|
9067
9067
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
9068
9068
|
*/
|
|
@@ -248,9 +248,9 @@ it("cam.v20190116.GetPolicy", async function () {
|
|
|
248
248
|
}
|
|
249
249
|
})
|
|
250
250
|
|
|
251
|
-
it("cam.v20190116.
|
|
251
|
+
it("cam.v20190116.GetRolePermissionBoundary", async function () {
|
|
252
252
|
try {
|
|
253
|
-
const data = await client.
|
|
253
|
+
const data = await client.GetRolePermissionBoundary({})
|
|
254
254
|
expect(data).to.be.ok
|
|
255
255
|
} catch(error) {
|
|
256
256
|
expect(error.requestId).to.be.ok
|
|
@@ -388,6 +388,16 @@ it("cam.v20190116.UpdateAssumeRolePolicy", async function () {
|
|
|
388
388
|
}
|
|
389
389
|
})
|
|
390
390
|
|
|
391
|
+
it("cam.v20190116.GetUserPermissionBoundary", async function () {
|
|
392
|
+
try {
|
|
393
|
+
const data = await client.GetUserPermissionBoundary({})
|
|
394
|
+
expect(data).to.be.ok
|
|
395
|
+
} catch(error) {
|
|
396
|
+
expect(error.requestId).to.be.ok
|
|
397
|
+
expect(error.code).to.be.ok
|
|
398
|
+
}
|
|
399
|
+
})
|
|
400
|
+
|
|
391
401
|
it("cam.v20190116.CreateUserSAMLConfig", async function () {
|
|
392
402
|
try {
|
|
393
403
|
const data = await client.CreateUserSAMLConfig({})
|
|
@@ -398,6 +408,16 @@ it("cam.v20190116.CreateUserSAMLConfig", async function () {
|
|
|
398
408
|
}
|
|
399
409
|
})
|
|
400
410
|
|
|
411
|
+
it("cam.v20190116.UpdateSAMLProvider", async function () {
|
|
412
|
+
try {
|
|
413
|
+
const data = await client.UpdateSAMLProvider({})
|
|
414
|
+
expect(data).to.be.ok
|
|
415
|
+
} catch(error) {
|
|
416
|
+
expect(error.requestId).to.be.ok
|
|
417
|
+
expect(error.code).to.be.ok
|
|
418
|
+
}
|
|
419
|
+
})
|
|
420
|
+
|
|
401
421
|
it("cam.v20190116.ListGroups", async function () {
|
|
402
422
|
try {
|
|
403
423
|
const data = await client.ListGroups({})
|
|
@@ -118,6 +118,16 @@ it("cdb.v20170320.DescribeBackupOverview", async function () {
|
|
|
118
118
|
}
|
|
119
119
|
})
|
|
120
120
|
|
|
121
|
+
it("cdb.v20170320.StopReplication", async function () {
|
|
122
|
+
try {
|
|
123
|
+
const data = await client.StopReplication({})
|
|
124
|
+
expect(data).to.be.ok
|
|
125
|
+
} catch(error) {
|
|
126
|
+
expect(error.requestId).to.be.ok
|
|
127
|
+
expect(error.code).to.be.ok
|
|
128
|
+
}
|
|
129
|
+
})
|
|
130
|
+
|
|
121
131
|
it("cdb.v20170320.ModifyDBInstanceName", async function () {
|
|
122
132
|
try {
|
|
123
133
|
const data = await client.ModifyDBInstanceName({})
|
|
@@ -508,16 +518,6 @@ it("cdb.v20170320.InquiryPriceUpgradeInstances", async function () {
|
|
|
508
518
|
}
|
|
509
519
|
})
|
|
510
520
|
|
|
511
|
-
it("cdb.v20170320.StopDelayReplication", async function () {
|
|
512
|
-
try {
|
|
513
|
-
const data = await client.StopDelayReplication({})
|
|
514
|
-
expect(data).to.be.ok
|
|
515
|
-
} catch(error) {
|
|
516
|
-
expect(error.requestId).to.be.ok
|
|
517
|
-
expect(error.code).to.be.ok
|
|
518
|
-
}
|
|
519
|
-
})
|
|
520
|
-
|
|
521
521
|
it("cdb.v20170320.CreateDBInstance", async function () {
|
|
522
522
|
try {
|
|
523
523
|
const data = await client.CreateDBInstance({})
|
|
@@ -898,16 +898,6 @@ it("cdb.v20170320.DescribeBackupDownloadRestriction", async function () {
|
|
|
898
898
|
}
|
|
899
899
|
})
|
|
900
900
|
|
|
901
|
-
it("cdb.v20170320.StartDelayReplication", async function () {
|
|
902
|
-
try {
|
|
903
|
-
const data = await client.StartDelayReplication({})
|
|
904
|
-
expect(data).to.be.ok
|
|
905
|
-
} catch(error) {
|
|
906
|
-
expect(error.requestId).to.be.ok
|
|
907
|
-
expect(error.code).to.be.ok
|
|
908
|
-
}
|
|
909
|
-
})
|
|
910
|
-
|
|
911
901
|
it("cdb.v20170320.ModifyAccountPassword", async function () {
|
|
912
902
|
try {
|
|
913
903
|
const data = await client.ModifyAccountPassword({})
|
|
@@ -948,6 +938,16 @@ it("cdb.v20170320.DescribeSlowLogData", async function () {
|
|
|
948
938
|
}
|
|
949
939
|
})
|
|
950
940
|
|
|
941
|
+
it("cdb.v20170320.StartReplication", async function () {
|
|
942
|
+
try {
|
|
943
|
+
const data = await client.StartReplication({})
|
|
944
|
+
expect(data).to.be.ok
|
|
945
|
+
} catch(error) {
|
|
946
|
+
expect(error.requestId).to.be.ok
|
|
947
|
+
expect(error.code).to.be.ok
|
|
948
|
+
}
|
|
949
|
+
})
|
|
950
|
+
|
|
951
951
|
it("cdb.v20170320.DeleteAuditLogFile", async function () {
|
|
952
952
|
try {
|
|
953
953
|
const data = await client.DeleteAuditLogFile({})
|
|
@@ -1098,16 +1098,6 @@ it("cdb.v20170320.DescribeSupportedPrivileges", async function () {
|
|
|
1098
1098
|
}
|
|
1099
1099
|
})
|
|
1100
1100
|
|
|
1101
|
-
it("cdb.v20170320.ModifyRoReplicationDelay", async function () {
|
|
1102
|
-
try {
|
|
1103
|
-
const data = await client.ModifyRoReplicationDelay({})
|
|
1104
|
-
expect(data).to.be.ok
|
|
1105
|
-
} catch(error) {
|
|
1106
|
-
expect(error.requestId).to.be.ok
|
|
1107
|
-
expect(error.code).to.be.ok
|
|
1108
|
-
}
|
|
1109
|
-
})
|
|
1110
|
-
|
|
1111
1101
|
it("cdb.v20170320.DescribeBinlogs", async function () {
|
|
1112
1102
|
try {
|
|
1113
1103
|
const data = await client.DescribeBinlogs({})
|
|
@@ -68,6 +68,16 @@ it("ckafka.v20190819.BatchModifyTopicAttributes", async function () {
|
|
|
68
68
|
}
|
|
69
69
|
})
|
|
70
70
|
|
|
71
|
+
it("ckafka.v20190819.SendMessage", async function () {
|
|
72
|
+
try {
|
|
73
|
+
const data = await client.SendMessage({})
|
|
74
|
+
expect(data).to.be.ok
|
|
75
|
+
} catch(error) {
|
|
76
|
+
expect(error.requestId).to.be.ok
|
|
77
|
+
expect(error.code).to.be.ok
|
|
78
|
+
}
|
|
79
|
+
})
|
|
80
|
+
|
|
71
81
|
it("ckafka.v20190819.ModifyTopicAttributes", async function () {
|
|
72
82
|
try {
|
|
73
83
|
const data = await client.ModifyTopicAttributes({})
|
|
@@ -48,6 +48,16 @@ it("dlc.v20210125.AddUsersToWorkGroup", async function () {
|
|
|
48
48
|
}
|
|
49
49
|
})
|
|
50
50
|
|
|
51
|
+
it("dlc.v20210125.DescribeTaskResult", async function () {
|
|
52
|
+
try {
|
|
53
|
+
const data = await client.DescribeTaskResult({})
|
|
54
|
+
expect(data).to.be.ok
|
|
55
|
+
} catch(error) {
|
|
56
|
+
expect(error.requestId).to.be.ok
|
|
57
|
+
expect(error.code).to.be.ok
|
|
58
|
+
}
|
|
59
|
+
})
|
|
60
|
+
|
|
51
61
|
it("dlc.v20210125.BindWorkGroupsToUser", async function () {
|
|
52
62
|
try {
|
|
53
63
|
const data = await client.BindWorkGroupsToUser({})
|
|
@@ -78,6 +78,16 @@ it("es.v20180416.UpdatePlugins", async function () {
|
|
|
78
78
|
}
|
|
79
79
|
})
|
|
80
80
|
|
|
81
|
+
it("es.v20180416.DescribeViews", async function () {
|
|
82
|
+
try {
|
|
83
|
+
const data = await client.DescribeViews({})
|
|
84
|
+
expect(data).to.be.ok
|
|
85
|
+
} catch(error) {
|
|
86
|
+
expect(error.requestId).to.be.ok
|
|
87
|
+
expect(error.code).to.be.ok
|
|
88
|
+
}
|
|
89
|
+
})
|
|
90
|
+
|
|
81
91
|
it("es.v20180416.CreateInstance", async function () {
|
|
82
92
|
try {
|
|
83
93
|
const data = await client.CreateInstance({})
|
|
@@ -38,6 +38,16 @@ it("essbasic.v20210526.GetDownloadFlowUrl", async function () {
|
|
|
38
38
|
}
|
|
39
39
|
})
|
|
40
40
|
|
|
41
|
+
it("essbasic.v20210526.DescribeTemplates", async function () {
|
|
42
|
+
try {
|
|
43
|
+
const data = await client.DescribeTemplates({})
|
|
44
|
+
expect(data).to.be.ok
|
|
45
|
+
} catch(error) {
|
|
46
|
+
expect(error.requestId).to.be.ok
|
|
47
|
+
expect(error.code).to.be.ok
|
|
48
|
+
}
|
|
49
|
+
})
|
|
50
|
+
|
|
41
51
|
it("essbasic.v20210526.PrepareFlows", async function () {
|
|
42
52
|
try {
|
|
43
53
|
const data = await client.PrepareFlows({})
|
|
@@ -98,9 +108,9 @@ it("essbasic.v20210526.DescribeUsage", async function () {
|
|
|
98
108
|
}
|
|
99
109
|
})
|
|
100
110
|
|
|
101
|
-
it("essbasic.v20210526.
|
|
111
|
+
it("essbasic.v20210526.DescribeFlowDetailInfo", async function () {
|
|
102
112
|
try {
|
|
103
|
-
const data = await client.
|
|
113
|
+
const data = await client.DescribeFlowDetailInfo({})
|
|
104
114
|
expect(data).to.be.ok
|
|
105
115
|
} catch(error) {
|
|
106
116
|
expect(error.requestId).to.be.ok
|
|
@@ -118,9 +128,9 @@ it("essbasic.v20210526.SyncProxyOrganization", async function () {
|
|
|
118
128
|
}
|
|
119
129
|
})
|
|
120
130
|
|
|
121
|
-
it("essbasic.v20210526.
|
|
131
|
+
it("essbasic.v20210526.DescribeResourceUrlsByFlows", async function () {
|
|
122
132
|
try {
|
|
123
|
-
const data = await client.
|
|
133
|
+
const data = await client.DescribeResourceUrlsByFlows({})
|
|
124
134
|
expect(data).to.be.ok
|
|
125
135
|
} catch(error) {
|
|
126
136
|
expect(error.requestId).to.be.ok
|