tencentcloud-sdk-nodejs 4.0.397 → 4.0.400

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 (85) hide show
  1. package/CHANGELOG.md +235 -0
  2. package/SERVICE_CHANGELOG.md +180 -90
  3. package/package.json +1 -1
  4. package/products.md +10 -10
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/bma/v20210624/bma_client.ts +181 -57
  7. package/src/services/bma/v20210624/bma_models.ts +650 -20
  8. package/src/services/btoe/index.ts +2 -2
  9. package/src/services/cat/v20180409/cat_client.ts +15 -2
  10. package/src/services/cat/v20180409/cat_models.ts +222 -90
  11. package/src/services/cfw/v20190904/cfw_client.ts +1 -1
  12. package/src/services/chdfs/index.ts +2 -2
  13. package/src/services/cii/index.ts +2 -2
  14. package/src/services/eis/index.ts +2 -2
  15. package/src/services/essbasic/v20210526/essbasic_client.ts +22 -7
  16. package/src/services/essbasic/v20210526/essbasic_models.ts +103 -3
  17. package/src/services/iai/index.ts +2 -2
  18. package/src/services/iotvideo/index.ts +4 -4
  19. package/src/services/irp/v20220324/irp_models.ts +18 -2
  20. package/src/services/mongodb/index.ts +2 -2
  21. package/src/services/organization/index.ts +2 -2
  22. package/src/services/sms/index.ts +2 -2
  23. package/src/services/tcbr/v20220217/tcbr_models.ts +5 -0
  24. package/src/services/tem/index.ts +2 -2
  25. package/src/services/tem/v20210701/tem_client.ts +17 -2
  26. package/src/services/tem/v20210701/tem_models.ts +536 -33
  27. package/src/services/tione/index.ts +2 -2
  28. package/src/services/tke/v20180525/tke_models.ts +27 -4
  29. package/src/services/trtc/v20190722/trtc_client.ts +130 -57
  30. package/src/services/trtc/v20190722/trtc_models.ts +1532 -900
  31. package/src/services/tsw/index.ts +2 -2
  32. package/src/services/yunsou/index.ts +2 -2
  33. package/tencentcloud/common/sdk_version.d.ts +1 -1
  34. package/tencentcloud/common/sdk_version.js +1 -1
  35. package/tencentcloud/services/bma/v20210624/bma_client.d.ts +61 -21
  36. package/tencentcloud/services/bma/v20210624/bma_client.js +90 -30
  37. package/tencentcloud/services/bma/v20210624/bma_models.d.ts +533 -6
  38. package/tencentcloud/services/btoe/index.d.ts +4 -4
  39. package/tencentcloud/services/btoe/index.js +2 -2
  40. package/tencentcloud/services/cat/v20180409/cat_client.d.ts +5 -1
  41. package/tencentcloud/services/cat/v20180409/cat_client.js +6 -0
  42. package/tencentcloud/services/cat/v20180409/cat_models.d.ts +193 -79
  43. package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +1 -1
  44. package/tencentcloud/services/cfw/v20190904/cfw_client.js +1 -1
  45. package/tencentcloud/services/chdfs/index.d.ts +4 -4
  46. package/tencentcloud/services/chdfs/index.js +2 -2
  47. package/tencentcloud/services/cii/index.d.ts +4 -4
  48. package/tencentcloud/services/cii/index.js +2 -2
  49. package/tencentcloud/services/eis/index.d.ts +4 -4
  50. package/tencentcloud/services/eis/index.js +2 -2
  51. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +8 -3
  52. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +10 -3
  53. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +87 -3
  54. package/tencentcloud/services/iai/index.d.ts +4 -4
  55. package/tencentcloud/services/iai/index.js +2 -2
  56. package/tencentcloud/services/iotvideo/index.d.ts +6 -6
  57. package/tencentcloud/services/iotvideo/index.js +4 -4
  58. package/tencentcloud/services/irp/v20220324/irp_models.d.ts +17 -1
  59. package/tencentcloud/services/mongodb/index.d.ts +4 -4
  60. package/tencentcloud/services/mongodb/index.js +2 -2
  61. package/tencentcloud/services/organization/index.d.ts +4 -4
  62. package/tencentcloud/services/organization/index.js +2 -2
  63. package/tencentcloud/services/sms/index.d.ts +4 -4
  64. package/tencentcloud/services/sms/index.js +2 -2
  65. package/tencentcloud/services/tcbr/v20220217/tcbr_models.d.ts +4 -0
  66. package/tencentcloud/services/tem/index.d.ts +4 -4
  67. package/tencentcloud/services/tem/index.js +2 -2
  68. package/tencentcloud/services/tem/v20210701/tem_client.d.ts +5 -1
  69. package/tencentcloud/services/tem/v20210701/tem_client.js +6 -0
  70. package/tencentcloud/services/tem/v20210701/tem_models.d.ts +448 -29
  71. package/tencentcloud/services/tione/index.d.ts +4 -4
  72. package/tencentcloud/services/tione/index.js +2 -2
  73. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +23 -4
  74. package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +28 -1
  75. package/tencentcloud/services/trtc/v20190722/trtc_client.js +35 -0
  76. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +1365 -828
  77. package/tencentcloud/services/tsw/index.d.ts +4 -4
  78. package/tencentcloud/services/tsw/index.js +2 -2
  79. package/tencentcloud/services/yunsou/index.d.ts +4 -4
  80. package/tencentcloud/services/yunsou/index.js +2 -2
  81. package/test/bma.v20210624.test.js +120 -20
  82. package/test/cat.v20180409.test.js +10 -0
  83. package/test/essbasic.v20210526.test.js +12 -2
  84. package/test/tem.v20210701.test.js +10 -0
  85. package/test/trtc.v20190722.test.js +40 -0
@@ -15,6 +15,41 @@
15
15
  * under the License.
16
16
  */
17
17
 
18
+ /**
19
+ * 保护网站信息
20
+ */
21
+ export interface ProtectURLInfo {
22
+ /**
23
+ * xxx
24
+ */
25
+ ProtectURLId: number
26
+
27
+ /**
28
+ * xxx
29
+ */
30
+ ProtectURL: string
31
+
32
+ /**
33
+ * xxx
34
+ */
35
+ ProtectWeb: string
36
+
37
+ /**
38
+ * xxx
39
+ */
40
+ ProtectURLStatus: number
41
+
42
+ /**
43
+ * xxx
44
+ */
45
+ ProtectURLNote: string
46
+
47
+ /**
48
+ * xxx
49
+ */
50
+ CreateTime: string
51
+ }
52
+
18
53
  /**
19
54
  * 版权保护-监测结果
20
55
  */
@@ -70,6 +105,16 @@ export interface Monitor {
70
105
  MonitorNote: string
71
106
  }
72
107
 
108
+ /**
109
+ * CreateBPFalseTicket返回参数结构体
110
+ */
111
+ export interface CreateBPFalseTicketResponse {
112
+ /**
113
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
114
+ */
115
+ RequestId?: string
116
+ }
117
+
73
118
  /**
74
119
  * DescribeCRWorkInfo返回参数结构体
75
120
  */
@@ -225,6 +270,36 @@ export interface CreateCRRightRequest {
225
270
  IsProducer?: string
226
271
  }
227
272
 
273
+ /**
274
+ * CreateBPOfflineTicket返回参数结构体
275
+ */
276
+ export interface CreateBPOfflineTicketResponse {
277
+ /**
278
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
279
+ */
280
+ RequestId?: string
281
+ }
282
+
283
+ /**
284
+ * DescribeBPFakeURLs请求参数结构体
285
+ */
286
+ export interface DescribeBPFakeURLsRequest {
287
+ /**
288
+ * xxx
289
+ */
290
+ Filters?: Array<Filter>
291
+
292
+ /**
293
+ * xxx
294
+ */
295
+ PageSize?: number
296
+
297
+ /**
298
+ * xxx
299
+ */
300
+ PageNumber?: number
301
+ }
302
+
228
303
  /**
229
304
  * ModifyCRBlockStatus返回参数结构体
230
305
  */
@@ -260,6 +335,101 @@ export interface ModifyCRObtainStatusRequest {
260
335
  ObtainUrl?: string
261
336
  }
262
337
 
338
+ /**
339
+ * 举报网址信息
340
+ */
341
+ export interface ReportFakeURLInfo {
342
+ /**
343
+ * xxx
344
+ */
345
+ FakeURLId: number
346
+
347
+ /**
348
+ * xxx
349
+ */
350
+ DetectTime: string
351
+
352
+ /**
353
+ * xxx
354
+ */
355
+ ProtectURL: string
356
+
357
+ /**
358
+ * xxx
359
+ */
360
+ ProtectWeb: string
361
+
362
+ /**
363
+ * xxx
364
+ */
365
+ FakeURL: string
366
+
367
+ /**
368
+ * xxx
369
+ */
370
+ Snapshot: string
371
+
372
+ /**
373
+ * xxx
374
+ */
375
+ IP: string
376
+
377
+ /**
378
+ * xxx
379
+ */
380
+ IPLoc: string
381
+
382
+ /**
383
+ * xxx
384
+ */
385
+ Heat: number
386
+
387
+ /**
388
+ * xxx
389
+ */
390
+ Status: number
391
+
392
+ /**
393
+ * xxx
394
+ */
395
+ Note: string
396
+
397
+ /**
398
+ * xxx
399
+ */
400
+ FakeURLCompany: string
401
+
402
+ /**
403
+ * xxx
404
+ */
405
+ FakeURLAttr: string
406
+
407
+ /**
408
+ * xxx
409
+ */
410
+ FakeURLName: string
411
+
412
+ /**
413
+ * xxx
414
+ */
415
+ FakeURLICP: string
416
+
417
+ /**
418
+ * xxx
419
+ */
420
+ FakeURLCreateTime: string
421
+
422
+ /**
423
+ * xxx
424
+ */
425
+ FakeURLExpireTime: string
426
+
427
+ /**
428
+ * xxx
429
+ */
430
+ BlockTime: string
431
+ }
432
+
263
433
  /**
264
434
  * DescribeCRWorkInfo请求参数结构体
265
435
  */
@@ -270,6 +440,91 @@ export interface DescribeCRWorkInfoRequest {
270
440
  WorkId: number
271
441
  }
272
442
 
443
+ /**
444
+ * ModifyBPOfflineAttachment请求参数结构体
445
+ */
446
+ export interface ModifyBPOfflineAttachmentRequest {
447
+ /**
448
+ * xx
449
+ */
450
+ LicenseName?: string
451
+
452
+ /**
453
+ * xx
454
+ */
455
+ AuthorizationName?: string
456
+
457
+ /**
458
+ * xx
459
+ */
460
+ BrandName?: string
461
+
462
+ /**
463
+ * xx
464
+ */
465
+ BrandCertificateName?: string
466
+
467
+ /**
468
+ * xx
469
+ */
470
+ TransferName?: string
471
+ }
472
+
473
+ /**
474
+ * DescribeBPFakeURLs返回参数结构体
475
+ */
476
+ export interface DescribeBPFakeURLsResponse {
477
+ /**
478
+ * xxx
479
+ */
480
+ FakeURLInfos: Array<FakeURLInfo>
481
+
482
+ /**
483
+ * xxx
484
+ */
485
+ TotalCount: number
486
+
487
+ /**
488
+ * xxx
489
+ */
490
+ ExportURL: string
491
+
492
+ /**
493
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
494
+ */
495
+ RequestId?: string
496
+ }
497
+
498
+ /**
499
+ * CreateBPOfflineAttachment返回参数结构体
500
+ */
501
+ export interface CreateBPOfflineAttachmentResponse {
502
+ /**
503
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
504
+ */
505
+ RequestId?: string
506
+ }
507
+
508
+ /**
509
+ * DescribeBPReportFakeURLs请求参数结构体
510
+ */
511
+ export interface DescribeBPReportFakeURLsRequest {
512
+ /**
513
+ * xxx
514
+ */
515
+ Filters?: Array<Filter>
516
+
517
+ /**
518
+ * xxx
519
+ */
520
+ PageSize?: number
521
+
522
+ /**
523
+ * xxx
524
+ */
525
+ PageNumber?: number
526
+ }
527
+
273
528
  /**
274
529
  * 监测侵权信息详情
275
530
  */
@@ -341,58 +596,168 @@ export interface MonitorTort {
341
596
  }
342
597
 
343
598
  /**
344
- * UpdateCRWork返回参数结构体
599
+ * CreateBPFakeURL请求参数结构体
600
+ */
601
+ export interface CreateBPFakeURLRequest {
602
+ /**
603
+ * xxx
604
+ */
605
+ ProtectURLId?: number
606
+
607
+ /**
608
+ * xxx
609
+ */
610
+ FakeURL?: string
611
+
612
+ /**
613
+ * xxx
614
+ */
615
+ SnapshotNames?: Array<string>
616
+
617
+ /**
618
+ * xxx
619
+ */
620
+ Note?: string
621
+ }
622
+
623
+ /**
624
+ * CreateBPProtectURLs返回参数结构体
625
+ */
626
+ export interface CreateBPProtectURLsResponse {
627
+ /**
628
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
629
+ */
630
+ RequestId?: string
631
+ }
632
+
633
+ /**
634
+ * DescribeBPProtectURLs返回参数结构体
635
+ */
636
+ export interface DescribeBPProtectURLsResponse {
637
+ /**
638
+ * xxx
639
+ */
640
+ ProtectURLInfos: Array<ProtectURLInfo>
641
+
642
+ /**
643
+ * xxx
644
+ */
645
+ TotalCount: number
646
+
647
+ /**
648
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
649
+ */
650
+ RequestId?: string
651
+ }
652
+
653
+ /**
654
+ * DescribeCRMonitors返回参数结构体
655
+ */
656
+ export interface DescribeCRMonitorsResponse {
657
+ /**
658
+ * 监测结果
659
+ */
660
+ Monitors: Array<Monitor>
661
+
662
+ /**
663
+ * 记录总条数
664
+ */
665
+ TotalCount: number
666
+
667
+ /**
668
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
669
+ */
670
+ RequestId?: string
671
+ }
672
+
673
+ /**
674
+ * CreateCRCompanyVerify返回参数结构体
675
+ */
676
+ export interface CreateCRCompanyVerifyResponse {
677
+ /**
678
+ * 认证状态 0-认证成功 1-认证失败
679
+ */
680
+ Status: number
681
+
682
+ /**
683
+ * 认证结果返回
684
+ */
685
+ Note: string
686
+
687
+ /**
688
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
689
+ */
690
+ RequestId?: string
691
+ }
692
+
693
+ /**
694
+ * CreateBPOfflineAttachment请求参数结构体
345
695
  */
346
- export interface UpdateCRWorkResponse {
696
+ export interface CreateBPOfflineAttachmentRequest {
697
+ /**
698
+ * xxx
699
+ */
700
+ BrandName?: string
701
+
347
702
  /**
348
703
  * xx
349
704
  */
350
- WorkId: number
705
+ BrandCertificateName?: string
351
706
 
352
707
  /**
353
708
  * xx
354
709
  */
355
- EvidenceId: number
710
+ TransferName?: string
356
711
 
357
712
  /**
358
- * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
713
+ * xx
359
714
  */
360
- RequestId?: string
715
+ AuthorizationName?: string
361
716
  }
362
717
 
363
718
  /**
364
- * DescribeCRMonitors返回参数结构体
719
+ * CreateBPProtectURLs请求参数结构体
365
720
  */
366
- export interface DescribeCRMonitorsResponse {
721
+ export interface CreateBPProtectURLsRequest {
367
722
  /**
368
- * 监测结果
723
+ * xxx
369
724
  */
370
- Monitors: Array<Monitor>
725
+ CompanyName?: string
371
726
 
372
727
  /**
373
- * 记录总条数
728
+ * xxx
374
729
  */
375
- TotalCount: number
730
+ Phone?: string
376
731
 
377
732
  /**
378
- * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
733
+ * xxx
379
734
  */
380
- RequestId?: string
735
+ LicenseName?: string
736
+
737
+ /**
738
+ * xxx
739
+ */
740
+ ProtectURLs?: Array<string>
741
+
742
+ /**
743
+ * xxx
744
+ */
745
+ ProtectWebs?: Array<string>
381
746
  }
382
747
 
383
748
  /**
384
- * CreateCRCompanyVerify返回参数结构体
749
+ * UpdateCRWork返回参数结构体
385
750
  */
386
- export interface CreateCRCompanyVerifyResponse {
751
+ export interface UpdateCRWorkResponse {
387
752
  /**
388
- * 认证状态 0-认证成功 1-认证失败
753
+ * xx
389
754
  */
390
- Status: number
755
+ WorkId: number
391
756
 
392
757
  /**
393
- * 认证结果返回
758
+ * xx
394
759
  */
395
- Note: string
760
+ EvidenceId: number
396
761
 
397
762
  /**
398
763
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -600,6 +965,31 @@ export interface CreateCRWorkRequest {
600
965
  Content?: string
601
966
  }
602
967
 
968
+ /**
969
+ * DescribeBPCompanyInfo请求参数结构体
970
+ */
971
+ export type DescribeBPCompanyInfoRequest = null
972
+
973
+ /**
974
+ * DescribeBPReportFakeURLs返回参数结构体
975
+ */
976
+ export interface DescribeBPReportFakeURLsResponse {
977
+ /**
978
+ * xxx
979
+ */
980
+ ReportFakeURLInfos: Array<ReportFakeURLInfo>
981
+
982
+ /**
983
+ * xxx
984
+ */
985
+ TotalCount: number
986
+
987
+ /**
988
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
989
+ */
990
+ RequestId?: string
991
+ }
992
+
603
993
  /**
604
994
  * 过滤参数
605
995
  */
@@ -685,6 +1075,101 @@ export interface UpdateCRWorkRequest {
685
1075
  CertType?: string
686
1076
  }
687
1077
 
1078
+ /**
1079
+ * 仿冒网站信息
1080
+ */
1081
+ export interface FakeURLInfo {
1082
+ /**
1083
+ * xxx
1084
+ */
1085
+ FakeURLId: number
1086
+
1087
+ /**
1088
+ * xxx
1089
+ */
1090
+ ProtectWeb: string
1091
+
1092
+ /**
1093
+ * xxx
1094
+ */
1095
+ DetectTime: string
1096
+
1097
+ /**
1098
+ * xxx
1099
+ */
1100
+ FakeURL: string
1101
+
1102
+ /**
1103
+ * xxx
1104
+ */
1105
+ Snapshot: string
1106
+
1107
+ /**
1108
+ * xxx
1109
+ */
1110
+ IP: string
1111
+
1112
+ /**
1113
+ * xxx
1114
+ */
1115
+ IPLoc: string
1116
+
1117
+ /**
1118
+ * xxx
1119
+ */
1120
+ Heat: number
1121
+
1122
+ /**
1123
+ * xxx
1124
+ */
1125
+ Status: number
1126
+
1127
+ /**
1128
+ * xxx
1129
+ */
1130
+ Note: string
1131
+
1132
+ /**
1133
+ * xxx
1134
+ */
1135
+ FakeURLCompany: string
1136
+
1137
+ /**
1138
+ * xxx
1139
+ */
1140
+ FakeURLAttr: string
1141
+
1142
+ /**
1143
+ * xxx
1144
+ */
1145
+ FakeURLName: string
1146
+
1147
+ /**
1148
+ * xxx
1149
+ */
1150
+ FakeURLICP: string
1151
+
1152
+ /**
1153
+ * xxx
1154
+ */
1155
+ FakeURLCreateTime: string
1156
+
1157
+ /**
1158
+ * xxx
1159
+ */
1160
+ FakeURLExpireTime: string
1161
+ }
1162
+
1163
+ /**
1164
+ * CreateBPOfflineTicket请求参数结构体
1165
+ */
1166
+ export interface CreateBPOfflineTicketRequest {
1167
+ /**
1168
+ * xxx
1169
+ */
1170
+ FakeURLId?: number
1171
+ }
1172
+
688
1173
  /**
689
1174
  * DescribeCRMonitorDetail请求参数结构体
690
1175
  */
@@ -710,6 +1195,46 @@ export interface DescribeCRMonitorDetailRequest {
710
1195
  Filters?: Array<Filter>
711
1196
  }
712
1197
 
1198
+ /**
1199
+ * 商标信息
1200
+ */
1201
+ export interface BrandData {
1202
+ /**
1203
+ * xxx
1204
+ */
1205
+ BrandName: string
1206
+
1207
+ /**
1208
+ * xxx
1209
+ */
1210
+ BrandCertificateName: string
1211
+
1212
+ /**
1213
+ * xxx
1214
+ */
1215
+ BrandStatus: number
1216
+
1217
+ /**
1218
+ * xxx
1219
+ */
1220
+ BrandNote: string
1221
+
1222
+ /**
1223
+ * xxx
1224
+ */
1225
+ TransferName: string
1226
+
1227
+ /**
1228
+ * xxx
1229
+ */
1230
+ TransferStatus: number
1231
+
1232
+ /**
1233
+ * xxx
1234
+ */
1235
+ TransferNote: string
1236
+ }
1237
+
713
1238
  /**
714
1239
  * ModifyCRRightStatus返回参数结构体
715
1240
  */
@@ -720,6 +1245,76 @@ export interface ModifyCRRightStatusResponse {
720
1245
  RequestId?: string
721
1246
  }
722
1247
 
1248
+ /**
1249
+ * DescribeBPCompanyInfo返回参数结构体
1250
+ */
1251
+ export interface DescribeBPCompanyInfoResponse {
1252
+ /**
1253
+ * xx
1254
+ */
1255
+ CompanyName: string
1256
+
1257
+ /**
1258
+ * xx
1259
+ */
1260
+ Phone: string
1261
+
1262
+ /**
1263
+ * xx
1264
+ */
1265
+ LicenseName: string
1266
+
1267
+ /**
1268
+ * xx
1269
+ */
1270
+ LicenseStatus: number
1271
+
1272
+ /**
1273
+ * xx
1274
+ */
1275
+ LicenseNote: string
1276
+
1277
+ /**
1278
+ * xx
1279
+ */
1280
+ AuthorizationName: string
1281
+
1282
+ /**
1283
+ * xx
1284
+ */
1285
+ AuthorizationStatus: number
1286
+
1287
+ /**
1288
+ * xx
1289
+ */
1290
+ AuthorizationNote: string
1291
+
1292
+ /**
1293
+ * xx
1294
+ */
1295
+ BrandDatas: Array<BrandData>
1296
+
1297
+ /**
1298
+ * xx
1299
+ */
1300
+ CompanyId: number
1301
+
1302
+ /**
1303
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1304
+ */
1305
+ RequestId?: string
1306
+ }
1307
+
1308
+ /**
1309
+ * ModifyBPOfflineAttachment返回参数结构体
1310
+ */
1311
+ export interface ModifyBPOfflineAttachmentResponse {
1312
+ /**
1313
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1314
+ */
1315
+ RequestId?: string
1316
+ }
1317
+
723
1318
  /**
724
1319
  * CreateCRBlock请求参数结构体
725
1320
  */
@@ -790,6 +1385,26 @@ export interface CreateCRBlockRequest {
790
1385
  IsProducer?: string
791
1386
  }
792
1387
 
1388
+ /**
1389
+ * CreateBPFakeURL返回参数结构体
1390
+ */
1391
+ export interface CreateBPFakeURLResponse {
1392
+ /**
1393
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1394
+ */
1395
+ RequestId?: string
1396
+ }
1397
+
1398
+ /**
1399
+ * CreateBPFalseTicket请求参数结构体
1400
+ */
1401
+ export interface CreateBPFalseTicketRequest {
1402
+ /**
1403
+ * xxx
1404
+ */
1405
+ FakeURL?: string
1406
+ }
1407
+
793
1408
  /**
794
1409
  * ModifyCRMonitor返回参数结构体
795
1410
  */
@@ -800,6 +1415,21 @@ export interface ModifyCRMonitorResponse {
800
1415
  RequestId?: string
801
1416
  }
802
1417
 
1418
+ /**
1419
+ * DescribeBPProtectURLs请求参数结构体
1420
+ */
1421
+ export interface DescribeBPProtectURLsRequest {
1422
+ /**
1423
+ * xxx
1424
+ */
1425
+ PageSize?: number
1426
+
1427
+ /**
1428
+ * xxx
1429
+ */
1430
+ PageNumber?: number
1431
+ }
1432
+
803
1433
  /**
804
1434
  * ModifyCRObtainStatus返回参数结构体
805
1435
  */