tencentcloud-sdk-nodejs 4.0.709 → 4.0.711

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 (105) hide show
  1. package/CHANGELOG.md +367 -0
  2. package/SERVICE_CHANGELOG.md +401 -180
  3. package/package.json +1 -1
  4. package/products.md +24 -24
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/ams/index.ts +2 -2
  7. package/src/services/bi/v20220105/bi_client.ts +91 -79
  8. package/src/services/bi/v20220105/bi_models.ts +68 -25
  9. package/src/services/bma/index.ts +2 -2
  10. package/src/services/cdb/v20170320/cdb_client.ts +29 -4
  11. package/src/services/cdb/v20170320/cdb_models.ts +149 -46
  12. package/src/services/cdn/v20180606/cdn_client.ts +1 -1
  13. package/src/services/cdn/v20180606/cdn_models.ts +36 -37
  14. package/src/services/chdfs/index.ts +2 -2
  15. package/src/services/clb/v20180317/clb_client.ts +1 -1
  16. package/src/services/clb/v20180317/clb_models.ts +15 -10
  17. package/src/services/cwp/v20180228/cwp_models.ts +11 -3
  18. package/src/services/cynosdb/v20190107/cynosdb_models.ts +88 -83
  19. package/src/services/dlc/v20210125/dlc_client.ts +30 -5
  20. package/src/services/dlc/v20210125/dlc_models.ts +156 -65
  21. package/src/services/domain/v20180808/domain_client.ts +78 -17
  22. package/src/services/domain/v20180808/domain_models.ts +188 -21
  23. package/src/services/dts/index.ts +2 -2
  24. package/src/services/ecm/v20190719/ecm_models.ts +10 -4
  25. package/src/services/ess/v20201111/ess_models.ts +11 -0
  26. package/src/services/essbasic/v20210526/essbasic_models.ts +12 -1
  27. package/src/services/faceid/v20180301/faceid_models.ts +12 -12
  28. package/src/services/iotvideo/index.ts +2 -2
  29. package/src/services/lcic/v20220817/lcic_models.ts +63 -0
  30. package/src/services/live/v20180801/live_models.ts +23 -11
  31. package/src/services/mps/v20190612/mps_client.ts +9 -4
  32. package/src/services/mps/v20190612/mps_models.ts +135 -45
  33. package/src/services/mrs/v20200910/mrs_client.ts +2 -1
  34. package/src/services/mrs/v20200910/mrs_models.ts +50 -19
  35. package/src/services/oceanus/v20190422/oceanus_client.ts +18 -6
  36. package/src/services/oceanus/v20190422/oceanus_models.ts +91 -1
  37. package/src/services/sms/index.ts +2 -2
  38. package/src/services/ssl/v20191205/ssl_client.ts +4 -1
  39. package/src/services/ssl/v20191205/ssl_models.ts +82 -6
  40. package/src/services/tbp/index.ts +2 -2
  41. package/src/services/tem/index.ts +2 -2
  42. package/src/services/tione/index.ts +2 -2
  43. package/src/services/tione/v20211111/tione_client.ts +2 -4
  44. package/src/services/tione/v20211111/tione_models.ts +0 -2
  45. package/src/services/tse/v20201207/tse_models.ts +10 -0
  46. package/tencentcloud/common/sdk_version.d.ts +1 -1
  47. package/tencentcloud/common/sdk_version.js +1 -1
  48. package/tencentcloud/services/ams/index.d.ts +4 -4
  49. package/tencentcloud/services/ams/index.js +2 -2
  50. package/tencentcloud/services/bi/v20220105/bi_client.d.ts +35 -31
  51. package/tencentcloud/services/bi/v20220105/bi_client.js +51 -45
  52. package/tencentcloud/services/bi/v20220105/bi_models.d.ts +65 -24
  53. package/tencentcloud/services/bma/index.d.ts +4 -4
  54. package/tencentcloud/services/bma/index.js +2 -2
  55. package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +9 -1
  56. package/tencentcloud/services/cdb/v20170320/cdb_client.js +12 -0
  57. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +143 -45
  58. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +36 -37
  59. package/tencentcloud/services/chdfs/index.d.ts +4 -4
  60. package/tencentcloud/services/chdfs/index.js +2 -2
  61. package/tencentcloud/services/clb/v20180317/clb_client.d.ts +1 -1
  62. package/tencentcloud/services/clb/v20180317/clb_client.js +1 -1
  63. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +15 -10
  64. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +11 -3
  65. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +88 -83
  66. package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +10 -2
  67. package/tencentcloud/services/dlc/v20210125/dlc_client.js +12 -0
  68. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +151 -65
  69. package/tencentcloud/services/domain/v20180808/domain_client.d.ts +26 -6
  70. package/tencentcloud/services/domain/v20180808/domain_client.js +37 -7
  71. package/tencentcloud/services/domain/v20180808/domain_models.d.ts +177 -21
  72. package/tencentcloud/services/dts/index.d.ts +4 -4
  73. package/tencentcloud/services/dts/index.js +2 -2
  74. package/tencentcloud/services/ecm/v20190719/ecm_models.d.ts +10 -4
  75. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +11 -0
  76. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +12 -1
  77. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +12 -12
  78. package/tencentcloud/services/iotvideo/index.d.ts +4 -4
  79. package/tencentcloud/services/iotvideo/index.js +2 -2
  80. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +63 -0
  81. package/tencentcloud/services/live/v20180801/live_models.d.ts +23 -11
  82. package/tencentcloud/services/mps/v20190612/mps_client.d.ts +1 -1
  83. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +130 -45
  84. package/tencentcloud/services/mrs/v20200910/mrs_models.d.ts +49 -19
  85. package/tencentcloud/services/oceanus/v20190422/oceanus_client.d.ts +7 -3
  86. package/tencentcloud/services/oceanus/v20190422/oceanus_client.js +9 -3
  87. package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +89 -1
  88. package/tencentcloud/services/sms/index.d.ts +4 -4
  89. package/tencentcloud/services/sms/index.js +2 -2
  90. package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +79 -6
  91. package/tencentcloud/services/tbp/index.d.ts +4 -4
  92. package/tencentcloud/services/tbp/index.js +2 -2
  93. package/tencentcloud/services/tem/index.d.ts +4 -4
  94. package/tencentcloud/services/tem/index.js +2 -2
  95. package/tencentcloud/services/tione/index.d.ts +4 -4
  96. package/tencentcloud/services/tione/index.js +2 -2
  97. package/tencentcloud/services/tione/v20211111/tione_client.d.ts +1 -3
  98. package/tencentcloud/services/tione/v20211111/tione_client.js +1 -3
  99. package/tencentcloud/services/tione/v20211111/tione_models.d.ts +0 -2
  100. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +10 -0
  101. package/test/bi.v20220105.test.js +42 -32
  102. package/test/cdb.v20170320.test.js +20 -0
  103. package/test/dlc.v20210125.test.js +20 -0
  104. package/test/domain.v20180808.test.js +54 -4
  105. package/test/oceanus.v20190422.test.js +12 -2
@@ -24,17 +24,34 @@ export interface DescribeCertificateBindResourceTaskDetailRequest {
24
24
  Regions?: Array<string>;
25
25
  }
26
26
  /**
27
- * 云资源地域列表
27
+ * 云原生网关证书信息
28
28
  */
29
- export interface ResourceTypeRegions {
29
+ export interface GatewayCertificate {
30
30
  /**
31
- * 云资源类型
31
+ * 网关证书ID
32
+ 注意:此字段可能返回 null,表示取不到有效值。
32
33
  */
33
- ResourceType?: string;
34
+ Id?: string;
34
35
  /**
35
- * 地域列表
36
+ * 网关证书名称
37
+ 注意:此字段可能返回 null,表示取不到有效值。
36
38
  */
37
- Regions?: Array<string>;
39
+ Name?: string;
40
+ /**
41
+ * 绑定域名
42
+ 注意:此字段可能返回 null,表示取不到有效值。
43
+ */
44
+ BindDomains?: Array<string>;
45
+ /**
46
+ * 证书来源
47
+ 注意:此字段可能返回 null,表示取不到有效值。
48
+ */
49
+ CertSource?: string;
50
+ /**
51
+ * 当前绑定的SSL证书ID
52
+ 注意:此字段可能返回 null,表示取不到有效值。
53
+ */
54
+ CertId?: string;
38
55
  }
39
56
  /**
40
57
  * DescribeHostDdosInstanceList请求参数结构体
@@ -2008,6 +2025,39 @@ export interface PackageTransferOutInfo {
2008
2025
  */
2009
2026
  ReceiveTime: string;
2010
2027
  }
2028
+ /**
2029
+ * tse实例详情
2030
+ */
2031
+ export interface TSEInstanceDetail {
2032
+ /**
2033
+ * 网关ID
2034
+ 注意:此字段可能返回 null,表示取不到有效值。
2035
+ */
2036
+ GatewayId?: string;
2037
+ /**
2038
+ * 网关名称
2039
+ 注意:此字段可能返回 null,表示取不到有效值。
2040
+ */
2041
+ GatewayName?: string;
2042
+ /**
2043
+ * 网关证书列表
2044
+ 注意:此字段可能返回 null,表示取不到有效值。
2045
+ */
2046
+ CertificateList?: Array<GatewayCertificate>;
2047
+ }
2048
+ /**
2049
+ * 云资源地域列表
2050
+ */
2051
+ export interface ResourceTypeRegions {
2052
+ /**
2053
+ * 云资源类型
2054
+ */
2055
+ ResourceType?: string;
2056
+ /**
2057
+ * 地域列表
2058
+ */
2059
+ Regions?: Array<string>;
2060
+ }
2011
2061
  /**
2012
2062
  * DeleteManager请求参数结构体
2013
2063
  */
@@ -2136,6 +2186,11 @@ export interface DescribeCertificateBindResourceTaskDetailResponse {
2136
2186
  * 当前结果缓存时间
2137
2187
  */
2138
2188
  CacheTime?: string;
2189
+ /**
2190
+ * 关联tse资源详情
2191
+ 注意:此字段可能返回 null,表示取不到有效值。
2192
+ */
2193
+ TSE?: Array<TSEInstanceList>;
2139
2194
  /**
2140
2195
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2141
2196
  */
@@ -4659,6 +4714,24 @@ export interface DescribeManagersRequest {
4659
4714
  */
4660
4715
  SearchKey?: string;
4661
4716
  }
4717
+ /**
4718
+ * TSE实例详情 - 异步关联云资源数据结构
4719
+ */
4720
+ export interface TSEInstanceList {
4721
+ /**
4722
+ * TSE实例详情
4723
+ 注意:此字段可能返回 null,表示取不到有效值。
4724
+ */
4725
+ InstanceList?: Array<TSEInstanceDetail>;
4726
+ /**
4727
+ * 该地域下TSE实例总数
4728
+ */
4729
+ TotalCount?: number;
4730
+ /**
4731
+ * 地域
4732
+ */
4733
+ Region?: string;
4734
+ }
4662
4735
  /**
4663
4736
  * DescribeHostLighthouseInstanceList返回参数结构体
4664
4737
  */
@@ -1,10 +1,10 @@
1
1
  export declare const tbp: {
2
- v20190311: {
3
- Client: typeof import("./v20190311/tbp_client").Client;
4
- Models: typeof import("./v20190311/tbp_models");
5
- };
6
2
  v20190627: {
7
3
  Client: typeof import("./v20190627/tbp_client").Client;
8
4
  Models: typeof import("./v20190627/tbp_models");
9
5
  };
6
+ v20190311: {
7
+ Client: typeof import("./v20190311/tbp_client").Client;
8
+ Models: typeof import("./v20190311/tbp_models");
9
+ };
10
10
  };
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.tbp = void 0;
4
- const v20190311_1 = require("./v20190311");
5
4
  const v20190627_1 = require("./v20190627");
5
+ const v20190311_1 = require("./v20190311");
6
6
  exports.tbp = {
7
- v20190311: v20190311_1.v20190311,
8
7
  v20190627: v20190627_1.v20190627,
8
+ v20190311: v20190311_1.v20190311,
9
9
  };
@@ -1,10 +1,10 @@
1
1
  export declare const tem: {
2
- v20201221: {
3
- Client: typeof import("./v20201221/tem_client").Client;
4
- Models: typeof import("./v20201221/tem_models");
5
- };
6
2
  v20210701: {
7
3
  Client: typeof import("./v20210701/tem_client").Client;
8
4
  Models: typeof import("./v20210701/tem_models");
9
5
  };
6
+ v20201221: {
7
+ Client: typeof import("./v20201221/tem_client").Client;
8
+ Models: typeof import("./v20201221/tem_models");
9
+ };
10
10
  };
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.tem = void 0;
4
- const v20201221_1 = require("./v20201221");
5
4
  const v20210701_1 = require("./v20210701");
5
+ const v20201221_1 = require("./v20201221");
6
6
  exports.tem = {
7
- v20201221: v20201221_1.v20201221,
8
7
  v20210701: v20210701_1.v20210701,
8
+ v20201221: v20201221_1.v20201221,
9
9
  };
@@ -1,10 +1,10 @@
1
1
  export declare const tione: {
2
- v20211111: {
3
- Client: typeof import("./v20211111/tione_client").Client;
4
- Models: typeof import("./v20211111/tione_models");
5
- };
6
2
  v20191022: {
7
3
  Client: typeof import("./v20191022/tione_client").Client;
8
4
  Models: typeof import("./v20191022/tione_models");
9
5
  };
6
+ v20211111: {
7
+ Client: typeof import("./v20211111/tione_client").Client;
8
+ Models: typeof import("./v20211111/tione_models");
9
+ };
10
10
  };
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.tione = void 0;
4
- const v20211111_1 = require("./v20211111");
5
4
  const v20191022_1 = require("./v20191022");
5
+ const v20211111_1 = require("./v20211111");
6
6
  exports.tione = {
7
- v20211111: v20211111_1.v20211111,
8
7
  v20191022: v20191022_1.v20191022,
8
+ v20211111: v20211111_1.v20211111,
9
9
  };
@@ -96,9 +96,7 @@ export declare class Client extends AbstractClient {
96
96
  */
97
97
  DescribeModelAccelerateTask(req: DescribeModelAccelerateTaskRequest, cb?: (error: string, rep: DescribeModelAccelerateTaskResponse) => void): Promise<DescribeModelAccelerateTaskResponse>;
98
98
  /**
99
- * 该接口支持与两种类型大模型的聊天。
100
- 1. 与多行业多场景大模型的在线体验聊天
101
- 2. 与自行部署的开源大模型的聊天
99
+ * 该接口支持与自行部署的大模型的聊天。
102
100
  */
103
101
  ChatCompletion(req: ChatCompletionRequest, cb?: (error: string, rep: ChatCompletionResponse) => void): Promise<ChatCompletionResponse>;
104
102
  /**
@@ -160,9 +160,7 @@ class Client extends abstract_client_1.AbstractClient {
160
160
  return this.request("DescribeModelAccelerateTask", req, cb);
161
161
  }
162
162
  /**
163
- * 该接口支持与两种类型大模型的聊天。
164
- 1. 与多行业多场景大模型的在线体验聊天
165
- 2. 与自行部署的开源大模型的聊天
163
+ * 该接口支持与自行部署的大模型的聊天。
166
164
  */
167
165
  async ChatCompletion(req, cb) {
168
166
  return this.request("ChatCompletion", req, cb);
@@ -2149,7 +2149,6 @@ export interface FrameworkVersion {
2149
2149
  export interface ChatCompletionRequest {
2150
2150
  /**
2151
2151
  * 对话的目标模型ID。
2152
- 多行业多场景大模型在线体验聊天:tj_llm_clm-v1。
2153
2152
  自行部署的开源大模型聊天:部署的模型服务组ID,形如ms-xxyyzz。
2154
2153
  */
2155
2154
  Model: string;
@@ -5636,7 +5635,6 @@ export interface SendChatMessageRequest {
5636
5635
  Question: string;
5637
5636
  /**
5638
5637
  * 会话模型版本。
5639
- 多行业多场景大模型:填写 tj_llm_clm-v1。
5640
5638
  多行业客服大模型:填写demo_big_model_version_id。
5641
5639
  默认为demo_big_model_version_id,即多行业客服大模型。
5642
5640
  */
@@ -1230,6 +1230,16 @@ export interface InstancePort {
1230
1230
  注意:此字段可能返回 null,表示取不到有效值。
1231
1231
  */
1232
1232
  HttpsPort?: string;
1233
+ /**
1234
+ * 监听的 tcp 端口范围。
1235
+ 注意:此字段可能返回 null,表示取不到有效值。
1236
+ */
1237
+ TcpPort?: string;
1238
+ /**
1239
+ * 监听的 udp 端口范围。
1240
+ 注意:此字段可能返回 null,表示取不到有效值。
1241
+ */
1242
+ UdpPort?: string;
1233
1243
  }
1234
1244
  /**
1235
1245
  * 获取云原生API网关基础信息响应结果。
@@ -48,9 +48,9 @@ it("bi.v20220105.CreateDatasource", async function () {
48
48
  }
49
49
  })
50
50
 
51
- it("bi.v20220105.CreateUserRoleProject", async function () {
51
+ it("bi.v20220105.DescribeProjectInfo", async function () {
52
52
  try {
53
- const data = await client.CreateUserRoleProject({})
53
+ const data = await client.DescribeProjectInfo({})
54
54
  expect(data).to.be.ok
55
55
  } catch(error) {
56
56
  expect(error.requestId).to.be.ok
@@ -58,9 +58,19 @@ it("bi.v20220105.CreateUserRoleProject", async function () {
58
58
  }
59
59
  })
60
60
 
61
- it("bi.v20220105.ModifyDatasourceCloud", async function () {
61
+ it("bi.v20220105.ApplyEmbedInterval", async function () {
62
62
  try {
63
- const data = await client.ModifyDatasourceCloud({})
63
+ const data = await client.ApplyEmbedInterval({})
64
+ expect(data).to.be.ok
65
+ } catch(error) {
66
+ expect(error.requestId).to.be.ok
67
+ expect(error.code).to.be.ok
68
+ }
69
+ })
70
+
71
+ it("bi.v20220105.CreateDatasourceCloud", async function () {
72
+ try {
73
+ const data = await client.CreateDatasourceCloud({})
64
74
  expect(data).to.be.ok
65
75
  } catch(error) {
66
76
  expect(error.requestId).to.be.ok
@@ -88,9 +98,9 @@ it("bi.v20220105.CreateEmbedToken", async function () {
88
98
  }
89
99
  })
90
100
 
91
- it("bi.v20220105.DescribeProjectInfo", async function () {
101
+ it("bi.v20220105.CreateUserRole", async function () {
92
102
  try {
93
- const data = await client.DescribeProjectInfo({})
103
+ const data = await client.CreateUserRole({})
94
104
  expect(data).to.be.ok
95
105
  } catch(error) {
96
106
  expect(error.requestId).to.be.ok
@@ -98,9 +108,9 @@ it("bi.v20220105.DescribeProjectInfo", async function () {
98
108
  }
99
109
  })
100
110
 
101
- it("bi.v20220105.CreateProject", async function () {
111
+ it("bi.v20220105.DeleteDatasource", async function () {
102
112
  try {
103
- const data = await client.CreateProject({})
113
+ const data = await client.DeleteDatasource({})
104
114
  expect(data).to.be.ok
105
115
  } catch(error) {
106
116
  expect(error.requestId).to.be.ok
@@ -108,9 +118,9 @@ it("bi.v20220105.CreateProject", async function () {
108
118
  }
109
119
  })
110
120
 
111
- it("bi.v20220105.CreateUserRole", async function () {
121
+ it("bi.v20220105.DeleteUserRole", async function () {
112
122
  try {
113
- const data = await client.CreateUserRole({})
123
+ const data = await client.DeleteUserRole({})
114
124
  expect(data).to.be.ok
115
125
  } catch(error) {
116
126
  expect(error.requestId).to.be.ok
@@ -118,9 +128,9 @@ it("bi.v20220105.CreateUserRole", async function () {
118
128
  }
119
129
  })
120
130
 
121
- it("bi.v20220105.DescribeUserProjectList", async function () {
131
+ it("bi.v20220105.ModifyProject", async function () {
122
132
  try {
123
- const data = await client.DescribeUserProjectList({})
133
+ const data = await client.ModifyProject({})
124
134
  expect(data).to.be.ok
125
135
  } catch(error) {
126
136
  expect(error.requestId).to.be.ok
@@ -128,9 +138,9 @@ it("bi.v20220105.DescribeUserProjectList", async function () {
128
138
  }
129
139
  })
130
140
 
131
- it("bi.v20220105.DeleteDatasource", async function () {
141
+ it("bi.v20220105.DescribeUserRoleList", async function () {
132
142
  try {
133
- const data = await client.DeleteDatasource({})
143
+ const data = await client.DescribeUserRoleList({})
134
144
  expect(data).to.be.ok
135
145
  } catch(error) {
136
146
  expect(error.requestId).to.be.ok
@@ -138,9 +148,9 @@ it("bi.v20220105.DeleteDatasource", async function () {
138
148
  }
139
149
  })
140
150
 
141
- it("bi.v20220105.ApplyEmbedInterval", async function () {
151
+ it("bi.v20220105.DescribeUserRoleProjectList", async function () {
142
152
  try {
143
- const data = await client.ApplyEmbedInterval({})
153
+ const data = await client.DescribeUserRoleProjectList({})
144
154
  expect(data).to.be.ok
145
155
  } catch(error) {
146
156
  expect(error.requestId).to.be.ok
@@ -148,9 +158,9 @@ it("bi.v20220105.ApplyEmbedInterval", async function () {
148
158
  }
149
159
  })
150
160
 
151
- it("bi.v20220105.DeleteUserRole", async function () {
161
+ it("bi.v20220105.ModifyDatasourceCloud", async function () {
152
162
  try {
153
- const data = await client.DeleteUserRole({})
163
+ const data = await client.ModifyDatasourceCloud({})
154
164
  expect(data).to.be.ok
155
165
  } catch(error) {
156
166
  expect(error.requestId).to.be.ok
@@ -158,9 +168,9 @@ it("bi.v20220105.DeleteUserRole", async function () {
158
168
  }
159
169
  })
160
170
 
161
- it("bi.v20220105.ModifyUserRoleProject", async function () {
171
+ it("bi.v20220105.CreateUserRoleProject", async function () {
162
172
  try {
163
- const data = await client.ModifyUserRoleProject({})
173
+ const data = await client.CreateUserRoleProject({})
164
174
  expect(data).to.be.ok
165
175
  } catch(error) {
166
176
  expect(error.requestId).to.be.ok
@@ -168,9 +178,9 @@ it("bi.v20220105.ModifyUserRoleProject", async function () {
168
178
  }
169
179
  })
170
180
 
171
- it("bi.v20220105.ModifyProject", async function () {
181
+ it("bi.v20220105.DeleteUserRoleProject", async function () {
172
182
  try {
173
- const data = await client.ModifyProject({})
183
+ const data = await client.DeleteUserRoleProject({})
174
184
  expect(data).to.be.ok
175
185
  } catch(error) {
176
186
  expect(error.requestId).to.be.ok
@@ -178,9 +188,9 @@ it("bi.v20220105.ModifyProject", async function () {
178
188
  }
179
189
  })
180
190
 
181
- it("bi.v20220105.DescribeProjectList", async function () {
191
+ it("bi.v20220105.CreateProject", async function () {
182
192
  try {
183
- const data = await client.DescribeProjectList({})
193
+ const data = await client.CreateProject({})
184
194
  expect(data).to.be.ok
185
195
  } catch(error) {
186
196
  expect(error.requestId).to.be.ok
@@ -188,9 +198,9 @@ it("bi.v20220105.DescribeProjectList", async function () {
188
198
  }
189
199
  })
190
200
 
191
- it("bi.v20220105.DescribeUserRoleList", async function () {
201
+ it("bi.v20220105.DescribeUserProjectList", async function () {
192
202
  try {
193
- const data = await client.DescribeUserRoleList({})
203
+ const data = await client.DescribeUserProjectList({})
194
204
  expect(data).to.be.ok
195
205
  } catch(error) {
196
206
  expect(error.requestId).to.be.ok
@@ -198,9 +208,9 @@ it("bi.v20220105.DescribeUserRoleList", async function () {
198
208
  }
199
209
  })
200
210
 
201
- it("bi.v20220105.CreateDatasourceCloud", async function () {
211
+ it("bi.v20220105.DeleteProject", async function () {
202
212
  try {
203
- const data = await client.CreateDatasourceCloud({})
213
+ const data = await client.DeleteProject({})
204
214
  expect(data).to.be.ok
205
215
  } catch(error) {
206
216
  expect(error.requestId).to.be.ok
@@ -208,9 +218,9 @@ it("bi.v20220105.CreateDatasourceCloud", async function () {
208
218
  }
209
219
  })
210
220
 
211
- it("bi.v20220105.DeleteUserRoleProject", async function () {
221
+ it("bi.v20220105.ModifyUserRoleProject", async function () {
212
222
  try {
213
- const data = await client.DeleteUserRoleProject({})
223
+ const data = await client.ModifyUserRoleProject({})
214
224
  expect(data).to.be.ok
215
225
  } catch(error) {
216
226
  expect(error.requestId).to.be.ok
@@ -218,9 +228,9 @@ it("bi.v20220105.DeleteUserRoleProject", async function () {
218
228
  }
219
229
  })
220
230
 
221
- it("bi.v20220105.DeleteProject", async function () {
231
+ it("bi.v20220105.DescribeProjectList", async function () {
222
232
  try {
223
- const data = await client.DeleteProject({})
233
+ const data = await client.DescribeProjectList({})
224
234
  expect(data).to.be.ok
225
235
  } catch(error) {
226
236
  expect(error.requestId).to.be.ok
@@ -138,6 +138,16 @@ it("cdb.v20170320.StopReplication", async function () {
138
138
  }
139
139
  })
140
140
 
141
+ it("cdb.v20170320.ModifyDBInstanceLogToCLS", async function () {
142
+ try {
143
+ const data = await client.ModifyDBInstanceLogToCLS({})
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
  it("cdb.v20170320.StopCpuExpand", async function () {
142
152
  try {
143
153
  const data = await client.StopCpuExpand({})
@@ -1258,6 +1268,16 @@ it("cdb.v20170320.InitDBInstances", async function () {
1258
1268
  }
1259
1269
  })
1260
1270
 
1271
+ it("cdb.v20170320.DescribeDBInstanceLogToCLS", async function () {
1272
+ try {
1273
+ const data = await client.DescribeDBInstanceLogToCLS({})
1274
+ expect(data).to.be.ok
1275
+ } catch(error) {
1276
+ expect(error.requestId).to.be.ok
1277
+ expect(error.code).to.be.ok
1278
+ }
1279
+ })
1280
+
1261
1281
  it("cdb.v20170320.CreateCdbProxy", async function () {
1262
1282
  try {
1263
1283
  const data = await client.CreateCdbProxy({})
@@ -348,6 +348,16 @@ it("dlc.v20210125.UpdateRowFilter", async function () {
348
348
  }
349
349
  })
350
350
 
351
+ it("dlc.v20210125.DescribeAdvancedStoreLocation", async function () {
352
+ try {
353
+ const data = await client.DescribeAdvancedStoreLocation({})
354
+ expect(data).to.be.ok
355
+ } catch(error) {
356
+ expect(error.requestId).to.be.ok
357
+ expect(error.code).to.be.ok
358
+ }
359
+ })
360
+
351
361
  it("dlc.v20210125.LockMetaData", async function () {
352
362
  try {
353
363
  const data = await client.LockMetaData({})
@@ -558,6 +568,16 @@ it("dlc.v20210125.CreateResultDownload", async function () {
558
568
  }
559
569
  })
560
570
 
571
+ it("dlc.v20210125.ModifyAdvancedStoreLocation", async function () {
572
+ try {
573
+ const data = await client.ModifyAdvancedStoreLocation({})
574
+ expect(data).to.be.ok
575
+ } catch(error) {
576
+ expect(error.requestId).to.be.ok
577
+ expect(error.code).to.be.ok
578
+ }
579
+ })
580
+
561
581
  it("dlc.v20210125.DescribeNotebookSessionStatementSqlResult", async function () {
562
582
  try {
563
583
  const data = await client.DescribeNotebookSessionStatementSqlResult({})
@@ -28,6 +28,16 @@ it("domain.v20180808.SetDomainAutoRenew", async function () {
28
28
  }
29
29
  })
30
30
 
31
+ it("domain.v20180808.ModifyCustomDnsHost", async function () {
32
+ try {
33
+ const data = await client.ModifyCustomDnsHost({})
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("domain.v20180808.CheckBatchStatus", async function () {
32
42
  try {
33
43
  const data = await client.CheckBatchStatus({})
@@ -68,6 +78,16 @@ it("domain.v20180808.SendPhoneEmailCode", async function () {
68
78
  }
69
79
  })
70
80
 
81
+ it("domain.v20180808.DescribeCustomDnsHostSet", async function () {
82
+ try {
83
+ const data = await client.DescribeCustomDnsHostSet({})
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
+
71
91
  it("domain.v20180808.DescribeDomainNameList", async function () {
72
92
  try {
73
93
  const data = await client.DescribeDomainNameList({})
@@ -78,6 +98,16 @@ it("domain.v20180808.DescribeDomainNameList", async function () {
78
98
  }
79
99
  })
80
100
 
101
+ it("domain.v20180808.ModifyIntlCustomDnsHost", async function () {
102
+ try {
103
+ const data = await client.ModifyIntlCustomDnsHost({})
104
+ expect(data).to.be.ok
105
+ } catch(error) {
106
+ expect(error.requestId).to.be.ok
107
+ expect(error.code).to.be.ok
108
+ }
109
+ })
110
+
81
111
  it("domain.v20180808.CreateDomainBatch", async function () {
82
112
  try {
83
113
  const data = await client.CreateDomainBatch({})
@@ -128,9 +158,19 @@ it("domain.v20180808.CheckDomain", async function () {
128
158
  }
129
159
  })
130
160
 
131
- it("domain.v20180808.RenewDomainBatch", async function () {
161
+ it("domain.v20180808.SyncCustomDnsHost", async function () {
132
162
  try {
133
- const data = await client.RenewDomainBatch({})
163
+ const data = await client.SyncCustomDnsHost({})
164
+ expect(data).to.be.ok
165
+ } catch(error) {
166
+ expect(error.requestId).to.be.ok
167
+ expect(error.code).to.be.ok
168
+ }
169
+ })
170
+
171
+ it("domain.v20180808.ModifyDomainDNSBatch", async function () {
172
+ try {
173
+ const data = await client.ModifyDomainDNSBatch({})
134
174
  expect(data).to.be.ok
135
175
  } catch(error) {
136
176
  expect(error.requestId).to.be.ok
@@ -248,6 +288,16 @@ it("domain.v20180808.ModifyDomainOwnerBatch", async function () {
248
288
  }
249
289
  })
250
290
 
291
+ it("domain.v20180808.DeleteCustomDnsHost", async function () {
292
+ try {
293
+ const data = await client.DeleteCustomDnsHost({})
294
+ expect(data).to.be.ok
295
+ } catch(error) {
296
+ expect(error.requestId).to.be.ok
297
+ expect(error.code).to.be.ok
298
+ }
299
+ })
300
+
251
301
  it("domain.v20180808.DescribePhoneEmailList", async function () {
252
302
  try {
253
303
  const data = await client.DescribePhoneEmailList({})
@@ -258,9 +308,9 @@ it("domain.v20180808.DescribePhoneEmailList", async function () {
258
308
  }
259
309
  })
260
310
 
261
- it("domain.v20180808.ModifyDomainDNSBatch", async function () {
311
+ it("domain.v20180808.RenewDomainBatch", async function () {
262
312
  try {
263
- const data = await client.ModifyDomainDNSBatch({})
313
+ const data = await client.RenewDomainBatch({})
264
314
  expect(data).to.be.ok
265
315
  } catch(error) {
266
316
  expect(error.requestId).to.be.ok
@@ -98,9 +98,9 @@ it("oceanus.v20190422.DeleteTableConfig", async function () {
98
98
  }
99
99
  })
100
100
 
101
- it("oceanus.v20190422.DescribeResourceConfigs", async function () {
101
+ it("oceanus.v20190422.DeleteWorkSpace", async function () {
102
102
  try {
103
- const data = await client.DescribeResourceConfigs({})
103
+ const data = await client.DeleteWorkSpace({})
104
104
  expect(data).to.be.ok
105
105
  } catch(error) {
106
106
  expect(error.requestId).to.be.ok
@@ -168,6 +168,16 @@ it("oceanus.v20190422.DescribeClusters", async function () {
168
168
  }
169
169
  })
170
170
 
171
+ it("oceanus.v20190422.DescribeResourceConfigs", async function () {
172
+ try {
173
+ const data = await client.DescribeResourceConfigs({})
174
+ expect(data).to.be.ok
175
+ } catch(error) {
176
+ expect(error.requestId).to.be.ok
177
+ expect(error.code).to.be.ok
178
+ }
179
+ })
180
+
171
181
  it("oceanus.v20190422.DeleteFolders", async function () {
172
182
  try {
173
183
  const data = await client.DeleteFolders({})