tencentcloud-sdk-nodejs 4.0.272 → 4.0.276
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 +755 -0
- package/SERVICE_CHANGELOG.md +673 -179
- package/package.json +1 -1
- package/products.md +41 -41
- package/src/common/sdk_version.ts +1 -1
- package/src/services/ame/v20190916/ame_client.ts +143 -87
- package/src/services/ame/v20190916/ame_models.ts +363 -43
- package/src/services/antiddos/v20200309/antiddos_client.ts +80 -16
- package/src/services/antiddos/v20200309/antiddos_models.ts +305 -19
- package/src/services/api/v20201106/api_client.ts +2 -2
- package/src/services/api/v20201106/api_models.ts +2 -2
- package/src/services/apigateway/v20180808/apigateway_models.ts +35 -0
- package/src/services/apm/v20210622/apm_client.ts +19 -1
- package/src/services/apm/v20210622/apm_models.ts +200 -8
- package/src/services/as/v20180419/as_models.ts +7 -8
- package/src/services/cat/v20180409/cat_models.ts +5 -0
- package/src/services/cbs/v20170312/cbs_client.ts +1 -1
- package/src/services/cbs/v20170312/cbs_models.ts +5 -5
- package/src/services/cdb/v20170320/cdb_client.ts +468 -275
- package/src/services/cdb/v20170320/cdb_models.ts +4840 -3856
- package/src/services/cdn/v20180606/cdn_models.ts +7 -5
- package/src/services/cfw/v20190904/cfw_client.ts +13 -1
- package/src/services/cfw/v20190904/cfw_models.ts +25 -0
- package/src/services/ckafka/v20190819/ckafka_models.ts +32 -4
- package/src/services/clb/v20180317/clb_client.ts +9 -6
- package/src/services/clb/v20180317/clb_models.ts +10 -5
- package/src/services/cls/v20201016/cls_models.ts +4 -4
- package/src/services/cpdp/v20190820/cpdp_models.ts +9 -9
- package/src/services/cvm/v20170312/cvm_client.ts +14 -0
- package/src/services/cvm/v20170312/cvm_models.ts +35 -0
- package/src/services/cwp/v20180228/cwp_models.ts +1 -1
- package/src/services/dbbrain/v20210527/dbbrain_models.ts +1 -1
- package/src/services/ecdn/v20191012/ecdn_client.ts +40 -20
- package/src/services/ecdn/v20191012/ecdn_models.ts +18 -12
- package/src/services/eiam/v20210420/eiam_models.ts +7 -1
- package/src/services/eis/v20210601/eis_models.ts +25 -0
- package/src/services/emr/v20190103/emr_client.ts +2 -0
- package/src/services/emr/v20190103/emr_models.ts +45 -0
- package/src/services/essbasic/v20210526/essbasic_client.ts +2 -1
- package/src/services/essbasic/v20210526/essbasic_models.ts +2 -2
- package/src/services/gme/v20180711/gme_models.ts +13 -2
- package/src/services/iotvideoindustry/v20201201/iotvideoindustry_client.ts +27 -14
- package/src/services/iotvideoindustry/v20201201/iotvideoindustry_models.ts +35 -0
- package/src/services/live/v20180801/live_models.ts +1 -1
- package/src/services/ocr/v20181119/ocr_client.ts +3 -1
- package/src/services/ocr/v20181119/ocr_models.ts +25 -15
- package/src/services/organization/v20210331/organization_client.ts +1 -0
- package/src/services/organization/v20210331/organization_models.ts +52 -1
- package/src/services/redis/v20180412/redis_client.ts +43 -7
- package/src/services/redis/v20180412/redis_models.ts +111 -1
- package/src/services/rum/v20210622/rum_client.ts +36 -12
- package/src/services/rum/v20210622/rum_models.ts +489 -219
- package/src/services/ses/v20201002/ses_client.ts +152 -102
- package/src/services/ses/v20201002/ses_models.ts +294 -13
- package/src/services/ssl/v20191205/ssl_models.ts +5 -0
- package/src/services/tcb/v20180608/tcb_models.ts +11 -0
- package/src/services/tcss/v20201101/tcss_models.ts +20 -8
- package/src/services/tdmq/v20200217/tdmq_models.ts +1 -1
- package/src/services/tke/v20180525/tke_models.ts +10 -0
- package/src/services/tsf/v20180326/tsf_client.ts +1 -1
- package/src/services/tsf/v20180326/tsf_models.ts +5 -0
- package/src/services/tts/v20190823/tts_models.ts +8 -10
- package/src/services/vpc/v20170312/vpc_models.ts +13 -3
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/ame/v20190916/ame_client.d.ts +49 -33
- package/tencentcloud/services/ame/v20190916/ame_client.js +72 -48
- package/tencentcloud/services/ame/v20190916/ame_models.d.ts +316 -39
- package/tencentcloud/services/antiddos/v20200309/antiddos_client.d.ts +25 -5
- package/tencentcloud/services/antiddos/v20200309/antiddos_client.js +36 -6
- package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +261 -18
- package/tencentcloud/services/api/v20201106/api_client.d.ts +2 -2
- package/tencentcloud/services/api/v20201106/api_client.js +2 -2
- package/tencentcloud/services/api/v20201106/api_models.d.ts +2 -2
- package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +28 -0
- package/tencentcloud/services/apm/v20210622/apm_client.d.ts +5 -1
- package/tencentcloud/services/apm/v20210622/apm_client.js +6 -0
- package/tencentcloud/services/apm/v20210622/apm_models.d.ts +171 -8
- package/tencentcloud/services/as/v20180419/as_models.d.ts +7 -8
- package/tencentcloud/services/cat/v20180409/cat_models.d.ts +4 -0
- package/tencentcloud/services/cbs/v20170312/cbs_client.d.ts +1 -1
- package/tencentcloud/services/cbs/v20170312/cbs_client.js +1 -1
- package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +5 -5
- package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +73 -13
- package/tencentcloud/services/cdb/v20170320/cdb_client.js +108 -18
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +4388 -3546
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +7 -5
- package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +6 -2
- package/tencentcloud/services/cfw/v20190904/cfw_client.js +7 -1
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +22 -0
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +27 -4
- package/tencentcloud/services/clb/v20180317/clb_client.d.ts +3 -0
- package/tencentcloud/services/clb/v20180317/clb_client.js +3 -0
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +9 -5
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +4 -4
- package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +9 -9
- package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +7 -1
- package/tencentcloud/services/cvm/v20170312/cvm_client.js +8 -0
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +30 -0
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +1 -1
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +1 -1
- package/tencentcloud/services/ecdn/v20191012/ecdn_client.d.ts +20 -0
- package/tencentcloud/services/ecdn/v20191012/ecdn_client.js +20 -0
- package/tencentcloud/services/ecdn/v20191012/ecdn_models.d.ts +17 -12
- package/tencentcloud/services/eiam/v20210420/eiam_models.d.ts +6 -1
- package/tencentcloud/services/eis/v20210601/eis_models.d.ts +20 -0
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +38 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +2 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +2 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +2 -2
- package/tencentcloud/services/gme/v20180711/gme_models.d.ts +11 -2
- package/tencentcloud/services/iotvideoindustry/v20201201/iotvideoindustry_client.d.ts +11 -6
- package/tencentcloud/services/iotvideoindustry/v20201201/iotvideoindustry_client.js +14 -7
- package/tencentcloud/services/iotvideoindustry/v20201201/iotvideoindustry_models.d.ts +30 -0
- package/tencentcloud/services/live/v20180801/live_models.d.ts +1 -1
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +3 -1
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +3 -1
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +23 -15
- package/tencentcloud/services/organization/v20210331/organization_models.d.ts +44 -1
- package/tencentcloud/services/redis/v20180412/redis_client.d.ts +16 -4
- package/tencentcloud/services/redis/v20180412/redis_client.js +22 -4
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +95 -1
- package/tencentcloud/services/rum/v20210622/rum_client.d.ts +9 -1
- package/tencentcloud/services/rum/v20210622/rum_client.js +12 -0
- package/tencentcloud/services/rum/v20210622/rum_models.d.ts +436 -216
- package/tencentcloud/services/ses/v20201002/ses_client.d.ts +52 -36
- package/tencentcloud/services/ses/v20201002/ses_client.js +76 -52
- package/tencentcloud/services/ses/v20201002/ses_models.d.ts +249 -13
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +4 -0
- package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +9 -0
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +17 -6
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +1 -1
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +8 -0
- package/tencentcloud/services/tsf/v20180326/tsf_client.d.ts +1 -1
- package/tencentcloud/services/tsf/v20180326/tsf_client.js +1 -1
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +4 -0
- package/tencentcloud/services/tts/v20190823/tts_models.d.ts +4 -6
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +13 -3
- package/test/ame.v20190916.test.js +76 -36
- package/test/antiddos.v20200309.test.js +54 -4
- package/test/apm.v20210622.test.js +10 -0
- package/test/cdb.v20170320.test.js +168 -18
- package/test/cfw.v20190904.test.js +10 -0
- package/test/cvm.v20170312.test.js +10 -0
- package/test/iotvideoindustry.v20201201.test.js +14 -4
- package/test/redis.v20180412.test.js +32 -2
- package/test/rum.v20210622.test.js +20 -0
- package/test/ses.v20201002.test.js +74 -34
|
@@ -18,9 +18,9 @@ const client = new tencentcloud.ame.v20190916.Client({
|
|
|
18
18
|
})
|
|
19
19
|
describe("ame.v20190916.test.js", function () {
|
|
20
20
|
|
|
21
|
-
it("ame.v20190916.
|
|
21
|
+
it("ame.v20190916.DescribePackages", async function () {
|
|
22
22
|
try {
|
|
23
|
-
const data = await client.
|
|
23
|
+
const data = await client.DescribePackages({})
|
|
24
24
|
expect(data).to.be.ok
|
|
25
25
|
} catch(error) {
|
|
26
26
|
expect(error.requestId).to.be.ok
|
|
@@ -28,9 +28,9 @@ it("ame.v20190916.DescribeKTVMusicDetail", async function () {
|
|
|
28
28
|
}
|
|
29
29
|
})
|
|
30
30
|
|
|
31
|
-
it("ame.v20190916.
|
|
31
|
+
it("ame.v20190916.DescribeLyric", async function () {
|
|
32
32
|
try {
|
|
33
|
-
const data = await client.
|
|
33
|
+
const data = await client.DescribeLyric({})
|
|
34
34
|
expect(data).to.be.ok
|
|
35
35
|
} catch(error) {
|
|
36
36
|
expect(error.requestId).to.be.ok
|
|
@@ -38,9 +38,9 @@ it("ame.v20190916.DescribeItemById", async function () {
|
|
|
38
38
|
}
|
|
39
39
|
})
|
|
40
40
|
|
|
41
|
-
it("ame.v20190916.
|
|
41
|
+
it("ame.v20190916.DescribeItems", async function () {
|
|
42
42
|
try {
|
|
43
|
-
const data = await client.
|
|
43
|
+
const data = await client.DescribeItems({})
|
|
44
44
|
expect(data).to.be.ok
|
|
45
45
|
} catch(error) {
|
|
46
46
|
expect(error.requestId).to.be.ok
|
|
@@ -48,9 +48,9 @@ it("ame.v20190916.DescribePackages", async function () {
|
|
|
48
48
|
}
|
|
49
49
|
})
|
|
50
50
|
|
|
51
|
-
it("ame.v20190916.
|
|
51
|
+
it("ame.v20190916.DescribeAuthInfo", async function () {
|
|
52
52
|
try {
|
|
53
|
-
const data = await client.
|
|
53
|
+
const data = await client.DescribeAuthInfo({})
|
|
54
54
|
expect(data).to.be.ok
|
|
55
55
|
} catch(error) {
|
|
56
56
|
expect(error.requestId).to.be.ok
|
|
@@ -58,9 +58,9 @@ it("ame.v20190916.DescribeLyric", async function () {
|
|
|
58
58
|
}
|
|
59
59
|
})
|
|
60
60
|
|
|
61
|
-
it("ame.v20190916.
|
|
61
|
+
it("ame.v20190916.DescribeCloudMusicPurchased", async function () {
|
|
62
62
|
try {
|
|
63
|
-
const data = await client.
|
|
63
|
+
const data = await client.DescribeCloudMusicPurchased({})
|
|
64
64
|
expect(data).to.be.ok
|
|
65
65
|
} catch(error) {
|
|
66
66
|
expect(error.requestId).to.be.ok
|
|
@@ -68,9 +68,39 @@ it("ame.v20190916.DescribeMusicSaleStatus", async function () {
|
|
|
68
68
|
}
|
|
69
69
|
})
|
|
70
70
|
|
|
71
|
-
it("ame.v20190916.
|
|
71
|
+
it("ame.v20190916.ReportData", async function () {
|
|
72
72
|
try {
|
|
73
|
-
const data = await client.
|
|
73
|
+
const data = await client.ReportData({})
|
|
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("ame.v20190916.DescribePkgOfflineMusic", async function () {
|
|
82
|
+
try {
|
|
83
|
+
const data = await client.DescribePkgOfflineMusic({})
|
|
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("ame.v20190916.DescribeMusic", async function () {
|
|
92
|
+
try {
|
|
93
|
+
const data = await client.DescribeMusic({})
|
|
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
|
+
it("ame.v20190916.ModifyMusicOnShelves", async function () {
|
|
102
|
+
try {
|
|
103
|
+
const data = await client.ModifyMusicOnShelves({})
|
|
74
104
|
expect(data).to.be.ok
|
|
75
105
|
} catch(error) {
|
|
76
106
|
expect(error.requestId).to.be.ok
|
|
@@ -88,9 +118,9 @@ it("ame.v20190916.DescribePackageItems", async function () {
|
|
|
88
118
|
}
|
|
89
119
|
})
|
|
90
120
|
|
|
91
|
-
it("ame.v20190916.
|
|
121
|
+
it("ame.v20190916.TakeMusicOffShelves", async function () {
|
|
92
122
|
try {
|
|
93
|
-
const data = await client.
|
|
123
|
+
const data = await client.TakeMusicOffShelves({})
|
|
94
124
|
expect(data).to.be.ok
|
|
95
125
|
} catch(error) {
|
|
96
126
|
expect(error.requestId).to.be.ok
|
|
@@ -98,9 +128,9 @@ it("ame.v20190916.DescribeItems", async function () {
|
|
|
98
128
|
}
|
|
99
129
|
})
|
|
100
130
|
|
|
101
|
-
it("ame.v20190916.
|
|
131
|
+
it("ame.v20190916.DescribeKTVPlaylists", async function () {
|
|
102
132
|
try {
|
|
103
|
-
const data = await client.
|
|
133
|
+
const data = await client.DescribeKTVPlaylists({})
|
|
104
134
|
expect(data).to.be.ok
|
|
105
135
|
} catch(error) {
|
|
106
136
|
expect(error.requestId).to.be.ok
|
|
@@ -108,9 +138,9 @@ it("ame.v20190916.DescribeAuthInfo", async function () {
|
|
|
108
138
|
}
|
|
109
139
|
})
|
|
110
140
|
|
|
111
|
-
it("ame.v20190916.
|
|
141
|
+
it("ame.v20190916.CreateKTVRobot", async function () {
|
|
112
142
|
try {
|
|
113
|
-
const data = await client.
|
|
143
|
+
const data = await client.CreateKTVRobot({})
|
|
114
144
|
expect(data).to.be.ok
|
|
115
145
|
} catch(error) {
|
|
116
146
|
expect(error.requestId).to.be.ok
|
|
@@ -118,9 +148,9 @@ it("ame.v20190916.ReportData", async function () {
|
|
|
118
148
|
}
|
|
119
149
|
})
|
|
120
150
|
|
|
121
|
-
it("ame.v20190916.
|
|
151
|
+
it("ame.v20190916.SyncKTVRobotCommand", async function () {
|
|
122
152
|
try {
|
|
123
|
-
const data = await client.
|
|
153
|
+
const data = await client.SyncKTVRobotCommand({})
|
|
124
154
|
expect(data).to.be.ok
|
|
125
155
|
} catch(error) {
|
|
126
156
|
expect(error.requestId).to.be.ok
|
|
@@ -128,9 +158,9 @@ it("ame.v20190916.DescribeMusic", async function () {
|
|
|
128
158
|
}
|
|
129
159
|
})
|
|
130
160
|
|
|
131
|
-
it("ame.v20190916.
|
|
161
|
+
it("ame.v20190916.DescribeKTVPlaylistDetail", async function () {
|
|
132
162
|
try {
|
|
133
|
-
const data = await client.
|
|
163
|
+
const data = await client.DescribeKTVPlaylistDetail({})
|
|
134
164
|
expect(data).to.be.ok
|
|
135
165
|
} catch(error) {
|
|
136
166
|
expect(error.requestId).to.be.ok
|
|
@@ -138,9 +168,9 @@ it("ame.v20190916.DescribeCloudMusic", async function () {
|
|
|
138
168
|
}
|
|
139
169
|
})
|
|
140
170
|
|
|
141
|
-
it("ame.v20190916.
|
|
171
|
+
it("ame.v20190916.DescribeStations", async function () {
|
|
142
172
|
try {
|
|
143
|
-
const data = await client.
|
|
173
|
+
const data = await client.DescribeStations({})
|
|
144
174
|
expect(data).to.be.ok
|
|
145
175
|
} catch(error) {
|
|
146
176
|
expect(error.requestId).to.be.ok
|
|
@@ -148,9 +178,9 @@ it("ame.v20190916.ModifyMusicOnShelves", async function () {
|
|
|
148
178
|
}
|
|
149
179
|
})
|
|
150
180
|
|
|
151
|
-
it("ame.v20190916.
|
|
181
|
+
it("ame.v20190916.DescribeKTVMusicDetail", async function () {
|
|
152
182
|
try {
|
|
153
|
-
const data = await client.
|
|
183
|
+
const data = await client.DescribeKTVMusicDetail({})
|
|
154
184
|
expect(data).to.be.ok
|
|
155
185
|
} catch(error) {
|
|
156
186
|
expect(error.requestId).to.be.ok
|
|
@@ -158,9 +188,9 @@ it("ame.v20190916.SearchKTVMusics", async function () {
|
|
|
158
188
|
}
|
|
159
189
|
})
|
|
160
190
|
|
|
161
|
-
it("ame.v20190916.
|
|
191
|
+
it("ame.v20190916.DescribeItemById", async function () {
|
|
162
192
|
try {
|
|
163
|
-
const data = await client.
|
|
193
|
+
const data = await client.DescribeItemById({})
|
|
164
194
|
expect(data).to.be.ok
|
|
165
195
|
} catch(error) {
|
|
166
196
|
expect(error.requestId).to.be.ok
|
|
@@ -168,9 +198,9 @@ it("ame.v20190916.DescribeKTVPlaylists", async function () {
|
|
|
168
198
|
}
|
|
169
199
|
})
|
|
170
200
|
|
|
171
|
-
it("ame.v20190916.
|
|
201
|
+
it("ame.v20190916.DescribeMusicSaleStatus", async function () {
|
|
172
202
|
try {
|
|
173
|
-
const data = await client.
|
|
203
|
+
const data = await client.DescribeMusicSaleStatus({})
|
|
174
204
|
expect(data).to.be.ok
|
|
175
205
|
} catch(error) {
|
|
176
206
|
expect(error.requestId).to.be.ok
|
|
@@ -178,9 +208,9 @@ it("ame.v20190916.TakeMusicOffShelves", async function () {
|
|
|
178
208
|
}
|
|
179
209
|
})
|
|
180
210
|
|
|
181
|
-
it("ame.v20190916.
|
|
211
|
+
it("ame.v20190916.DestroyKTVRobot", async function () {
|
|
182
212
|
try {
|
|
183
|
-
const data = await client.
|
|
213
|
+
const data = await client.DestroyKTVRobot({})
|
|
184
214
|
expect(data).to.be.ok
|
|
185
215
|
} catch(error) {
|
|
186
216
|
expect(error.requestId).to.be.ok
|
|
@@ -188,9 +218,9 @@ it("ame.v20190916.DescribeCloudMusicPurchased", async function () {
|
|
|
188
218
|
}
|
|
189
219
|
})
|
|
190
220
|
|
|
191
|
-
it("ame.v20190916.
|
|
221
|
+
it("ame.v20190916.DescribeCloudMusic", async function () {
|
|
192
222
|
try {
|
|
193
|
-
const data = await client.
|
|
223
|
+
const data = await client.DescribeCloudMusic({})
|
|
194
224
|
expect(data).to.be.ok
|
|
195
225
|
} catch(error) {
|
|
196
226
|
expect(error.requestId).to.be.ok
|
|
@@ -208,9 +238,19 @@ it("ame.v20190916.PutMusicOnTheShelves", async function () {
|
|
|
208
238
|
}
|
|
209
239
|
})
|
|
210
240
|
|
|
211
|
-
it("ame.v20190916.
|
|
241
|
+
it("ame.v20190916.DescribeKTVRobots", async function () {
|
|
212
242
|
try {
|
|
213
|
-
const data = await client.
|
|
243
|
+
const data = await client.DescribeKTVRobots({})
|
|
244
|
+
expect(data).to.be.ok
|
|
245
|
+
} catch(error) {
|
|
246
|
+
expect(error.requestId).to.be.ok
|
|
247
|
+
expect(error.code).to.be.ok
|
|
248
|
+
}
|
|
249
|
+
})
|
|
250
|
+
|
|
251
|
+
it("ame.v20190916.SearchKTVMusics", async function () {
|
|
252
|
+
try {
|
|
253
|
+
const data = await client.SearchKTVMusics({})
|
|
214
254
|
expect(data).to.be.ok
|
|
215
255
|
} catch(error) {
|
|
216
256
|
expect(error.requestId).to.be.ok
|
|
@@ -98,6 +98,16 @@ it("antiddos.v20200309.ModifyPacketFilterConfig", async function () {
|
|
|
98
98
|
}
|
|
99
99
|
})
|
|
100
100
|
|
|
101
|
+
it("antiddos.v20200309.DescribeListSchedulingDomain", async function () {
|
|
102
|
+
try {
|
|
103
|
+
const data = await client.DescribeListSchedulingDomain({})
|
|
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("antiddos.v20200309.CreatePacketFilterConfig", async function () {
|
|
102
112
|
try {
|
|
103
113
|
const data = await client.CreatePacketFilterConfig({})
|
|
@@ -178,6 +188,16 @@ it("antiddos.v20200309.DisassociateDDoSEipAddress", async function () {
|
|
|
178
188
|
}
|
|
179
189
|
})
|
|
180
190
|
|
|
191
|
+
it("antiddos.v20200309.DescribeDDoSConnectLimitList", async function () {
|
|
192
|
+
try {
|
|
193
|
+
const data = await client.DescribeDDoSConnectLimitList({})
|
|
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("antiddos.v20200309.CreateBoundIP", async function () {
|
|
182
202
|
try {
|
|
183
203
|
const data = await client.CreateBoundIP({})
|
|
@@ -188,9 +208,9 @@ it("antiddos.v20200309.CreateBoundIP", async function () {
|
|
|
188
208
|
}
|
|
189
209
|
})
|
|
190
210
|
|
|
191
|
-
it("antiddos.v20200309.
|
|
211
|
+
it("antiddos.v20200309.DeleteDDoSBlackWhiteIpList", async function () {
|
|
192
212
|
try {
|
|
193
|
-
const data = await client.
|
|
213
|
+
const data = await client.DeleteDDoSBlackWhiteIpList({})
|
|
194
214
|
expect(data).to.be.ok
|
|
195
215
|
} catch(error) {
|
|
196
216
|
expect(error.requestId).to.be.ok
|
|
@@ -318,6 +338,16 @@ it("antiddos.v20200309.DescribeListProtectThresholdConfig", async function () {
|
|
|
318
338
|
}
|
|
319
339
|
})
|
|
320
340
|
|
|
341
|
+
it("antiddos.v20200309.CreatePortAclConfig", async function () {
|
|
342
|
+
try {
|
|
343
|
+
const data = await client.CreatePortAclConfig({})
|
|
344
|
+
expect(data).to.be.ok
|
|
345
|
+
} catch(error) {
|
|
346
|
+
expect(error.requestId).to.be.ok
|
|
347
|
+
expect(error.code).to.be.ok
|
|
348
|
+
}
|
|
349
|
+
})
|
|
350
|
+
|
|
321
351
|
it("antiddos.v20200309.CreateDDoSSpeedLimitConfig", async function () {
|
|
322
352
|
try {
|
|
323
353
|
const data = await client.CreateDDoSSpeedLimitConfig({})
|
|
@@ -338,6 +368,16 @@ it("antiddos.v20200309.DescribeBasicDeviceStatus", async function () {
|
|
|
338
368
|
}
|
|
339
369
|
})
|
|
340
370
|
|
|
371
|
+
it("antiddos.v20200309.CreateDDoSConnectLimit", async function () {
|
|
372
|
+
try {
|
|
373
|
+
const data = await client.CreateDDoSConnectLimit({})
|
|
374
|
+
expect(data).to.be.ok
|
|
375
|
+
} catch(error) {
|
|
376
|
+
expect(error.requestId).to.be.ok
|
|
377
|
+
expect(error.code).to.be.ok
|
|
378
|
+
}
|
|
379
|
+
})
|
|
380
|
+
|
|
341
381
|
it("antiddos.v20200309.DescribeListBGPInstances", async function () {
|
|
342
382
|
try {
|
|
343
383
|
const data = await client.DescribeListBGPInstances({})
|
|
@@ -498,9 +538,9 @@ it("antiddos.v20200309.CreateProtocolBlockConfig", async function () {
|
|
|
498
538
|
}
|
|
499
539
|
})
|
|
500
540
|
|
|
501
|
-
it("antiddos.v20200309.
|
|
541
|
+
it("antiddos.v20200309.CreatePortAclConfigList", async function () {
|
|
502
542
|
try {
|
|
503
|
-
const data = await client.
|
|
543
|
+
const data = await client.CreatePortAclConfigList({})
|
|
504
544
|
expect(data).to.be.ok
|
|
505
545
|
} catch(error) {
|
|
506
546
|
expect(error.requestId).to.be.ok
|
|
@@ -518,6 +558,16 @@ it("antiddos.v20200309.CreateL7RuleCerts", async function () {
|
|
|
518
558
|
}
|
|
519
559
|
})
|
|
520
560
|
|
|
561
|
+
it("antiddos.v20200309.DescribeListPortAclList", async function () {
|
|
562
|
+
try {
|
|
563
|
+
const data = await client.DescribeListPortAclList({})
|
|
564
|
+
expect(data).to.be.ok
|
|
565
|
+
} catch(error) {
|
|
566
|
+
expect(error.requestId).to.be.ok
|
|
567
|
+
expect(error.code).to.be.ok
|
|
568
|
+
}
|
|
569
|
+
})
|
|
570
|
+
|
|
521
571
|
it("antiddos.v20200309.ModifyDDoSGeoIPBlockConfig", async function () {
|
|
522
572
|
try {
|
|
523
573
|
const data = await client.ModifyDDoSGeoIPBlockConfig({})
|
|
@@ -28,6 +28,16 @@ it("apm.v20210622.CreateApmInstance", async function () {
|
|
|
28
28
|
}
|
|
29
29
|
})
|
|
30
30
|
|
|
31
|
+
it("apm.v20210622.DescribeMetricRecords", async function () {
|
|
32
|
+
try {
|
|
33
|
+
const data = await client.DescribeMetricRecords({})
|
|
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("apm.v20210622.DescribeApmInstances", async function () {
|
|
32
42
|
try {
|
|
33
43
|
const data = await client.DescribeApmInstances({})
|
|
@@ -38,9 +38,9 @@ it("cdb.v20170320.CreateRoInstanceIp", async function () {
|
|
|
38
38
|
}
|
|
39
39
|
})
|
|
40
40
|
|
|
41
|
-
it("cdb.v20170320.
|
|
41
|
+
it("cdb.v20170320.DescribeTimeWindow", async function () {
|
|
42
42
|
try {
|
|
43
|
-
const data = await client.
|
|
43
|
+
const data = await client.DescribeTimeWindow({})
|
|
44
44
|
expect(data).to.be.ok
|
|
45
45
|
} catch(error) {
|
|
46
46
|
expect(error.requestId).to.be.ok
|
|
@@ -98,9 +98,9 @@ it("cdb.v20170320.ModifyInstanceTag", async function () {
|
|
|
98
98
|
}
|
|
99
99
|
})
|
|
100
100
|
|
|
101
|
-
it("cdb.v20170320.
|
|
101
|
+
it("cdb.v20170320.CreateAuditPolicy", async function () {
|
|
102
102
|
try {
|
|
103
|
-
const data = await client.
|
|
103
|
+
const data = await client.CreateAuditPolicy({})
|
|
104
104
|
expect(data).to.be.ok
|
|
105
105
|
} catch(error) {
|
|
106
106
|
expect(error.requestId).to.be.ok
|
|
@@ -178,6 +178,16 @@ it("cdb.v20170320.OpenDBInstanceGTID", async function () {
|
|
|
178
178
|
}
|
|
179
179
|
})
|
|
180
180
|
|
|
181
|
+
it("cdb.v20170320.ModifyCDBProxyDesc", async function () {
|
|
182
|
+
try {
|
|
183
|
+
const data = await client.ModifyCDBProxyDesc({})
|
|
184
|
+
expect(data).to.be.ok
|
|
185
|
+
} catch(error) {
|
|
186
|
+
expect(error.requestId).to.be.ok
|
|
187
|
+
expect(error.code).to.be.ok
|
|
188
|
+
}
|
|
189
|
+
})
|
|
190
|
+
|
|
181
191
|
it("cdb.v20170320.DescribeRollbackTaskDetail", async function () {
|
|
182
192
|
try {
|
|
183
193
|
const data = await client.DescribeRollbackTaskDetail({})
|
|
@@ -308,16 +318,6 @@ it("cdb.v20170320.DescribeTables", async function () {
|
|
|
308
318
|
}
|
|
309
319
|
})
|
|
310
320
|
|
|
311
|
-
it("cdb.v20170320.DeleteTimeWindow", async function () {
|
|
312
|
-
try {
|
|
313
|
-
const data = await client.DeleteTimeWindow({})
|
|
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
|
-
|
|
321
321
|
it("cdb.v20170320.DescribeAccountPrivileges", async function () {
|
|
322
322
|
try {
|
|
323
323
|
const data = await client.DescribeAccountPrivileges({})
|
|
@@ -438,6 +438,16 @@ it("cdb.v20170320.AddTimeWindow", async function () {
|
|
|
438
438
|
}
|
|
439
439
|
})
|
|
440
440
|
|
|
441
|
+
it("cdb.v20170320.DescribeDeviceMonitorInfo", async function () {
|
|
442
|
+
try {
|
|
443
|
+
const data = await client.DescribeDeviceMonitorInfo({})
|
|
444
|
+
expect(data).to.be.ok
|
|
445
|
+
} catch(error) {
|
|
446
|
+
expect(error.requestId).to.be.ok
|
|
447
|
+
expect(error.code).to.be.ok
|
|
448
|
+
}
|
|
449
|
+
})
|
|
450
|
+
|
|
441
451
|
it("cdb.v20170320.CreateBackup", async function () {
|
|
442
452
|
try {
|
|
443
453
|
const data = await client.CreateBackup({})
|
|
@@ -498,6 +508,16 @@ it("cdb.v20170320.DescribeProjectSecurityGroups", async function () {
|
|
|
498
508
|
}
|
|
499
509
|
})
|
|
500
510
|
|
|
511
|
+
it("cdb.v20170320.ModifyCDBProxyConnectionPool", async function () {
|
|
512
|
+
try {
|
|
513
|
+
const data = await client.ModifyCDBProxyConnectionPool({})
|
|
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
|
+
|
|
501
521
|
it("cdb.v20170320.DescribeSlowLogs", async function () {
|
|
502
522
|
try {
|
|
503
523
|
const data = await client.DescribeSlowLogs({})
|
|
@@ -518,6 +538,16 @@ it("cdb.v20170320.InquiryPriceUpgradeInstances", async function () {
|
|
|
518
538
|
}
|
|
519
539
|
})
|
|
520
540
|
|
|
541
|
+
it("cdb.v20170320.ModifyLocalBinlogConfig", async function () {
|
|
542
|
+
try {
|
|
543
|
+
const data = await client.ModifyLocalBinlogConfig({})
|
|
544
|
+
expect(data).to.be.ok
|
|
545
|
+
} catch(error) {
|
|
546
|
+
expect(error.requestId).to.be.ok
|
|
547
|
+
expect(error.code).to.be.ok
|
|
548
|
+
}
|
|
549
|
+
})
|
|
550
|
+
|
|
521
551
|
it("cdb.v20170320.CreateDBInstance", async function () {
|
|
522
552
|
try {
|
|
523
553
|
const data = await client.CreateDBInstance({})
|
|
@@ -548,6 +578,26 @@ it("cdb.v20170320.DescribeInstanceParams", async function () {
|
|
|
548
578
|
}
|
|
549
579
|
})
|
|
550
580
|
|
|
581
|
+
it("cdb.v20170320.ModifyCDBProxy", async function () {
|
|
582
|
+
try {
|
|
583
|
+
const data = await client.ModifyCDBProxy({})
|
|
584
|
+
expect(data).to.be.ok
|
|
585
|
+
} catch(error) {
|
|
586
|
+
expect(error.requestId).to.be.ok
|
|
587
|
+
expect(error.code).to.be.ok
|
|
588
|
+
}
|
|
589
|
+
})
|
|
590
|
+
|
|
591
|
+
it("cdb.v20170320.DescribeProxyCustomConf", async function () {
|
|
592
|
+
try {
|
|
593
|
+
const data = await client.DescribeProxyCustomConf({})
|
|
594
|
+
expect(data).to.be.ok
|
|
595
|
+
} catch(error) {
|
|
596
|
+
expect(error.requestId).to.be.ok
|
|
597
|
+
expect(error.code).to.be.ok
|
|
598
|
+
}
|
|
599
|
+
})
|
|
600
|
+
|
|
551
601
|
it("cdb.v20170320.DescribeDeployGroupList", async function () {
|
|
552
602
|
try {
|
|
553
603
|
const data = await client.DescribeDeployGroupList({})
|
|
@@ -578,6 +628,16 @@ it("cdb.v20170320.CreateAccounts", async function () {
|
|
|
578
628
|
}
|
|
579
629
|
})
|
|
580
630
|
|
|
631
|
+
it("cdb.v20170320.UpgradeCDBProxy", async function () {
|
|
632
|
+
try {
|
|
633
|
+
const data = await client.UpgradeCDBProxy({})
|
|
634
|
+
expect(data).to.be.ok
|
|
635
|
+
} catch(error) {
|
|
636
|
+
expect(error.requestId).to.be.ok
|
|
637
|
+
expect(error.code).to.be.ok
|
|
638
|
+
}
|
|
639
|
+
})
|
|
640
|
+
|
|
581
641
|
it("cdb.v20170320.UpgradeDBInstanceEngineVersion", async function () {
|
|
582
642
|
try {
|
|
583
643
|
const data = await client.UpgradeDBInstanceEngineVersion({})
|
|
@@ -698,6 +758,16 @@ it("cdb.v20170320.DeleteBackup", async function () {
|
|
|
698
758
|
}
|
|
699
759
|
})
|
|
700
760
|
|
|
761
|
+
it("cdb.v20170320.ModifyCDBProxyVipVPort", async function () {
|
|
762
|
+
try {
|
|
763
|
+
const data = await client.ModifyCDBProxyVipVPort({})
|
|
764
|
+
expect(data).to.be.ok
|
|
765
|
+
} catch(error) {
|
|
766
|
+
expect(error.requestId).to.be.ok
|
|
767
|
+
expect(error.code).to.be.ok
|
|
768
|
+
}
|
|
769
|
+
})
|
|
770
|
+
|
|
701
771
|
it("cdb.v20170320.DescribeRoMinScale", async function () {
|
|
702
772
|
try {
|
|
703
773
|
const data = await client.DescribeRoMinScale({})
|
|
@@ -738,6 +808,26 @@ it("cdb.v20170320.ModifyInstanceParam", async function () {
|
|
|
738
808
|
}
|
|
739
809
|
})
|
|
740
810
|
|
|
811
|
+
it("cdb.v20170320.CloseCDBProxy", async function () {
|
|
812
|
+
try {
|
|
813
|
+
const data = await client.CloseCDBProxy({})
|
|
814
|
+
expect(data).to.be.ok
|
|
815
|
+
} catch(error) {
|
|
816
|
+
expect(error.requestId).to.be.ok
|
|
817
|
+
expect(error.code).to.be.ok
|
|
818
|
+
}
|
|
819
|
+
})
|
|
820
|
+
|
|
821
|
+
it("cdb.v20170320.ModifyAccountMaxUserConnections", async function () {
|
|
822
|
+
try {
|
|
823
|
+
const data = await client.ModifyAccountMaxUserConnections({})
|
|
824
|
+
expect(data).to.be.ok
|
|
825
|
+
} catch(error) {
|
|
826
|
+
expect(error.requestId).to.be.ok
|
|
827
|
+
expect(error.code).to.be.ok
|
|
828
|
+
}
|
|
829
|
+
})
|
|
830
|
+
|
|
741
831
|
it("cdb.v20170320.DescribeAsyncRequestInfo", async function () {
|
|
742
832
|
try {
|
|
743
833
|
const data = await client.DescribeAsyncRequestInfo({})
|
|
@@ -878,6 +968,16 @@ it("cdb.v20170320.DescribeAccounts", async function () {
|
|
|
878
968
|
}
|
|
879
969
|
})
|
|
880
970
|
|
|
971
|
+
it("cdb.v20170320.ReloadBalanceProxyNode", async function () {
|
|
972
|
+
try {
|
|
973
|
+
const data = await client.ReloadBalanceProxyNode({})
|
|
974
|
+
expect(data).to.be.ok
|
|
975
|
+
} catch(error) {
|
|
976
|
+
expect(error.requestId).to.be.ok
|
|
977
|
+
expect(error.code).to.be.ok
|
|
978
|
+
}
|
|
979
|
+
})
|
|
980
|
+
|
|
881
981
|
it("cdb.v20170320.VerifyRootAccount", async function () {
|
|
882
982
|
try {
|
|
883
983
|
const data = await client.VerifyRootAccount({})
|
|
@@ -918,6 +1018,16 @@ it("cdb.v20170320.DescribeUploadedFiles", async function () {
|
|
|
918
1018
|
}
|
|
919
1019
|
})
|
|
920
1020
|
|
|
1021
|
+
it("cdb.v20170320.DescribeCDBProxy", async function () {
|
|
1022
|
+
try {
|
|
1023
|
+
const data = await client.DescribeCDBProxy({})
|
|
1024
|
+
expect(data).to.be.ok
|
|
1025
|
+
} catch(error) {
|
|
1026
|
+
expect(error.requestId).to.be.ok
|
|
1027
|
+
expect(error.code).to.be.ok
|
|
1028
|
+
}
|
|
1029
|
+
})
|
|
1030
|
+
|
|
921
1031
|
it("cdb.v20170320.ModifyAccountDescription", async function () {
|
|
922
1032
|
try {
|
|
923
1033
|
const data = await client.ModifyAccountDescription({})
|
|
@@ -968,6 +1078,16 @@ it("cdb.v20170320.ModifyBackupConfig", async function () {
|
|
|
968
1078
|
}
|
|
969
1079
|
})
|
|
970
1080
|
|
|
1081
|
+
it("cdb.v20170320.ApplyCDBProxy", async function () {
|
|
1082
|
+
try {
|
|
1083
|
+
const data = await client.ApplyCDBProxy({})
|
|
1084
|
+
expect(data).to.be.ok
|
|
1085
|
+
} catch(error) {
|
|
1086
|
+
expect(error.requestId).to.be.ok
|
|
1087
|
+
expect(error.code).to.be.ok
|
|
1088
|
+
}
|
|
1089
|
+
})
|
|
1090
|
+
|
|
971
1091
|
it("cdb.v20170320.DescribeAuditRules", async function () {
|
|
972
1092
|
try {
|
|
973
1093
|
const data = await client.DescribeAuditRules({})
|
|
@@ -1008,6 +1128,16 @@ it("cdb.v20170320.ModifyAutoRenewFlag", async function () {
|
|
|
1008
1128
|
}
|
|
1009
1129
|
})
|
|
1010
1130
|
|
|
1131
|
+
it("cdb.v20170320.SwitchCDBProxy", async function () {
|
|
1132
|
+
try {
|
|
1133
|
+
const data = await client.SwitchCDBProxy({})
|
|
1134
|
+
expect(data).to.be.ok
|
|
1135
|
+
} catch(error) {
|
|
1136
|
+
expect(error.requestId).to.be.ok
|
|
1137
|
+
expect(error.code).to.be.ok
|
|
1138
|
+
}
|
|
1139
|
+
})
|
|
1140
|
+
|
|
1011
1141
|
it("cdb.v20170320.RenewDBInstance", async function () {
|
|
1012
1142
|
try {
|
|
1013
1143
|
const data = await client.RenewDBInstance({})
|
|
@@ -1038,9 +1168,9 @@ it("cdb.v20170320.ModifyDBInstanceProject", async function () {
|
|
|
1038
1168
|
}
|
|
1039
1169
|
})
|
|
1040
1170
|
|
|
1041
|
-
it("cdb.v20170320.
|
|
1171
|
+
it("cdb.v20170320.DescribeLocalBinlogConfig", async function () {
|
|
1042
1172
|
try {
|
|
1043
|
-
const data = await client.
|
|
1173
|
+
const data = await client.DescribeLocalBinlogConfig({})
|
|
1044
1174
|
expect(data).to.be.ok
|
|
1045
1175
|
} catch(error) {
|
|
1046
1176
|
expect(error.requestId).to.be.ok
|
|
@@ -1088,6 +1218,16 @@ it("cdb.v20170320.DeleteAuditRule", async function () {
|
|
|
1088
1218
|
}
|
|
1089
1219
|
})
|
|
1090
1220
|
|
|
1221
|
+
it("cdb.v20170320.DescribeProxyConnectionPoolConf", async function () {
|
|
1222
|
+
try {
|
|
1223
|
+
const data = await client.DescribeProxyConnectionPoolConf({})
|
|
1224
|
+
expect(data).to.be.ok
|
|
1225
|
+
} catch(error) {
|
|
1226
|
+
expect(error.requestId).to.be.ok
|
|
1227
|
+
expect(error.code).to.be.ok
|
|
1228
|
+
}
|
|
1229
|
+
})
|
|
1230
|
+
|
|
1091
1231
|
it("cdb.v20170320.DescribeSupportedPrivileges", async function () {
|
|
1092
1232
|
try {
|
|
1093
1233
|
const data = await client.DescribeSupportedPrivileges({})
|
|
@@ -1098,6 +1238,16 @@ it("cdb.v20170320.DescribeSupportedPrivileges", async function () {
|
|
|
1098
1238
|
}
|
|
1099
1239
|
})
|
|
1100
1240
|
|
|
1241
|
+
it("cdb.v20170320.UpgradeCDBProxyVersion", async function () {
|
|
1242
|
+
try {
|
|
1243
|
+
const data = await client.UpgradeCDBProxyVersion({})
|
|
1244
|
+
expect(data).to.be.ok
|
|
1245
|
+
} catch(error) {
|
|
1246
|
+
expect(error.requestId).to.be.ok
|
|
1247
|
+
expect(error.code).to.be.ok
|
|
1248
|
+
}
|
|
1249
|
+
})
|
|
1250
|
+
|
|
1101
1251
|
it("cdb.v20170320.DescribeBinlogs", async function () {
|
|
1102
1252
|
try {
|
|
1103
1253
|
const data = await client.DescribeBinlogs({})
|
|
@@ -1168,9 +1318,9 @@ it("cdb.v20170320.CreateDeployGroup", async function () {
|
|
|
1168
1318
|
}
|
|
1169
1319
|
})
|
|
1170
1320
|
|
|
1171
|
-
it("cdb.v20170320.
|
|
1321
|
+
it("cdb.v20170320.DeleteTimeWindow", async function () {
|
|
1172
1322
|
try {
|
|
1173
|
-
const data = await client.
|
|
1323
|
+
const data = await client.DeleteTimeWindow({})
|
|
1174
1324
|
expect(data).to.be.ok
|
|
1175
1325
|
} catch(error) {
|
|
1176
1326
|
expect(error.requestId).to.be.ok
|