tencentcloud-sdk-nodejs 4.0.310 → 4.0.313

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 (97) hide show
  1. package/CHANGELOG.md +416 -0
  2. package/SERVICE_CHANGELOG.md +620 -35
  3. package/package.json +1 -1
  4. package/products.md +30 -30
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/ame/v20190916/ame_client.ts +1 -0
  7. package/src/services/ame/v20190916/ame_models.ts +23 -2
  8. package/src/services/antiddos/v20200309/antiddos_models.ts +1 -1
  9. package/src/services/cdb/v20170320/cdb_models.ts +8 -8
  10. package/src/services/cls/v20201016/cls_models.ts +1 -1
  11. package/src/services/cvm/v20170312/cvm_models.ts +1 -1
  12. package/src/services/dlc/v20210125/dlc_client.ts +26 -2
  13. package/src/services/dlc/v20210125/dlc_models.ts +131 -51
  14. package/src/services/es/v20180416/es_client.ts +12 -0
  15. package/src/services/es/v20180416/es_models.ts +50 -0
  16. package/src/services/ess/v20201111/ess_models.ts +10 -5
  17. package/src/services/essbasic/v20210526/essbasic_client.ts +14 -0
  18. package/src/services/essbasic/v20210526/essbasic_models.ts +67 -0
  19. package/src/services/gme/v20180711/gme_client.ts +29 -5
  20. package/src/services/gme/v20180711/gme_models.ts +114 -54
  21. package/src/services/iecp/v20210914/iecp_client.ts +25 -1
  22. package/src/services/iecp/v20210914/iecp_models.ts +55 -9
  23. package/src/services/live/v20180801/live_models.ts +50 -0
  24. package/src/services/memcached/v20190318/memcached_models.ts +67 -66
  25. package/src/services/privatedns/v20201028/privatedns_client.ts +13 -0
  26. package/src/services/privatedns/v20201028/privatedns_models.ts +45 -0
  27. package/src/services/redis/v20180412/redis_client.ts +16 -2
  28. package/src/services/redis/v20180412/redis_models.ts +217 -7
  29. package/src/services/rum/v20210622/rum_models.ts +31 -10
  30. package/src/services/scf/v20180416/scf_models.ts +25 -0
  31. package/src/services/ses/v20201002/ses_models.ts +5 -0
  32. package/src/services/tcb/v20180608/tcb_client.ts +30 -6
  33. package/src/services/tcb/v20180608/tcb_models.ts +84 -0
  34. package/src/services/tcm/v20210413/tcm_models.ts +18 -0
  35. package/src/services/tcss/v20201101/tcss_client.ts +1 -0
  36. package/src/services/tcss/v20201101/tcss_models.ts +183 -0
  37. package/src/services/tke/v20180525/tke_client.ts +5 -4
  38. package/src/services/tke/v20180525/tke_models.ts +110 -63
  39. package/src/services/tsf/v20180326/tsf_models.ts +1 -1
  40. package/src/services/vod/v20180717/vod_client.ts +42 -1
  41. package/src/services/vod/v20180717/vod_models.ts +298 -7
  42. package/src/services/vpc/v20170312/vpc_models.ts +25 -5
  43. package/tencentcloud/common/sdk_version.d.ts +1 -1
  44. package/tencentcloud/common/sdk_version.js +1 -1
  45. package/tencentcloud/services/ame/v20190916/ame_models.d.ts +20 -2
  46. package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +1 -1
  47. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +8 -8
  48. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +1 -1
  49. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +1 -1
  50. package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +9 -1
  51. package/tencentcloud/services/dlc/v20210125/dlc_client.js +12 -0
  52. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +111 -43
  53. package/tencentcloud/services/es/v20180416/es_client.d.ts +5 -1
  54. package/tencentcloud/services/es/v20180416/es_client.js +6 -0
  55. package/tencentcloud/services/es/v20180416/es_models.d.ts +42 -0
  56. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +8 -4
  57. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +6 -1
  58. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +7 -0
  59. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +57 -0
  60. package/tencentcloud/services/gme/v20180711/gme_client.d.ts +9 -1
  61. package/tencentcloud/services/gme/v20180711/gme_client.js +12 -0
  62. package/tencentcloud/services/gme/v20180711/gme_models.d.ts +99 -47
  63. package/tencentcloud/services/iecp/v20210914/iecp_client.d.ts +9 -1
  64. package/tencentcloud/services/iecp/v20210914/iecp_client.js +12 -0
  65. package/tencentcloud/services/iecp/v20210914/iecp_models.d.ts +49 -8
  66. package/tencentcloud/services/live/v20180801/live_models.d.ts +43 -0
  67. package/tencentcloud/services/memcached/v20190318/memcached_models.d.ts +65 -64
  68. package/tencentcloud/services/privatedns/v20201028/privatedns_client.d.ts +5 -1
  69. package/tencentcloud/services/privatedns/v20201028/privatedns_client.js +6 -0
  70. package/tencentcloud/services/privatedns/v20201028/privatedns_models.d.ts +38 -0
  71. package/tencentcloud/services/redis/v20180412/redis_client.d.ts +7 -3
  72. package/tencentcloud/services/redis/v20180412/redis_client.js +8 -2
  73. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +180 -7
  74. package/tencentcloud/services/rum/v20210622/rum_models.d.ts +25 -8
  75. package/tencentcloud/services/scf/v20180416/scf_models.d.ts +21 -0
  76. package/tencentcloud/services/ses/v20201002/ses_models.d.ts +4 -0
  77. package/tencentcloud/services/tcb/v20180608/tcb_client.d.ts +11 -3
  78. package/tencentcloud/services/tcb/v20180608/tcb_client.js +15 -3
  79. package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +74 -0
  80. package/tencentcloud/services/tcm/v20210413/tcm_models.d.ts +15 -0
  81. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +152 -0
  82. package/tencentcloud/services/tke/v20180525/tke_client.d.ts +1 -1
  83. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +95 -56
  84. package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +1 -1
  85. package/tencentcloud/services/vod/v20180717/vod_client.d.ts +19 -1
  86. package/tencentcloud/services/vod/v20180717/vod_client.js +22 -0
  87. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +259 -7
  88. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +21 -5
  89. package/test/dlc.v20210125.test.js +20 -0
  90. package/test/es.v20180416.test.js +10 -0
  91. package/test/essbasic.v20210526.test.js +10 -0
  92. package/test/gme.v20180711.test.js +20 -0
  93. package/test/iecp.v20210914.test.js +20 -0
  94. package/test/privatedns.v20201028.test.js +10 -0
  95. package/test/redis.v20180412.test.js +10 -0
  96. package/test/tcb.v20180608.test.js +22 -2
  97. package/test/vod.v20180717.test.js +20 -0
@@ -1160,6 +1160,30 @@ export interface ResetProcedureTemplateRequest {
1160
1160
  */
1161
1161
  SubAppId?: number;
1162
1162
  }
1163
+ /**
1164
+ * 图片Ocr 文字鉴别信息的任务结果类型
1165
+ */
1166
+ export interface ContentReviewOcrResult {
1167
+ /**
1168
+ * Ocr 文字鉴别结果的评分,分值为0到100。
1169
+ */
1170
+ Confidence: number;
1171
+ /**
1172
+ * Ocr 文字鉴别的结果建议,取值范围:
1173
+ <li>pass;</li>
1174
+ <li>review;</li>
1175
+ <li>block。</li>
1176
+ */
1177
+ Suggestion: string;
1178
+ /**
1179
+ * Ocr 文字鉴别的嫌疑关键词列表。
1180
+ */
1181
+ KeywordSet: Array<string>;
1182
+ /**
1183
+ * Ocr 文字鉴别的嫌疑文字出现的区域坐标 (像素级),[x1, y1, x2, y2],即左上角坐标、右下角坐标。
1184
+ */
1185
+ AreaCoordSet: Array<number>;
1186
+ }
1163
1187
  /**
1164
1188
  * ComposeMedia返回参数结构体
1165
1189
  */
@@ -2679,6 +2703,15 @@ export interface DescribeDailyMostPlayedStatResponse {
2679
2703
  */
2680
2704
  RequestId?: string;
2681
2705
  }
2706
+ /**
2707
+ * ModifyAIRecognitionTemplate返回参数结构体
2708
+ */
2709
+ export interface ModifyAIRecognitionTemplateResponse {
2710
+ /**
2711
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2712
+ */
2713
+ RequestId?: string;
2714
+ }
2682
2715
  /**
2683
2716
  * 视频拆条任务配置信息。
2684
2717
  */
@@ -3803,6 +3836,51 @@ export interface ConcatFileInfo2017 {
3803
3836
  */
3804
3837
  FileType: string;
3805
3838
  }
3839
+ /**
3840
+ * 图片智能内容识别任务结果
3841
+ */
3842
+ export interface ContentReviewResult {
3843
+ /**
3844
+ * 结果类型,取值范围:
3845
+ <li>Porn.Image:图片画面中的鉴别令人反感的信息结果;</li>
3846
+ <li>Terrorism.Image:图片画面中的鉴别令人不安全的信息结果;</li>
3847
+ <li>Political.Image:图片画面中的鉴别令人不适宜信息结果;</li>
3848
+ <li>Porn.Ocr:图片 OCR 文字中的鉴别令人反感的信息结果;</li>
3849
+ <li>Terrorism.Ocr:图片 OCR 文字中的鉴别令人不安全的信息结果;</li>
3850
+ <li>Political.Ocr:图片 OCR 文字中的鉴别令人不适宜信息结果。</li>
3851
+ */
3852
+ Type: string;
3853
+ /**
3854
+ * 图片画面中的鉴别令人反感的信息结果,当 Type 为 Porn.Image 时有效。
3855
+ 注意:此字段可能返回 null,表示取不到有效值。
3856
+ */
3857
+ PornImageResult: PornImageResult;
3858
+ /**
3859
+ * 图片画面中的鉴别令人不安全的信息结果,当 Type 为 Terrorism.Image 时有效。
3860
+ 注意:此字段可能返回 null,表示取不到有效值。
3861
+ */
3862
+ TerrorismImageResult: TerrorismImageResult;
3863
+ /**
3864
+ * 图片画面中的鉴别令人不适宜信息结果,当 Type 为 Political.Image 时有效。
3865
+ 注意:此字段可能返回 null,表示取不到有效值。
3866
+ */
3867
+ PoliticalImageResult: PoliticalImageResult;
3868
+ /**
3869
+ * 图片 OCR 文字中的鉴别令人反感的信息结果,当 Type 为 Porn.Ocr 时有效。
3870
+ 注意:此字段可能返回 null,表示取不到有效值。
3871
+ */
3872
+ PornOcrResult: ContentReviewOcrResult;
3873
+ /**
3874
+ * 图片 OCR 中的鉴别令人不安全的信息结果,当 Type 为 Terrorism.Ocr 时有效。
3875
+ 注意:此字段可能返回 null,表示取不到有效值。
3876
+ */
3877
+ TerrorismOcrResult: ContentReviewOcrResult;
3878
+ /**
3879
+ * 图片 OCR 文字中的鉴别令人不适宜信息结果,当 Type 为 Political.Ocr 时有效。
3880
+ 注意:此字段可能返回 null,表示取不到有效值。
3881
+ */
3882
+ PoliticalOcrResult: ContentReviewOcrResult;
3883
+ }
3806
3884
  /**
3807
3885
  * 对视频截雪碧图任务结果类型
3808
3886
  */
@@ -4338,6 +4416,19 @@ export interface DescribeDrmDataKeyResponse {
4338
4416
  */
4339
4417
  RequestId?: string;
4340
4418
  }
4419
+ /**
4420
+ * DescribeMediaPlayStatDetails返回参数结构体
4421
+ */
4422
+ export interface DescribeMediaPlayStatDetailsResponse {
4423
+ /**
4424
+ * 播放统计数据。
4425
+ */
4426
+ PlayStatInfoSet: Array<PlayStatInfo>;
4427
+ /**
4428
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
4429
+ */
4430
+ RequestId?: string;
4431
+ }
4341
4432
  /**
4342
4433
  * 视频流配置参数
4343
4434
  */
@@ -5071,6 +5162,64 @@ export interface ProcessMediaRequest {
5071
5162
  */
5072
5163
  SubAppId?: number;
5073
5164
  }
5165
+ /**
5166
+ * 图片画面智能识别涉及令人反感的信息的任务结果类型
5167
+ */
5168
+ export interface PornImageResult {
5169
+ /**
5170
+ * 鉴别涉及令人反感的信息的评分,分值为0到100。
5171
+ */
5172
+ Confidence: number;
5173
+ /**
5174
+ * 鉴别涉及令人反感的信息的结果建议,取值范围:
5175
+ <li>pass;</li>
5176
+ <li>review;</li>
5177
+ <li>block。</li>
5178
+ */
5179
+ Suggestion: string;
5180
+ /**
5181
+ * 鉴别涉及令人反感的信息的结果标签,取值范围:
5182
+ <li>porn:色情;</li>
5183
+ <li>sexy:性感;</li>
5184
+ <li>vulgar:低俗;</li>
5185
+ <li>intimacy:亲密行为。</li>
5186
+ */
5187
+ Label: string;
5188
+ }
5189
+ /**
5190
+ * ProcessImage返回参数结构体
5191
+ */
5192
+ export interface ProcessImageResponse {
5193
+ /**
5194
+ * 图片内容智能识别任务结果。
5195
+ */
5196
+ ContentReviewResultSet: Array<ContentReviewResult>;
5197
+ /**
5198
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
5199
+ */
5200
+ RequestId?: string;
5201
+ }
5202
+ /**
5203
+ * ProcessImage请求参数结构体
5204
+ */
5205
+ export interface ProcessImageRequest {
5206
+ /**
5207
+ * 媒体文件 ID,即该文件在云点播上的全局唯一标识符。本接口要求媒体文件必须是图片格式。
5208
+ */
5209
+ FileId: string;
5210
+ /**
5211
+ * 操作类型。现在仅支持填 ContentReview,表示内容智能识别。
5212
+ */
5213
+ Operation: string;
5214
+ /**
5215
+ * 图片内容智能识别参数,当 Operation 为 ContentReview 时该字段有效。
5216
+ */
5217
+ ContentReviewInput?: ImageContentReviewInput;
5218
+ /**
5219
+ * 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
5220
+ */
5221
+ SubAppId?: number;
5222
+ }
5074
5223
  /**
5075
5224
  * ModifyMediaInfo返回参数结构体
5076
5225
  */
@@ -5631,6 +5780,30 @@ export interface MediaDeleteItem {
5631
5780
  */
5632
5781
  Definition?: number;
5633
5782
  }
5783
+ /**
5784
+ * 图片画面智能识别涉及令人不适宜信息的任务结果类型
5785
+ */
5786
+ export interface PoliticalImageResult {
5787
+ /**
5788
+ * 鉴别涉及令人不适宜信息的评分,分值为0到100。
5789
+ */
5790
+ Confidence: number;
5791
+ /**
5792
+ * 鉴别涉及令人不适宜信息的结果建议,取值范围:
5793
+ <li>pass;</li>
5794
+ <li>review;</li>
5795
+ <li>block。</li>
5796
+ */
5797
+ Suggestion: string;
5798
+ /**
5799
+ * 涉及令人不适宜的信息、违规图标名字。
5800
+ */
5801
+ Name: string;
5802
+ /**
5803
+ * 涉及令人不适宜的信息、违规图标出现的区域坐标 (像素级),[x1, y1, x2, y2],即左上角坐标、右下角坐标。
5804
+ */
5805
+ AreaCoordSet: Array<number>;
5806
+ }
5634
5807
  /**
5635
5808
  * AI 样本管理,人物信息。
5636
5809
  */
@@ -6160,7 +6333,7 @@ export interface ComposeMediaTask {
6160
6333
  */
6161
6334
  Output: ComposeMediaTaskOutput;
6162
6335
  /**
6163
- * 原始视频的元信息。
6336
+ * 输出视频的元信息。
6164
6337
  注意:此字段可能返回 null,表示取不到有效值。
6165
6338
  */
6166
6339
  MetaData: MediaMetaData;
@@ -8301,6 +8474,34 @@ export interface AiRecognitionTaskObjectResultOutput {
8301
8474
  */
8302
8475
  ResultSetFileUrlExpireTime: string;
8303
8476
  }
8477
+ /**
8478
+ * DescribeMediaPlayStatDetails请求参数结构体
8479
+ */
8480
+ export interface DescribeMediaPlayStatDetailsRequest {
8481
+ /**
8482
+ * 媒体文件 ID。
8483
+ */
8484
+ FileId: string;
8485
+ /**
8486
+ * 起始时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
8487
+ */
8488
+ StartTime: string;
8489
+ /**
8490
+ * 结束时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
8491
+ */
8492
+ EndTime: string;
8493
+ /**
8494
+ * 统计时间粒度,有效值:
8495
+ <li>Hour:以小时为粒度。</li>
8496
+ <li>Day:以天为粒度。</li>
8497
+ 默认按时间跨度决定,小于1天以小时为粒度,大于等于1天则以天为粒度。
8498
+ */
8499
+ Interval?: string;
8500
+ /**
8501
+ * 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
8502
+ */
8503
+ SubAppId?: number;
8504
+ }
8304
8505
  /**
8305
8506
  * Asr 文字涉违禁信息
8306
8507
  */
@@ -9309,6 +9510,33 @@ export interface AsrFullTextConfigureInfo {
9309
9510
  */
9310
9511
  SubtitleFormat?: string;
9311
9512
  }
9513
+ /**
9514
+ * 图片画面智能识别涉及令人不安全的信息的任务结果类型
9515
+ */
9516
+ export interface TerrorismImageResult {
9517
+ /**
9518
+ * 鉴别涉及令人不安全的信息的评分,分值为0到100。
9519
+ */
9520
+ Confidence: number;
9521
+ /**
9522
+ * 鉴别涉及令人不安全的信息的结果建议,取值范围:
9523
+ <li>pass;</li>
9524
+ <li>review;</li>
9525
+ <li>block。</li>
9526
+ */
9527
+ Suggestion: string;
9528
+ /**
9529
+ * 鉴别涉及令人不安全的信息的结果标签,取值范围:
9530
+ <li>guns:武器枪支;</li>
9531
+ <li>crowd:人群聚集;</li>
9532
+ <li>police:警察部队;</li>
9533
+ <li>bloody:血腥画面;</li>
9534
+ <li>banners:暴恐旗帜;</li>
9535
+ <li>explosion:爆炸火灾;</li>
9536
+ <li>scenario:暴恐画面。</li>
9537
+ */
9538
+ Label: string;
9539
+ }
9312
9540
  /**
9313
9541
  * DeleteVodDomain请求参数结构体
9314
9542
  */
@@ -9499,13 +9727,37 @@ export interface AiRecognitionTaskAsrFullTextResult {
9499
9727
  Output: AiRecognitionTaskAsrFullTextResultOutput;
9500
9728
  }
9501
9729
  /**
9502
- * ModifyAIRecognitionTemplate返回参数结构体
9730
+ * 图片智能内容识别任务输入
9503
9731
  */
9504
- export interface ModifyAIRecognitionTemplateResponse {
9732
+ export interface ImageContentReviewInput {
9505
9733
  /**
9506
- * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
9734
+ * 图片智能内容审核模板 ID。当前只支持:
9735
+ <li>10:所有审核类型均打开。</li>
9507
9736
  */
9508
- RequestId?: string;
9737
+ Definition: number;
9738
+ }
9739
+ /**
9740
+ * 播放统计信息。
9741
+ */
9742
+ export interface PlayStatInfo {
9743
+ /**
9744
+ * 数据所在时间区间的开始时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。如:当时间粒度为天,2018-12-01T00:00:00+08:00,表示2018年12月1日(含)到2018年12月2日(不含)区间。
9745
+ <li>表示小时级别数据时,2019-08-22T00:00:00+08:00表示2019-08-22日0点到1点的统计数据。</li>
9746
+ <li>表示天级别数据时,2019-08-22T00:00:00+08:00表示2019-08-22日的统计数据。</li>
9747
+ */
9748
+ Time: string;
9749
+ /**
9750
+ * 媒体文件ID。
9751
+ */
9752
+ FileId: string;
9753
+ /**
9754
+ * 播放次数。
9755
+ */
9756
+ PlayTimes: number;
9757
+ /**
9758
+ * 播放流量,单位:字节。
9759
+ */
9760
+ Traffic: number;
9509
9761
  }
9510
9762
  /**
9511
9763
  * 画面鉴别涉及令人不适宜的信息的任务控制参数
@@ -12767,7 +13019,7 @@ export interface EditMediaTask {
12767
13019
  */
12768
13020
  Output: EditMediaTaskOutput;
12769
13021
  /**
12770
- * 原始视频的元信息。
13022
+ * 输出视频的元信息。
12771
13023
  */
12772
13024
  MetaData: MediaMetaData;
12773
13025
  /**
@@ -13534,7 +13786,7 @@ export interface PullUploadTask {
13534
13786
  */
13535
13787
  MediaBasicInfo: MediaBasicInfo;
13536
13788
  /**
13537
- * 原始视频的元信息。
13789
+ * 输出视频的元信息。
13538
13790
  */
13539
13791
  MetaData: MediaMetaData;
13540
13792
  /**
@@ -1148,6 +1148,14 @@ export interface AssociateNatGatewayAddressRequest {
1148
1148
  * 弹性IP可用区,自动分配弹性IP时传递。
1149
1149
  */
1150
1150
  Zone?: string;
1151
+ /**
1152
+ * 绑定NAT网关的弹性IP带宽大小(单位Mbps),默认为当前用户类型所能使用的最大值。
1153
+ */
1154
+ StockPublicIpAddressesBandwidthOut?: number;
1155
+ /**
1156
+ * 需要申请公网IP带宽大小(单位Mbps),默认为当前用户类型所能使用的最大值。
1157
+ */
1158
+ PublicIpAddressesBandwidthOut?: number;
1151
1159
  }
1152
1160
  /**
1153
1161
  * CreateDirectConnectGateway请求参数结构体
@@ -5891,11 +5899,11 @@ export interface DescribeProductQuotaResponse {
5891
5899
  /**
5892
5900
  * ProductQuota对象数组
5893
5901
  */
5894
- ProductQuotaSet?: Array<ProductQuota>;
5902
+ ProductQuotaSet: Array<ProductQuota>;
5895
5903
  /**
5896
5904
  * 符合条件的产品类型个数
5897
5905
  */
5898
- TotalCount?: number;
5906
+ TotalCount: number;
5899
5907
  /**
5900
5908
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
5901
5909
  */
@@ -8512,6 +8520,14 @@ export interface CreateNatGatewayRequest {
8512
8520
  * NAT网关所属子网
8513
8521
  */
8514
8522
  SubnetId?: string;
8523
+ /**
8524
+ * 绑定NAT网关的弹性IP带宽大小(单位Mbps),默认为当前用户类型所能使用的最大值。
8525
+ */
8526
+ StockPublicIpAddressesBandwidthOut?: number;
8527
+ /**
8528
+ * 需要申请公网IP带宽大小(单位Mbps),默认为当前用户类型所能使用的最大值。
8529
+ */
8530
+ PublicIpAddressesBandwidthOut?: number;
8515
8531
  }
8516
8532
  /**
8517
8533
  * DeleteNetDetect请求参数结构体
@@ -10997,7 +11013,7 @@ export interface DeleteVpnGatewayRoutesRequest {
10997
11013
  */
10998
11014
  export interface DescribeProductQuotaRequest {
10999
11015
  /**
11000
- * 查询的网络产品名称,如vpc、ccn
11016
+ * 查询的网络产品名称,可查询的产品有:vpc、ccn、vpn、dc、dfw、clb、eip。
11001
11017
  */
11002
11018
  Product: string;
11003
11019
  }
@@ -11164,11 +11180,11 @@ export interface DescribeDirectConnectGatewayCcnRoutesResponse {
11164
11180
  /**
11165
11181
  * 符合条件的对象数。
11166
11182
  */
11167
- TotalCount?: number;
11183
+ TotalCount: number;
11168
11184
  /**
11169
11185
  * 云联网路由(IDC网段)列表。
11170
11186
  */
11171
- RouteSet?: Array<DirectConnectGatewayCcnRoute>;
11187
+ RouteSet: Array<DirectConnectGatewayCcnRoute>;
11172
11188
  /**
11173
11189
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
11174
11190
  */
@@ -48,6 +48,16 @@ it("dlc.v20210125.AddUsersToWorkGroup", async function () {
48
48
  }
49
49
  })
50
50
 
51
+ it("dlc.v20210125.CreateImportTask", async function () {
52
+ try {
53
+ const data = await client.CreateImportTask({})
54
+ expect(data).to.be.ok
55
+ } catch(error) {
56
+ expect(error.requestId).to.be.ok
57
+ expect(error.code).to.be.ok
58
+ }
59
+ })
60
+
51
61
  it("dlc.v20210125.DescribeTaskResult", async function () {
52
62
  try {
53
63
  const data = await client.DescribeTaskResult({})
@@ -78,6 +88,16 @@ it("dlc.v20210125.CreateTable", async function () {
78
88
  }
79
89
  })
80
90
 
91
+ it("dlc.v20210125.CreateExportTask", async function () {
92
+ try {
93
+ const data = await client.CreateExportTask({})
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
+
81
101
  it("dlc.v20210125.DescribeUsers", async function () {
82
102
  try {
83
103
  const data = await client.DescribeUsers({})
@@ -198,4 +198,14 @@ it("es.v20180416.RestartKibana", async function () {
198
198
  }
199
199
  })
200
200
 
201
+ it("es.v20180416.UpdateDictionaries", async function () {
202
+ try {
203
+ const data = await client.UpdateDictionaries({})
204
+ expect(data).to.be.ok
205
+ } catch(error) {
206
+ expect(error.requestId).to.be.ok
207
+ expect(error.code).to.be.ok
208
+ }
209
+ })
210
+
201
211
  })
@@ -138,4 +138,14 @@ it("essbasic.v20210526.DescribeResourceUrlsByFlows", async function () {
138
138
  }
139
139
  })
140
140
 
141
+ it("essbasic.v20210526.UploadFiles", async function () {
142
+ try {
143
+ const data = await client.UploadFiles({})
144
+ expect(data).to.be.ok
145
+ } catch(error) {
146
+ expect(error.requestId).to.be.ok
147
+ expect(error.code).to.be.ok
148
+ }
149
+ })
150
+
141
151
  })
@@ -88,6 +88,16 @@ it("gme.v20180711.DescribeFilterResultList", async function () {
88
88
  }
89
89
  })
90
90
 
91
+ it("gme.v20180711.DeleteScanUser", async function () {
92
+ try {
93
+ const data = await client.DeleteScanUser({})
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
+
91
101
  it("gme.v20180711.UpdateScanUsers", async function () {
92
102
  try {
93
103
  const data = await client.UpdateScanUsers({})
@@ -128,6 +138,16 @@ it("gme.v20180711.ModifyRoomInfo", async function () {
128
138
  }
129
139
  })
130
140
 
141
+ it("gme.v20180711.CreateScanUser", async function () {
142
+ try {
143
+ const data = await client.CreateScanUser({})
144
+ expect(data).to.be.ok
145
+ } catch(error) {
146
+ expect(error.requestId).to.be.ok
147
+ expect(error.code).to.be.ok
148
+ }
149
+ })
150
+
131
151
  it("gme.v20180711.CreateAgeDetectTask", async function () {
132
152
  try {
133
153
  const data = await client.CreateAgeDetectTask({})
@@ -268,6 +268,16 @@ it("iecp.v20210914.DescribeEdgeAgentNodeInstaller", async function () {
268
268
  }
269
269
  })
270
270
 
271
+ it("iecp.v20210914.DeleteIotDeviceBatch", async function () {
272
+ try {
273
+ const data = await client.DeleteIotDeviceBatch({})
274
+ expect(data).to.be.ok
275
+ } catch(error) {
276
+ expect(error.requestId).to.be.ok
277
+ expect(error.code).to.be.ok
278
+ }
279
+ })
280
+
271
281
  it("iecp.v20210914.RedeployEdgeUnitApplication", async function () {
272
282
  try {
273
283
  const data = await client.RedeployEdgeUnitApplication({})
@@ -688,6 +698,16 @@ it("iecp.v20210914.DeleteEdgeNodes", async function () {
688
698
  }
689
699
  })
690
700
 
701
+ it("iecp.v20210914.DescribeDracoEdgeNodeInstaller", async function () {
702
+ try {
703
+ const data = await client.DescribeDracoEdgeNodeInstaller({})
704
+ expect(data).to.be.ok
705
+ } catch(error) {
706
+ expect(error.requestId).to.be.ok
707
+ expect(error.code).to.be.ok
708
+ }
709
+ })
710
+
691
711
  it("iecp.v20210914.CreateConfigMap", async function () {
692
712
  try {
693
713
  const data = await client.CreateConfigMap({})
@@ -88,6 +88,16 @@ it("privatedns.v20201028.DeletePrivateDNSAccount", async function () {
88
88
  }
89
89
  })
90
90
 
91
+ it("privatedns.v20201028.DescribeQuotaUsage", async function () {
92
+ try {
93
+ const data = await client.DescribeQuotaUsage({})
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
+
91
101
  it("privatedns.v20201028.DescribeAuditLog", async function () {
92
102
  try {
93
103
  const data = await client.DescribeAuditLog({})
@@ -28,6 +28,16 @@ it("redis.v20180412.EnableReplicaReadonly", async function () {
28
28
  }
29
29
  })
30
30
 
31
+ it("redis.v20180412.DescribeReplicationGroup", async function () {
32
+ try {
33
+ const data = await client.DescribeReplicationGroup({})
34
+ expect(data).to.be.ok
35
+ } catch(error) {
36
+ expect(error.requestId).to.be.ok
37
+ expect(error.code).to.be.ok
38
+ }
39
+ })
40
+
31
41
  it("redis.v20180412.DescribeInstanceNodeInfo", async function () {
32
42
  try {
33
43
  const data = await client.DescribeInstanceNodeInfo({})
@@ -118,6 +118,16 @@ it("tcb.v20180608.DescribeSmsQuotas", async function () {
118
118
  }
119
119
  })
120
120
 
121
+ it("tcb.v20180608.ModifyCloudBaseRunServerVersion", async function () {
122
+ try {
123
+ const data = await client.ModifyCloudBaseRunServerVersion({})
124
+ expect(data).to.be.ok
125
+ } catch(error) {
126
+ expect(error.requestId).to.be.ok
127
+ expect(error.code).to.be.ok
128
+ }
129
+ })
130
+
121
131
  it("tcb.v20180608.RollUpdateCloudBaseRunServerVersion", async function () {
122
132
  try {
123
133
  const data = await client.RollUpdateCloudBaseRunServerVersion({})
@@ -248,6 +258,16 @@ it("tcb.v20180608.DescribeStandaloneGatewayPackage", async function () {
248
258
  }
249
259
  })
250
260
 
261
+ it("tcb.v20180608.UnfreezeCloudBaseRunServers", async function () {
262
+ try {
263
+ const data = await client.UnfreezeCloudBaseRunServers({})
264
+ expect(data).to.be.ok
265
+ } catch(error) {
266
+ expect(error.requestId).to.be.ok
267
+ expect(error.code).to.be.ok
268
+ }
269
+ })
270
+
251
271
  it("tcb.v20180608.CreatePostpayPackage", async function () {
252
272
  try {
253
273
  const data = await client.CreatePostpayPackage({})
@@ -628,9 +648,9 @@ it("tcb.v20180608.DescribeCloudBaseRunServerVersion", async function () {
628
648
  }
629
649
  })
630
650
 
631
- it("tcb.v20180608.ModifyCloudBaseRunServerVersion", async function () {
651
+ it("tcb.v20180608.FreezeCloudBaseRunServers", async function () {
632
652
  try {
633
- const data = await client.ModifyCloudBaseRunServerVersion({})
653
+ const data = await client.FreezeCloudBaseRunServers({})
634
654
  expect(data).to.be.ok
635
655
  } catch(error) {
636
656
  expect(error.requestId).to.be.ok
@@ -298,6 +298,16 @@ it("vod.v20180717.DescribeCDNStatDetails", async function () {
298
298
  }
299
299
  })
300
300
 
301
+ it("vod.v20180717.DescribeMediaPlayStatDetails", async function () {
302
+ try {
303
+ const data = await client.DescribeMediaPlayStatDetails({})
304
+ expect(data).to.be.ok
305
+ } catch(error) {
306
+ expect(error.requestId).to.be.ok
307
+ expect(error.code).to.be.ok
308
+ }
309
+ })
310
+
301
311
  it("vod.v20180717.ModifyImageSpriteTemplate", async function () {
302
312
  try {
303
313
  const data = await client.ModifyImageSpriteTemplate({})
@@ -508,6 +518,16 @@ it("vod.v20180717.ParseStreamingManifest", async function () {
508
518
  }
509
519
  })
510
520
 
521
+ it("vod.v20180717.ProcessImage", async function () {
522
+ try {
523
+ const data = await client.ProcessImage({})
524
+ expect(data).to.be.ok
525
+ } catch(error) {
526
+ expect(error.requestId).to.be.ok
527
+ expect(error.code).to.be.ok
528
+ }
529
+ })
530
+
511
531
  it("vod.v20180717.CreateProcedureTemplate", async function () {
512
532
  try {
513
533
  const data = await client.CreateProcedureTemplate({})