tencentcloud-sdk-nodejs 4.0.200 → 4.0.204
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 +504 -56
- package/package.json +1 -1
- package/products.md +153 -152
- package/src/common/sdk_version.ts +1 -1
- package/src/services/af/v20200226/af_client.ts +24 -1
- package/src/services/af/v20200226/af_models.ts +243 -0
- package/src/services/billing/v20180709/billing_models.ts +34 -4
- package/src/services/cdn/v20180606/cdn_models.ts +14 -6
- package/src/services/cfw/v20190904/cfw_client.ts +15 -2
- package/src/services/cfw/v20190904/cfw_models.ts +138 -37
- package/src/services/clb/v20180317/clb_client.ts +17 -0
- package/src/services/clb/v20180317/clb_models.ts +165 -0
- package/src/services/cme/v20191029/cme_models.ts +11 -3
- package/src/services/cvm/v20170312/cvm_models.ts +2 -2
- package/src/services/cwp/v20180228/cwp_models.ts +5 -6
- package/src/services/dcdb/v20180411/dcdb_models.ts +1 -1
- package/src/services/ecm/v20190719/ecm_client.ts +401 -290
- package/src/services/ecm/v20190719/ecm_models.ts +4533 -3879
- package/src/services/essbasic/index.ts +7 -0
- package/src/services/essbasic/v20201222/essbasic_client.ts +736 -0
- package/src/services/essbasic/v20201222/essbasic_models.ts +3792 -0
- package/src/services/essbasic/v20201222/index.ts +6 -0
- package/src/services/essbasic/v20210526/essbasic_client.ts +139 -0
- package/src/services/essbasic/v20210526/essbasic_models.ts +822 -0
- package/src/services/essbasic/v20210526/index.ts +6 -0
- package/src/services/gme/v20180711/gme_models.ts +5 -0
- package/src/services/ims/v20201229/ims_client.ts +0 -12
- package/src/services/ims/v20201229/ims_models.ts +0 -150
- package/src/services/index.ts +1 -0
- package/src/services/mariadb/v20170312/mariadb_models.ts +7 -7
- package/src/services/partners/v20180321/partners_client.ts +80 -95
- package/src/services/partners/v20180321/partners_models.ts +31 -91
- package/src/services/rum/v20210622/rum_client.ts +14 -0
- package/src/services/rum/v20210622/rum_models.ts +142 -0
- package/src/services/sqlserver/v20180328/sqlserver_client.ts +31 -18
- package/src/services/sqlserver/v20180328/sqlserver_models.ts +208 -86
- package/src/services/tcb/v20180608/tcb_client.ts +1 -0
- package/src/services/tcb/v20180608/tcb_models.ts +33 -0
- package/src/services/vod/v20180717/vod_client.ts +97 -45
- package/src/services/vod/v20180717/vod_models.ts +148 -10
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/af/v20200226/af_client.d.ts +7 -1
- package/tencentcloud/services/af/v20200226/af_client.js +8 -0
- package/tencentcloud/services/af/v20200226/af_models.d.ts +204 -0
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +31 -1
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +13 -6
- package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +5 -1
- package/tencentcloud/services/cfw/v20190904/cfw_client.js +6 -0
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +117 -33
- package/tencentcloud/services/clb/v20180317/clb_client.d.ts +5 -1
- package/tencentcloud/services/clb/v20180317/clb_client.js +6 -0
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +140 -0
- package/tencentcloud/services/cme/v20191029/cme_models.d.ts +10 -3
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +2 -2
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +5 -6
- package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +1 -1
- package/tencentcloud/services/ecm/v20190719/ecm_client.d.ts +65 -14
- package/tencentcloud/services/ecm/v20190719/ecm_client.js +84 -19
- package/tencentcloud/services/ecm/v20190719/ecm_models.d.ts +4147 -3602
- package/tencentcloud/services/essbasic/index.d.ts +10 -0
- package/tencentcloud/services/essbasic/index.js +9 -0
- package/tencentcloud/services/essbasic/v20201222/essbasic_client.d.ts +271 -0
- package/tencentcloud/services/essbasic/v20201222/essbasic_client.js +398 -0
- package/tencentcloud/services/essbasic/v20201222/essbasic_models.d.ts +3212 -0
- package/tencentcloud/services/essbasic/v20201222/essbasic_models.js +18 -0
- package/tencentcloud/services/essbasic/v20201222/index.d.ts +6 -0
- package/tencentcloud/services/essbasic/v20201222/index.js +9 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +44 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +81 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +683 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.js +18 -0
- package/tencentcloud/services/essbasic/v20210526/index.d.ts +6 -0
- package/tencentcloud/services/essbasic/v20210526/index.js +9 -0
- package/tencentcloud/services/gme/v20180711/gme_models.d.ts +4 -0
- package/tencentcloud/services/ims/v20201229/ims_client.d.ts +1 -5
- package/tencentcloud/services/ims/v20201229/ims_client.js +0 -6
- package/tencentcloud/services/ims/v20201229/ims_models.d.ts +0 -124
- package/tencentcloud/services/index.d.ts +1 -0
- package/tencentcloud/services/index.js +2 -0
- package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +7 -7
- package/tencentcloud/services/partners/v20180321/partners_client.d.ts +29 -35
- package/tencentcloud/services/partners/v20180321/partners_client.js +42 -50
- package/tencentcloud/services/partners/v20180321/partners_models.d.ts +29 -80
- package/tencentcloud/services/rum/v20210622/rum_client.d.ts +5 -1
- package/tencentcloud/services/rum/v20210622/rum_client.js +6 -0
- package/tencentcloud/services/rum/v20210622/rum_models.d.ts +119 -0
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.d.ts +10 -6
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.js +13 -7
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +183 -82
- package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +28 -0
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +36 -16
- package/tencentcloud/services/vod/v20180717/vod_client.js +50 -22
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +129 -8
- package/test/af.v20200226.test.js +10 -0
- package/test/cfw.v20190904.test.js +10 -0
- package/test/clb.v20180317.test.js +10 -0
- package/test/ecm.v20190719.test.js +88 -18
- package/test/essbasic.v20201222.test.js +551 -0
- package/test/essbasic.v20210526.test.js +101 -0
- package/test/ims.v20201229.test.js +0 -10
- package/test/partners.v20180321.test.js +42 -52
- package/test/rum.v20210622.test.js +10 -0
- package/test/sqlserver.v20180328.test.js +14 -4
- package/test/vod.v20180717.test.js +60 -20
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
|
|
2
|
+
const expect = require("chai").expect
|
|
3
|
+
const tencentcloud = require("../../tencentcloud-sdk-nodejs")
|
|
4
|
+
const client = new tencentcloud.essbasic.v20210526.Client({
|
|
5
|
+
credential: {
|
|
6
|
+
secretId: process.env.secretId,
|
|
7
|
+
secretKey: process.env.secretKey,
|
|
8
|
+
},
|
|
9
|
+
region: "ap-shanghai",
|
|
10
|
+
profile: {
|
|
11
|
+
signMethod: "TC3-HMAC-SHA256",
|
|
12
|
+
httpProfile: {
|
|
13
|
+
reqMethod: "POST",
|
|
14
|
+
reqTimeout: 30,
|
|
15
|
+
endpoint: "cvm.ap-shanghai.tencentcloudapi.com",
|
|
16
|
+
},
|
|
17
|
+
},
|
|
18
|
+
})
|
|
19
|
+
describe("essbasic.v20210526.test.js", function () {
|
|
20
|
+
|
|
21
|
+
it("essbasic.v20210526.CreateFlowsByTemplates", async function () {
|
|
22
|
+
try {
|
|
23
|
+
const data = await client.CreateFlowsByTemplates({})
|
|
24
|
+
expect(data).to.be.ok
|
|
25
|
+
} catch(error) {
|
|
26
|
+
expect(error.requestId).to.be.ok
|
|
27
|
+
expect(error.code).to.be.ok
|
|
28
|
+
}
|
|
29
|
+
})
|
|
30
|
+
|
|
31
|
+
it("essbasic.v20210526.PrepareFlows", async function () {
|
|
32
|
+
try {
|
|
33
|
+
const data = await client.PrepareFlows({})
|
|
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
|
+
|
|
41
|
+
it("essbasic.v20210526.CreateSignUrls", async function () {
|
|
42
|
+
try {
|
|
43
|
+
const data = await client.CreateSignUrls({})
|
|
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
|
+
|
|
51
|
+
it("essbasic.v20210526.CreateConsoleLoginUrl", async function () {
|
|
52
|
+
try {
|
|
53
|
+
const data = await client.CreateConsoleLoginUrl({})
|
|
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
|
+
|
|
61
|
+
it("essbasic.v20210526.SyncProxyOrganizationOperators", async function () {
|
|
62
|
+
try {
|
|
63
|
+
const data = await client.SyncProxyOrganizationOperators({})
|
|
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
|
+
it("essbasic.v20210526.DescribeUsage", async function () {
|
|
72
|
+
try {
|
|
73
|
+
const data = await client.DescribeUsage({})
|
|
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
|
+
|
|
81
|
+
it("essbasic.v20210526.SyncProxyOrganization", async function () {
|
|
82
|
+
try {
|
|
83
|
+
const data = await client.SyncProxyOrganization({})
|
|
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
|
+
|
|
91
|
+
it("essbasic.v20210526.DescribeTemplates", async function () {
|
|
92
|
+
try {
|
|
93
|
+
const data = await client.DescribeTemplates({})
|
|
94
|
+
expect(data).to.be.ok
|
|
95
|
+
} catch(error) {
|
|
96
|
+
expect(error.requestId).to.be.ok
|
|
97
|
+
expect(error.code).to.be.ok
|
|
98
|
+
}
|
|
99
|
+
})
|
|
100
|
+
|
|
101
|
+
})
|
|
@@ -28,14 +28,4 @@ it("ims.v20201229.ImageModeration", async function () {
|
|
|
28
28
|
}
|
|
29
29
|
})
|
|
30
30
|
|
|
31
|
-
it("ims.v20201229.ImageRecognition", async function () {
|
|
32
|
-
try {
|
|
33
|
-
const data = await client.ImageRecognition({})
|
|
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
|
-
|
|
41
31
|
})
|
|
@@ -18,19 +18,9 @@ const client = new tencentcloud.partners.v20180321.Client({
|
|
|
18
18
|
})
|
|
19
19
|
describe("partners.v20180321.test.js", function () {
|
|
20
20
|
|
|
21
|
-
it("partners.v20180321.
|
|
22
|
-
try {
|
|
23
|
-
const data = await client.DescribeAgentDealsCache({})
|
|
24
|
-
expect(data).to.be.ok
|
|
25
|
-
} catch(error) {
|
|
26
|
-
expect(error.requestId).to.be.ok
|
|
27
|
-
expect(error.code).to.be.ok
|
|
28
|
-
}
|
|
29
|
-
})
|
|
30
|
-
|
|
31
|
-
it("partners.v20180321.DescribeAgentBills", async function () {
|
|
21
|
+
it("partners.v20180321.DescribeAgentSelfPayDeals", async function () {
|
|
32
22
|
try {
|
|
33
|
-
const data = await client.
|
|
23
|
+
const data = await client.DescribeAgentSelfPayDeals({})
|
|
34
24
|
expect(data).to.be.ok
|
|
35
25
|
} catch(error) {
|
|
36
26
|
expect(error.requestId).to.be.ok
|
|
@@ -38,9 +28,9 @@ it("partners.v20180321.DescribeAgentBills", async function () {
|
|
|
38
28
|
}
|
|
39
29
|
})
|
|
40
30
|
|
|
41
|
-
it("partners.v20180321.
|
|
31
|
+
it("partners.v20180321.DescribeAgentDealsCache", async function () {
|
|
42
32
|
try {
|
|
43
|
-
const data = await client.
|
|
33
|
+
const data = await client.DescribeAgentDealsCache({})
|
|
44
34
|
expect(data).to.be.ok
|
|
45
35
|
} catch(error) {
|
|
46
36
|
expect(error.requestId).to.be.ok
|
|
@@ -48,9 +38,9 @@ it("partners.v20180321.AgentTransferMoney", async function () {
|
|
|
48
38
|
}
|
|
49
39
|
})
|
|
50
40
|
|
|
51
|
-
it("partners.v20180321.
|
|
41
|
+
it("partners.v20180321.ModifyClientRemark", async function () {
|
|
52
42
|
try {
|
|
53
|
-
const data = await client.
|
|
43
|
+
const data = await client.ModifyClientRemark({})
|
|
54
44
|
expect(data).to.be.ok
|
|
55
45
|
} catch(error) {
|
|
56
46
|
expect(error.requestId).to.be.ok
|
|
@@ -58,9 +48,9 @@ it("partners.v20180321.DescribeRebateInfos", async function () {
|
|
|
58
48
|
}
|
|
59
49
|
})
|
|
60
50
|
|
|
61
|
-
it("partners.v20180321.
|
|
51
|
+
it("partners.v20180321.DescribeAgentSelfPayDealsV2", async function () {
|
|
62
52
|
try {
|
|
63
|
-
const data = await client.
|
|
53
|
+
const data = await client.DescribeAgentSelfPayDealsV2({})
|
|
64
54
|
expect(data).to.be.ok
|
|
65
55
|
} catch(error) {
|
|
66
56
|
expect(error.requestId).to.be.ok
|
|
@@ -68,9 +58,9 @@ it("partners.v20180321.DescribeClientBaseInfo", async function () {
|
|
|
68
58
|
}
|
|
69
59
|
})
|
|
70
60
|
|
|
71
|
-
it("partners.v20180321.
|
|
61
|
+
it("partners.v20180321.AgentPayDeals", async function () {
|
|
72
62
|
try {
|
|
73
|
-
const data = await client.
|
|
63
|
+
const data = await client.AgentPayDeals({})
|
|
74
64
|
expect(data).to.be.ok
|
|
75
65
|
} catch(error) {
|
|
76
66
|
expect(error.requestId).to.be.ok
|
|
@@ -78,9 +68,9 @@ it("partners.v20180321.RemovePayRelationForClient", async function () {
|
|
|
78
68
|
}
|
|
79
69
|
})
|
|
80
70
|
|
|
81
|
-
it("partners.v20180321.
|
|
71
|
+
it("partners.v20180321.DescribeAgentBills", async function () {
|
|
82
72
|
try {
|
|
83
|
-
const data = await client.
|
|
73
|
+
const data = await client.DescribeAgentBills({})
|
|
84
74
|
expect(data).to.be.ok
|
|
85
75
|
} catch(error) {
|
|
86
76
|
expect(error.requestId).to.be.ok
|
|
@@ -88,9 +78,9 @@ it("partners.v20180321.ModifyClientRemark", async function () {
|
|
|
88
78
|
}
|
|
89
79
|
})
|
|
90
80
|
|
|
91
|
-
it("partners.v20180321.
|
|
81
|
+
it("partners.v20180321.AgentTransferMoney", async function () {
|
|
92
82
|
try {
|
|
93
|
-
const data = await client.
|
|
83
|
+
const data = await client.AgentTransferMoney({})
|
|
94
84
|
expect(data).to.be.ok
|
|
95
85
|
} catch(error) {
|
|
96
86
|
expect(error.requestId).to.be.ok
|
|
@@ -98,9 +88,9 @@ it("partners.v20180321.DescribeClientBalance", async function () {
|
|
|
98
88
|
}
|
|
99
89
|
})
|
|
100
90
|
|
|
101
|
-
it("partners.v20180321.
|
|
91
|
+
it("partners.v20180321.DescribeRebateInfos", async function () {
|
|
102
92
|
try {
|
|
103
|
-
const data = await client.
|
|
93
|
+
const data = await client.DescribeRebateInfos({})
|
|
104
94
|
expect(data).to.be.ok
|
|
105
95
|
} catch(error) {
|
|
106
96
|
expect(error.requestId).to.be.ok
|
|
@@ -108,9 +98,9 @@ it("partners.v20180321.DescribeClientBalanceNew", async function () {
|
|
|
108
98
|
}
|
|
109
99
|
})
|
|
110
100
|
|
|
111
|
-
it("partners.v20180321.
|
|
101
|
+
it("partners.v20180321.DescribeSalesmans", async function () {
|
|
112
102
|
try {
|
|
113
|
-
const data = await client.
|
|
103
|
+
const data = await client.DescribeSalesmans({})
|
|
114
104
|
expect(data).to.be.ok
|
|
115
105
|
} catch(error) {
|
|
116
106
|
expect(error.requestId).to.be.ok
|
|
@@ -118,9 +108,9 @@ it("partners.v20180321.DescribeAgentClientGrade", async function () {
|
|
|
118
108
|
}
|
|
119
109
|
})
|
|
120
110
|
|
|
121
|
-
it("partners.v20180321.
|
|
111
|
+
it("partners.v20180321.RemovePayRelationForClient", async function () {
|
|
122
112
|
try {
|
|
123
|
-
const data = await client.
|
|
113
|
+
const data = await client.RemovePayRelationForClient({})
|
|
124
114
|
expect(data).to.be.ok
|
|
125
115
|
} catch(error) {
|
|
126
116
|
expect(error.requestId).to.be.ok
|
|
@@ -128,9 +118,9 @@ it("partners.v20180321.DescribeUnbindClientList", async function () {
|
|
|
128
118
|
}
|
|
129
119
|
})
|
|
130
120
|
|
|
131
|
-
it("partners.v20180321.
|
|
121
|
+
it("partners.v20180321.DescribeClientBalanceNew", async function () {
|
|
132
122
|
try {
|
|
133
|
-
const data = await client.
|
|
123
|
+
const data = await client.DescribeClientBalanceNew({})
|
|
134
124
|
expect(data).to.be.ok
|
|
135
125
|
} catch(error) {
|
|
136
126
|
expect(error.requestId).to.be.ok
|
|
@@ -138,9 +128,9 @@ it("partners.v20180321.AgentPayDeals", async function () {
|
|
|
138
128
|
}
|
|
139
129
|
})
|
|
140
130
|
|
|
141
|
-
it("partners.v20180321.
|
|
131
|
+
it("partners.v20180321.DescribeAgentPayDeals", async function () {
|
|
142
132
|
try {
|
|
143
|
-
const data = await client.
|
|
133
|
+
const data = await client.DescribeAgentPayDeals({})
|
|
144
134
|
expect(data).to.be.ok
|
|
145
135
|
} catch(error) {
|
|
146
136
|
expect(error.requestId).to.be.ok
|
|
@@ -148,9 +138,9 @@ it("partners.v20180321.DescribeSalesmans", async function () {
|
|
|
148
138
|
}
|
|
149
139
|
})
|
|
150
140
|
|
|
151
|
-
it("partners.v20180321.
|
|
141
|
+
it("partners.v20180321.DescribeUnbindClientList", async function () {
|
|
152
142
|
try {
|
|
153
|
-
const data = await client.
|
|
143
|
+
const data = await client.DescribeUnbindClientList({})
|
|
154
144
|
expect(data).to.be.ok
|
|
155
145
|
} catch(error) {
|
|
156
146
|
expect(error.requestId).to.be.ok
|
|
@@ -158,9 +148,9 @@ it("partners.v20180321.DescribeAgentPayDeals", async function () {
|
|
|
158
148
|
}
|
|
159
149
|
})
|
|
160
150
|
|
|
161
|
-
it("partners.v20180321.
|
|
151
|
+
it("partners.v20180321.DescribeAgentClients", async function () {
|
|
162
152
|
try {
|
|
163
|
-
const data = await client.
|
|
153
|
+
const data = await client.DescribeAgentClients({})
|
|
164
154
|
expect(data).to.be.ok
|
|
165
155
|
} catch(error) {
|
|
166
156
|
expect(error.requestId).to.be.ok
|
|
@@ -168,9 +158,9 @@ it("partners.v20180321.DescribeAgentPayDealsV2", async function () {
|
|
|
168
158
|
}
|
|
169
159
|
})
|
|
170
160
|
|
|
171
|
-
it("partners.v20180321.
|
|
161
|
+
it("partners.v20180321.DescribeClientBalance", async function () {
|
|
172
162
|
try {
|
|
173
|
-
const data = await client.
|
|
163
|
+
const data = await client.DescribeClientBalance({})
|
|
174
164
|
expect(data).to.be.ok
|
|
175
165
|
} catch(error) {
|
|
176
166
|
expect(error.requestId).to.be.ok
|
|
@@ -178,9 +168,9 @@ it("partners.v20180321.DescribeAgentAuditedClients", async function () {
|
|
|
178
168
|
}
|
|
179
169
|
})
|
|
180
170
|
|
|
181
|
-
it("partners.v20180321.
|
|
171
|
+
it("partners.v20180321.DescribeAgentClientGrade", async function () {
|
|
182
172
|
try {
|
|
183
|
-
const data = await client.
|
|
173
|
+
const data = await client.DescribeAgentClientGrade({})
|
|
184
174
|
expect(data).to.be.ok
|
|
185
175
|
} catch(error) {
|
|
186
176
|
expect(error.requestId).to.be.ok
|
|
@@ -188,9 +178,9 @@ it("partners.v20180321.DescribeAgentSelfPayDealsV2", async function () {
|
|
|
188
178
|
}
|
|
189
179
|
})
|
|
190
180
|
|
|
191
|
-
it("partners.v20180321.
|
|
181
|
+
it("partners.v20180321.DescribeAgentPayDealsV2", async function () {
|
|
192
182
|
try {
|
|
193
|
-
const data = await client.
|
|
183
|
+
const data = await client.DescribeAgentPayDealsV2({})
|
|
194
184
|
expect(data).to.be.ok
|
|
195
185
|
} catch(error) {
|
|
196
186
|
expect(error.requestId).to.be.ok
|
|
@@ -198,9 +188,9 @@ it("partners.v20180321.AuditApplyClient", async function () {
|
|
|
198
188
|
}
|
|
199
189
|
})
|
|
200
190
|
|
|
201
|
-
it("partners.v20180321.
|
|
191
|
+
it("partners.v20180321.DescribeAgentAuditedClients", async function () {
|
|
202
192
|
try {
|
|
203
|
-
const data = await client.
|
|
193
|
+
const data = await client.DescribeAgentAuditedClients({})
|
|
204
194
|
expect(data).to.be.ok
|
|
205
195
|
} catch(error) {
|
|
206
196
|
expect(error.requestId).to.be.ok
|
|
@@ -208,9 +198,9 @@ it("partners.v20180321.DescribeAgentDealsByCache", async function () {
|
|
|
208
198
|
}
|
|
209
199
|
})
|
|
210
200
|
|
|
211
|
-
it("partners.v20180321.
|
|
201
|
+
it("partners.v20180321.CreatePayRelationForClient", async function () {
|
|
212
202
|
try {
|
|
213
|
-
const data = await client.
|
|
203
|
+
const data = await client.CreatePayRelationForClient({})
|
|
214
204
|
expect(data).to.be.ok
|
|
215
205
|
} catch(error) {
|
|
216
206
|
expect(error.requestId).to.be.ok
|
|
@@ -218,9 +208,9 @@ it("partners.v20180321.DescribeAgentSelfPayDeals", async function () {
|
|
|
218
208
|
}
|
|
219
209
|
})
|
|
220
210
|
|
|
221
|
-
it("partners.v20180321.
|
|
211
|
+
it("partners.v20180321.AuditApplyClient", async function () {
|
|
222
212
|
try {
|
|
223
|
-
const data = await client.
|
|
213
|
+
const data = await client.AuditApplyClient({})
|
|
224
214
|
expect(data).to.be.ok
|
|
225
215
|
} catch(error) {
|
|
226
216
|
expect(error.requestId).to.be.ok
|
|
@@ -228,9 +218,9 @@ it("partners.v20180321.DescribeAgentClients", async function () {
|
|
|
228
218
|
}
|
|
229
219
|
})
|
|
230
220
|
|
|
231
|
-
it("partners.v20180321.
|
|
221
|
+
it("partners.v20180321.DescribeAgentDealsByCache", async function () {
|
|
232
222
|
try {
|
|
233
|
-
const data = await client.
|
|
223
|
+
const data = await client.DescribeAgentDealsByCache({})
|
|
234
224
|
expect(data).to.be.ok
|
|
235
225
|
} catch(error) {
|
|
236
226
|
expect(error.requestId).to.be.ok
|
|
@@ -68,4 +68,14 @@ it("rum.v20210622.DescribeDataLogUrlStatistics", async function () {
|
|
|
68
68
|
}
|
|
69
69
|
})
|
|
70
70
|
|
|
71
|
+
it("rum.v20210622.DescribeProjects", async function () {
|
|
72
|
+
try {
|
|
73
|
+
const data = await client.DescribeProjects({})
|
|
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
|
})
|
|
@@ -38,6 +38,16 @@ it("sqlserver.v20180328.RecycleReadOnlyGroup", async function () {
|
|
|
38
38
|
}
|
|
39
39
|
})
|
|
40
40
|
|
|
41
|
+
it("sqlserver.v20180328.ModifyDBInstanceRenewFlag", async function () {
|
|
42
|
+
try {
|
|
43
|
+
const data = await client.ModifyDBInstanceRenewFlag({})
|
|
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("sqlserver.v20180328.StartIncrementalMigration", async function () {
|
|
42
52
|
try {
|
|
43
53
|
const data = await client.StartIncrementalMigration({})
|
|
@@ -168,9 +178,9 @@ it("sqlserver.v20180328.CreatePublishSubscribe", async function () {
|
|
|
168
178
|
}
|
|
169
179
|
})
|
|
170
180
|
|
|
171
|
-
it("sqlserver.v20180328.
|
|
181
|
+
it("sqlserver.v20180328.DescribeBackupFiles", async function () {
|
|
172
182
|
try {
|
|
173
|
-
const data = await client.
|
|
183
|
+
const data = await client.DescribeBackupFiles({})
|
|
174
184
|
expect(data).to.be.ok
|
|
175
185
|
} catch(error) {
|
|
176
186
|
expect(error.requestId).to.be.ok
|
|
@@ -968,9 +978,9 @@ it("sqlserver.v20180328.ModifyReadOnlyGroupDetails", async function () {
|
|
|
968
978
|
}
|
|
969
979
|
})
|
|
970
980
|
|
|
971
|
-
it("sqlserver.v20180328.
|
|
981
|
+
it("sqlserver.v20180328.DescribeReadOnlyGroupByReadOnlyInstance", async function () {
|
|
972
982
|
try {
|
|
973
|
-
const data = await client.
|
|
983
|
+
const data = await client.DescribeReadOnlyGroupByReadOnlyInstance({})
|
|
974
984
|
expect(data).to.be.ok
|
|
975
985
|
} catch(error) {
|
|
976
986
|
expect(error.requestId).to.be.ok
|
|
@@ -78,16 +78,6 @@ it("vod.v20180717.DeleteAnimatedGraphicsTemplate", async function () {
|
|
|
78
78
|
}
|
|
79
79
|
})
|
|
80
80
|
|
|
81
|
-
it("vod.v20180717.DescribeSnapshotByTimeOffsetTemplates", async function () {
|
|
82
|
-
try {
|
|
83
|
-
const data = await client.DescribeSnapshotByTimeOffsetTemplates({})
|
|
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
|
-
|
|
91
81
|
it("vod.v20180717.DescribeAIAnalysisTemplates", async function () {
|
|
92
82
|
try {
|
|
93
83
|
const data = await client.DescribeAIAnalysisTemplates({})
|
|
@@ -338,6 +328,16 @@ it("vod.v20180717.ExecuteFunction", async function () {
|
|
|
338
328
|
}
|
|
339
329
|
})
|
|
340
330
|
|
|
331
|
+
it("vod.v20180717.DescribeTranscodeTemplates", async function () {
|
|
332
|
+
try {
|
|
333
|
+
const data = await client.DescribeTranscodeTemplates({})
|
|
334
|
+
expect(data).to.be.ok
|
|
335
|
+
} catch(error) {
|
|
336
|
+
expect(error.requestId).to.be.ok
|
|
337
|
+
expect(error.code).to.be.ok
|
|
338
|
+
}
|
|
339
|
+
})
|
|
340
|
+
|
|
341
341
|
it("vod.v20180717.DescribeMediaProcessUsageData", async function () {
|
|
342
342
|
try {
|
|
343
343
|
const data = await client.DescribeMediaProcessUsageData({})
|
|
@@ -358,9 +358,9 @@ it("vod.v20180717.DescribePrepaidProducts", async function () {
|
|
|
358
358
|
}
|
|
359
359
|
})
|
|
360
360
|
|
|
361
|
-
it("vod.v20180717.
|
|
361
|
+
it("vod.v20180717.DescribeSnapshotByTimeOffsetTemplates", async function () {
|
|
362
362
|
try {
|
|
363
|
-
const data = await client.
|
|
363
|
+
const data = await client.DescribeSnapshotByTimeOffsetTemplates({})
|
|
364
364
|
expect(data).to.be.ok
|
|
365
365
|
} catch(error) {
|
|
366
366
|
expect(error.requestId).to.be.ok
|
|
@@ -448,6 +448,16 @@ it("vod.v20180717.ModifySampleSnapshotTemplate", async function () {
|
|
|
448
448
|
}
|
|
449
449
|
})
|
|
450
450
|
|
|
451
|
+
it("vod.v20180717.ModifyVodDomainAccelerateConfig", async function () {
|
|
452
|
+
try {
|
|
453
|
+
const data = await client.ModifyVodDomainAccelerateConfig({})
|
|
454
|
+
expect(data).to.be.ok
|
|
455
|
+
} catch(error) {
|
|
456
|
+
expect(error.requestId).to.be.ok
|
|
457
|
+
expect(error.code).to.be.ok
|
|
458
|
+
}
|
|
459
|
+
})
|
|
460
|
+
|
|
451
461
|
it("vod.v20180717.DeleteSuperPlayerConfig", async function () {
|
|
452
462
|
try {
|
|
453
463
|
const data = await client.DeleteSuperPlayerConfig({})
|
|
@@ -468,9 +478,9 @@ it("vod.v20180717.DescribeProcedureTemplates", async function () {
|
|
|
468
478
|
}
|
|
469
479
|
})
|
|
470
480
|
|
|
471
|
-
it("vod.v20180717.
|
|
481
|
+
it("vod.v20180717.DeleteVodDomain", async function () {
|
|
472
482
|
try {
|
|
473
|
-
const data = await client.
|
|
483
|
+
const data = await client.DeleteVodDomain({})
|
|
474
484
|
expect(data).to.be.ok
|
|
475
485
|
} catch(error) {
|
|
476
486
|
expect(error.requestId).to.be.ok
|
|
@@ -588,6 +598,16 @@ it("vod.v20180717.DescribeEventsState", async function () {
|
|
|
588
598
|
}
|
|
589
599
|
})
|
|
590
600
|
|
|
601
|
+
it("vod.v20180717.ModifyVodDomainConfig", async function () {
|
|
602
|
+
try {
|
|
603
|
+
const data = await client.ModifyVodDomainConfig({})
|
|
604
|
+
expect(data).to.be.ok
|
|
605
|
+
} catch(error) {
|
|
606
|
+
expect(error.requestId).to.be.ok
|
|
607
|
+
expect(error.code).to.be.ok
|
|
608
|
+
}
|
|
609
|
+
})
|
|
610
|
+
|
|
591
611
|
it("vod.v20180717.ConfirmEvents", async function () {
|
|
592
612
|
try {
|
|
593
613
|
const data = await client.ConfirmEvents({})
|
|
@@ -678,9 +698,9 @@ it("vod.v20180717.DescribeStorageDetails", async function () {
|
|
|
678
698
|
}
|
|
679
699
|
})
|
|
680
700
|
|
|
681
|
-
it("vod.v20180717.
|
|
701
|
+
it("vod.v20180717.ForbidMediaDistribution", async function () {
|
|
682
702
|
try {
|
|
683
|
-
const data = await client.
|
|
703
|
+
const data = await client.ForbidMediaDistribution({})
|
|
684
704
|
expect(data).to.be.ok
|
|
685
705
|
} catch(error) {
|
|
686
706
|
expect(error.requestId).to.be.ok
|
|
@@ -688,9 +708,9 @@ it("vod.v20180717.DeleteWordSamples", async function () {
|
|
|
688
708
|
}
|
|
689
709
|
})
|
|
690
710
|
|
|
691
|
-
it("vod.v20180717.
|
|
711
|
+
it("vod.v20180717.CreateVodDomain", async function () {
|
|
692
712
|
try {
|
|
693
|
-
const data = await client.
|
|
713
|
+
const data = await client.CreateVodDomain({})
|
|
694
714
|
expect(data).to.be.ok
|
|
695
715
|
} catch(error) {
|
|
696
716
|
expect(error.requestId).to.be.ok
|
|
@@ -748,9 +768,9 @@ it("vod.v20180717.DescribeAnimatedGraphicsTemplates", async function () {
|
|
|
748
768
|
}
|
|
749
769
|
})
|
|
750
770
|
|
|
751
|
-
it("vod.v20180717.
|
|
771
|
+
it("vod.v20180717.DeleteWordSamples", async function () {
|
|
752
772
|
try {
|
|
753
|
-
const data = await client.
|
|
773
|
+
const data = await client.DeleteWordSamples({})
|
|
754
774
|
expect(data).to.be.ok
|
|
755
775
|
} catch(error) {
|
|
756
776
|
expect(error.requestId).to.be.ok
|
|
@@ -828,6 +848,16 @@ it("vod.v20180717.DescribeEventConfig", async function () {
|
|
|
828
848
|
}
|
|
829
849
|
})
|
|
830
850
|
|
|
851
|
+
it("vod.v20180717.ModifySubAppIdInfo", async function () {
|
|
852
|
+
try {
|
|
853
|
+
const data = await client.ModifySubAppIdInfo({})
|
|
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
|
+
|
|
831
861
|
it("vod.v20180717.DescribeAdaptiveDynamicStreamingTemplates", async function () {
|
|
832
862
|
try {
|
|
833
863
|
const data = await client.DescribeAdaptiveDynamicStreamingTemplates({})
|
|
@@ -1008,6 +1038,16 @@ it("vod.v20180717.CreateAnimatedGraphicsTemplate", async function () {
|
|
|
1008
1038
|
}
|
|
1009
1039
|
})
|
|
1010
1040
|
|
|
1041
|
+
it("vod.v20180717.ModifyAnimatedGraphicsTemplate", async function () {
|
|
1042
|
+
try {
|
|
1043
|
+
const data = await client.ModifyAnimatedGraphicsTemplate({})
|
|
1044
|
+
expect(data).to.be.ok
|
|
1045
|
+
} catch(error) {
|
|
1046
|
+
expect(error.requestId).to.be.ok
|
|
1047
|
+
expect(error.code).to.be.ok
|
|
1048
|
+
}
|
|
1049
|
+
})
|
|
1050
|
+
|
|
1011
1051
|
it("vod.v20180717.AttachMediaSubtitles", async function () {
|
|
1012
1052
|
try {
|
|
1013
1053
|
const data = await client.AttachMediaSubtitles({})
|