tencentcloud-sdk-nodejs 4.0.554 → 4.0.556

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (103) hide show
  1. package/CHANGELOG.md +555 -0
  2. package/SERVICE_CHANGELOG.md +703 -67
  3. package/package.json +1 -1
  4. package/products.md +58 -57
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/aiart/index.ts +5 -0
  7. package/src/services/aiart/v20221229/aiart_client.ts +68 -0
  8. package/src/services/aiart/v20221229/aiart_models.ts +230 -0
  9. package/src/services/aiart/v20221229/index.ts +6 -0
  10. package/src/services/antiddos/v20200309/antiddos_models.ts +6 -0
  11. package/src/services/as/v20180419/as_client.ts +0 -1
  12. package/src/services/cdb/v20170320/cdb_models.ts +12 -2
  13. package/src/services/cloudhsm/v20191112/cloudhsm_client.ts +40 -3
  14. package/src/services/cloudhsm/v20191112/cloudhsm_models.ts +192 -50
  15. package/src/services/cls/v20201016/cls_client.ts +57 -20
  16. package/src/services/cls/v20201016/cls_models.ts +300 -63
  17. package/src/services/cvm/v20170312/cvm_client.ts +38 -3
  18. package/src/services/cvm/v20170312/cvm_models.ts +392 -21
  19. package/src/services/cwp/v20180228/cwp_models.ts +11 -0
  20. package/src/services/dlc/v20210125/dlc_client.ts +561 -549
  21. package/src/services/dlc/v20210125/dlc_models.ts +123 -108
  22. package/src/services/ecm/v20190719/ecm_models.ts +1 -1
  23. package/src/services/ess/v20201111/ess_client.ts +16 -2
  24. package/src/services/ess/v20201111/ess_models.ts +215 -76
  25. package/src/services/essbasic/v20210526/essbasic_client.ts +14 -2
  26. package/src/services/essbasic/v20210526/essbasic_models.ts +95 -14
  27. package/src/services/gaap/v20180529/gaap_models.ts +1 -1
  28. package/src/services/index.ts +1 -0
  29. package/src/services/irp/v20220805/irp_client.ts +57 -16
  30. package/src/services/irp/v20220805/irp_models.ts +477 -70
  31. package/src/services/lcic/v20220817/lcic_models.ts +1 -1
  32. package/src/services/monitor/v20180724/monitor_client.ts +1 -1
  33. package/src/services/monitor/v20180724/monitor_models.ts +7 -7
  34. package/src/services/mps/v20190612/mps_client.ts +677 -575
  35. package/src/services/mps/v20190612/mps_models.ts +858 -305
  36. package/src/services/oceanus/v20190422/oceanus_client.ts +1 -0
  37. package/src/services/oceanus/v20190422/oceanus_models.ts +68 -15
  38. package/src/services/tcaplusdb/v20190823/tcaplusdb_models.ts +43 -2
  39. package/src/services/tdmq/v20200217/tdmq_client.ts +76 -38
  40. package/src/services/vod/v20180717/vod_models.ts +4 -4
  41. package/src/services/vpc/v20170312/vpc_models.ts +1 -1
  42. package/tencentcloud/common/sdk_version.d.ts +1 -1
  43. package/tencentcloud/common/sdk_version.js +1 -1
  44. package/tencentcloud/services/aiart/index.d.ts +6 -0
  45. package/tencentcloud/services/aiart/index.js +7 -0
  46. package/tencentcloud/services/aiart/v20221229/aiart_client.d.ts +28 -0
  47. package/tencentcloud/services/aiart/v20221229/aiart_client.js +53 -0
  48. package/tencentcloud/services/aiart/v20221229/aiart_models.d.ts +187 -0
  49. package/tencentcloud/services/aiart/v20221229/aiart_models.js +18 -0
  50. package/tencentcloud/services/aiart/v20221229/index.d.ts +6 -0
  51. package/tencentcloud/services/aiart/v20221229/index.js +9 -0
  52. package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +5 -0
  53. package/tencentcloud/services/as/v20180419/as_client.d.ts +0 -1
  54. package/tencentcloud/services/as/v20180419/as_client.js +0 -1
  55. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +10 -2
  56. package/tencentcloud/services/cloudhsm/v20191112/cloudhsm_client.d.ts +13 -1
  57. package/tencentcloud/services/cloudhsm/v20191112/cloudhsm_client.js +18 -0
  58. package/tencentcloud/services/cloudhsm/v20191112/cloudhsm_models.d.ts +163 -43
  59. package/tencentcloud/services/cls/v20201016/cls_client.d.ts +19 -7
  60. package/tencentcloud/services/cls/v20201016/cls_client.js +27 -9
  61. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +257 -56
  62. package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +19 -1
  63. package/tencentcloud/services/cvm/v20170312/cvm_client.js +22 -0
  64. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +341 -19
  65. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +9 -0
  66. package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +171 -167
  67. package/tencentcloud/services/dlc/v20210125/dlc_client.js +255 -249
  68. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +103 -90
  69. package/tencentcloud/services/ecm/v20190719/ecm_models.d.ts +1 -1
  70. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +5 -1
  71. package/tencentcloud/services/ess/v20201111/ess_client.js +6 -0
  72. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +184 -64
  73. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +5 -1
  74. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +6 -0
  75. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +81 -13
  76. package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +1 -1
  77. package/tencentcloud/services/index.d.ts +1 -0
  78. package/tencentcloud/services/index.js +2 -0
  79. package/tencentcloud/services/irp/v20220805/irp_client.d.ts +17 -5
  80. package/tencentcloud/services/irp/v20220805/irp_client.js +24 -6
  81. package/tencentcloud/services/irp/v20220805/irp_models.d.ts +399 -62
  82. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +1 -1
  83. package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +1 -1
  84. package/tencentcloud/services/monitor/v20180724/monitor_client.js +1 -1
  85. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +7 -7
  86. package/tencentcloud/services/mps/v20190612/mps_client.d.ts +225 -186
  87. package/tencentcloud/services/mps/v20190612/mps_client.js +330 -277
  88. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +737 -264
  89. package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +60 -15
  90. package/tencentcloud/services/tcaplusdb/v20190823/tcaplusdb_models.d.ts +36 -2
  91. package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +57 -19
  92. package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +57 -19
  93. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +4 -4
  94. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +1 -1
  95. package/test/aiart.v20221229.test.js +41 -0
  96. package/test/cloudhsm.v20191112.test.js +30 -0
  97. package/test/cls.v20201016.test.js +36 -6
  98. package/test/cvm.v20170312.test.js +20 -0
  99. package/test/dlc.v20210125.test.js +178 -168
  100. package/test/ess.v20201111.test.js +10 -0
  101. package/test/essbasic.v20210526.test.js +10 -0
  102. package/test/irp.v20220805.test.js +34 -4
  103. package/test/mps.v20190612.test.js +228 -158
@@ -18,9 +18,9 @@ const client = new tencentcloud.mps.v20190612.Client({
18
18
  })
19
19
  describe("mps.v20190612.test.js", function () {
20
20
 
21
- it("mps.v20190612.DescribeStreamLinkFlows", async function () {
21
+ it("mps.v20190612.CreateSnapshotByTimeOffsetTemplate", async function () {
22
22
  try {
23
- const data = await client.DescribeStreamLinkFlows({})
23
+ const data = await client.CreateSnapshotByTimeOffsetTemplate({})
24
24
  expect(data).to.be.ok
25
25
  } catch(error) {
26
26
  expect(error.requestId).to.be.ok
@@ -28,9 +28,9 @@ it("mps.v20190612.DescribeStreamLinkFlows", async function () {
28
28
  }
29
29
  })
30
30
 
31
- it("mps.v20190612.StopStreamLinkFlow", async function () {
31
+ it("mps.v20190612.DescribeStreamLinkFlowRealtimeStatus", async function () {
32
32
  try {
33
- const data = await client.StopStreamLinkFlow({})
33
+ const data = await client.DescribeStreamLinkFlowRealtimeStatus({})
34
34
  expect(data).to.be.ok
35
35
  } catch(error) {
36
36
  expect(error.requestId).to.be.ok
@@ -38,9 +38,9 @@ it("mps.v20190612.StopStreamLinkFlow", async function () {
38
38
  }
39
39
  })
40
40
 
41
- it("mps.v20190612.ModifyStreamLinkOutputInfo", async function () {
41
+ it("mps.v20190612.CreateAnimatedGraphicsTemplate", async function () {
42
42
  try {
43
- const data = await client.ModifyStreamLinkOutputInfo({})
43
+ const data = await client.CreateAnimatedGraphicsTemplate({})
44
44
  expect(data).to.be.ok
45
45
  } catch(error) {
46
46
  expect(error.requestId).to.be.ok
@@ -48,9 +48,9 @@ it("mps.v20190612.ModifyStreamLinkOutputInfo", async function () {
48
48
  }
49
49
  })
50
50
 
51
- it("mps.v20190612.CreateSnapshotByTimeOffsetTemplate", async function () {
51
+ it("mps.v20190612.EditMedia", async function () {
52
52
  try {
53
- const data = await client.CreateSnapshotByTimeOffsetTemplate({})
53
+ const data = await client.EditMedia({})
54
54
  expect(data).to.be.ok
55
55
  } catch(error) {
56
56
  expect(error.requestId).to.be.ok
@@ -58,9 +58,59 @@ it("mps.v20190612.CreateSnapshotByTimeOffsetTemplate", async function () {
58
58
  }
59
59
  })
60
60
 
61
- it("mps.v20190612.DescribeStreamLinkFlowRealtimeStatus", async function () {
61
+ it("mps.v20190612.DeleteAnimatedGraphicsTemplate", async function () {
62
62
  try {
63
- const data = await client.DescribeStreamLinkFlowRealtimeStatus({})
63
+ const data = await client.DeleteAnimatedGraphicsTemplate({})
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("mps.v20190612.DescribeAIAnalysisTemplates", async function () {
72
+ try {
73
+ const data = await client.DescribeAIAnalysisTemplates({})
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("mps.v20190612.DeleteTranscodeTemplate", async function () {
82
+ try {
83
+ const data = await client.DeleteTranscodeTemplate({})
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("mps.v20190612.DescribeTaskDetail", async function () {
92
+ try {
93
+ const data = await client.DescribeTaskDetail({})
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("mps.v20190612.DescribeWordSamples", async function () {
102
+ try {
103
+ const data = await client.DescribeWordSamples({})
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
+
111
+ it("mps.v20190612.ProcessMedia", async function () {
112
+ try {
113
+ const data = await client.ProcessMedia({})
64
114
  expect(data).to.be.ok
65
115
  } catch(error) {
66
116
  expect(error.requestId).to.be.ok
@@ -78,9 +128,9 @@ it("mps.v20190612.ModifyAIAnalysisTemplate", async function () {
78
128
  }
79
129
  })
80
130
 
81
- it("mps.v20190612.DeleteStreamLinkOutput", async function () {
131
+ it("mps.v20190612.DeleteAdaptiveDynamicStreamingTemplate", async function () {
82
132
  try {
83
- const data = await client.DeleteStreamLinkOutput({})
133
+ const data = await client.DeleteAdaptiveDynamicStreamingTemplate({})
84
134
  expect(data).to.be.ok
85
135
  } catch(error) {
86
136
  expect(error.requestId).to.be.ok
@@ -88,9 +138,9 @@ it("mps.v20190612.DeleteStreamLinkOutput", async function () {
88
138
  }
89
139
  })
90
140
 
91
- it("mps.v20190612.ModifyContentReviewTemplate", async function () {
141
+ it("mps.v20190612.CreateAdaptiveDynamicStreamingTemplate", async function () {
92
142
  try {
93
- const data = await client.ModifyContentReviewTemplate({})
143
+ const data = await client.CreateAdaptiveDynamicStreamingTemplate({})
94
144
  expect(data).to.be.ok
95
145
  } catch(error) {
96
146
  expect(error.requestId).to.be.ok
@@ -98,9 +148,9 @@ it("mps.v20190612.ModifyContentReviewTemplate", async function () {
98
148
  }
99
149
  })
100
150
 
101
- it("mps.v20190612.CreateContentReviewTemplate", async function () {
151
+ it("mps.v20190612.DisableWorkflow", async function () {
102
152
  try {
103
- const data = await client.CreateContentReviewTemplate({})
153
+ const data = await client.DisableWorkflow({})
104
154
  expect(data).to.be.ok
105
155
  } catch(error) {
106
156
  expect(error.requestId).to.be.ok
@@ -108,9 +158,9 @@ it("mps.v20190612.CreateContentReviewTemplate", async function () {
108
158
  }
109
159
  })
110
160
 
111
- it("mps.v20190612.CreateSampleSnapshotTemplate", async function () {
161
+ it("mps.v20190612.DescribeSampleSnapshotTemplates", async function () {
112
162
  try {
113
- const data = await client.CreateSampleSnapshotTemplate({})
163
+ const data = await client.DescribeSampleSnapshotTemplates({})
114
164
  expect(data).to.be.ok
115
165
  } catch(error) {
116
166
  expect(error.requestId).to.be.ok
@@ -118,9 +168,9 @@ it("mps.v20190612.CreateSampleSnapshotTemplate", async function () {
118
168
  }
119
169
  })
120
170
 
121
- it("mps.v20190612.EditMedia", async function () {
171
+ it("mps.v20190612.DescribeStreamLinkFlowStatistics", async function () {
122
172
  try {
123
- const data = await client.EditMedia({})
173
+ const data = await client.DescribeStreamLinkFlowStatistics({})
124
174
  expect(data).to.be.ok
125
175
  } catch(error) {
126
176
  expect(error.requestId).to.be.ok
@@ -128,9 +178,9 @@ it("mps.v20190612.EditMedia", async function () {
128
178
  }
129
179
  })
130
180
 
131
- it("mps.v20190612.DeleteAIAnalysisTemplate", async function () {
181
+ it("mps.v20190612.DeleteSnapshotByTimeOffsetTemplate", async function () {
132
182
  try {
133
- const data = await client.DeleteAIAnalysisTemplate({})
183
+ const data = await client.DeleteSnapshotByTimeOffsetTemplate({})
134
184
  expect(data).to.be.ok
135
185
  } catch(error) {
136
186
  expect(error.requestId).to.be.ok
@@ -138,9 +188,9 @@ it("mps.v20190612.DeleteAIAnalysisTemplate", async function () {
138
188
  }
139
189
  })
140
190
 
141
- it("mps.v20190612.ParseLiveStreamProcessNotification", async function () {
191
+ it("mps.v20190612.EnableWorkflow", async function () {
142
192
  try {
143
- const data = await client.ParseLiveStreamProcessNotification({})
193
+ const data = await client.EnableWorkflow({})
144
194
  expect(data).to.be.ok
145
195
  } catch(error) {
146
196
  expect(error.requestId).to.be.ok
@@ -148,9 +198,9 @@ it("mps.v20190612.ParseLiveStreamProcessNotification", async function () {
148
198
  }
149
199
  })
150
200
 
151
- it("mps.v20190612.DescribeWorkflows", async function () {
201
+ it("mps.v20190612.RecognizeMediaForZhiXue", async function () {
152
202
  try {
153
- const data = await client.DescribeWorkflows({})
203
+ const data = await client.RecognizeMediaForZhiXue({})
154
204
  expect(data).to.be.ok
155
205
  } catch(error) {
156
206
  expect(error.requestId).to.be.ok
@@ -158,9 +208,9 @@ it("mps.v20190612.DescribeWorkflows", async function () {
158
208
  }
159
209
  })
160
210
 
161
- it("mps.v20190612.DescribeSnapshotByTimeOffsetTemplates", async function () {
211
+ it("mps.v20190612.ModifyStreamLinkFlow", async function () {
162
212
  try {
163
- const data = await client.DescribeSnapshotByTimeOffsetTemplates({})
213
+ const data = await client.ModifyStreamLinkFlow({})
164
214
  expect(data).to.be.ok
165
215
  } catch(error) {
166
216
  expect(error.requestId).to.be.ok
@@ -168,9 +218,9 @@ it("mps.v20190612.DescribeSnapshotByTimeOffsetTemplates", async function () {
168
218
  }
169
219
  })
170
220
 
171
- it("mps.v20190612.DescribeMediaMetaData", async function () {
221
+ it("mps.v20190612.DescribeTasks", async function () {
172
222
  try {
173
- const data = await client.DescribeMediaMetaData({})
223
+ const data = await client.DescribeTasks({})
174
224
  expect(data).to.be.ok
175
225
  } catch(error) {
176
226
  expect(error.requestId).to.be.ok
@@ -178,9 +228,9 @@ it("mps.v20190612.DescribeMediaMetaData", async function () {
178
228
  }
179
229
  })
180
230
 
181
- it("mps.v20190612.ResetWorkflow", async function () {
231
+ it("mps.v20190612.CreateTranscodeTemplate", async function () {
182
232
  try {
183
- const data = await client.ResetWorkflow({})
233
+ const data = await client.CreateTranscodeTemplate({})
184
234
  expect(data).to.be.ok
185
235
  } catch(error) {
186
236
  expect(error.requestId).to.be.ok
@@ -188,9 +238,9 @@ it("mps.v20190612.ResetWorkflow", async function () {
188
238
  }
189
239
  })
190
240
 
191
- it("mps.v20190612.ModifyTranscodeTemplate", async function () {
241
+ it("mps.v20190612.CreateStreamLinkFlow", async function () {
192
242
  try {
193
- const data = await client.ModifyTranscodeTemplate({})
243
+ const data = await client.CreateStreamLinkFlow({})
194
244
  expect(data).to.be.ok
195
245
  } catch(error) {
196
246
  expect(error.requestId).to.be.ok
@@ -198,9 +248,9 @@ it("mps.v20190612.ModifyTranscodeTemplate", async function () {
198
248
  }
199
249
  })
200
250
 
201
- it("mps.v20190612.DeleteAnimatedGraphicsTemplate", async function () {
251
+ it("mps.v20190612.ExecuteFunction", async function () {
202
252
  try {
203
- const data = await client.DeleteAnimatedGraphicsTemplate({})
253
+ const data = await client.ExecuteFunction({})
204
254
  expect(data).to.be.ok
205
255
  } catch(error) {
206
256
  expect(error.requestId).to.be.ok
@@ -208,9 +258,9 @@ it("mps.v20190612.DeleteAnimatedGraphicsTemplate", async function () {
208
258
  }
209
259
  })
210
260
 
211
- it("mps.v20190612.DescribeStreamLinkFlow", async function () {
261
+ it("mps.v20190612.DescribeStreamLinkFlows", async function () {
212
262
  try {
213
- const data = await client.DescribeStreamLinkFlow({})
263
+ const data = await client.DescribeStreamLinkFlows({})
214
264
  expect(data).to.be.ok
215
265
  } catch(error) {
216
266
  expect(error.requestId).to.be.ok
@@ -218,9 +268,9 @@ it("mps.v20190612.DescribeStreamLinkFlow", async function () {
218
268
  }
219
269
  })
220
270
 
221
- it("mps.v20190612.DeleteStreamLinkFlow", async function () {
271
+ it("mps.v20190612.ModifyAnimatedGraphicsTemplate", async function () {
222
272
  try {
223
- const data = await client.DeleteStreamLinkFlow({})
273
+ const data = await client.ModifyAnimatedGraphicsTemplate({})
224
274
  expect(data).to.be.ok
225
275
  } catch(error) {
226
276
  expect(error.requestId).to.be.ok
@@ -228,9 +278,9 @@ it("mps.v20190612.DeleteStreamLinkFlow", async function () {
228
278
  }
229
279
  })
230
280
 
231
- it("mps.v20190612.DescribeAIAnalysisTemplates", async function () {
281
+ it("mps.v20190612.DeleteStreamLinkOutput", async function () {
232
282
  try {
233
- const data = await client.DescribeAIAnalysisTemplates({})
283
+ const data = await client.DeleteStreamLinkOutput({})
234
284
  expect(data).to.be.ok
235
285
  } catch(error) {
236
286
  expect(error.requestId).to.be.ok
@@ -238,9 +288,9 @@ it("mps.v20190612.DescribeAIAnalysisTemplates", async function () {
238
288
  }
239
289
  })
240
290
 
241
- it("mps.v20190612.DescribeStreamLinkFlowLogs", async function () {
291
+ it("mps.v20190612.CreateContentReviewTemplate", async function () {
242
292
  try {
243
- const data = await client.DescribeStreamLinkFlowLogs({})
293
+ const data = await client.CreateContentReviewTemplate({})
244
294
  expect(data).to.be.ok
245
295
  } catch(error) {
246
296
  expect(error.requestId).to.be.ok
@@ -248,9 +298,9 @@ it("mps.v20190612.DescribeStreamLinkFlowLogs", async function () {
248
298
  }
249
299
  })
250
300
 
251
- it("mps.v20190612.DescribeStreamLinkFlowSRTStatistics", async function () {
301
+ it("mps.v20190612.CreateSampleSnapshotTemplate", async function () {
252
302
  try {
253
- const data = await client.DescribeStreamLinkFlowSRTStatistics({})
303
+ const data = await client.CreateSampleSnapshotTemplate({})
254
304
  expect(data).to.be.ok
255
305
  } catch(error) {
256
306
  expect(error.requestId).to.be.ok
@@ -258,9 +308,9 @@ it("mps.v20190612.DescribeStreamLinkFlowSRTStatistics", async function () {
258
308
  }
259
309
  })
260
310
 
261
- it("mps.v20190612.DescribeTaskDetail", async function () {
311
+ it("mps.v20190612.DeleteAIAnalysisTemplate", async function () {
262
312
  try {
263
- const data = await client.DescribeTaskDetail({})
313
+ const data = await client.DeleteAIAnalysisTemplate({})
264
314
  expect(data).to.be.ok
265
315
  } catch(error) {
266
316
  expect(error.requestId).to.be.ok
@@ -268,9 +318,9 @@ it("mps.v20190612.DescribeTaskDetail", async function () {
268
318
  }
269
319
  })
270
320
 
271
- it("mps.v20190612.ModifyAIRecognitionTemplate", async function () {
321
+ it("mps.v20190612.ModifySchedule", async function () {
272
322
  try {
273
- const data = await client.ModifyAIRecognitionTemplate({})
323
+ const data = await client.ModifySchedule({})
274
324
  expect(data).to.be.ok
275
325
  } catch(error) {
276
326
  expect(error.requestId).to.be.ok
@@ -278,9 +328,9 @@ it("mps.v20190612.ModifyAIRecognitionTemplate", async function () {
278
328
  }
279
329
  })
280
330
 
281
- it("mps.v20190612.CreateStreamLinkOutputInfo", async function () {
331
+ it("mps.v20190612.DescribeMediaMetaData", async function () {
282
332
  try {
283
- const data = await client.CreateStreamLinkOutputInfo({})
333
+ const data = await client.DescribeMediaMetaData({})
284
334
  expect(data).to.be.ok
285
335
  } catch(error) {
286
336
  expect(error.requestId).to.be.ok
@@ -298,9 +348,9 @@ it("mps.v20190612.ModifySampleSnapshotTemplate", async function () {
298
348
  }
299
349
  })
300
350
 
301
- it("mps.v20190612.DeleteWatermarkTemplate", async function () {
351
+ it("mps.v20190612.ResetWorkflow", async function () {
302
352
  try {
303
- const data = await client.DeleteWatermarkTemplate({})
353
+ const data = await client.ResetWorkflow({})
304
354
  expect(data).to.be.ok
305
355
  } catch(error) {
306
356
  expect(error.requestId).to.be.ok
@@ -308,9 +358,9 @@ it("mps.v20190612.DeleteWatermarkTemplate", async function () {
308
358
  }
309
359
  })
310
360
 
311
- it("mps.v20190612.DeletePersonSample", async function () {
361
+ it("mps.v20190612.DeleteWorkflow", async function () {
312
362
  try {
313
- const data = await client.DeletePersonSample({})
363
+ const data = await client.DeleteWorkflow({})
314
364
  expect(data).to.be.ok
315
365
  } catch(error) {
316
366
  expect(error.requestId).to.be.ok
@@ -318,9 +368,9 @@ it("mps.v20190612.DeletePersonSample", async function () {
318
368
  }
319
369
  })
320
370
 
321
- it("mps.v20190612.DeleteTranscodeTemplate", async function () {
371
+ it("mps.v20190612.ModifyImageSpriteTemplate", async function () {
322
372
  try {
323
- const data = await client.DeleteTranscodeTemplate({})
373
+ const data = await client.ModifyImageSpriteTemplate({})
324
374
  expect(data).to.be.ok
325
375
  } catch(error) {
326
376
  expect(error.requestId).to.be.ok
@@ -328,9 +378,9 @@ it("mps.v20190612.DeleteTranscodeTemplate", async function () {
328
378
  }
329
379
  })
330
380
 
331
- it("mps.v20190612.DeleteSnapshotByTimeOffsetTemplate", async function () {
381
+ it("mps.v20190612.DescribeTranscodeTemplates", async function () {
332
382
  try {
333
- const data = await client.DeleteSnapshotByTimeOffsetTemplate({})
383
+ const data = await client.DescribeTranscodeTemplates({})
334
384
  expect(data).to.be.ok
335
385
  } catch(error) {
336
386
  expect(error.requestId).to.be.ok
@@ -338,9 +388,9 @@ it("mps.v20190612.DeleteSnapshotByTimeOffsetTemplate", async function () {
338
388
  }
339
389
  })
340
390
 
341
- it("mps.v20190612.ModifyAnimatedGraphicsTemplate", async function () {
391
+ it("mps.v20190612.DeleteStreamLinkFlow", async function () {
342
392
  try {
343
- const data = await client.ModifyAnimatedGraphicsTemplate({})
393
+ const data = await client.DeleteStreamLinkFlow({})
344
394
  expect(data).to.be.ok
345
395
  } catch(error) {
346
396
  expect(error.requestId).to.be.ok
@@ -348,9 +398,9 @@ it("mps.v20190612.ModifyAnimatedGraphicsTemplate", async function () {
348
398
  }
349
399
  })
350
400
 
351
- it("mps.v20190612.DescribeWordSamples", async function () {
401
+ it("mps.v20190612.StartStreamLinkFlow", async function () {
352
402
  try {
353
- const data = await client.DescribeWordSamples({})
403
+ const data = await client.StartStreamLinkFlow({})
354
404
  expect(data).to.be.ok
355
405
  } catch(error) {
356
406
  expect(error.requestId).to.be.ok
@@ -358,9 +408,9 @@ it("mps.v20190612.DescribeWordSamples", async function () {
358
408
  }
359
409
  })
360
410
 
361
- it("mps.v20190612.ModifyWatermarkTemplate", async function () {
411
+ it("mps.v20190612.ModifyStreamLinkInput", async function () {
362
412
  try {
363
- const data = await client.ModifyWatermarkTemplate({})
413
+ const data = await client.ModifyStreamLinkInput({})
364
414
  expect(data).to.be.ok
365
415
  } catch(error) {
366
416
  expect(error.requestId).to.be.ok
@@ -368,9 +418,9 @@ it("mps.v20190612.ModifyWatermarkTemplate", async function () {
368
418
  }
369
419
  })
370
420
 
371
- it("mps.v20190612.DeleteWordSamples", async function () {
421
+ it("mps.v20190612.DescribeStreamLinkRegions", async function () {
372
422
  try {
373
- const data = await client.DeleteWordSamples({})
423
+ const data = await client.DescribeStreamLinkRegions({})
374
424
  expect(data).to.be.ok
375
425
  } catch(error) {
376
426
  expect(error.requestId).to.be.ok
@@ -378,9 +428,9 @@ it("mps.v20190612.DeleteWordSamples", async function () {
378
428
  }
379
429
  })
380
430
 
381
- it("mps.v20190612.DeleteWorkflow", async function () {
431
+ it("mps.v20190612.DescribeSchedules", async function () {
382
432
  try {
383
- const data = await client.DeleteWorkflow({})
433
+ const data = await client.DescribeSchedules({})
384
434
  expect(data).to.be.ok
385
435
  } catch(error) {
386
436
  expect(error.requestId).to.be.ok
@@ -388,9 +438,9 @@ it("mps.v20190612.DeleteWorkflow", async function () {
388
438
  }
389
439
  })
390
440
 
391
- it("mps.v20190612.DeleteAdaptiveDynamicStreamingTemplate", async function () {
441
+ it("mps.v20190612.ModifyPersonSample", async function () {
392
442
  try {
393
- const data = await client.DeleteAdaptiveDynamicStreamingTemplate({})
443
+ const data = await client.ModifyPersonSample({})
394
444
  expect(data).to.be.ok
395
445
  } catch(error) {
396
446
  expect(error.requestId).to.be.ok
@@ -398,9 +448,9 @@ it("mps.v20190612.DeleteAdaptiveDynamicStreamingTemplate", async function () {
398
448
  }
399
449
  })
400
450
 
401
- it("mps.v20190612.CreateAdaptiveDynamicStreamingTemplate", async function () {
451
+ it("mps.v20190612.DeleteContentReviewTemplate", async function () {
402
452
  try {
403
- const data = await client.CreateAdaptiveDynamicStreamingTemplate({})
453
+ const data = await client.DeleteContentReviewTemplate({})
404
454
  expect(data).to.be.ok
405
455
  } catch(error) {
406
456
  expect(error.requestId).to.be.ok
@@ -408,9 +458,9 @@ it("mps.v20190612.CreateAdaptiveDynamicStreamingTemplate", async function () {
408
458
  }
409
459
  })
410
460
 
411
- it("mps.v20190612.DisableWorkflow", async function () {
461
+ it("mps.v20190612.CreateAIAnalysisTemplate", async function () {
412
462
  try {
413
- const data = await client.DisableWorkflow({})
463
+ const data = await client.CreateAIAnalysisTemplate({})
414
464
  expect(data).to.be.ok
415
465
  } catch(error) {
416
466
  expect(error.requestId).to.be.ok
@@ -418,9 +468,9 @@ it("mps.v20190612.DisableWorkflow", async function () {
418
468
  }
419
469
  })
420
470
 
421
- it("mps.v20190612.DescribeSampleSnapshotTemplates", async function () {
471
+ it("mps.v20190612.StopStreamLinkFlow", async function () {
422
472
  try {
423
- const data = await client.DescribeSampleSnapshotTemplates({})
473
+ const data = await client.StopStreamLinkFlow({})
424
474
  expect(data).to.be.ok
425
475
  } catch(error) {
426
476
  expect(error.requestId).to.be.ok
@@ -428,9 +478,9 @@ it("mps.v20190612.DescribeSampleSnapshotTemplates", async function () {
428
478
  }
429
479
  })
430
480
 
431
- it("mps.v20190612.DescribeStreamLinkFlowStatistics", async function () {
481
+ it("mps.v20190612.DescribeSnapshotByTimeOffsetTemplates", async function () {
432
482
  try {
433
- const data = await client.DescribeStreamLinkFlowStatistics({})
483
+ const data = await client.DescribeSnapshotByTimeOffsetTemplates({})
434
484
  expect(data).to.be.ok
435
485
  } catch(error) {
436
486
  expect(error.requestId).to.be.ok
@@ -438,9 +488,9 @@ it("mps.v20190612.DescribeStreamLinkFlowStatistics", async function () {
438
488
  }
439
489
  })
440
490
 
441
- it("mps.v20190612.CreateWatermarkTemplate", async function () {
491
+ it("mps.v20190612.ModifyTranscodeTemplate", async function () {
442
492
  try {
443
- const data = await client.CreateWatermarkTemplate({})
493
+ const data = await client.ModifyTranscodeTemplate({})
444
494
  expect(data).to.be.ok
445
495
  } catch(error) {
446
496
  expect(error.requestId).to.be.ok
@@ -448,9 +498,9 @@ it("mps.v20190612.CreateWatermarkTemplate", async function () {
448
498
  }
449
499
  })
450
500
 
451
- it("mps.v20190612.DescribePersonSamples", async function () {
501
+ it("mps.v20190612.DescribeContentReviewTemplates", async function () {
452
502
  try {
453
- const data = await client.DescribePersonSamples({})
503
+ const data = await client.DescribeContentReviewTemplates({})
454
504
  expect(data).to.be.ok
455
505
  } catch(error) {
456
506
  expect(error.requestId).to.be.ok
@@ -458,9 +508,9 @@ it("mps.v20190612.DescribePersonSamples", async function () {
458
508
  }
459
509
  })
460
510
 
461
- it("mps.v20190612.DeleteSampleSnapshotTemplate", async function () {
511
+ it("mps.v20190612.DescribeStreamLinkFlowSRTStatistics", async function () {
462
512
  try {
463
- const data = await client.DeleteSampleSnapshotTemplate({})
513
+ const data = await client.DescribeStreamLinkFlowSRTStatistics({})
464
514
  expect(data).to.be.ok
465
515
  } catch(error) {
466
516
  expect(error.requestId).to.be.ok
@@ -468,9 +518,9 @@ it("mps.v20190612.DeleteSampleSnapshotTemplate", async function () {
468
518
  }
469
519
  })
470
520
 
471
- it("mps.v20190612.DeleteAIRecognitionTemplate", async function () {
521
+ it("mps.v20190612.CreateStreamLinkOutputInfo", async function () {
472
522
  try {
473
- const data = await client.DeleteAIRecognitionTemplate({})
523
+ const data = await client.CreateStreamLinkOutputInfo({})
474
524
  expect(data).to.be.ok
475
525
  } catch(error) {
476
526
  expect(error.requestId).to.be.ok
@@ -478,9 +528,9 @@ it("mps.v20190612.DeleteAIRecognitionTemplate", async function () {
478
528
  }
479
529
  })
480
530
 
481
- it("mps.v20190612.StartStreamLinkFlow", async function () {
531
+ it("mps.v20190612.DescribeWorkflows", async function () {
482
532
  try {
483
- const data = await client.StartStreamLinkFlow({})
533
+ const data = await client.DescribeWorkflows({})
484
534
  expect(data).to.be.ok
485
535
  } catch(error) {
486
536
  expect(error.requestId).to.be.ok
@@ -488,9 +538,9 @@ it("mps.v20190612.StartStreamLinkFlow", async function () {
488
538
  }
489
539
  })
490
540
 
491
- it("mps.v20190612.CreateAnimatedGraphicsTemplate", async function () {
541
+ it("mps.v20190612.ModifyWatermarkTemplate", async function () {
492
542
  try {
493
- const data = await client.CreateAnimatedGraphicsTemplate({})
543
+ const data = await client.ModifyWatermarkTemplate({})
494
544
  expect(data).to.be.ok
495
545
  } catch(error) {
496
546
  expect(error.requestId).to.be.ok
@@ -498,9 +548,9 @@ it("mps.v20190612.CreateAnimatedGraphicsTemplate", async function () {
498
548
  }
499
549
  })
500
550
 
501
- it("mps.v20190612.DescribeAnimatedGraphicsTemplates", async function () {
551
+ it("mps.v20190612.DeleteWordSamples", async function () {
502
552
  try {
503
- const data = await client.DescribeAnimatedGraphicsTemplates({})
553
+ const data = await client.DeleteWordSamples({})
504
554
  expect(data).to.be.ok
505
555
  } catch(error) {
506
556
  expect(error.requestId).to.be.ok
@@ -508,9 +558,9 @@ it("mps.v20190612.DescribeAnimatedGraphicsTemplates", async function () {
508
558
  }
509
559
  })
510
560
 
511
- it("mps.v20190612.ModifyStreamLinkInput", async function () {
561
+ it("mps.v20190612.DescribeStreamLinkActivateState", async function () {
512
562
  try {
513
- const data = await client.ModifyStreamLinkInput({})
563
+ const data = await client.DescribeStreamLinkActivateState({})
514
564
  expect(data).to.be.ok
515
565
  } catch(error) {
516
566
  expect(error.requestId).to.be.ok
@@ -518,9 +568,9 @@ it("mps.v20190612.ModifyStreamLinkInput", async function () {
518
568
  }
519
569
  })
520
570
 
521
- it("mps.v20190612.EnableWorkflow", async function () {
571
+ it("mps.v20190612.CreateWatermarkTemplate", async function () {
522
572
  try {
523
- const data = await client.EnableWorkflow({})
573
+ const data = await client.CreateWatermarkTemplate({})
524
574
  expect(data).to.be.ok
525
575
  } catch(error) {
526
576
  expect(error.requestId).to.be.ok
@@ -528,9 +578,9 @@ it("mps.v20190612.EnableWorkflow", async function () {
528
578
  }
529
579
  })
530
580
 
531
- it("mps.v20190612.DescribeStreamLinkFlowMediaStatistics", async function () {
581
+ it("mps.v20190612.DescribePersonSamples", async function () {
532
582
  try {
533
- const data = await client.DescribeStreamLinkFlowMediaStatistics({})
583
+ const data = await client.DescribePersonSamples({})
534
584
  expect(data).to.be.ok
535
585
  } catch(error) {
536
586
  expect(error.requestId).to.be.ok
@@ -548,9 +598,19 @@ it("mps.v20190612.ParseNotification", async function () {
548
598
  }
549
599
  })
550
600
 
551
- it("mps.v20190612.RecognizeMediaForZhiXue", async function () {
601
+ it("mps.v20190612.DeleteAIRecognitionTemplate", async function () {
552
602
  try {
553
- const data = await client.RecognizeMediaForZhiXue({})
603
+ const data = await client.DeleteAIRecognitionTemplate({})
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
+
611
+ it("mps.v20190612.DescribeAnimatedGraphicsTemplates", async function () {
612
+ try {
613
+ const data = await client.DescribeAnimatedGraphicsTemplates({})
554
614
  expect(data).to.be.ok
555
615
  } catch(error) {
556
616
  expect(error.requestId).to.be.ok
@@ -568,9 +628,9 @@ it("mps.v20190612.ManageTask", async function () {
568
628
  }
569
629
  })
570
630
 
571
- it("mps.v20190612.DescribeStreamLinkActivateState", async function () {
631
+ it("mps.v20190612.ModifySnapshotByTimeOffsetTemplate", async function () {
572
632
  try {
573
- const data = await client.DescribeStreamLinkActivateState({})
633
+ const data = await client.ModifySnapshotByTimeOffsetTemplate({})
574
634
  expect(data).to.be.ok
575
635
  } catch(error) {
576
636
  expect(error.requestId).to.be.ok
@@ -578,9 +638,9 @@ it("mps.v20190612.DescribeStreamLinkActivateState", async function () {
578
638
  }
579
639
  })
580
640
 
581
- it("mps.v20190612.ModifyStreamLinkFlow", async function () {
641
+ it("mps.v20190612.CreateWordSamples", async function () {
582
642
  try {
583
- const data = await client.ModifyStreamLinkFlow({})
643
+ const data = await client.CreateWordSamples({})
584
644
  expect(data).to.be.ok
585
645
  } catch(error) {
586
646
  expect(error.requestId).to.be.ok
@@ -588,9 +648,9 @@ it("mps.v20190612.ModifyStreamLinkFlow", async function () {
588
648
  }
589
649
  })
590
650
 
591
- it("mps.v20190612.DescribeTasks", async function () {
651
+ it("mps.v20190612.CreateWorkflow", async function () {
592
652
  try {
593
- const data = await client.DescribeTasks({})
653
+ const data = await client.CreateWorkflow({})
594
654
  expect(data).to.be.ok
595
655
  } catch(error) {
596
656
  expect(error.requestId).to.be.ok
@@ -598,9 +658,9 @@ it("mps.v20190612.DescribeTasks", async function () {
598
658
  }
599
659
  })
600
660
 
601
- it("mps.v20190612.DescribeStreamLinkRegions", async function () {
661
+ it("mps.v20190612.DescribeAdaptiveDynamicStreamingTemplates", async function () {
602
662
  try {
603
- const data = await client.DescribeStreamLinkRegions({})
663
+ const data = await client.DescribeAdaptiveDynamicStreamingTemplates({})
604
664
  expect(data).to.be.ok
605
665
  } catch(error) {
606
666
  expect(error.requestId).to.be.ok
@@ -608,9 +668,9 @@ it("mps.v20190612.DescribeStreamLinkRegions", async function () {
608
668
  }
609
669
  })
610
670
 
611
- it("mps.v20190612.ModifySnapshotByTimeOffsetTemplate", async function () {
671
+ it("mps.v20190612.CreateSchedule", async function () {
612
672
  try {
613
- const data = await client.ModifySnapshotByTimeOffsetTemplate({})
673
+ const data = await client.CreateSchedule({})
614
674
  expect(data).to.be.ok
615
675
  } catch(error) {
616
676
  expect(error.requestId).to.be.ok
@@ -618,9 +678,9 @@ it("mps.v20190612.ModifySnapshotByTimeOffsetTemplate", async function () {
618
678
  }
619
679
  })
620
680
 
621
- it("mps.v20190612.CreateWordSamples", async function () {
681
+ it("mps.v20190612.ModifyWordSample", async function () {
622
682
  try {
623
- const data = await client.CreateWordSamples({})
683
+ const data = await client.ModifyWordSample({})
624
684
  expect(data).to.be.ok
625
685
  } catch(error) {
626
686
  expect(error.requestId).to.be.ok
@@ -628,9 +688,9 @@ it("mps.v20190612.CreateWordSamples", async function () {
628
688
  }
629
689
  })
630
690
 
631
- it("mps.v20190612.CreatePersonSample", async function () {
691
+ it("mps.v20190612.DescribeImageSpriteTemplates", async function () {
632
692
  try {
633
- const data = await client.CreatePersonSample({})
693
+ const data = await client.DescribeImageSpriteTemplates({})
634
694
  expect(data).to.be.ok
635
695
  } catch(error) {
636
696
  expect(error.requestId).to.be.ok
@@ -638,9 +698,9 @@ it("mps.v20190612.CreatePersonSample", async function () {
638
698
  }
639
699
  })
640
700
 
641
- it("mps.v20190612.ExecuteFunction", async function () {
701
+ it("mps.v20190612.DescribeWatermarkTemplates", async function () {
642
702
  try {
643
- const data = await client.ExecuteFunction({})
703
+ const data = await client.DescribeWatermarkTemplates({})
644
704
  expect(data).to.be.ok
645
705
  } catch(error) {
646
706
  expect(error.requestId).to.be.ok
@@ -648,9 +708,9 @@ it("mps.v20190612.ExecuteFunction", async function () {
648
708
  }
649
709
  })
650
710
 
651
- it("mps.v20190612.ModifyPersonSample", async function () {
711
+ it("mps.v20190612.CreateImageSpriteTemplate", async function () {
652
712
  try {
653
- const data = await client.ModifyPersonSample({})
713
+ const data = await client.CreateImageSpriteTemplate({})
654
714
  expect(data).to.be.ok
655
715
  } catch(error) {
656
716
  expect(error.requestId).to.be.ok
@@ -658,9 +718,9 @@ it("mps.v20190612.ModifyPersonSample", async function () {
658
718
  }
659
719
  })
660
720
 
661
- it("mps.v20190612.CreateTranscodeTemplate", async function () {
721
+ it("mps.v20190612.ModifyStreamLinkOutputInfo", async function () {
662
722
  try {
663
- const data = await client.CreateTranscodeTemplate({})
723
+ const data = await client.ModifyStreamLinkOutputInfo({})
664
724
  expect(data).to.be.ok
665
725
  } catch(error) {
666
726
  expect(error.requestId).to.be.ok
@@ -668,9 +728,9 @@ it("mps.v20190612.CreateTranscodeTemplate", async function () {
668
728
  }
669
729
  })
670
730
 
671
- it("mps.v20190612.CreateWorkflow", async function () {
731
+ it("mps.v20190612.DescribeAIRecognitionTemplates", async function () {
672
732
  try {
673
- const data = await client.CreateWorkflow({})
733
+ const data = await client.DescribeAIRecognitionTemplates({})
674
734
  expect(data).to.be.ok
675
735
  } catch(error) {
676
736
  expect(error.requestId).to.be.ok
@@ -678,9 +738,9 @@ it("mps.v20190612.CreateWorkflow", async function () {
678
738
  }
679
739
  })
680
740
 
681
- it("mps.v20190612.CreateStreamLinkFlow", async function () {
741
+ it("mps.v20190612.WithdrawsWatermark", async function () {
682
742
  try {
683
- const data = await client.CreateStreamLinkFlow({})
743
+ const data = await client.WithdrawsWatermark({})
684
744
  expect(data).to.be.ok
685
745
  } catch(error) {
686
746
  expect(error.requestId).to.be.ok
@@ -688,9 +748,9 @@ it("mps.v20190612.CreateStreamLinkFlow", async function () {
688
748
  }
689
749
  })
690
750
 
691
- it("mps.v20190612.ProcessLiveStream", async function () {
751
+ it("mps.v20190612.DescribeStreamLinkFlow", async function () {
692
752
  try {
693
- const data = await client.ProcessLiveStream({})
753
+ const data = await client.DescribeStreamLinkFlow({})
694
754
  expect(data).to.be.ok
695
755
  } catch(error) {
696
756
  expect(error.requestId).to.be.ok
@@ -698,9 +758,9 @@ it("mps.v20190612.ProcessLiveStream", async function () {
698
758
  }
699
759
  })
700
760
 
701
- it("mps.v20190612.DescribeAdaptiveDynamicStreamingTemplates", async function () {
761
+ it("mps.v20190612.DeleteSchedule", async function () {
702
762
  try {
703
- const data = await client.DescribeAdaptiveDynamicStreamingTemplates({})
763
+ const data = await client.DeleteSchedule({})
704
764
  expect(data).to.be.ok
705
765
  } catch(error) {
706
766
  expect(error.requestId).to.be.ok
@@ -708,9 +768,9 @@ it("mps.v20190612.DescribeAdaptiveDynamicStreamingTemplates", async function ()
708
768
  }
709
769
  })
710
770
 
711
- it("mps.v20190612.ProcessMedia", async function () {
771
+ it("mps.v20190612.ModifyAdaptiveDynamicStreamingTemplate", async function () {
712
772
  try {
713
- const data = await client.ProcessMedia({})
773
+ const data = await client.ModifyAdaptiveDynamicStreamingTemplate({})
714
774
  expect(data).to.be.ok
715
775
  } catch(error) {
716
776
  expect(error.requestId).to.be.ok
@@ -718,9 +778,9 @@ it("mps.v20190612.ProcessMedia", async function () {
718
778
  }
719
779
  })
720
780
 
721
- it("mps.v20190612.CreateAIRecognitionTemplate", async function () {
781
+ it("mps.v20190612.DeleteWatermarkTemplate", async function () {
722
782
  try {
723
- const data = await client.CreateAIRecognitionTemplate({})
783
+ const data = await client.DeleteWatermarkTemplate({})
724
784
  expect(data).to.be.ok
725
785
  } catch(error) {
726
786
  expect(error.requestId).to.be.ok
@@ -728,9 +788,9 @@ it("mps.v20190612.CreateAIRecognitionTemplate", async function () {
728
788
  }
729
789
  })
730
790
 
731
- it("mps.v20190612.ModifyImageSpriteTemplate", async function () {
791
+ it("mps.v20190612.DeletePersonSample", async function () {
732
792
  try {
733
- const data = await client.ModifyImageSpriteTemplate({})
793
+ const data = await client.DeletePersonSample({})
734
794
  expect(data).to.be.ok
735
795
  } catch(error) {
736
796
  expect(error.requestId).to.be.ok
@@ -738,9 +798,9 @@ it("mps.v20190612.ModifyImageSpriteTemplate", async function () {
738
798
  }
739
799
  })
740
800
 
741
- it("mps.v20190612.ModifyWordSample", async function () {
801
+ it("mps.v20190612.ParseLiveStreamProcessNotification", async function () {
742
802
  try {
743
- const data = await client.ModifyWordSample({})
803
+ const data = await client.ParseLiveStreamProcessNotification({})
744
804
  expect(data).to.be.ok
745
805
  } catch(error) {
746
806
  expect(error.requestId).to.be.ok
@@ -748,9 +808,9 @@ it("mps.v20190612.ModifyWordSample", async function () {
748
808
  }
749
809
  })
750
810
 
751
- it("mps.v20190612.DescribeImageSpriteTemplates", async function () {
811
+ it("mps.v20190612.EnableSchedule", async function () {
752
812
  try {
753
- const data = await client.DescribeImageSpriteTemplates({})
813
+ const data = await client.EnableSchedule({})
754
814
  expect(data).to.be.ok
755
815
  } catch(error) {
756
816
  expect(error.requestId).to.be.ok
@@ -758,9 +818,9 @@ it("mps.v20190612.DescribeImageSpriteTemplates", async function () {
758
818
  }
759
819
  })
760
820
 
761
- it("mps.v20190612.DeleteContentReviewTemplate", async function () {
821
+ it("mps.v20190612.ProcessLiveStream", async function () {
762
822
  try {
763
- const data = await client.DeleteContentReviewTemplate({})
823
+ const data = await client.ProcessLiveStream({})
764
824
  expect(data).to.be.ok
765
825
  } catch(error) {
766
826
  expect(error.requestId).to.be.ok
@@ -768,9 +828,9 @@ it("mps.v20190612.DeleteContentReviewTemplate", async function () {
768
828
  }
769
829
  })
770
830
 
771
- it("mps.v20190612.CreateAIAnalysisTemplate", async function () {
831
+ it("mps.v20190612.DeleteSampleSnapshotTemplate", async function () {
772
832
  try {
773
- const data = await client.CreateAIAnalysisTemplate({})
833
+ const data = await client.DeleteSampleSnapshotTemplate({})
774
834
  expect(data).to.be.ok
775
835
  } catch(error) {
776
836
  expect(error.requestId).to.be.ok
@@ -778,9 +838,9 @@ it("mps.v20190612.CreateAIAnalysisTemplate", async function () {
778
838
  }
779
839
  })
780
840
 
781
- it("mps.v20190612.ModifyAdaptiveDynamicStreamingTemplate", async function () {
841
+ it("mps.v20190612.DescribeStreamLinkFlowMediaStatistics", async function () {
782
842
  try {
783
- const data = await client.ModifyAdaptiveDynamicStreamingTemplate({})
843
+ const data = await client.DescribeStreamLinkFlowMediaStatistics({})
784
844
  expect(data).to.be.ok
785
845
  } catch(error) {
786
846
  expect(error.requestId).to.be.ok
@@ -788,9 +848,9 @@ it("mps.v20190612.ModifyAdaptiveDynamicStreamingTemplate", async function () {
788
848
  }
789
849
  })
790
850
 
791
- it("mps.v20190612.DescribeAIRecognitionTemplates", async function () {
851
+ it("mps.v20190612.CreatePersonSample", async function () {
792
852
  try {
793
- const data = await client.DescribeAIRecognitionTemplates({})
853
+ const data = await client.CreatePersonSample({})
794
854
  expect(data).to.be.ok
795
855
  } catch(error) {
796
856
  expect(error.requestId).to.be.ok
@@ -798,9 +858,9 @@ it("mps.v20190612.DescribeAIRecognitionTemplates", async function () {
798
858
  }
799
859
  })
800
860
 
801
- it("mps.v20190612.DescribeWatermarkTemplates", async function () {
861
+ it("mps.v20190612.DisableSchedule", async function () {
802
862
  try {
803
- const data = await client.DescribeWatermarkTemplates({})
863
+ const data = await client.DisableSchedule({})
804
864
  expect(data).to.be.ok
805
865
  } catch(error) {
806
866
  expect(error.requestId).to.be.ok
@@ -808,9 +868,9 @@ it("mps.v20190612.DescribeWatermarkTemplates", async function () {
808
868
  }
809
869
  })
810
870
 
811
- it("mps.v20190612.CreateImageSpriteTemplate", async function () {
871
+ it("mps.v20190612.ModifyContentReviewTemplate", async function () {
812
872
  try {
813
- const data = await client.CreateImageSpriteTemplate({})
873
+ const data = await client.ModifyContentReviewTemplate({})
814
874
  expect(data).to.be.ok
815
875
  } catch(error) {
816
876
  expect(error.requestId).to.be.ok
@@ -818,9 +878,9 @@ it("mps.v20190612.CreateImageSpriteTemplate", async function () {
818
878
  }
819
879
  })
820
880
 
821
- it("mps.v20190612.DeleteImageSpriteTemplate", async function () {
881
+ it("mps.v20190612.CreateAIRecognitionTemplate", async function () {
822
882
  try {
823
- const data = await client.DeleteImageSpriteTemplate({})
883
+ const data = await client.CreateAIRecognitionTemplate({})
824
884
  expect(data).to.be.ok
825
885
  } catch(error) {
826
886
  expect(error.requestId).to.be.ok
@@ -828,9 +888,9 @@ it("mps.v20190612.DeleteImageSpriteTemplate", async function () {
828
888
  }
829
889
  })
830
890
 
831
- it("mps.v20190612.DescribeTranscodeTemplates", async function () {
891
+ it("mps.v20190612.ModifyAIRecognitionTemplate", async function () {
832
892
  try {
833
- const data = await client.DescribeTranscodeTemplates({})
893
+ const data = await client.ModifyAIRecognitionTemplate({})
834
894
  expect(data).to.be.ok
835
895
  } catch(error) {
836
896
  expect(error.requestId).to.be.ok
@@ -838,9 +898,19 @@ it("mps.v20190612.DescribeTranscodeTemplates", async function () {
838
898
  }
839
899
  })
840
900
 
841
- it("mps.v20190612.DescribeContentReviewTemplates", async function () {
901
+ it("mps.v20190612.DescribeStreamLinkFlowLogs", async function () {
842
902
  try {
843
- const data = await client.DescribeContentReviewTemplates({})
903
+ const data = await client.DescribeStreamLinkFlowLogs({})
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
+ it("mps.v20190612.DeleteImageSpriteTemplate", async function () {
912
+ try {
913
+ const data = await client.DeleteImageSpriteTemplate({})
844
914
  expect(data).to.be.ok
845
915
  } catch(error) {
846
916
  expect(error.requestId).to.be.ok