tencentcloud-sdk-nodejs 4.1.2 → 4.1.4
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.
- package/es/common/sdk_version.js +1 -1
- package/es/services/chc/index.js +4 -0
- package/es/services/chc/v20230418/chc_client.js +114 -0
- package/es/services/chc/v20230418/chc_models.js +0 -0
- package/es/services/chc/v20230418/index.js +6 -0
- package/es/services/dbbrain/v20210527/dbbrain_client.js +16 -4
- package/es/services/ecdn/v20191012/ecdn_client.js +2 -26
- package/es/services/gs/v20191118/gs_client.js +107 -8
- package/es/services/index.js +1 -0
- package/package.json +3 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/advisor/v20200721/advisor_models.d.ts +9 -22
- package/tencentcloud/services/batch/v20170312/batch_models.d.ts +4 -4
- package/tencentcloud/services/cam/v20190116/cam_models.d.ts +9 -9
- package/tencentcloud/services/cdwpg/v20201230/cdwpg_models.d.ts +42 -42
- package/tencentcloud/services/chc/index.d.ts +6 -0
- package/tencentcloud/services/chc/index.js +7 -0
- package/tencentcloud/services/chc/v20230418/chc_client.d.ts +154 -0
- package/tencentcloud/services/chc/v20230418/chc_client.js +247 -0
- package/tencentcloud/services/chc/v20230418/chc_models.d.ts +2618 -0
- package/tencentcloud/services/chc/v20230418/chc_models.js +18 -0
- package/tencentcloud/services/chc/v20230418/index.d.ts +6 -0
- package/tencentcloud/services/chc/v20230418/index.js +10 -0
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +4 -12
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +0 -99
- package/tencentcloud/services/dbbrain/v20191016/dbbrain_models.d.ts +0 -2
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.d.ts +21 -5
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.js +30 -6
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +296 -81
- package/tencentcloud/services/domain/v20180808/domain_models.d.ts +0 -1
- package/tencentcloud/services/ecdn/v20191012/ecdn_client.d.ts +7 -73
- package/tencentcloud/services/ecdn/v20191012/ecdn_client.js +8 -90
- package/tencentcloud/services/ecdn/v20191012/ecdn_models.d.ts +54 -330
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +10 -3
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +7 -0
- package/tencentcloud/services/gs/v20191118/gs_client.d.ts +145 -9
- package/tencentcloud/services/gs/v20191118/gs_client.js +214 -12
- package/tencentcloud/services/gs/v20191118/gs_models.d.ts +1327 -110
- package/tencentcloud/services/hai/v20230812/hai_models.d.ts +0 -11
- package/tencentcloud/services/index.d.ts +1 -0
- package/tencentcloud/services/index.js +2 -0
- package/tencentcloud/services/lke/v20231130/lke_client.d.ts +2 -2
- package/tencentcloud/services/lke/v20231130/lke_client.js +2 -2
- package/tencentcloud/services/lke/v20231130/lke_models.d.ts +2 -4
- package/tencentcloud/services/mmps/v20200710/mmps_models.d.ts +6 -9
- package/tencentcloud/services/mqtt/v20240516/mqtt_models.d.ts +12 -11
- package/tencentcloud/services/tchd/v20230306/tchd_models.d.ts +0 -1
- package/tencentcloud/services/tcr/v20190924/tcr_models.d.ts +11 -16
- package/tencentcloud/services/thpc/v20220401/thpc_models.d.ts +0 -1
- package/tencentcloud/services/thpc/v20230321/thpc_models.d.ts +4 -16
- package/tencentcloud/services/tione/v20211111/tione_models.d.ts +17 -0
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +0 -14
- package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +1 -1
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +28 -1
|
@@ -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 });
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.v20230418 = void 0;
|
|
4
|
+
const tslib_1 = require("tslib");
|
|
5
|
+
const Models = tslib_1.__importStar(require("./chc_models"));
|
|
6
|
+
const chc_client_1 = require("./chc_client");
|
|
7
|
+
exports.v20230418 = {
|
|
8
|
+
Client: chc_client_1.Client,
|
|
9
|
+
Models: Models
|
|
10
|
+
};
|
|
@@ -195,7 +195,6 @@ export interface DescribeConnectResourceResp {
|
|
|
195
195
|
export interface AuthorizeTokenResponse {
|
|
196
196
|
/**
|
|
197
197
|
* 0 成功
|
|
198
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
199
198
|
*/
|
|
200
199
|
Result?: number;
|
|
201
200
|
/**
|
|
@@ -1071,7 +1070,6 @@ export interface Partitions {
|
|
|
1071
1070
|
export interface DescribeTopicResponse {
|
|
1072
1071
|
/**
|
|
1073
1072
|
* 返回的结果
|
|
1074
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1075
1073
|
*/
|
|
1076
1074
|
Result?: TopicResult;
|
|
1077
1075
|
/**
|
|
@@ -1611,7 +1609,6 @@ export interface MariaDBModifyConnectParam {
|
|
|
1611
1609
|
export interface DescribeRegionResponse {
|
|
1612
1610
|
/**
|
|
1613
1611
|
* 返回地域枚举结果列表
|
|
1614
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1615
1612
|
*/
|
|
1616
1613
|
Result?: Array<Region>;
|
|
1617
1614
|
/**
|
|
@@ -1751,7 +1748,6 @@ export interface CreateInstancePostData {
|
|
|
1751
1748
|
export interface DeleteDatahubTaskResponse {
|
|
1752
1749
|
/**
|
|
1753
1750
|
* 操作结果
|
|
1754
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1755
1751
|
*/
|
|
1756
1752
|
Result?: DatahubTaskIdRes;
|
|
1757
1753
|
/**
|
|
@@ -1934,7 +1930,6 @@ export interface InstanceAttributesResponse {
|
|
|
1934
1930
|
export interface DescribeDatahubTopicsResponse {
|
|
1935
1931
|
/**
|
|
1936
1932
|
* 主题列表
|
|
1937
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1938
1933
|
*/
|
|
1939
1934
|
Result?: DescribeDatahubTopicsResp;
|
|
1940
1935
|
/**
|
|
@@ -2308,10 +2303,12 @@ export interface ConsumerRecord {
|
|
|
2308
2303
|
Offset?: number;
|
|
2309
2304
|
/**
|
|
2310
2305
|
* 消息key
|
|
2306
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2311
2307
|
*/
|
|
2312
2308
|
Key?: string;
|
|
2313
2309
|
/**
|
|
2314
2310
|
* 消息value
|
|
2311
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2315
2312
|
*/
|
|
2316
2313
|
Value?: string;
|
|
2317
2314
|
/**
|
|
@@ -2320,6 +2317,7 @@ export interface ConsumerRecord {
|
|
|
2320
2317
|
Timestamp?: number;
|
|
2321
2318
|
/**
|
|
2322
2319
|
* 消息headers
|
|
2320
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2323
2321
|
*/
|
|
2324
2322
|
Headers?: string;
|
|
2325
2323
|
}
|
|
@@ -2342,7 +2340,6 @@ export interface DeleteGroupResponse {
|
|
|
2342
2340
|
export interface CreateTokenResponse {
|
|
2343
2341
|
/**
|
|
2344
2342
|
* token串
|
|
2345
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2346
2343
|
*/
|
|
2347
2344
|
Result?: string;
|
|
2348
2345
|
/**
|
|
@@ -3329,7 +3326,6 @@ export interface DescribeRegionRequest {
|
|
|
3329
3326
|
export interface DescribeGroupInfoResponse {
|
|
3330
3327
|
/**
|
|
3331
3328
|
* 返回的结果
|
|
3332
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3333
3329
|
*/
|
|
3334
3330
|
Result?: Array<GroupInfoResponse>;
|
|
3335
3331
|
/**
|
|
@@ -4420,7 +4416,6 @@ export interface DescribeDatahubTopicsResp {
|
|
|
4420
4416
|
export interface ModifyDatahubTaskResponse {
|
|
4421
4417
|
/**
|
|
4422
4418
|
* 任务id
|
|
4423
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4424
4419
|
*/
|
|
4425
4420
|
Result?: DatahubTaskIdRes;
|
|
4426
4421
|
/**
|
|
@@ -5877,7 +5872,6 @@ export interface TopicFlowRankingResult {
|
|
|
5877
5872
|
export interface InstanceScalingDownResponse {
|
|
5878
5873
|
/**
|
|
5879
5874
|
* 返回结果
|
|
5880
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
5881
5875
|
*/
|
|
5882
5876
|
Result?: ScalingDownResp;
|
|
5883
5877
|
/**
|
|
@@ -6580,7 +6574,6 @@ export interface UrlDecodeParam {
|
|
|
6580
6574
|
export interface CancelAuthorizationTokenResponse {
|
|
6581
6575
|
/**
|
|
6582
6576
|
* 0 成功 非0 失败
|
|
6583
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6584
6577
|
*/
|
|
6585
6578
|
Result?: number;
|
|
6586
6579
|
/**
|
|
@@ -6990,7 +6983,6 @@ export interface SMTParam {
|
|
|
6990
6983
|
export interface CheckCdcClusterResponse {
|
|
6991
6984
|
/**
|
|
6992
6985
|
* 返回结果状态Success
|
|
6993
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6994
6986
|
*/
|
|
6995
6987
|
Result?: string;
|
|
6996
6988
|
/**
|
|
@@ -7834,7 +7826,6 @@ export interface ModifyRoutineMaintenanceTaskResponse {
|
|
|
7834
7826
|
export interface DescribeConnectResourceResponse {
|
|
7835
7827
|
/**
|
|
7836
7828
|
* 连接源的Id
|
|
7837
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
7838
7829
|
*/
|
|
7839
7830
|
Result?: DescribeConnectResourceResp;
|
|
7840
7831
|
/**
|
|
@@ -8350,6 +8341,7 @@ export interface ClickHouseConnectParam {
|
|
|
8350
8341
|
UniqVpcId?: string;
|
|
8351
8342
|
/**
|
|
8352
8343
|
* 是否更新到关联的Datahub任务
|
|
8344
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
8353
8345
|
*/
|
|
8354
8346
|
IsUpdate?: boolean;
|
|
8355
8347
|
}
|