tencentcloud-sdk-nodejs 4.1.298 → 4.1.299
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/adp/v20260520/adp_client.js +27 -12
- package/es/services/cloudrc/index.js +4 -0
- package/es/services/cloudrc/v20240606/cloudrc_client.js +12 -0
- package/es/services/cloudrc/v20240606/cloudrc_models.js +1 -0
- package/es/services/cloudrc/v20240606/index.js +6 -0
- package/es/services/csip/v20221121/csip_client.js +142 -16
- package/es/services/index.js +2 -0
- package/es/services/iotexplorer/v20190423/iotexplorer_client.js +3 -0
- package/es/services/monitor/v20180724/monitor_client.js +5 -2
- package/es/services/portal/index.js +4 -0
- package/es/services/portal/v20230413/index.js +6 -0
- package/es/services/portal/v20230413/portal_client.js +9 -0
- package/es/services/portal/v20230413/portal_models.js +1 -0
- package/es/services/tcb/v20180608/tcb_client.js +5 -2
- package/package.json +1 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/adp/v20260520/adp_client.d.ts +34 -14
- package/tencentcloud/services/adp/v20260520/adp_client.js +49 -19
- package/tencentcloud/services/adp/v20260520/adp_models.d.ts +4288 -3948
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +34 -95
- package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +51 -53
- package/tencentcloud/services/cloudrc/index.d.ts +6 -0
- package/tencentcloud/services/cloudrc/index.js +7 -0
- package/tencentcloud/services/cloudrc/v20240606/cloudrc_client.d.ts +18 -0
- package/tencentcloud/services/cloudrc/v20240606/cloudrc_client.js +43 -0
- package/tencentcloud/services/cloudrc/v20240606/cloudrc_models.d.ts +213 -0
- package/tencentcloud/services/cloudrc/v20240606/cloudrc_models.js +18 -0
- package/tencentcloud/services/cloudrc/v20240606/index.d.ts +6 -0
- package/tencentcloud/services/cloudrc/v20240606/index.js +10 -0
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +4 -0
- package/tencentcloud/services/csip/v20221121/csip_client.d.ts +194 -17
- package/tencentcloud/services/csip/v20221121/csip_client.js +285 -24
- package/tencentcloud/services/csip/v20221121/csip_models.d.ts +2805 -437
- package/tencentcloud/services/gs/v20191118/gs_models.d.ts +37 -42
- package/tencentcloud/services/hai/v20230812/hai_models.d.ts +13 -9
- package/tencentcloud/services/index.d.ts +2 -0
- package/tencentcloud/services/index.js +9 -5
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +5 -1
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +6 -0
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +106 -59
- package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +7 -3
- package/tencentcloud/services/monitor/v20180724/monitor_client.js +9 -3
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +55 -22
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +4 -0
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +30 -22
- package/tencentcloud/services/portal/index.d.ts +6 -0
- package/tencentcloud/services/portal/index.js +7 -0
- package/tencentcloud/services/portal/v20230413/index.d.ts +6 -0
- package/tencentcloud/services/portal/v20230413/index.js +10 -0
- package/tencentcloud/services/portal/v20230413/portal_client.d.ts +14 -0
- package/tencentcloud/services/portal/v20230413/portal_client.js +37 -0
- package/tencentcloud/services/portal/v20230413/portal_models.d.ts +59 -0
- package/tencentcloud/services/portal/v20230413/portal_models.js +18 -0
- package/tencentcloud/services/tcb/v20180608/tcb_client.d.ts +11 -5
- package/tencentcloud/services/tcb/v20180608/tcb_client.js +13 -5
- package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +73 -43
- package/tencentcloud/services/tke/v20180525/tke_client.d.ts +1 -1
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +18 -9
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +10 -9
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +117 -1
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +3 -3
- package/tencentcloud/services/vod/v20180717/vod_client.js +3 -3
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +6 -6
- package/tencentcloud/services/vrs/v20200824/vrs_models.d.ts +13 -22
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.v20230413 = void 0;
|
|
4
|
+
const tslib_1 = require("tslib");
|
|
5
|
+
const Models = tslib_1.__importStar(require("./portal_models"));
|
|
6
|
+
const portal_client_1 = require("./portal_client");
|
|
7
|
+
exports.v20230413 = {
|
|
8
|
+
Client: portal_client_1.Client,
|
|
9
|
+
Models: Models
|
|
10
|
+
};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { AbstractClient } from "../../../common/abstract_client";
|
|
2
|
+
import { ClientConfig } from "../../../common/interface";
|
|
3
|
+
import { SearchDocumentsResponse, SearchDocumentsRequest } from "./portal_models";
|
|
4
|
+
/**
|
|
5
|
+
* portal client
|
|
6
|
+
* @class
|
|
7
|
+
*/
|
|
8
|
+
export declare class Client extends AbstractClient {
|
|
9
|
+
constructor(clientConfig: ClientConfig);
|
|
10
|
+
/**
|
|
11
|
+
* 通过关键词搜索文档列表
|
|
12
|
+
*/
|
|
13
|
+
SearchDocuments(req: SearchDocumentsRequest, cb?: (error: string, rep: SearchDocumentsResponse) => void): Promise<SearchDocumentsResponse>;
|
|
14
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.Client = void 0;
|
|
4
|
+
/* eslint-disable @typescript-eslint/no-unused-vars */
|
|
5
|
+
/*
|
|
6
|
+
* Copyright (c) 2018 Tencent. All Rights Reserved.
|
|
7
|
+
*
|
|
8
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
9
|
+
* you may not use this file except in compliance with the License.
|
|
10
|
+
* You may obtain a copy of the License at
|
|
11
|
+
*
|
|
12
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
13
|
+
*
|
|
14
|
+
* Unless required by applicable law or agreed to in writing,
|
|
15
|
+
* software distributed under the License is distributed on an
|
|
16
|
+
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
17
|
+
* KIND, either express or implied. See the License for the
|
|
18
|
+
* specific language governing permissions and limitations
|
|
19
|
+
* under the License.
|
|
20
|
+
*/
|
|
21
|
+
const abstract_client_1 = require("../../../common/abstract_client");
|
|
22
|
+
/**
|
|
23
|
+
* portal client
|
|
24
|
+
* @class
|
|
25
|
+
*/
|
|
26
|
+
class Client extends abstract_client_1.AbstractClient {
|
|
27
|
+
constructor(clientConfig) {
|
|
28
|
+
super("portal.tencentcloudapi.com", "2023-04-13", clientConfig);
|
|
29
|
+
}
|
|
30
|
+
/**
|
|
31
|
+
* 通过关键词搜索文档列表
|
|
32
|
+
*/
|
|
33
|
+
async SearchDocuments(req, cb) {
|
|
34
|
+
return this.request("SearchDocuments", req, cb);
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
exports.Client = Client;
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* 搜索文档结果
|
|
3
|
+
*/
|
|
4
|
+
export interface SearchDocumentItem {
|
|
5
|
+
/**
|
|
6
|
+
* <p>文档URL</p>
|
|
7
|
+
*/
|
|
8
|
+
Url?: string;
|
|
9
|
+
/**
|
|
10
|
+
* <p>文档标题</p>
|
|
11
|
+
*/
|
|
12
|
+
Title?: string;
|
|
13
|
+
/**
|
|
14
|
+
* <p>产品名称</p>
|
|
15
|
+
*/
|
|
16
|
+
ProductName?: string;
|
|
17
|
+
/**
|
|
18
|
+
* <p>文档片段</p>
|
|
19
|
+
*/
|
|
20
|
+
Snippet?: string;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* SearchDocuments返回参数结构体
|
|
24
|
+
*/
|
|
25
|
+
export interface SearchDocumentsResponse {
|
|
26
|
+
/**
|
|
27
|
+
* <p>总数</p>
|
|
28
|
+
*/
|
|
29
|
+
Total?: number;
|
|
30
|
+
/**
|
|
31
|
+
* <p>文档列表</p>
|
|
32
|
+
*/
|
|
33
|
+
Documents?: Array<SearchDocumentItem>;
|
|
34
|
+
/**
|
|
35
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
36
|
+
*/
|
|
37
|
+
RequestId?: string;
|
|
38
|
+
}
|
|
39
|
+
/**
|
|
40
|
+
* SearchDocuments请求参数结构体
|
|
41
|
+
*/
|
|
42
|
+
export interface SearchDocumentsRequest {
|
|
43
|
+
/**
|
|
44
|
+
* <p>搜索关键词</p>
|
|
45
|
+
*/
|
|
46
|
+
Query: string;
|
|
47
|
+
/**
|
|
48
|
+
* <p>页码</p><p>取值范围:[1, 99]</p>
|
|
49
|
+
*/
|
|
50
|
+
Page: number;
|
|
51
|
+
/**
|
|
52
|
+
* <p>每页条数</p><p>取值范围:[1, 20]</p>
|
|
53
|
+
*/
|
|
54
|
+
PageSize: number;
|
|
55
|
+
/**
|
|
56
|
+
* <p>产品名称</p>
|
|
57
|
+
*/
|
|
58
|
+
ProductName?: string;
|
|
59
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Copyright (c) 2018 Tencent. 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 });
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AbstractClient } from "../../../common/abstract_client";
|
|
2
2
|
import { ClientConfig } from "../../../common/interface";
|
|
3
|
-
import { DescribeEnvLimitResponse, DescribeResourcePermissionResponse, BindStorageSourceRequest, CheckTcbServiceResponse, DeleteCloudAppVersionResponse, DescribeCloudAppCosInfoRequest, GetProvidersRequest, DescribeCloudBaseRunServerVersionRequest, CreateVmInstanceResponse, ModifyEnvPlanRequest, AddProviderRequest, ModifyClsTopicResponse, DeleteProviderResponse, DescribeMySQLClusterDetailResponse, ModifyStorageSourceResponse, CreateVmInstanceRequest, DescribeEnvsRequest, ModifyUserResponse, ModifyProviderResponse, DescribeEnvLimitRequest, DescribeCloudBaseBuildServiceResponse, DescribeMySQLTaskStatusRequest, RepairPGUserMigrationHistoryResponse, RepairPGUserMigrationHistoryRequest, AllocateEnvResponse, DescribeCloudAppListRequest, ModifyEnvResponse, ReleaseEnvResponse, DescribeCloudBaseRunBuildLogRequest, DescribeHTTPServiceRouteRequest, DescribeCurveDataResponse, DescribeBaasPackageListRequest, DescribeAuthDomainsResponse, ModifyClsTopicRequest, DescribeLoginConfigRequest, CreateHTTPServiceRouteRequest, CreateHostingDomainRequest, UnbindStorageSourceResponse, DescribeCloudAppInfoRequest, ModifyLoginConfigRequest, DeleteCloudAppResponse, DescribePGUserMigrationResponse, DescribeCloudBaseRunServerVersionResponse,
|
|
3
|
+
import { DescribeEnvLimitResponse, DescribeResourcePermissionResponse, BindStorageSourceRequest, CheckTcbServiceResponse, DeleteCloudAppVersionResponse, DescribeCloudAppCosInfoRequest, GetProvidersRequest, DescribeCloudBaseRunServerVersionRequest, CreateVmInstanceResponse, ModifyEnvPlanRequest, AddProviderRequest, ModifyClsTopicResponse, DeleteProviderResponse, DescribeMySQLClusterDetailResponse, ModifyStorageSourceResponse, CreateVmInstanceRequest, DescribeEnvsRequest, ModifyUserResponse, ModifyProviderResponse, DescribeEnvLimitRequest, DescribeCloudBaseBuildServiceResponse, DescribeMySQLTaskStatusRequest, UnbindStorageSourceRequest, RepairPGUserMigrationHistoryResponse, RepairPGUserMigrationHistoryRequest, AllocateEnvResponse, DescribeCloudAppListRequest, ModifyEnvResponse, ReleaseEnvResponse, DescribeCloudBaseRunBuildLogRequest, DescribeHTTPServiceRouteRequest, DescribeCurveDataResponse, DescribeBaasPackageListRequest, DescribeAuthDomainsResponse, ModifyClsTopicRequest, DescribeLoginConfigRequest, CreateHTTPServiceRouteRequest, CreateHostingDomainRequest, UnbindStorageSourceResponse, DescribeCloudAppInfoRequest, ModifyLoginConfigRequest, DeleteCloudAppResponse, DescribePGUserMigrationResponse, DescribeCloudBaseRunServerVersionResponse, DescribeAIModelsResponse, DescribeGatewayVersionsResponse, DescribeGatewayVersionsRequest, CreateEnvResourceRequest, DescribeHostingDomainTaskRequest, DestroyEnvRequest, ModifyHTTPServiceRouteRequest, DescribeQuotaDataResponse, CreateBillDealResponse, DestroyMySQLResponse, CreateCloudAppRequest, ModifySafeRuleRequest, AllocateEnvRequest, CreateEnvResponse, RunCommandsResponse, DescribeTablesRequest, DescribeApiKeyListResponse, DeleteAIModelResponse, ExecutePGSqlResponse, DescribeCreditsUsageRequest, CreateUserResponse, DescribeEnvAccountCircleRequest, CreateBillDealRequest, RenewEnvResponse, DescribeMySQLClusterDetailRequest, DescribeCloudAppVersionListResponse, CreateStaticStoreRequest, DescribeBillingInfoResponse, CreateAuthDomainResponse, ModifyDatabaseACLRequest, DeleteApiKeyResponse, DestroyStaticStoreRequest, UpdateAIModelRequest, RenewEnvRequest, DescribeClientResponse, DeleteHTTPServiceRouteResponse, UpdateTableResponse, UpdateAIModelResponse, ListPGUserMigrationsRequest, ModifyEnvPlanResponse, CreateCustomLoginKeyRequest, DescribeCreditsUsageDetailResponse, CreateAIModelResponse, DescribeCreateMySQLResultRequest, ListPGUserMigrationsResponse, DescribeBillingInfoRequest, DescribeVmInstancesRequest, BindClsResponse, DestroyStaticStoreResponse, DeleteVmInstanceRequest, DescribeUserListResponse, CreateTableRequest, CreateMySQLResponse, DescribeCloudAppListResponse, DeleteAuthDomainResponse, DeleteApiKeyRequest, ModifyProviderRequest, DeleteTableRequest, DescribeCloudAppVersionResponse, DestroyEnvResponse, DeleteTableResponse, AddProviderResponse, DestroyMySQLRequest, DescribeEnvsResponse, ListTablesRequest, CreateAuthDomainRequest, CreateHostingDomainResponse, DescribeEnvPlansRequest, DeleteCloudAppRequest, ModifyResourcePermissionResponse, DescribeCreateMySQLResultResponse, DescribeSafeRuleRequest, ModifyUserRequest, DeleteUsersRequest, DescribeBaasPackageListResponse, SearchClsLogResponse, VerifyHTTPServiceRouteRequest, DescribeSafeRuleResponse, DescribeApiKeyListRequest, DescribeStaticStoreRequest, AssumeRoleForAllocatedEnvResponse, DescribeTablesResponse, DescribeEnvAccountCircleResponse, ModifyDatabaseACLResponse, DescribeHTTPServiceRouteResponse, CreateTableResponse, PreviewPGUserMigrationsResponse, ReleaseEnvRequest, PreviewPGUserMigrationsRequest, CreateMySQLRequest, CreateCloudAppResponse, CreateUserRequest, CreateApiKeyResponse, ModifyResourcePermissionRequest, DescribeMySQLTaskStatusResponse, AssumeRoleForAllocatedEnvRequest, CreateAIModelRequest, DescribeLoginConfigResponse, DeleteAIModelRequest, CreateEnvResourceResponse, ExecutePGSqlRequest, DescribeUserListRequest, DescribeCurveDataRequest, BindClsRequest, DescribeStaticStoreResponse, DescribeResourcePermissionRequest, ModifyHTTPServiceRouteResponse, GetProvidersResponse, DescribeQuotaDataRequest, CreateStaticStoreResponse, PushPGUserMigrationsRequest, DescribePGUserMigrationRequest, DescribeVmInstancesResponse, ModifySafeRuleResponse, ModifyClientResponse, DescribeTableRequest, UpdateTableRequest, DescribeCloudAppCosInfoResponse, DeleteCloudAppVersionRequest, DescribeCreditsUsageDetailRequest, RunSqlResponse, DescribeClientRequest, DescribeCloudAppInfoResponse, DescribeHostingDomainTaskResponse, DeleteAuthDomainRequest, CreateHTTPServiceRouteResponse, CreateCustomLoginKeyResponse, ListTablesResponse, ModifyClientRequest, DeleteUsersResponse, DescribeCloudBaseBuildServiceRequest, SearchClsLogRequest, InquireVmPriceRequest, CheckTcbServiceRequest, DescribeManagedAIModelListResponse, DeleteVmInstanceResponse, CreateEnvRequest, DeleteHTTPServiceRouteRequest, RunCommandsRequest, DescribeAuthDomainsRequest, DescribeVmSpecResponse, ModifyStorageSourceRequest, DescribeAIModelsRequest, RunSqlRequest, DescribeEnvPlansResponse, VerifyHTTPServiceRouteResponse, DescribeCloudAppVersionRequest, DescribeTableResponse, DescribeCloudBaseRunBuildLogResponse, DescribeDatabaseACLRequest, DescribeCreditsUsageResponse, DescribeDatabaseACLResponse, DeleteProviderRequest, DescribeVmSpecRequest, PushPGUserMigrationsResponse, BindStorageSourceResponse, ModifyEnvRequest, DescribeManagedAIModelListRequest, InquireVmPriceResponse, ModifyLoginConfigResponse, DescribeCloudAppVersionListRequest, CreateApiKeyRequest } from "./tcb_models";
|
|
4
4
|
/**
|
|
5
5
|
* tcb client
|
|
6
6
|
* @class
|
|
@@ -90,6 +90,12 @@ Id、Secret、CreatedAt、Meta 等字段在该接口中不可修改,当客户
|
|
|
90
90
|
* 获取新套餐列表,含详情,如果传了PackageId,则只获取指定套餐详情
|
|
91
91
|
*/
|
|
92
92
|
DescribeBaasPackageList(req: DescribeBaasPackageListRequest, cb?: (error: string, rep: DescribeBaasPackageListResponse) => void): Promise<DescribeBaasPackageListResponse>;
|
|
93
|
+
/**
|
|
94
|
+
* 本接口用于云开发环境套餐续费。
|
|
95
|
+
该接口会自动下单并支付,会在腾讯云账户中扣除余额(余额不足会下单失败)。
|
|
96
|
+
该接口支持自动扣除代金券(AutoVoucher=true时),符合条件的代金券会被自动扣除。
|
|
97
|
+
*/
|
|
98
|
+
RenewEnv(req: RenewEnvRequest, cb?: (error: string, rep: RenewEnvResponse) => void): Promise<RenewEnvResponse>;
|
|
93
99
|
/**
|
|
94
100
|
* 从指定云开发环境中解绑已绑定的外部云存储源。解绑后,该环境将不再关联外部 存储源,云存储功能恢复为未绑定状态。
|
|
95
101
|
解绑操作仅移除 CloudBase 侧的绑定关系,不会删除桶本身及桶内数据,桶仍由用户自行管理。
|
|
@@ -488,11 +494,11 @@ Id、Secret、CreatedAt、Meta 等字段在该接口中不可修改,当客户
|
|
|
488
494
|
*/
|
|
489
495
|
DeleteCloudAppVersion(req: DeleteCloudAppVersionRequest, cb?: (error: string, rep: DeleteCloudAppVersionResponse) => void): Promise<DeleteCloudAppVersionResponse>;
|
|
490
496
|
/**
|
|
491
|
-
*
|
|
492
|
-
|
|
493
|
-
|
|
497
|
+
* 绑定自定义CLS日志主题
|
|
498
|
+
|
|
499
|
+
**绑定自定义 CLS 日志主题需调用腾讯云 CLS「[DescribeTopics](https://cloud.tencent.com/document/api/614/56454)」接口,按传入的 `Region` 拉取用户日志主题列表,仅筛选 `AssumerName` 为空的自有主题,并将其 `LogsetId`、`TopicId` 分别回填为绑定参数 `ClsLogsetId`、`ClsTopicId`(地域取请求参数 `Region` 作为 `ClsRegion`)。**
|
|
494
500
|
*/
|
|
495
|
-
|
|
501
|
+
BindCls(req: BindClsRequest, cb?: (error: string, rep: BindClsResponse) => void): Promise<BindClsResponse>;
|
|
496
502
|
/**
|
|
497
503
|
* 从环境池里立即取出1个环境
|
|
498
504
|
*/
|
|
@@ -130,6 +130,14 @@ Id、Secret、CreatedAt、Meta 等字段在该接口中不可修改,当客户
|
|
|
130
130
|
async DescribeBaasPackageList(req, cb) {
|
|
131
131
|
return this.request("DescribeBaasPackageList", req, cb);
|
|
132
132
|
}
|
|
133
|
+
/**
|
|
134
|
+
* 本接口用于云开发环境套餐续费。
|
|
135
|
+
该接口会自动下单并支付,会在腾讯云账户中扣除余额(余额不足会下单失败)。
|
|
136
|
+
该接口支持自动扣除代金券(AutoVoucher=true时),符合条件的代金券会被自动扣除。
|
|
137
|
+
*/
|
|
138
|
+
async RenewEnv(req, cb) {
|
|
139
|
+
return this.request("RenewEnv", req, cb);
|
|
140
|
+
}
|
|
133
141
|
/**
|
|
134
142
|
* 从指定云开发环境中解绑已绑定的外部云存储源。解绑后,该环境将不再关联外部 存储源,云存储功能恢复为未绑定状态。
|
|
135
143
|
解绑操作仅移除 CloudBase 侧的绑定关系,不会删除桶本身及桶内数据,桶仍由用户自行管理。
|
|
@@ -676,12 +684,12 @@ Id、Secret、CreatedAt、Meta 等字段在该接口中不可修改,当客户
|
|
|
676
684
|
return this.request("DeleteCloudAppVersion", req, cb);
|
|
677
685
|
}
|
|
678
686
|
/**
|
|
679
|
-
*
|
|
680
|
-
|
|
681
|
-
|
|
687
|
+
* 绑定自定义CLS日志主题
|
|
688
|
+
|
|
689
|
+
**绑定自定义 CLS 日志主题需调用腾讯云 CLS「[DescribeTopics](https://cloud.tencent.com/document/api/614/56454)」接口,按传入的 `Region` 拉取用户日志主题列表,仅筛选 `AssumerName` 为空的自有主题,并将其 `LogsetId`、`TopicId` 分别回填为绑定参数 `ClsLogsetId`、`ClsTopicId`(地域取请求参数 `Region` 作为 `ClsRegion`)。**
|
|
682
690
|
*/
|
|
683
|
-
async
|
|
684
|
-
return this.request("
|
|
691
|
+
async BindCls(req, cb) {
|
|
692
|
+
return this.request("BindCls", req, cb);
|
|
685
693
|
}
|
|
686
694
|
/**
|
|
687
695
|
* 从环境池里立即取出1个环境
|
|
@@ -884,6 +884,15 @@ export interface DescribeMySQLTaskStatusRequest {
|
|
|
884
884
|
*/
|
|
885
885
|
TaskName?: string;
|
|
886
886
|
}
|
|
887
|
+
/**
|
|
888
|
+
* UnbindStorageSource请求参数结构体
|
|
889
|
+
*/
|
|
890
|
+
export interface UnbindStorageSourceRequest {
|
|
891
|
+
/**
|
|
892
|
+
* 环境ID
|
|
893
|
+
*/
|
|
894
|
+
EnvId: string;
|
|
895
|
+
}
|
|
887
896
|
/**
|
|
888
897
|
* 构建命令
|
|
889
898
|
*/
|
|
@@ -1684,9 +1693,14 @@ export interface DescribeCloudBaseRunServerVersionResponse {
|
|
|
1684
1693
|
RequestId?: string;
|
|
1685
1694
|
}
|
|
1686
1695
|
/**
|
|
1687
|
-
*
|
|
1696
|
+
* DescribeAIModels返回参数结构体
|
|
1688
1697
|
*/
|
|
1689
|
-
export interface
|
|
1698
|
+
export interface DescribeAIModelsResponse {
|
|
1699
|
+
/**
|
|
1700
|
+
* 模型列表
|
|
1701
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1702
|
+
*/
|
|
1703
|
+
AIModels?: Array<AIModelGroup>;
|
|
1690
1704
|
/**
|
|
1691
1705
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1692
1706
|
*/
|
|
@@ -3053,13 +3067,13 @@ export interface DescribeVmInstancesRequest {
|
|
|
3053
3067
|
Type: string;
|
|
3054
3068
|
}
|
|
3055
3069
|
/**
|
|
3056
|
-
*
|
|
3070
|
+
* BindCls返回参数结构体
|
|
3057
3071
|
*/
|
|
3058
|
-
export interface
|
|
3072
|
+
export interface BindClsResponse {
|
|
3059
3073
|
/**
|
|
3060
|
-
*
|
|
3074
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
3061
3075
|
*/
|
|
3062
|
-
|
|
3076
|
+
RequestId?: string;
|
|
3063
3077
|
}
|
|
3064
3078
|
/**
|
|
3065
3079
|
* CLS日志单条信息
|
|
@@ -4956,6 +4970,47 @@ export interface AssumeRoleForAllocatedEnvRequest {
|
|
|
4956
4970
|
*/
|
|
4957
4971
|
EnvId: string;
|
|
4958
4972
|
}
|
|
4973
|
+
/**
|
|
4974
|
+
* 用户信息
|
|
4975
|
+
*/
|
|
4976
|
+
export interface User {
|
|
4977
|
+
/**
|
|
4978
|
+
* 用户ID
|
|
4979
|
+
*/
|
|
4980
|
+
Uid?: string;
|
|
4981
|
+
/**
|
|
4982
|
+
* 用户名
|
|
4983
|
+
*/
|
|
4984
|
+
Name?: string;
|
|
4985
|
+
/**
|
|
4986
|
+
* 用户类型:internalUser-内部用户、externalUser-外部用户
|
|
4987
|
+
*/
|
|
4988
|
+
Type?: string;
|
|
4989
|
+
/**
|
|
4990
|
+
* 用户状态:ACTIVE(激活)、BLOCKED(冻结)
|
|
4991
|
+
*/
|
|
4992
|
+
UserStatus?: string;
|
|
4993
|
+
/**
|
|
4994
|
+
* 用户昵称
|
|
4995
|
+
*/
|
|
4996
|
+
NickName?: string;
|
|
4997
|
+
/**
|
|
4998
|
+
* 手机号
|
|
4999
|
+
*/
|
|
5000
|
+
Phone?: string;
|
|
5001
|
+
/**
|
|
5002
|
+
* 邮箱
|
|
5003
|
+
*/
|
|
5004
|
+
Email?: string;
|
|
5005
|
+
/**
|
|
5006
|
+
* 头像链接
|
|
5007
|
+
*/
|
|
5008
|
+
AvatarUrl?: string;
|
|
5009
|
+
/**
|
|
5010
|
+
* 用户描述
|
|
5011
|
+
*/
|
|
5012
|
+
Description?: string;
|
|
5013
|
+
}
|
|
4959
5014
|
/**
|
|
4960
5015
|
* CreateAIModel请求参数结构体
|
|
4961
5016
|
*/
|
|
@@ -5184,45 +5239,25 @@ export interface DescribeCurveDataRequest {
|
|
|
5184
5239
|
Period?: number;
|
|
5185
5240
|
}
|
|
5186
5241
|
/**
|
|
5187
|
-
*
|
|
5242
|
+
* BindCls请求参数结构体
|
|
5188
5243
|
*/
|
|
5189
|
-
export interface
|
|
5190
|
-
/**
|
|
5191
|
-
* 用户ID
|
|
5192
|
-
*/
|
|
5193
|
-
Uid?: string;
|
|
5194
|
-
/**
|
|
5195
|
-
* 用户名
|
|
5196
|
-
*/
|
|
5197
|
-
Name?: string;
|
|
5198
|
-
/**
|
|
5199
|
-
* 用户类型:internalUser-内部用户、externalUser-外部用户
|
|
5200
|
-
*/
|
|
5201
|
-
Type?: string;
|
|
5202
|
-
/**
|
|
5203
|
-
* 用户状态:ACTIVE(激活)、BLOCKED(冻结)
|
|
5204
|
-
*/
|
|
5205
|
-
UserStatus?: string;
|
|
5244
|
+
export interface BindClsRequest {
|
|
5206
5245
|
/**
|
|
5207
|
-
*
|
|
5208
|
-
*/
|
|
5209
|
-
NickName?: string;
|
|
5210
|
-
/**
|
|
5211
|
-
* 手机号
|
|
5246
|
+
* 环境ID
|
|
5212
5247
|
*/
|
|
5213
|
-
|
|
5248
|
+
EnvId: string;
|
|
5214
5249
|
/**
|
|
5215
|
-
*
|
|
5250
|
+
* CLS地域
|
|
5216
5251
|
*/
|
|
5217
|
-
|
|
5252
|
+
ClsRegion: string;
|
|
5218
5253
|
/**
|
|
5219
|
-
*
|
|
5254
|
+
* CLS 日志集id
|
|
5220
5255
|
*/
|
|
5221
|
-
|
|
5256
|
+
ClsLogsetId: string;
|
|
5222
5257
|
/**
|
|
5223
|
-
*
|
|
5258
|
+
* CLS 日志主题ID
|
|
5224
5259
|
*/
|
|
5225
|
-
|
|
5260
|
+
ClsTopicId: string;
|
|
5226
5261
|
}
|
|
5227
5262
|
/**
|
|
5228
5263
|
* DescribeStaticStore返回参数结构体
|
|
@@ -6217,14 +6252,9 @@ export interface DescribeManagedAIModelListResponse {
|
|
|
6217
6252
|
RequestId?: string;
|
|
6218
6253
|
}
|
|
6219
6254
|
/**
|
|
6220
|
-
*
|
|
6255
|
+
* DeleteVmInstance返回参数结构体
|
|
6221
6256
|
*/
|
|
6222
|
-
export interface
|
|
6223
|
-
/**
|
|
6224
|
-
* 模型列表
|
|
6225
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6226
|
-
*/
|
|
6227
|
-
AIModels?: Array<AIModelGroup>;
|
|
6257
|
+
export interface DeleteVmInstanceResponse {
|
|
6228
6258
|
/**
|
|
6229
6259
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
6230
6260
|
*/
|
|
@@ -228,7 +228,7 @@ export declare class Client extends AbstractClient {
|
|
|
228
228
|
/**
|
|
229
229
|
* 获取OS聚合信息
|
|
230
230
|
*/
|
|
231
|
-
DescribeOSImages(req
|
|
231
|
+
DescribeOSImages(req: DescribeOSImagesRequest, cb?: (error: string, rep: DescribeOSImagesResponse) => void): Promise<DescribeOSImagesResponse>;
|
|
232
232
|
/**
|
|
233
233
|
* 修改集群标签
|
|
234
234
|
*/
|
|
@@ -2407,7 +2407,12 @@ export interface DisableControlPlaneLogsRequest {
|
|
|
2407
2407
|
/**
|
|
2408
2408
|
* DescribeOSImages请求参数结构体
|
|
2409
2409
|
*/
|
|
2410
|
-
export
|
|
2410
|
+
export interface DescribeOSImagesRequest {
|
|
2411
|
+
/**
|
|
2412
|
+
* <p>镜像拉取接口增加过滤字段</p>
|
|
2413
|
+
*/
|
|
2414
|
+
Filters?: Array<Filter>;
|
|
2415
|
+
}
|
|
2411
2416
|
/**
|
|
2412
2417
|
* CreateEksLogConfig请求参数结构体
|
|
2413
2418
|
*/
|
|
@@ -5318,11 +5323,11 @@ export interface OIDCConfigAuthenticationOptions {
|
|
|
5318
5323
|
*/
|
|
5319
5324
|
export interface DescribeOSImagesResponse {
|
|
5320
5325
|
/**
|
|
5321
|
-
*
|
|
5326
|
+
* <p>镜像信息列表</p>
|
|
5322
5327
|
*/
|
|
5323
5328
|
OSImageSeriesSet?: Array<OSImage>;
|
|
5324
5329
|
/**
|
|
5325
|
-
*
|
|
5330
|
+
* <p>镜像数量</p>
|
|
5326
5331
|
*/
|
|
5327
5332
|
TotalCount?: number;
|
|
5328
5333
|
/**
|
|
@@ -9490,29 +9495,33 @@ export interface EdgeClusterPublicLB {
|
|
|
9490
9495
|
*/
|
|
9491
9496
|
export interface OSImage {
|
|
9492
9497
|
/**
|
|
9493
|
-
* os
|
|
9498
|
+
* <p>os聚合名称</p>
|
|
9494
9499
|
*/
|
|
9495
9500
|
SeriesName?: string;
|
|
9496
9501
|
/**
|
|
9497
|
-
* os
|
|
9502
|
+
* <p>os别名</p>
|
|
9498
9503
|
*/
|
|
9499
9504
|
Alias?: string;
|
|
9500
9505
|
/**
|
|
9501
|
-
* os
|
|
9506
|
+
* <p>os名称</p>
|
|
9502
9507
|
*/
|
|
9503
9508
|
OsName?: string;
|
|
9504
9509
|
/**
|
|
9505
|
-
*
|
|
9510
|
+
* <p>操作系统类型(分为定制和非定制,取值分别为:DOCKER_CUSTOMIZE、GENERAL)</p>
|
|
9506
9511
|
*/
|
|
9507
9512
|
OsCustomizeType?: string;
|
|
9508
9513
|
/**
|
|
9509
|
-
* os是否下线(online表示在线,offline表示下线)
|
|
9514
|
+
* <p>os是否下线(online表示在线,offline表示下线)</p>
|
|
9510
9515
|
*/
|
|
9511
9516
|
Status?: string;
|
|
9512
9517
|
/**
|
|
9513
|
-
*
|
|
9518
|
+
* <p>镜像id</p>
|
|
9514
9519
|
*/
|
|
9515
9520
|
ImageId?: string;
|
|
9521
|
+
/**
|
|
9522
|
+
* <p>架构</p>
|
|
9523
|
+
*/
|
|
9524
|
+
Arch?: string;
|
|
9516
9525
|
}
|
|
9517
9526
|
/**
|
|
9518
9527
|
* EnableEncryptionProtection请求参数结构体
|
|
@@ -658,6 +658,10 @@ export interface VoiceCloneRequest {
|
|
|
658
658
|
* <p>需要合成的语言,默认为空,表示自动识别</p><p>flow_02_turbo支持以下语言:</p><ul><li>zh:中文</li><li>en:英文</li><li>ja:日语</li><li>ko:韩语</li><li>yue:粤语</li><li>ms:马来语</li><li>ar:阿拉伯语</li><li>id:印尼语</li><li>th:泰语</li><li>vi:越南语</li></ul><p>flow_01_ex支持以下语言:</p><ul><li>zh:中文(简体) (Chinese Simplified)</li><li>zh-tw:中文(繁体) (Chinese Traditional)</li><li>en:英语 (English)</li><li>ja:日语 (Japanese)</li><li>ko:韩语 (Korean)</li><li>ms:马来语 (Malay)</li><li>yue:粤语 (Cantonese)</li><li>ar:阿拉伯语 (Arabic)</li><li>ru:俄语 (Russian)</li><li>es:西班牙语 (Spanish)</li><li>fr:法语 (French)</li><li>pt:葡萄牙语 (Portuguese)</li><li>de:德语 (German)</li><li>tr:土耳其语 (Turkish)</li><li>nl:荷兰语 (Dutch)</li><li>uk:乌克兰语 (Ukrainian)</li><li>vi:越南语 (Vietnamese)</li><li>id:印尼语 (Indonesian)</li><li>it:意大利语 (Italian)</li><li>th:泰语 (Thai)</li><li>pl:波兰语 (Polish)</li><li>ro:罗马尼亚语 (Romanian)</li><li>el:希腊语 (Greek)</li><li>cs:捷克语 (Czech)</li><li>fi:芬兰语 (Finnish)</li><li>hi:印地语 (Hindi)</li><li>bg:保加利亚语 (Bulgarian)</li><li>da:丹麦语 (Danish)</li><li>he:希伯来语 (Hebrew)</li><li>fa:波斯语(法尔西语) (Persian)</li><li>sk:斯洛伐克语 (Slovak)</li><li>sv:瑞典语 (Swedish)</li><li>hr:克罗地亚语 (Croatian)</li><li>tl:菲律宾语(他加禄语) (Filipino)</li><li>hu:匈牙利语 (Hungarian)</li><li>no:挪威语 (Norwegian)</li><li>sl:斯洛文尼亚语 (Slovenian)</li><li>ca:加泰罗尼亚语 (Catalan)</li><li>nn:新挪威语 (Nynorsk)</li><li>ta:泰米尔语 (Tamil)</li><li>af:南非荷兰语 (Afrikaans)</li></ul>
|
|
659
659
|
*/
|
|
660
660
|
Language?: string;
|
|
661
|
+
/**
|
|
662
|
+
* <p>拓展参数</p>
|
|
663
|
+
*/
|
|
664
|
+
ExtraParams?: string;
|
|
661
665
|
}
|
|
662
666
|
/**
|
|
663
667
|
* 云端切片的控制参数。
|
|
@@ -4215,30 +4219,27 @@ export interface RowValues {
|
|
|
4215
4219
|
*/
|
|
4216
4220
|
export interface TranscriptionParam {
|
|
4217
4221
|
/**
|
|
4218
|
-
*
|
|
4222
|
+
* <p>转录服务在TRTC房间使用的<a href="https://cloud.tencent.com/document/product/647/46351#userid">UserId</a>,注意这个userId不能与其他TRTC或者转录服务等已经使用的UserId重复,建议可以把房间ID作为userId的标识的一部分。</p>
|
|
4219
4223
|
*/
|
|
4220
4224
|
UserId: string;
|
|
4221
4225
|
/**
|
|
4222
|
-
*
|
|
4226
|
+
* <p>转录服务加入TRTC房间的用户签名,当前 UserId 对应的验证签名,相当于登录密码,具体计算方法请参考TRTC计算<a href="https://cloud.tencent.com/document/product/647/45910#UserSig">UserSig</a>的方案。</p>
|
|
4223
4227
|
*/
|
|
4224
4228
|
UserSig: string;
|
|
4225
4229
|
/**
|
|
4226
|
-
*
|
|
4227
|
-
使用黑白名单时,同一个用户同时在黑白名单时,以黑名单为主。
|
|
4230
|
+
* <p>转录用户白名单,开始服务时,为空或不填表示转录所有主播音频,填具体值表示转录指定主播音频。<br>使用黑白名单时,同一个用户同时在黑白名单时,以黑名单为主。</p>
|
|
4228
4231
|
*/
|
|
4229
4232
|
SubscribeList?: Array<TranscriptionUserInfoParams>;
|
|
4230
4233
|
/**
|
|
4231
|
-
*
|
|
4232
|
-
同一个用户同时在黑白名单时,以黑名单为主。
|
|
4234
|
+
* <p>转录用户黑名单,为空或不填表示无黑名单,填具体值表示不转录指定主播音频。<br>同一个用户同时在黑白名单时,以黑名单为主。</p>
|
|
4233
4235
|
*/
|
|
4234
4236
|
UnSubscribeList?: Array<TranscriptionUserInfoParams>;
|
|
4235
4237
|
/**
|
|
4236
|
-
*
|
|
4238
|
+
* <p>所有参与转录的主播持续离开TRTC房间或切换成观众超过MaxIdleTime的时长,自动停止转录任务,单位:秒。默认值为 30 秒,该值需大于等于 5秒,且小于等于 86400秒(24小时)。</p>
|
|
4237
4239
|
*/
|
|
4238
4240
|
MaxIdleTime?: number;
|
|
4239
4241
|
/**
|
|
4240
|
-
*
|
|
4241
|
-
不填默认为0,表示不开启自定义数据。
|
|
4242
|
+
* <p>自定义数据模式: 0表示不开启自定义数据,1表示开启自定义数据。<br>不填默认为0,表示不开启自定义数据。</p>
|
|
4242
4243
|
*/
|
|
4243
4244
|
SendCustomMode?: number;
|
|
4244
4245
|
}
|