tencentcloud-sdk-nodejs 4.0.274 → 4.0.275

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 (78) hide show
  1. package/CHANGELOG.md +300 -0
  2. package/SERVICE_CHANGELOG.md +455 -71
  3. package/package.json +1 -1
  4. package/products.md +19 -19
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/ame/v20190916/ame_client.ts +143 -87
  7. package/src/services/ame/v20190916/ame_models.ts +363 -43
  8. package/src/services/antiddos/v20200309/antiddos_client.ts +15 -2
  9. package/src/services/antiddos/v20200309/antiddos_models.ts +81 -6
  10. package/src/services/as/v20180419/as_models.ts +7 -8
  11. package/src/services/cat/v20180409/cat_models.ts +5 -0
  12. package/src/services/cbs/v20170312/cbs_client.ts +1 -1
  13. package/src/services/cbs/v20170312/cbs_models.ts +5 -5
  14. package/src/services/ckafka/v20190819/ckafka_models.ts +32 -4
  15. package/src/services/clb/v20180317/clb_client.ts +9 -6
  16. package/src/services/cvm/v20170312/cvm_client.ts +14 -0
  17. package/src/services/cvm/v20170312/cvm_models.ts +35 -0
  18. package/src/services/ecdn/v20191012/ecdn_client.ts +40 -20
  19. package/src/services/ecdn/v20191012/ecdn_models.ts +18 -12
  20. package/src/services/eiam/v20210420/eiam_models.ts +6 -0
  21. package/src/services/iotvideoindustry/v20201201/iotvideoindustry_client.ts +27 -14
  22. package/src/services/iotvideoindustry/v20201201/iotvideoindustry_models.ts +35 -0
  23. package/src/services/organization/v20210331/organization_client.ts +1 -0
  24. package/src/services/organization/v20210331/organization_models.ts +52 -1
  25. package/src/services/redis/v20180412/redis_client.ts +1 -1
  26. package/src/services/redis/v20180412/redis_models.ts +6 -1
  27. package/src/services/rum/v20210622/rum_client.ts +36 -12
  28. package/src/services/rum/v20210622/rum_models.ts +489 -219
  29. package/src/services/ses/v20201002/ses_client.ts +152 -102
  30. package/src/services/ses/v20201002/ses_models.ts +294 -13
  31. package/src/services/tke/v20180525/tke_models.ts +5 -0
  32. package/src/services/tts/v20190823/tts_models.ts +8 -10
  33. package/src/services/vpc/v20170312/vpc_models.ts +11 -1
  34. package/tencentcloud/common/sdk_version.d.ts +1 -1
  35. package/tencentcloud/common/sdk_version.js +1 -1
  36. package/tencentcloud/services/ame/v20190916/ame_client.d.ts +49 -33
  37. package/tencentcloud/services/ame/v20190916/ame_client.js +72 -48
  38. package/tencentcloud/services/ame/v20190916/ame_models.d.ts +316 -39
  39. package/tencentcloud/services/antiddos/v20200309/antiddos_client.d.ts +5 -1
  40. package/tencentcloud/services/antiddos/v20200309/antiddos_client.js +6 -0
  41. package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +69 -6
  42. package/tencentcloud/services/as/v20180419/as_models.d.ts +7 -8
  43. package/tencentcloud/services/cat/v20180409/cat_models.d.ts +4 -0
  44. package/tencentcloud/services/cbs/v20170312/cbs_client.d.ts +1 -1
  45. package/tencentcloud/services/cbs/v20170312/cbs_client.js +1 -1
  46. package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +5 -5
  47. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +27 -4
  48. package/tencentcloud/services/clb/v20180317/clb_client.d.ts +3 -0
  49. package/tencentcloud/services/clb/v20180317/clb_client.js +3 -0
  50. package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +7 -1
  51. package/tencentcloud/services/cvm/v20170312/cvm_client.js +8 -0
  52. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +30 -0
  53. package/tencentcloud/services/ecdn/v20191012/ecdn_client.d.ts +20 -0
  54. package/tencentcloud/services/ecdn/v20191012/ecdn_client.js +20 -0
  55. package/tencentcloud/services/ecdn/v20191012/ecdn_models.d.ts +17 -12
  56. package/tencentcloud/services/eiam/v20210420/eiam_models.d.ts +5 -0
  57. package/tencentcloud/services/iotvideoindustry/v20201201/iotvideoindustry_client.d.ts +11 -6
  58. package/tencentcloud/services/iotvideoindustry/v20201201/iotvideoindustry_client.js +14 -7
  59. package/tencentcloud/services/iotvideoindustry/v20201201/iotvideoindustry_models.d.ts +30 -0
  60. package/tencentcloud/services/organization/v20210331/organization_models.d.ts +44 -1
  61. package/tencentcloud/services/redis/v20180412/redis_client.d.ts +1 -1
  62. package/tencentcloud/services/redis/v20180412/redis_client.js +1 -1
  63. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +5 -1
  64. package/tencentcloud/services/rum/v20210622/rum_client.d.ts +9 -1
  65. package/tencentcloud/services/rum/v20210622/rum_client.js +12 -0
  66. package/tencentcloud/services/rum/v20210622/rum_models.d.ts +436 -216
  67. package/tencentcloud/services/ses/v20201002/ses_client.d.ts +52 -36
  68. package/tencentcloud/services/ses/v20201002/ses_client.js +76 -52
  69. package/tencentcloud/services/ses/v20201002/ses_models.d.ts +249 -13
  70. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +4 -0
  71. package/tencentcloud/services/tts/v20190823/tts_models.d.ts +4 -6
  72. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +11 -1
  73. package/test/ame.v20190916.test.js +76 -36
  74. package/test/antiddos.v20200309.test.js +10 -0
  75. package/test/cvm.v20170312.test.js +10 -0
  76. package/test/iotvideoindustry.v20201201.test.js +14 -4
  77. package/test/rum.v20210622.test.js +20 -0
  78. package/test/ses.v20201002.test.js +74 -34
@@ -44,6 +44,10 @@ export interface BatchSendEmailRequest {
44
44
  * 定时发送任务的必要参数
45
45
  */
46
46
  TimedParam?: TimedEmailParam;
47
+ /**
48
+ * 退订选项 1: 加入退订链接 0: 不加入退订链接
49
+ */
50
+ Unsubscribe?: string;
47
51
  }
48
52
  /**
49
53
  * GetEmailTemplate请求参数结构体
@@ -54,6 +58,36 @@ export interface GetEmailTemplateRequest {
54
58
  */
55
59
  TemplateID: number;
56
60
  }
61
+ /**
62
+ * ListSendTasks返回参数结构体
63
+ */
64
+ export interface ListSendTasksResponse {
65
+ /**
66
+ * 总数
67
+ */
68
+ TotalCount: number;
69
+ /**
70
+ * 数据记录
71
+ */
72
+ Data: Array<SendTaskData>;
73
+ /**
74
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
75
+ */
76
+ RequestId?: string;
77
+ }
78
+ /**
79
+ * CreateReceiver返回参数结构体
80
+ */
81
+ export interface CreateReceiverResponse {
82
+ /**
83
+ * 收件人列表id,后续根据收件人列表id上传收件人地址
84
+ */
85
+ ReceiverId: number;
86
+ /**
87
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
88
+ */
89
+ RequestId?: string;
90
+ }
57
91
  /**
58
92
  * CreateEmailTemplate请求参数结构体
59
93
  */
@@ -96,6 +130,27 @@ export interface TemplatesMetadata {
96
130
  * ListEmailAddress请求参数结构体
97
131
  */
98
132
  export declare type ListEmailAddressRequest = null;
133
+ /**
134
+ * ListReceivers请求参数结构体
135
+ */
136
+ export interface ListReceiversRequest {
137
+ /**
138
+ * 偏移量,整型,从0开始
139
+ */
140
+ Offset: number;
141
+ /**
142
+ * 限制数目,整型,不超过100
143
+ */
144
+ Limit: number;
145
+ /**
146
+ * 列表状态(1 待上传 2 上传中 3传完成),若查询所有就不传这个字段
147
+ */
148
+ Status?: number;
149
+ /**
150
+ * 列表名称的关键字,模糊查询
151
+ */
152
+ KeyWord?: string;
153
+ }
99
154
  /**
100
155
  * GetEmailIdentity返回参数结构体
101
156
  */
@@ -174,6 +229,31 @@ export interface Template {
174
229
  */
175
230
  TemplateData: string;
176
231
  }
232
+ /**
233
+ * ListSendTasks请求参数结构体
234
+ */
235
+ export interface ListSendTasksRequest {
236
+ /**
237
+ * 偏移量,整型,从0开始,0代表跳过0行
238
+ */
239
+ Offset: number;
240
+ /**
241
+ * 限制数目,整型,不超过100
242
+ */
243
+ Limit: number;
244
+ /**
245
+ * 任务状态 1 待开始 5 发送中 6 今日暂停发送 7 发信异常 10 发送完成。查询所有状态,则不传这个字段
246
+ */
247
+ Status?: number;
248
+ /**
249
+ * 收件人列表ID
250
+ */
251
+ ReceiverId?: number;
252
+ /**
253
+ * 任务类型 1即时 2定时 3周期,查询所有类型则不传这个字段
254
+ */
255
+ TaskType?: number;
256
+ }
177
257
  /**
178
258
  * GetSendEmailStatus返回参数结构体
179
259
  */
@@ -222,7 +302,7 @@ export interface SendEmailRequest {
222
302
  */
223
303
  Attachments?: Array<Attachment>;
224
304
  /**
225
- * 是否加入退订链接
305
+ * 退订选项 1: 加入退订链接 0: 不加入退订链接
226
306
  */
227
307
  Unsubscribe?: string;
228
308
  }
@@ -315,6 +395,88 @@ export interface GetStatisticsReportRequest {
315
395
  */
316
396
  ReceivingMailboxType?: string;
317
397
  }
398
+ /**
399
+ * DeleteBlackList请求参数结构体
400
+ */
401
+ export interface DeleteBlackListRequest {
402
+ /**
403
+ * 需要清除的黑名单邮箱列表,数组长度至少为1
404
+ */
405
+ EmailAddressList: Array<string>;
406
+ }
407
+ /**
408
+ * 发送任务数据
409
+ */
410
+ export interface SendTaskData {
411
+ /**
412
+ * 任务id
413
+ */
414
+ TaskId: number;
415
+ /**
416
+ * 发信地址
417
+ */
418
+ FromEmailAddress: string;
419
+ /**
420
+ * 收件人列表Id
421
+ */
422
+ ReceiverId: number;
423
+ /**
424
+ * 任务状态 1 待开始 5 发送中 6 今日暂停发送 7 发信异常 10 发送完成
425
+ */
426
+ TaskStatus: number;
427
+ /**
428
+ * 任务类型 1 即时 2 定时 3 周期
429
+ */
430
+ TaskType: number;
431
+ /**
432
+ * 任务请求发信数量
433
+ */
434
+ RequestCount: number;
435
+ /**
436
+ * 已经发送数量
437
+ */
438
+ SendCount: number;
439
+ /**
440
+ * 缓存数量
441
+ */
442
+ CacheCount: number;
443
+ /**
444
+ * 任务创建时间
445
+ */
446
+ CreateTime: string;
447
+ /**
448
+ * 任务更新时间
449
+ */
450
+ UpdateTime: string;
451
+ /**
452
+ * 邮件主题
453
+ */
454
+ Subject: string;
455
+ /**
456
+ * 模板和模板数据
457
+ 注意:此字段可能返回 null,表示取不到有效值。
458
+ */
459
+ Template: Template;
460
+ /**
461
+ * 周期任务参数
462
+ 注意:此字段可能返回 null,表示取不到有效值。
463
+ */
464
+ CycleParam: CycleEmailParam;
465
+ /**
466
+ * 定时任务参数
467
+ 注意:此字段可能返回 null,表示取不到有效值。
468
+ */
469
+ TimedParam: TimedEmailParam;
470
+ /**
471
+ * 任务异常信息
472
+ 注意:此字段可能返回 null,表示取不到有效值。
473
+ */
474
+ ErrMsg: string;
475
+ /**
476
+ * 收件人列表名称
477
+ */
478
+ ReceiversName: string;
479
+ }
318
480
  /**
319
481
  * DeleteEmailTemplate返回参数结构体
320
482
  */
@@ -373,21 +535,35 @@ export interface CreateEmailIdentityRequest {
373
535
  EmailIdentity: string;
374
536
  }
375
537
  /**
376
- * UpdateEmailTemplate请求参数结构体
538
+ * 收件人列表数据类型
377
539
  */
378
- export interface UpdateEmailTemplateRequest {
540
+ export interface ReceiverData {
379
541
  /**
380
- * 模板内容
542
+ * 收件人列表ID
381
543
  */
382
- TemplateContent: TemplateContent;
544
+ ReceiverId: number;
383
545
  /**
384
- * 模板ID
546
+ * 收件人列表名称
385
547
  */
386
- TemplateID: number;
548
+ ReceiversName: string;
387
549
  /**
388
- * 模版名字
550
+ * 收件人地址总数
389
551
  */
390
- TemplateName: string;
552
+ Count: number;
553
+ /**
554
+ * 收件人列表描述
555
+ 注意:此字段可能返回 null,表示取不到有效值。
556
+ */
557
+ Desc: string;
558
+ /**
559
+ * 列表状态(1 待上传 2 上传中 3 上传完成)
560
+ 注意:此字段可能返回 null,表示取不到有效值。
561
+ */
562
+ ReceiversStatus: number;
563
+ /**
564
+ * 创建时间,如:2021-09-28 16:40:35
565
+ */
566
+ CreateTime: string;
391
567
  }
392
568
  /**
393
569
  * UpdateEmailIdentity返回参数结构体
@@ -428,6 +604,23 @@ export interface DeleteBlackListResponse {
428
604
  */
429
605
  RequestId?: string;
430
606
  }
607
+ /**
608
+ * UpdateEmailTemplate请求参数结构体
609
+ */
610
+ export interface UpdateEmailTemplateRequest {
611
+ /**
612
+ * 模板内容
613
+ */
614
+ TemplateContent: TemplateContent;
615
+ /**
616
+ * 模板ID
617
+ */
618
+ TemplateID: number;
619
+ /**
620
+ * 模版名字
621
+ */
622
+ TemplateName: string;
623
+ }
431
624
  /**
432
625
  * 描述邮件发送状态
433
626
  */
@@ -522,13 +715,26 @@ export interface ListEmailTemplatesRequest {
522
715
  Offset: number;
523
716
  }
524
717
  /**
525
- * DeleteBlackList请求参数结构体
718
+ * CreateReceiver请求参数结构体
526
719
  */
527
- export interface DeleteBlackListRequest {
720
+ export interface CreateReceiverRequest {
528
721
  /**
529
- * 需要清除的黑名单邮箱列表,数组长度至少为1
722
+ * 收件人列表名称
530
723
  */
531
- EmailAddressList: Array<string>;
724
+ ReceiversName: string;
725
+ /**
726
+ * 收件人列表描述
727
+ */
728
+ Desc?: string;
729
+ }
730
+ /**
731
+ * CreateReceiverDetail返回参数结构体
732
+ */
733
+ export interface CreateReceiverDetailResponse {
734
+ /**
735
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
736
+ */
737
+ RequestId?: string;
532
738
  }
533
739
  /**
534
740
  * ListEmailTemplates返回参数结构体
@@ -767,6 +973,19 @@ export interface CreateEmailAddressRequest {
767
973
  */
768
974
  EmailSenderName?: string;
769
975
  }
976
+ /**
977
+ * CreateReceiverDetail请求参数结构体
978
+ */
979
+ export interface CreateReceiverDetailRequest {
980
+ /**
981
+ * 收件人列表ID
982
+ */
983
+ ReceiverId: number;
984
+ /**
985
+ * 邮箱
986
+ */
987
+ Emails: Array<string>;
988
+ }
770
989
  /**
771
990
  * CreateEmailTemplate返回参数结构体
772
991
  */
@@ -776,6 +995,23 @@ export interface CreateEmailTemplateResponse {
776
995
  */
777
996
  RequestId?: string;
778
997
  }
998
+ /**
999
+ * ListReceivers返回参数结构体
1000
+ */
1001
+ export interface ListReceiversResponse {
1002
+ /**
1003
+ * 总数
1004
+ */
1005
+ TotalCount: number;
1006
+ /**
1007
+ * 数据记录
1008
+ */
1009
+ Data: Array<ReceiverData>;
1010
+ /**
1011
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1012
+ */
1013
+ RequestId?: string;
1014
+ }
779
1015
  /**
780
1016
  * CreateEmailAddress返回参数结构体
781
1017
  */
@@ -4025,6 +4025,10 @@ export interface ModifyClusterNodePoolRequest {
4025
4025
  * 资源标签
4026
4026
  */
4027
4027
  Tags?: Array<Tag>;
4028
+ /**
4029
+ * 设置加入的节点是否参与调度,默认值为0,表示参与调度;非0表示不参与调度, 待节点初始化完成之后, 可执行kubectl uncordon nodename使node加入调度.
4030
+ */
4031
+ Unschedulable?: number;
4028
4032
  }
4029
4033
  /**
4030
4034
  * 镜像信息
@@ -98,7 +98,6 @@ export interface CreateTtsTaskRequest {
98
98
  ModelType: number;
99
99
  /**
100
100
  * 音量大小,范围:[0,10],分别对应11个等级的音量,默认为0,代表正常音量。没有静音选项。
101
- 输入除以上整数之外的其他参数不生效,按默认值处理。
102
101
  */
103
102
  Volume?: number;
104
103
  /**
@@ -147,13 +146,8 @@ export interface TextToVoiceRequest {
147
146
  * 一次请求对应一个SessionId,会原样返回,建议传入类似于uuid的字符串防止重复。
148
147
  */
149
148
  SessionId: string;
150
- /**
151
- * 模型类型,1-默认模型。
152
- */
153
- ModelType: number;
154
149
  /**
155
150
  * 音量大小,范围:[0,10],分别对应11个等级的音量,默认为0,代表正常音量。没有静音选项。
156
- 输入除以上整数之外的其他参数不生效,按默认值处理。
157
151
  */
158
152
  Volume?: number;
159
153
  /**
@@ -164,6 +158,10 @@ export interface TextToVoiceRequest {
164
158
  * 项目id,用户自定义,默认为0。
165
159
  */
166
160
  ProjectId?: number;
161
+ /**
162
+ * 模型类型,1-默认模型。
163
+ */
164
+ ModelType?: number;
167
165
  /**
168
166
  * 标准音色<li>10510000-智逍遥,阅读男声</li><li>1001-智瑜,情感女声</li><li>1002-智聆,通用女声</li><li>1003-智美,客服女声</li><li>1004-智云,通用男声</li><li>1005-智莉,通用女声</li><li>1007-智娜,客服女声</li><li>1008-智琪,客服女声</li><li>1009-智芸,知性女声</li><li>1010-智华,通用男声</li><li>1017-智蓉,情感女声</li><li>1018-智靖,情感男声</li><li>1050-WeJack,英文男声</li><li>1051-WeRose,英文女声</li>精品音色<br>精品音色拟真度更高,价格不同于标准音色,查看[购买指南](https://cloud.tencent.com/product/tts/pricing)<br><li>100510000-智逍遥,阅读男声</li><li>101001-智瑜,情感女声</li><li>101002-智聆,通用女声</li><li>101003-智美,客服女声</li><li>101004-智云,通用男声</li><li>101005-智莉,通用女声</li><li>101006-智言,助手女声</li><li>101007-智娜,客服女声</li><li>101008-智琪,客服女声</li><li>101009-智芸,知性女声</li><li>101010-智华,通用男声</li><li>101011-智燕,新闻女声</li><li>101012-智丹,新闻女声</li><li>101013-智辉,新闻男声</li><li>101014-智宁,新闻男声</li><li>101015-智萌,男童声</li><li>101016-智甜,女童声</li><li>101017-智蓉,情感女声</li><li>101018-智靖,情感男声</li><li>101019-智彤,粤语女声</li><li>101019-智彤,粤语女声</li><li>101019-智彤,粤语女声</li><li>101020-智刚,新闻男声</li><li>101021-智瑞,新闻男声</li><li>101022-智虹,新闻女声</li><li>101023-智萱,聊天女声</li><li>101024-智皓,聊天男声</li><li>101025-智薇,聊天女声</li><li>101026-智希,通用女声</li><li>101027-智梅,通用女声</li><li>101028-智洁,通用女声</li><li>101029-智凯,通用男声</li><li>101030-智柯,通用男声</li><li>101031-智奎,通用男声</li><li>101032-智芳,通用女声</li><li>101033-智蓓,客服女声</li><li>101034-智莲,通用女声</li><li>101035-智依,通用女声</li><li>101040-智川,四川女声</li><li>101050-WeJack,英文男声</li><li>101051-WeRose,英文女声</li>
169
167
  */
@@ -8273,7 +8273,7 @@ export interface Address {
8273
8273
  */
8274
8274
  IsEipDirectConnection: boolean;
8275
8275
  /**
8276
- * eip资源类型,包括"CalcIP","WanIP","EIP","AnycastEIP"。其中"CalcIP"表示设备ip,“WanIP”表示普通公网ip,“EIP”表示弹性公网ip,“AnycastEip”表示加速EIP
8276
+ * EIP 资源类型,包括CalcIPWanIPEIPAnycastEIP。其中:CalcIP 表示设备 IP,WanIP 表示普通公网 IP,EIP 表示弹性公网 IP,AnycastEip 表示加速 EIP
8277
8277
  */
8278
8278
  AddressType: string;
8279
8279
  /**
@@ -8299,6 +8299,16 @@ export interface Address {
8299
8299
  Bandwidth: number;
8300
8300
  /**
8301
8301
  * 弹性公网IP的网络计费模式。注意,传统账户类型账户的弹性公网IP没有网络计费模式属性,值为空。
8302
+ 注意:此字段可能返回 null,表示取不到有效值。
8303
+ 包括:
8304
+ <li><strong>BANDWIDTH_PREPAID_BY_MONTH</strong></li>
8305
+ <p style="padding-left: 30px;">表示包月带宽预付费。</p>
8306
+ <li><strong>TRAFFIC_POSTPAID_BY_HOUR</strong></li>
8307
+ <p style="padding-left: 30px;">表示按小时流量后付费。</p>
8308
+ <li><strong>BANDWIDTH_POSTPAID_BY_HOUR</strong></li>
8309
+ <p style="padding-left: 30px;">表示按小时带宽后付费。</p>
8310
+ <li><strong>BANDWIDTH_PACKAGE</strong></li>
8311
+ <p style="padding-left: 30px;">表示共享带宽包。</p>
8302
8312
  注意:此字段可能返回 null,表示取不到有效值。
8303
8313
  */
8304
8314
  InternetChargeType: string;
@@ -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.DescribeKTVMusicDetail", async function () {
21
+ it("ame.v20190916.DescribePackages", async function () {
22
22
  try {
23
- const data = await client.DescribeKTVMusicDetail({})
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.DescribeItemById", async function () {
31
+ it("ame.v20190916.DescribeLyric", async function () {
32
32
  try {
33
- const data = await client.DescribeItemById({})
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.DescribePackages", async function () {
41
+ it("ame.v20190916.DescribeItems", async function () {
42
42
  try {
43
- const data = await client.DescribePackages({})
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.DescribeLyric", async function () {
51
+ it("ame.v20190916.DescribeAuthInfo", async function () {
52
52
  try {
53
- const data = await client.DescribeLyric({})
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.DescribeMusicSaleStatus", async function () {
61
+ it("ame.v20190916.DescribeCloudMusicPurchased", async function () {
62
62
  try {
63
- const data = await client.DescribeMusicSaleStatus({})
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.DescribeKTVPlaylistDetail", async function () {
71
+ it("ame.v20190916.ReportData", async function () {
72
72
  try {
73
- const data = await client.DescribeKTVPlaylistDetail({})
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.DescribeItems", async function () {
121
+ it("ame.v20190916.TakeMusicOffShelves", async function () {
92
122
  try {
93
- const data = await client.DescribeItems({})
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.DescribeAuthInfo", async function () {
131
+ it("ame.v20190916.DescribeKTVPlaylists", async function () {
102
132
  try {
103
- const data = await client.DescribeAuthInfo({})
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.ReportData", async function () {
141
+ it("ame.v20190916.CreateKTVRobot", async function () {
112
142
  try {
113
- const data = await client.ReportData({})
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.DescribeMusic", async function () {
151
+ it("ame.v20190916.SyncKTVRobotCommand", async function () {
122
152
  try {
123
- const data = await client.DescribeMusic({})
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.DescribeCloudMusic", async function () {
161
+ it("ame.v20190916.DescribeKTVPlaylistDetail", async function () {
132
162
  try {
133
- const data = await client.DescribeCloudMusic({})
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.ModifyMusicOnShelves", async function () {
171
+ it("ame.v20190916.DescribeStations", async function () {
142
172
  try {
143
- const data = await client.ModifyMusicOnShelves({})
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.SearchKTVMusics", async function () {
181
+ it("ame.v20190916.DescribeKTVMusicDetail", async function () {
152
182
  try {
153
- const data = await client.SearchKTVMusics({})
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.DescribeKTVPlaylists", async function () {
191
+ it("ame.v20190916.DescribeItemById", async function () {
162
192
  try {
163
- const data = await client.DescribeKTVPlaylists({})
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.TakeMusicOffShelves", async function () {
201
+ it("ame.v20190916.DescribeMusicSaleStatus", async function () {
172
202
  try {
173
- const data = await client.TakeMusicOffShelves({})
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.DescribeCloudMusicPurchased", async function () {
211
+ it("ame.v20190916.DestroyKTVRobot", async function () {
182
212
  try {
183
- const data = await client.DescribeCloudMusicPurchased({})
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.DescribeStations", async function () {
221
+ it("ame.v20190916.DescribeCloudMusic", async function () {
192
222
  try {
193
- const data = await client.DescribeStations({})
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.DescribePkgOfflineMusic", async function () {
241
+ it("ame.v20190916.DescribeKTVRobots", async function () {
212
242
  try {
213
- const data = await client.DescribePkgOfflineMusic({})
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
@@ -358,6 +358,16 @@ it("antiddos.v20200309.DescribeBasicDeviceStatus", async function () {
358
358
  }
359
359
  })
360
360
 
361
+ it("antiddos.v20200309.CreateDDoSConnectLimit", async function () {
362
+ try {
363
+ const data = await client.CreateDDoSConnectLimit({})
364
+ expect(data).to.be.ok
365
+ } catch(error) {
366
+ expect(error.requestId).to.be.ok
367
+ expect(error.code).to.be.ok
368
+ }
369
+ })
370
+
361
371
  it("antiddos.v20200309.DescribeListBGPInstances", async function () {
362
372
  try {
363
373
  const data = await client.DescribeListBGPInstances({})