tencentcloud-sdk-nodejs 4.0.232 → 4.0.236

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 (111) hide show
  1. package/CHANGELOG.md +436 -64
  2. package/package.json +1 -1
  3. package/products.md +154 -153
  4. package/src/common/sdk_version.ts +1 -1
  5. package/src/services/apigateway/v20180808/apigateway_client.ts +60 -17
  6. package/src/services/apigateway/v20180808/apigateway_models.ts +420 -70
  7. package/src/services/as/v20180419/as_client.ts +0 -12
  8. package/src/services/as/v20180419/as_models.ts +0 -75
  9. package/src/services/cdb/v20170320/cdb_client.ts +37 -12
  10. package/src/services/cdb/v20170320/cdb_models.ts +163 -68
  11. package/src/services/clb/v20180317/clb_client.ts +14 -1
  12. package/src/services/clb/v20180317/clb_models.ts +54 -19
  13. package/src/services/cme/v20191029/cme_models.ts +1 -1
  14. package/src/services/cpdp/v20190820/cpdp_client.ts +39 -14
  15. package/src/services/cpdp/v20190820/cpdp_models.ts +774 -637
  16. package/src/services/cvm/v20170312/cvm_client.ts +1 -0
  17. package/src/services/cvm/v20170312/cvm_models.ts +14 -11
  18. package/src/services/ecm/v20190719/ecm_models.ts +12 -1
  19. package/src/services/ie/v20200304/ie_models.ts +1 -1
  20. package/src/services/index.ts +1 -0
  21. package/src/services/iotexplorer/v20190423/iotexplorer_client.ts +46 -9
  22. package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +252 -61
  23. package/src/services/iotvideo/v20201215/iotvideo_models.ts +6 -1
  24. package/src/services/live/v20180801/live_client.ts +1 -1
  25. package/src/services/monitor/v20180724/monitor_models.ts +1 -1
  26. package/src/services/mrs/v20200910/mrs_models.ts +2 -2
  27. package/src/services/oceanus/v20190422/oceanus_models.ts +15 -5
  28. package/src/services/ocr/v20181119/ocr_client.ts +13 -0
  29. package/src/services/ocr/v20181119/ocr_models.ts +203 -27
  30. package/src/services/postgres/v20170312/postgres_models.ts +14 -11
  31. package/src/services/sms/v20210111/sms_client.ts +1 -1
  32. package/src/services/sms/v20210111/sms_models.ts +8 -6
  33. package/src/services/tcb/v20180608/tcb_client.ts +18 -6
  34. package/src/services/tcb/v20180608/tcb_models.ts +93 -1
  35. package/src/services/tcm/index.ts +5 -0
  36. package/src/services/tcm/v20210413/index.ts +6 -0
  37. package/src/services/tcm/v20210413/tcm_client.ts +88 -0
  38. package/src/services/tcm/v20210413/tcm_models.ts +891 -0
  39. package/src/services/tiia/v20190529/tiia_client.ts +1 -0
  40. package/src/services/tiia/v20190529/tiia_models.ts +29 -0
  41. package/src/services/tiw/v20190919/tiw_models.ts +3 -2
  42. package/src/services/trtc/v20190722/trtc_client.ts +1 -1
  43. package/src/services/trtc/v20190722/trtc_models.ts +6 -6
  44. package/src/services/tsf/v20180326/tsf_models.ts +146 -16
  45. package/tencentcloud/common/sdk_version.d.ts +1 -1
  46. package/tencentcloud/common/sdk_version.js +1 -1
  47. package/tencentcloud/services/apigateway/v20180808/apigateway_client.d.ts +17 -5
  48. package/tencentcloud/services/apigateway/v20180808/apigateway_client.js +24 -6
  49. package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +354 -60
  50. package/tencentcloud/services/as/v20180419/as_client.d.ts +1 -5
  51. package/tencentcloud/services/as/v20180419/as_client.js +0 -6
  52. package/tencentcloud/services/as/v20180419/as_models.d.ts +0 -62
  53. package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +11 -3
  54. package/tencentcloud/services/cdb/v20170320/cdb_client.js +15 -3
  55. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +141 -61
  56. package/tencentcloud/services/clb/v20180317/clb_client.d.ts +5 -1
  57. package/tencentcloud/services/clb/v20180317/clb_client.js +6 -0
  58. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +47 -16
  59. package/tencentcloud/services/cme/v20191029/cme_models.d.ts +1 -1
  60. package/tencentcloud/services/cpdp/v20190820/cpdp_client.d.ts +9 -1
  61. package/tencentcloud/services/cpdp/v20190820/cpdp_client.js +12 -0
  62. package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +569 -451
  63. package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +1 -0
  64. package/tencentcloud/services/cvm/v20170312/cvm_client.js +1 -0
  65. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +9 -6
  66. package/tencentcloud/services/ecm/v20190719/ecm_models.d.ts +10 -1
  67. package/tencentcloud/services/ie/v20200304/ie_models.d.ts +1 -1
  68. package/tencentcloud/services/index.d.ts +1 -0
  69. package/tencentcloud/services/index.js +2 -0
  70. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +15 -3
  71. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +21 -3
  72. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +214 -54
  73. package/tencentcloud/services/iotvideo/v20201215/iotvideo_models.d.ts +5 -1
  74. package/tencentcloud/services/live/v20180801/live_client.d.ts +1 -1
  75. package/tencentcloud/services/live/v20180801/live_client.js +1 -1
  76. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +1 -1
  77. package/tencentcloud/services/mrs/v20200910/mrs_models.d.ts +2 -2
  78. package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +12 -4
  79. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +6 -1
  80. package/tencentcloud/services/ocr/v20181119/ocr_client.js +7 -0
  81. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +173 -27
  82. package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +14 -11
  83. package/tencentcloud/services/sms/v20210111/sms_client.d.ts +1 -1
  84. package/tencentcloud/services/sms/v20210111/sms_client.js +1 -1
  85. package/tencentcloud/services/sms/v20210111/sms_models.d.ts +8 -6
  86. package/tencentcloud/services/tcb/v20180608/tcb_client.d.ts +7 -3
  87. package/tencentcloud/services/tcb/v20180608/tcb_client.js +9 -3
  88. package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +77 -1
  89. package/tencentcloud/services/tcm/index.d.ts +6 -0
  90. package/tencentcloud/services/tcm/index.js +7 -0
  91. package/tencentcloud/services/tcm/v20210413/index.d.ts +6 -0
  92. package/tencentcloud/services/tcm/v20210413/index.js +9 -0
  93. package/tencentcloud/services/tcm/v20210413/tcm_client.d.ts +18 -0
  94. package/tencentcloud/services/tcm/v20210413/tcm_client.js +43 -0
  95. package/tencentcloud/services/tcm/v20210413/tcm_models.d.ts +746 -0
  96. package/tencentcloud/services/tcm/v20210413/tcm_models.js +18 -0
  97. package/tencentcloud/services/tiia/v20190529/tiia_models.d.ts +25 -0
  98. package/tencentcloud/services/tiw/v20190919/tiw_models.d.ts +3 -2
  99. package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +1 -1
  100. package/tencentcloud/services/trtc/v20190722/trtc_client.js +1 -1
  101. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +6 -6
  102. package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +120 -16
  103. package/test/apigateway.v20180808.test.js +34 -4
  104. package/test/as.v20180419.test.js +0 -10
  105. package/test/cdb.v20170320.test.js +22 -2
  106. package/test/clb.v20180317.test.js +10 -0
  107. package/test/cpdp.v20190820.test.js +20 -0
  108. package/test/iotexplorer.v20190423.test.js +32 -2
  109. package/test/ocr.v20181119.test.js +10 -0
  110. package/test/tcb.v20180608.test.js +12 -2
  111. package/test/tcm.v20210413.test.js +41 -0
@@ -0,0 +1,18 @@
1
+ "use strict";
2
+ /*
3
+ * Copyright (c) 2018 THL A29 Limited, a Tencent company. All Rights Reserved.
4
+ *
5
+ * Licensed under the Apache License, Version 2.0 (the "License");
6
+ * you may not use this file except in compliance with the License.
7
+ * You may obtain a copy of the License at
8
+ *
9
+ * http://www.apache.org/licenses/LICENSE-2.0
10
+ *
11
+ * Unless required by applicable law or agreed to in writing,
12
+ * software distributed under the License is distributed on an
13
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14
+ * KIND, either express or implied. See the License for the
15
+ * specific language governing permissions and limitations
16
+ * under the License.
17
+ */
18
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -411,6 +411,11 @@ export interface ProductInfo {
411
411
  * 搜索到的商品配图URL。
412
412
  */
413
413
  Image: string;
414
+ /**
415
+ * 百科词条列表
416
+ 注意:此字段可能返回 null,表示取不到有效值。
417
+ */
418
+ LemmaInfoList: Array<LemmaInfo>;
414
419
  }
415
420
  /**
416
421
  * AssessQuality请求参数结构体
@@ -1091,6 +1096,26 @@ export interface Threshold {
1091
1096
  */
1092
1097
  FalseRate1Permil: number;
1093
1098
  }
1099
+ /**
1100
+ * 百科词条信息
1101
+ */
1102
+ export interface LemmaInfo {
1103
+ /**
1104
+ * 词条
1105
+ 注意:此字段可能返回 null,表示取不到有效值。
1106
+ */
1107
+ LemmaTitle: string;
1108
+ /**
1109
+ * 词条描述
1110
+ 注意:此字段可能返回 null,表示取不到有效值。
1111
+ */
1112
+ LemmaAbstract: string;
1113
+ /**
1114
+ * 标签
1115
+ 注意:此字段可能返回 null,表示取不到有效值。
1116
+ */
1117
+ Tag: string;
1118
+ }
1094
1119
  /**
1095
1120
  * DescribeImages返回参数结构体
1096
1121
  */
@@ -1052,9 +1052,10 @@ tar.gz: 生成`.tar.gz`压缩包
1052
1052
  */
1053
1053
  Priority?: string;
1054
1054
  /**
1055
- * 转码后文档的最小分辨率,不传、传空字符串或分辨率格式错误则使用文档原分辨率
1055
+ * 转码后文档的最小分辨率,不传、传空字符串或分辨率格式错误则使用文档原分辨率。
1056
+ 分辨率越高,效果越清晰,转出来的图片资源体积会越大,课件加载耗时会变长,请根据实际使用场景配置此参数。
1056
1057
 
1057
- 注意分辨率宽高中间为英文字母"xyz"的"x"
1058
+ 示例:1280x720,注意分辨率宽高中间为英文字母"xyz"的"x"
1058
1059
  */
1059
1060
  MinScaleResolution?: string;
1060
1061
  }
@@ -61,7 +61,7 @@ TRTC 的一个房间中可能会同时存在多路音视频流,您可以通过
61
61
  */
62
62
  RemoveUser(req: RemoveUserRequest, cb?: (error: string, rep: RemoveUserResponse) => void): Promise<RemoveUserResponse>;
63
63
  /**
64
- * 查询指定时间内的用户列表及用户通话质量数据,可查询14天内数据。DataType 不为null,查询实时数据时,查询起止时间不超过1个小时,每次查询用户不超过6个,支持跨天查询。DataType,UserIds为null时,默认查询6个用户,同时支持每页查询100以内用户个数(PageSize不超过100)。接口用于查询质量问题,不推荐作为计费使用。
64
+ * 查询指定时间内的用户列表及用户通话质量数据,可查询14天内数据。DataType 不为null,查询起止时间不超过1个小时,查询用户不超过6个,支持跨天查询。DataType,UserIds为null时,查询起止时间不超过4个小时, 默认查询6个用户,同时支持每页查询100以内用户个数(PageSize不超过100)。接口用于查询质量问题,不推荐作为计费使用。
65
65
  **注意**:该接口只用于历史数据统计或核对数据使用,实时类关键业务逻辑不能使用。
66
66
  */
67
67
  DescribeCallDetail(req: DescribeCallDetailRequest, cb?: (error: string, rep: DescribeCallDetailResponse) => void): Promise<DescribeCallDetailResponse>;
@@ -97,7 +97,7 @@ TRTC 的一个房间中可能会同时存在多路音视频流,您可以通过
97
97
  return this.request("RemoveUser", req, cb);
98
98
  }
99
99
  /**
100
- * 查询指定时间内的用户列表及用户通话质量数据,可查询14天内数据。DataType 不为null,查询实时数据时,查询起止时间不超过1个小时,每次查询用户不超过6个,支持跨天查询。DataType,UserIds为null时,默认查询6个用户,同时支持每页查询100以内用户个数(PageSize不超过100)。接口用于查询质量问题,不推荐作为计费使用。
100
+ * 查询指定时间内的用户列表及用户通话质量数据,可查询14天内数据。DataType 不为null,查询起止时间不超过1个小时,查询用户不超过6个,支持跨天查询。DataType,UserIds为null时,查询起止时间不超过4个小时, 默认查询6个用户,同时支持每页查询100以内用户个数(PageSize不超过100)。接口用于查询质量问题,不推荐作为计费使用。
101
101
  **注意**:该接口只用于历史数据统计或核对数据使用,实时类关键业务逻辑不能使用。
102
102
  */
103
103
  async DescribeCallDetail(req, cb) {
@@ -356,15 +356,15 @@ export interface DescribeCallDetailRequest {
356
356
  * 需查询的指标,不填则只返回用户列表,填all则返回所有指标。
357
357
  appCpu:APP CPU使用率;
358
358
  sysCpu:系统 CPU使用率;
359
- aBit:上/下行音频码率;
360
- aBlock:音频卡顿时长;
361
- bigvBit:上/下行视频码率;
359
+ aBit:上/下行音频码率;单位:bps
360
+ aBlock:音频卡顿时长;单位:ms
361
+ bigvBit:上/下行视频码率;单位:bps
362
362
  bigvCapFps:视频采集帧率;
363
363
  bigvEncFps:视频发送帧率;
364
364
  bigvDecFps:渲染帧率;
365
- bigvBlock:视频卡顿时长;
366
- aLoss:上/下行音频丢包;
367
- bigvLoss:上/下行视频丢包;
365
+ bigvBlock:视频卡顿时长;单位:ms
366
+ aLoss:上/下行音频丢包率;
367
+ bigvLoss:上/下行视频丢包率;
368
368
  bigvWidth:上/下行分辨率宽;
369
369
  bigvHeight:上/下行分辨率高
370
370
  */
@@ -22,6 +22,18 @@ export interface DescribePublicConfigSummaryRequest {
22
22
  * 升序传 0,降序传 1
23
23
  */
24
24
  OrderType?: number;
25
+ /**
26
+ * 无
27
+ */
28
+ ConfigTagList?: Array<string>;
29
+ /**
30
+ * 无
31
+ */
32
+ DisableProgramAuthCheck?: boolean;
33
+ /**
34
+ * 无
35
+ */
36
+ ConfigIdList?: Array<string>;
25
37
  }
26
38
  /**
27
39
  * 文件配置项列表
@@ -369,7 +381,7 @@ export interface DescribeSimpleClustersResponse {
369
381
  * TSF集群分页对象
370
382
  注意:此字段可能返回 null,表示取不到有效值。
371
383
  */
372
- Result?: TsfPageCluster;
384
+ Result: TsfPageCluster;
373
385
  /**
374
386
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
375
387
  */
@@ -521,7 +533,7 @@ export interface CreateGatewayApiResponse {
521
533
  /**
522
534
  * 是否成功
523
535
  */
524
- Result?: boolean;
536
+ Result: boolean;
525
537
  /**
526
538
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
527
539
  */
@@ -699,7 +711,7 @@ export interface CreateNamespaceResponse {
699
711
  * 成功时为命名空间ID,失败为null
700
712
  注意:此字段可能返回 null,表示取不到有效值。
701
713
  */
702
- Result?: string;
714
+ Result: string;
703
715
  /**
704
716
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
705
717
  */
@@ -950,6 +962,10 @@ export interface CreateGatewayApiRequest {
950
962
  * Api信息
951
963
  */
952
964
  ApiList: Array<ApiInfo>;
965
+ /**
966
+ * 无
967
+ */
968
+ ProgramIdList?: Array<string>;
953
969
  }
954
970
  /**
955
971
  * DescribeCreateGatewayApiStatus返回参数结构体
@@ -1234,7 +1250,7 @@ export interface DescribeServerlessGroupsResponse {
1234
1250
  * 数据列表对象
1235
1251
  注意:此字段可能返回 null,表示取不到有效值。
1236
1252
  */
1237
- Result?: ServerlessGroupPage;
1253
+ Result: ServerlessGroupPage;
1238
1254
  /**
1239
1255
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1240
1256
  */
@@ -1615,7 +1631,7 @@ export interface CreateClusterResponse {
1615
1631
  /**
1616
1632
  * 集群ID
1617
1633
  */
1618
- Result?: string;
1634
+ Result: string;
1619
1635
  /**
1620
1636
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1621
1637
  */
@@ -1696,7 +1712,7 @@ export interface DescribeLanesResponse {
1696
1712
  * 泳道列表
1697
1713
  注意:此字段可能返回 null,表示取不到有效值。
1698
1714
  */
1699
- Result?: LaneInfos;
1715
+ Result: LaneInfos;
1700
1716
  /**
1701
1717
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1702
1718
  */
@@ -1738,6 +1754,10 @@ export interface CreateNamespaceRequest {
1738
1754
  * 需要绑定的数据集ID
1739
1755
  */
1740
1756
  ProgramId?: string;
1757
+ /**
1758
+ * 无
1759
+ */
1760
+ ProgramIdList?: Array<string>;
1741
1761
  }
1742
1762
  /**
1743
1763
  * DescribeClusterInstances请求参数结构体
@@ -1907,7 +1927,7 @@ export interface CreateLaneResponse {
1907
1927
  * 泳道ID
1908
1928
  注意:此字段可能返回 null,表示取不到有效值。
1909
1929
  */
1910
- Result?: string;
1930
+ Result: string;
1911
1931
  /**
1912
1932
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1913
1933
  */
@@ -2011,7 +2031,7 @@ export interface DescribeSimpleNamespacesResponse {
2011
2031
  * 命名空间分页列表
2012
2032
  注意:此字段可能返回 null,表示取不到有效值。
2013
2033
  */
2014
- Result?: TsfPageNamespace;
2034
+ Result: TsfPageNamespace;
2015
2035
  /**
2016
2036
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2017
2037
  */
@@ -2161,7 +2181,7 @@ export interface CreatePublicConfigResponse {
2161
2181
  * true:创建成功;false:创建失败
2162
2182
  注意:此字段可能返回 null,表示取不到有效值。
2163
2183
  */
2164
- Result?: boolean;
2184
+ Result: boolean;
2165
2185
  /**
2166
2186
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2167
2187
  */
@@ -2203,7 +2223,7 @@ export interface CreateConfigResponse {
2203
2223
  * true:创建成功;false:创建失败
2204
2224
  注意:此字段可能返回 null,表示取不到有效值。
2205
2225
  */
2206
- Result?: boolean;
2226
+ Result: boolean;
2207
2227
  /**
2208
2228
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2209
2229
  */
@@ -2520,7 +2540,7 @@ export interface DescribeSimpleApplicationsResponse {
2520
2540
  * 简单应用分页对象
2521
2541
  注意:此字段可能返回 null,表示取不到有效值。
2522
2542
  */
2523
- Result?: TsfPageSimpleApplication;
2543
+ Result: TsfPageSimpleApplication;
2524
2544
  /**
2525
2545
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2526
2546
  */
@@ -2687,6 +2707,10 @@ export interface DescribeSimpleApplicationsRequest {
2687
2707
  * 通过id和name进行关键词过滤
2688
2708
  */
2689
2709
  SearchWord?: string;
2710
+ /**
2711
+ * 无
2712
+ */
2713
+ DisableProgramAuthCheck?: boolean;
2690
2714
  }
2691
2715
  /**
2692
2716
  * OperateApplicationTcrBinding请求参数结构体
@@ -2891,6 +2915,10 @@ export interface CreateFileConfigRequest {
2891
2915
  * Base64编码的配置项
2892
2916
  */
2893
2917
  EncodeWithBase64?: boolean;
2918
+ /**
2919
+ * 无
2920
+ */
2921
+ ProgramIdList?: Array<string>;
2894
2922
  }
2895
2923
  /**
2896
2924
  * UpdateApiRateLimitRules请求参数结构体
@@ -3597,6 +3625,10 @@ export interface CreateLaneRuleRequest {
3597
3625
  * 泳道Id
3598
3626
  */
3599
3627
  LaneId: string;
3628
+ /**
3629
+ * 无
3630
+ */
3631
+ ProgramIdList?: Array<string>;
3600
3632
  }
3601
3633
  /**
3602
3634
  * DisableUnitRoute返回参数结构体
@@ -3969,6 +4001,10 @@ export interface DescribeSimpleNamespacesRequest {
3969
4001
  * 通过是否是默认命名空间过滤,不传表示拉取全部命名空间。0:默认,命名空间。1:非默认命名空间
3970
4002
  */
3971
4003
  IsDefault?: string;
4004
+ /**
4005
+ * 无
4006
+ */
4007
+ DisableProgramAuthCheck?: boolean;
3972
4008
  }
3973
4009
  /**
3974
4010
  * ExecuteTaskFlow返回参数结构体
@@ -4119,6 +4155,10 @@ export interface DescribeSimpleClustersRequest {
4119
4155
  * 对id和name进行关键词过滤
4120
4156
  */
4121
4157
  SearchWord?: string;
4158
+ /**
4159
+ * 无
4160
+ */
4161
+ DisableProgramAuthCheck?: boolean;
4122
4162
  }
4123
4163
  /**
4124
4164
  * DeployServerlessGroup请求参数结构体
@@ -4166,7 +4206,7 @@ export interface DescribeLaneRulesResponse {
4166
4206
  * 泳道规则列表
4167
4207
  注意:此字段可能返回 null,表示取不到有效值。
4168
4208
  */
4169
- Result?: LaneRules;
4209
+ Result: LaneRules;
4170
4210
  /**
4171
4211
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
4172
4212
  */
@@ -4929,7 +4969,7 @@ export interface CreateLaneRuleResponse {
4929
4969
  * 泳道规则Id
4930
4970
  注意:此字段可能返回 null,表示取不到有效值。
4931
4971
  */
4932
- Result?: string;
4972
+ Result: string;
4933
4973
  /**
4934
4974
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
4935
4975
  */
@@ -5143,6 +5183,10 @@ export interface CreateApplicationRequest {
5143
5183
  * 忽略创建镜像仓库
5144
5184
  */
5145
5185
  IgnoreCreateImageRepository?: boolean;
5186
+ /**
5187
+ * 无
5188
+ */
5189
+ ProgramIdList?: Array<string>;
5146
5190
  }
5147
5191
  /**
5148
5192
  * DeployGroup请求参数结构体
@@ -6140,15 +6184,23 @@ export interface DescribeLanesRequest {
6140
6184
  /**
6141
6185
  * 每页展示的条数
6142
6186
  */
6143
- Limit: number;
6187
+ Limit?: number;
6144
6188
  /**
6145
6189
  * 翻页偏移量
6146
6190
  */
6147
- Offset: number;
6191
+ Offset?: number;
6148
6192
  /**
6149
6193
  * 搜索关键字
6150
6194
  */
6151
6195
  SearchWord?: string;
6196
+ /**
6197
+ * 无
6198
+ */
6199
+ LaneIdList?: Array<string>;
6200
+ /**
6201
+ * 无
6202
+ */
6203
+ DisableProgramAuthCheck?: boolean;
6152
6204
  }
6153
6205
  /**
6154
6206
  * DescribeGatewayMonitorOverview返回参数结构体
@@ -6191,6 +6243,10 @@ export interface CreatePublicConfigRequest {
6191
6243
  * Base64编码的配置项
6192
6244
  */
6193
6245
  EncodeWithBase64?: boolean;
6246
+ /**
6247
+ * 无
6248
+ */
6249
+ ProgramIdList?: Array<string>;
6194
6250
  }
6195
6251
  /**
6196
6252
  * CreateAllGatewayApiAsync请求参数结构体
@@ -7110,6 +7166,10 @@ export interface CreateConfigRequest {
7110
7166
  * Base64编码的配置项
7111
7167
  */
7112
7168
  EncodeWithBase64?: boolean;
7169
+ /**
7170
+ * 无
7171
+ */
7172
+ ProgramIdList?: Array<string>;
7113
7173
  }
7114
7174
  /**
7115
7175
  * DescribeUploadInfo请求参数结构体
@@ -7358,7 +7418,7 @@ export interface DescribeGroupsResponse {
7358
7418
  * 虚拟机部署组分页信息
7359
7419
  注意:此字段可能返回 null,表示取不到有效值。
7360
7420
  */
7361
- Result?: TsfPageVmGroup;
7421
+ Result: TsfPageVmGroup;
7362
7422
  /**
7363
7423
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
7364
7424
  */
@@ -7629,6 +7689,10 @@ export interface DescribeLaneRulesRequest {
7629
7689
  * 泳道规则ID(用于精确搜索)
7630
7690
  */
7631
7691
  RuleId?: string;
7692
+ /**
7693
+ * 无
7694
+ */
7695
+ RuleIdList?: Array<string>;
7632
7696
  }
7633
7697
  /**
7634
7698
  * CreateServerlessGroup请求参数结构体
@@ -7786,6 +7850,10 @@ export interface DescribeServerlessGroupsRequest {
7786
7850
  * 分组所属集群ID
7787
7851
  */
7788
7852
  ClusterId?: string;
7853
+ /**
7854
+ * 无
7855
+ */
7856
+ GroupIdList?: Array<string>;
7789
7857
  }
7790
7858
  /**
7791
7859
  * Cos下载所需信息
@@ -8463,6 +8531,10 @@ export interface CreateLaneRequest {
8463
8531
  * 泳道部署组信息
8464
8532
  */
8465
8533
  LaneGroupList: Array<LaneGroup>;
8534
+ /**
8535
+ * 无
8536
+ */
8537
+ ProgramIdList?: Array<string>;
8466
8538
  }
8467
8539
  /**
8468
8540
  * CreateApiGroup返回参数结构体
@@ -9444,6 +9516,22 @@ export interface CreateClusterRequest {
9444
9516
  * 需要绑定的数据集ID
9445
9517
  */
9446
9518
  ProgramId?: string;
9519
+ /**
9520
+ * api地址
9521
+ */
9522
+ KuberneteApiServer?: string;
9523
+ /**
9524
+ * K : kubeconfig, S : service account
9525
+ */
9526
+ KuberneteNativeType?: string;
9527
+ /**
9528
+ * native secret
9529
+ */
9530
+ KuberneteNativeSecret?: string;
9531
+ /**
9532
+ * 无
9533
+ */
9534
+ ProgramIdList?: Array<string>;
9447
9535
  }
9448
9536
  /**
9449
9537
  * 微服务列表信息
@@ -10257,6 +10345,10 @@ export interface DescribeGroupsRequest {
10257
10345
  * 部署组状态过滤字段
10258
10346
  */
10259
10347
  Status?: string;
10348
+ /**
10349
+ * 无
10350
+ */
10351
+ GroupIdList?: Array<string>;
10260
10352
  }
10261
10353
  /**
10262
10354
  * 泳道规则标签
@@ -10671,6 +10763,18 @@ export interface DescribeConfigSummaryRequest {
10671
10763
  * 升序传 0,降序传 1
10672
10764
  */
10673
10765
  OrderType?: number;
10766
+ /**
10767
+ * 无
10768
+ */
10769
+ ConfigTagList?: Array<string>;
10770
+ /**
10771
+ * 无
10772
+ */
10773
+ DisableProgramAuthCheck?: boolean;
10774
+ /**
10775
+ * 无
10776
+ */
10777
+ ConfigIdList?: Array<string>;
10674
10778
  }
10675
10779
  /**
10676
10780
  * DeleteLane请求参数结构体
@@ -338,9 +338,9 @@ it("apigateway.v20180808.DeleteApi", async function () {
338
338
  }
339
339
  })
340
340
 
341
- it("apigateway.v20180808.EnableApiKey", async function () {
341
+ it("apigateway.v20180808.UpdateApiAppKey", async function () {
342
342
  try {
343
- const data = await client.EnableApiKey({})
343
+ const data = await client.UpdateApiAppKey({})
344
344
  expect(data).to.be.ok
345
345
  } catch(error) {
346
346
  expect(error.requestId).to.be.ok
@@ -458,6 +458,16 @@ it("apigateway.v20180808.ModifyService", async function () {
458
458
  }
459
459
  })
460
460
 
461
+ it("apigateway.v20180808.DescribeExclusiveInstances", async function () {
462
+ try {
463
+ const data = await client.DescribeExclusiveInstances({})
464
+ expect(data).to.be.ok
465
+ } catch(error) {
466
+ expect(error.requestId).to.be.ok
467
+ expect(error.code).to.be.ok
468
+ }
469
+ })
470
+
461
471
  it("apigateway.v20180808.DescribeService", async function () {
462
472
  try {
463
473
  const data = await client.DescribeService({})
@@ -508,6 +518,16 @@ it("apigateway.v20180808.CreateApi", async function () {
508
518
  }
509
519
  })
510
520
 
521
+ it("apigateway.v20180808.DescribeExclusiveInstanceDetail", async function () {
522
+ try {
523
+ const data = await client.DescribeExclusiveInstanceDetail({})
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("apigateway.v20180808.AttachPlugin", async function () {
512
532
  try {
513
533
  const data = await client.AttachPlugin({})
@@ -598,6 +618,16 @@ it("apigateway.v20180808.ModifyServiceEnvironmentStrategy", async function () {
598
618
  }
599
619
  })
600
620
 
621
+ it("apigateway.v20180808.ModifyExclusiveInstance", async function () {
622
+ try {
623
+ const data = await client.ModifyExclusiveInstance({})
624
+ expect(data).to.be.ok
625
+ } catch(error) {
626
+ expect(error.requestId).to.be.ok
627
+ expect(error.code).to.be.ok
628
+ }
629
+ })
630
+
601
631
  it("apigateway.v20180808.DescribeUsagePlanEnvironments", async function () {
602
632
  try {
603
633
  const data = await client.DescribeUsagePlanEnvironments({})
@@ -808,9 +838,9 @@ it("apigateway.v20180808.BindIPStrategy", async function () {
808
838
  }
809
839
  })
810
840
 
811
- it("apigateway.v20180808.UpdateApiAppKey", async function () {
841
+ it("apigateway.v20180808.EnableApiKey", async function () {
812
842
  try {
813
- const data = await client.UpdateApiAppKey({})
843
+ const data = await client.EnableApiKey({})
814
844
  expect(data).to.be.ok
815
845
  } catch(error) {
816
846
  expect(error.requestId).to.be.ok
@@ -108,16 +108,6 @@ it("as.v20180419.StartAutoScalingInstances", async function () {
108
108
  }
109
109
  })
110
110
 
111
- it("as.v20180419.CreatePaiInstance", async function () {
112
- try {
113
- const data = await client.CreatePaiInstance({})
114
- expect(data).to.be.ok
115
- } catch(error) {
116
- expect(error.requestId).to.be.ok
117
- expect(error.code).to.be.ok
118
- }
119
- })
120
-
121
111
  it("as.v20180419.UpgradeLaunchConfiguration", async function () {
122
112
  try {
123
113
  const data = await client.UpgradeLaunchConfiguration({})
@@ -178,9 +178,9 @@ it("cdb.v20170320.DescribeRollbackTaskDetail", async function () {
178
178
  }
179
179
  })
180
180
 
181
- it("cdb.v20170320.ModifyDBInstanceSecurityGroups", async function () {
181
+ it("cdb.v20170320.ModifyBackupDownloadRestriction", async function () {
182
182
  try {
183
- const data = await client.ModifyDBInstanceSecurityGroups({})
183
+ const data = await client.ModifyBackupDownloadRestriction({})
184
184
  expect(data).to.be.ok
185
185
  } catch(error) {
186
186
  expect(error.requestId).to.be.ok
@@ -888,6 +888,16 @@ it("cdb.v20170320.VerifyRootAccount", async function () {
888
888
  }
889
889
  })
890
890
 
891
+ it("cdb.v20170320.DescribeBackupDownloadRestriction", async function () {
892
+ try {
893
+ const data = await client.DescribeBackupDownloadRestriction({})
894
+ expect(data).to.be.ok
895
+ } catch(error) {
896
+ expect(error.requestId).to.be.ok
897
+ expect(error.code).to.be.ok
898
+ }
899
+ })
900
+
891
901
  it("cdb.v20170320.StartDelayReplication", async function () {
892
902
  try {
893
903
  const data = await client.StartDelayReplication({})
@@ -1058,6 +1068,16 @@ it("cdb.v20170320.ModifyAuditRule", async function () {
1058
1068
  }
1059
1069
  })
1060
1070
 
1071
+ it("cdb.v20170320.ModifyDBInstanceSecurityGroups", async function () {
1072
+ try {
1073
+ const data = await client.ModifyDBInstanceSecurityGroups({})
1074
+ expect(data).to.be.ok
1075
+ } catch(error) {
1076
+ expect(error.requestId).to.be.ok
1077
+ expect(error.code).to.be.ok
1078
+ }
1079
+ })
1080
+
1061
1081
  it("cdb.v20170320.DeleteAuditRule", async function () {
1062
1082
  try {
1063
1083
  const data = await client.DeleteAuditRule({})
@@ -28,6 +28,16 @@ it("clb.v20180317.RegisterTargets", async function () {
28
28
  }
29
29
  })
30
30
 
31
+ it("clb.v20180317.ModifyLoadBalancerSla", async function () {
32
+ try {
33
+ const data = await client.ModifyLoadBalancerSla({})
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("clb.v20180317.DescribeLoadBalancerListByCertId", async function () {
32
42
  try {
33
43
  const data = await client.DescribeLoadBalancerListByCertId({})
@@ -428,6 +428,16 @@ it("cpdp.v20190820.QueryTransferResult", async function () {
428
428
  }
429
429
  })
430
430
 
431
+ it("cpdp.v20190820.CreateAnchor", async function () {
432
+ try {
433
+ const data = await client.CreateAnchor({})
434
+ expect(data).to.be.ok
435
+ } catch(error) {
436
+ expect(error.requestId).to.be.ok
437
+ expect(error.code).to.be.ok
438
+ }
439
+ })
440
+
431
441
  it("cpdp.v20190820.QueryOutwardOrder", async function () {
432
442
  try {
433
443
  const data = await client.QueryOutwardOrder({})
@@ -708,6 +718,16 @@ it("cpdp.v20190820.ApplyPayerInfo", async function () {
708
718
  }
709
719
  })
710
720
 
721
+ it("cpdp.v20190820.UploadFile", async function () {
722
+ try {
723
+ const data = await client.UploadFile({})
724
+ expect(data).to.be.ok
725
+ } catch(error) {
726
+ expect(error.requestId).to.be.ok
727
+ expect(error.code).to.be.ok
728
+ }
729
+ })
730
+
711
731
  it("cpdp.v20190820.ApplyTrade", async function () {
712
732
  try {
713
733
  const data = await client.ApplyTrade({})