tencentcloud-sdk-nodejs 4.1.256 → 4.1.258
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/apigateway/v20180808/apigateway_client.js +0 -3
- package/es/services/cfw/v20190904/cfw_client.js +3 -0
- package/es/services/clb/v20180317/clb_client.js +91 -16
- package/es/services/cngw/index.js +4 -0
- package/es/services/cngw/v20230418/cngw_client.js +141 -0
- package/es/services/cngw/v20230418/cngw_models.js +1 -0
- package/es/services/cngw/v20230418/index.js +6 -0
- package/es/services/csip/v20221121/csip_client.js +6 -0
- package/es/services/cwp/v20180228/cwp_client.js +3 -0
- package/es/services/ess/v20201111/ess_client.js +5 -2
- package/es/services/essbasic/v20210526/essbasic_client.js +3 -0
- package/es/services/index.js +1 -0
- package/es/services/monitor/v20180724/monitor_client.js +3 -0
- package/es/services/ocr/v20181119/ocr_client.js +3 -0
- package/es/services/tdmysql/v20211122/tdmysql_client.js +3 -3
- package/es/services/tke/v20220501/tke_client.js +3 -0
- 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 +1 -1
- package/tencentcloud/services/adp/v20260520/adp_models.d.ts +850 -447
- package/tencentcloud/services/apigateway/v20180808/apigateway_client.d.ts +2 -8
- package/tencentcloud/services/apigateway/v20180808/apigateway_client.js +1 -9
- package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +22 -45
- package/tencentcloud/services/apm/v20210622/apm_models.d.ts +28 -0
- package/tencentcloud/services/bh/v20230418/bh_models.d.ts +67 -31
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +41 -38
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +8 -8
- package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +5 -1
- package/tencentcloud/services/cfw/v20190904/cfw_client.js +6 -0
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +38 -0
- package/tencentcloud/services/clb/v20180317/clb_client.d.ts +122 -22
- package/tencentcloud/services/clb/v20180317/clb_client.js +179 -29
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +2314 -888
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +59 -105
- package/tencentcloud/services/cngw/index.d.ts +6 -0
- package/tencentcloud/services/cngw/index.js +7 -0
- package/tencentcloud/services/cngw/v20230418/cngw_client.d.ts +190 -0
- package/tencentcloud/services/cngw/v20230418/cngw_client.js +301 -0
- package/tencentcloud/services/cngw/v20230418/cngw_models.d.ts +2991 -0
- package/tencentcloud/services/cngw/v20230418/cngw_models.js +18 -0
- package/tencentcloud/services/cngw/v20230418/index.d.ts +6 -0
- package/tencentcloud/services/cngw/v20230418/index.js +10 -0
- package/tencentcloud/services/csip/v20221121/csip_client.d.ts +9 -1
- package/tencentcloud/services/csip/v20221121/csip_client.js +12 -0
- package/tencentcloud/services/csip/v20221121/csip_models.d.ts +608 -151
- package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +5 -1
- package/tencentcloud/services/cwp/v20180228/cwp_client.js +6 -0
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +64 -0
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +7 -7
- package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +11 -25
- package/tencentcloud/services/es/v20180416/es_models.d.ts +4 -0
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +21 -3
- package/tencentcloud/services/ess/v20201111/ess_client.js +23 -3
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +51 -14
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +19 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +20 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +46 -16
- package/tencentcloud/services/index.d.ts +1 -0
- package/tencentcloud/services/index.js +7 -5
- package/tencentcloud/services/live/v20180801/live_models.d.ts +8 -0
- package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +7 -1
- package/tencentcloud/services/monitor/v20180724/monitor_client.js +8 -0
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +245 -238
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +68 -1
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +9 -1
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +10 -0
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +60 -14
- package/tencentcloud/services/organization/v20210331/organization_models.d.ts +17 -9
- package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +15 -11
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +6 -2
- package/tencentcloud/services/rum/v20210622/rum_models.d.ts +17 -9
- package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +6 -2
- package/tencentcloud/services/tdmysql/v20211122/tdmysql_client.d.ts +5 -5
- package/tencentcloud/services/tdmysql/v20211122/tdmysql_client.js +6 -6
- package/tencentcloud/services/tdmysql/v20211122/tdmysql_models.d.ts +47 -34
- package/tencentcloud/services/tke/v20220501/tke_client.d.ts +5 -1
- package/tencentcloud/services/tke/v20220501/tke_client.js +6 -0
- package/tencentcloud/services/tke/v20220501/tke_models.d.ts +30 -13
- package/tencentcloud/services/tokenhub/v20260322/tokenhub_client.d.ts +11 -3
- package/tencentcloud/services/tokenhub/v20260322/tokenhub_client.js +11 -3
- package/tencentcloud/services/tokenhub/v20260322/tokenhub_models.d.ts +53 -33
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +66 -46
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +56 -26
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AbstractClient } from "../../../common/abstract_client";
|
|
2
2
|
import { ClientConfig } from "../../../common/interface";
|
|
3
|
-
import { UnBindSubDomainResponse, UpdateApiKeyRequest, DeleteAPIDocRequest, DescribeAPIDocDetailRequest, ModifyAPIDocResponse, DescribeUsagePlanRequest, DeleteUsagePlanResponse, ImportOpenApiResponse, DisableApiKeyResponse, DescribeApiResponse, DescribeServiceForApiAppRequest, UnReleaseServiceRequest, DescribeExclusiveInstancesStatusResponse, ModifySubDomainRequest, DescribeApiAppsStatusRequest, DescribeServiceUsagePlanRequest, DescribeServiceEnvironmentListResponse, DescribeApiAppBindApisStatusRequest, ModifyApiResponse, DescribeUsagePlansStatusRequest, CreateIPStrategyRequest, DescribeUsagePlansStatusResponse, DeleteUpstreamRequest, UnbindApiAppResponse, ModifyUpstreamRequest, DescribeApiUsagePlanResponse, DeleteIPStrategyRequest,
|
|
3
|
+
import { UnBindSubDomainResponse, UpdateApiKeyRequest, DeleteAPIDocRequest, DescribeAPIDocDetailRequest, ModifyAPIDocResponse, DescribeUsagePlanRequest, DeleteUsagePlanResponse, ImportOpenApiResponse, DisableApiKeyResponse, DescribeApiResponse, DescribeServiceForApiAppRequest, UnReleaseServiceRequest, DescribeExclusiveInstancesStatusResponse, ModifySubDomainRequest, DescribeApiAppsStatusRequest, DescribeServiceUsagePlanRequest, DescribeServiceEnvironmentListResponse, DescribeApiAppBindApisStatusRequest, ModifyApiResponse, DescribeUsagePlansStatusRequest, CreateIPStrategyRequest, DescribeUsagePlansStatusResponse, DeleteUpstreamRequest, UnbindApiAppResponse, ModifyUpstreamRequest, DescribeApiUsagePlanResponse, DeleteIPStrategyRequest, ModifyAPIDocRequest, DescribePluginResponse, DescribeUpstreamBindApisRequest, DescribePluginsByApiResponse, DescribeExclusiveInstancesResponse, DeleteUsagePlanRequest, DeleteServiceRequest, DescribeApiEnvironmentStrategyRequest, DescribeServiceForApiAppResponse, DeleteApiAppResponse, DescribeServiceResponse, DescribeExclusiveInstancesRequest, BindSubDomainResponse, BindEnvironmentResponse, DescribeExclusiveInstanceDetailResponse, DescribeApiBindApiAppsStatusResponse, DescribeApiForApiAppRequest, ModifyServiceResponse, DisableApiKeyRequest, UnBindIPStrategyResponse, DescribeExclusiveInstanceDetailRequest, ModifyPluginRequest, BindIPStrategyResponse, DescribeApisStatusRequest, DeleteServiceSubDomainMappingRequest, BindApiAppRequest, DescribeIPStrategyResponse, DescribePluginRequest, DetachPluginRequest, CreateApiResponse, DescribeIPStrategyApisStatusRequest, ModifyIPStrategyResponse, ModifyApiEnvironmentStrategyRequest, DescribeUpstreamBindApisResponse, CreateUsagePlanResponse, DeletePluginRequest, DeleteApiKeyResponse, ModifyExclusiveInstanceRequest, DescribeServiceReleaseVersionRequest, DescribeUsagePlanSecretIdsRequest, DescribeLogSearchResponse, UnBindIPStrategyRequest, DescribeUpstreamsResponse, DescribePluginApisRequest, CreateServiceRequest, DescribeIPStrategysStatusRequest, DemoteServiceUsagePlanResponse, DescribePluginApisResponse, EnableApiKeyResponse, DeleteApiAppRequest, UnReleaseServiceResponse, CreateAPIDocResponse, DescribeServiceRequest, CreateUsagePlanRequest, DescribeUsagePlanSecretIdsResponse, CreatePluginRequest, ModifySubDomainResponse, DescribeExclusiveInstanceRegionsResponse, BindSecretIdsRequest, DeleteApiKeyRequest, DescribeIPStrategyApisStatusResponse, ModifyApiAppResponse, UpdateApiAppKeyRequest, DescribeApiKeyResponse, ModifyApiIncrementResponse, ModifyApiRequest, DescribeAllPluginApisResponse, ModifyUsagePlanRequest, ModifyServiceRequest, DescribeAllPluginApisRequest, CreateApiRequest, UnBindEnvironmentRequest, DescribeServiceEnvironmentStrategyRequest, DescribeInstancesNetworkConfigResponse, ReleaseServiceRequest, DeleteServiceResponse, DescribeServiceEnvironmentReleaseHistoryResponse, DescribeAPIDocsRequest, DescribePluginsByApiRequest, CreatePluginResponse, ModifyExclusiveInstanceResponse, DescribePluginsResponse, ReleaseServiceResponse, ModifyApiIncrementRequest, CreateUpstreamRequest, ModifyServiceEnvironmentStrategyResponse, UpdateApiKeyResponse, DescribeApiBindApiAppsStatusRequest, DescribeApisStatusResponse, DescribeApiKeysStatusRequest, DemoteServiceUsagePlanRequest, BindSecretIdsResponse, CreateExclusiveInstancesRequest, DescribeExclusiveInstanceRegionsRequest, DescribeServiceSubDomainMappingsResponse, DescribeApiAppsStatusResponse, DescribeApiKeyRequest, DescribeAPIDocDetailResponse, BindApiAppResponse, DeleteServiceSubDomainMappingResponse, CreateApiKeyResponse, DeleteApiRequest, DescribeUpstreamsRequest, ModifyIPStrategyRequest, ModifyPluginResponse, UnBindSecretIdsRequest, CreateUpstreamResponse, ResetAPIDocPasswordRequest, DescribeAPIDocsResponse, DescribeServiceSubDomainMappingsRequest, DescribePluginsRequest, DeletePluginResponse, ModifyServiceEnvironmentStrategyRequest, CreateAPIDocRequest, DescribeApiAppBindApisStatusResponse, DescribeServiceSubDomainsRequest, ModifyApiAppRequest, DescribeUsagePlanEnvironmentsResponse, DescribeServiceSubDomainsResponse, AttachPluginRequest, ModifyApiEnvironmentStrategyResponse, BindSubDomainRequest, CreateIPStrategyResponse, UnBindEnvironmentResponse, DeleteApiResponse, BindIPStrategyRequest, UpdateServiceRequest, BuildAPIDocResponse, DescribeServiceEnvironmentListRequest, DescribeApiEnvironmentStrategyResponse, DescribeApiRequest, ModifyUsagePlanResponse, DeleteIPStrategyResponse, DescribeUsagePlanResponse, AttachPluginResponse, BindEnvironmentRequest, ModifyUpstreamResponse, DescribeIPStrategyRequest, DescribeApiForApiAppResponse, DescribeInstancesNetworkConfigRequest, DescribeUsagePlanEnvironmentsRequest, ImportOpenApiRequest, DescribeServiceReleaseVersionResponse, DeleteUpstreamResponse, UpdateServiceResponse, DescribeServiceEnvironmentReleaseHistoryRequest, UnbindApiAppRequest, CreateServiceResponse, DeleteAPIDocResponse, DescribeServiceEnvironmentStrategyResponse, DescribeApiKeysStatusResponse, DescribeLogSearchRequest, BuildAPIDocRequest, DetachPluginResponse, CreateExclusiveInstancesResponse, DescribeServiceUsagePlanResponse, CreateApiAppResponse, DescribeApiUsagePlanRequest, UnBindSubDomainRequest, DescribeIPStrategysStatusResponse, UpdateApiAppKeyResponse, DescribeExclusiveInstancesStatusRequest, UnBindSecretIdsResponse, CreateApiAppRequest, EnableApiKeyRequest, ResetAPIDocPasswordResponse, DescribeServicesStatusRequest, DescribeServicesStatusResponse, CreateApiKeyRequest } from "./apigateway_models";
|
|
4
4
|
/**
|
|
5
5
|
* apigateway client
|
|
6
6
|
* @class
|
|
@@ -94,12 +94,6 @@ API 网关使用的最大单元为服务,每个服务中可创建多个 API
|
|
|
94
94
|
* 本接口(DescribeApiAppsStatus)查询应用列表。
|
|
95
95
|
*/
|
|
96
96
|
DescribeApiAppsStatus(req: DescribeApiAppsStatusRequest, cb?: (error: string, rep: DescribeApiAppsStatusResponse) => void): Promise<DescribeApiAppsStatusResponse>;
|
|
97
|
-
/**
|
|
98
|
-
* 历史接口,已经无用户调用
|
|
99
|
-
|
|
100
|
-
本接口(DescribeApiApp)用于根据应用ID搜索应用。此接口已下线,如需使用功能请使用DescribeApiAppsStatus接口。
|
|
101
|
-
*/
|
|
102
|
-
DescribeApiApp(req: DescribeApiAppRequest, cb?: (error: string, rep: DescribeApiAppResponse) => void): Promise<DescribeApiAppResponse>;
|
|
103
97
|
/**
|
|
104
98
|
* 本接口(ModifyUsagePlan)用于修改使用计划的名称,描述及 QPS。
|
|
105
99
|
*/
|
|
@@ -126,7 +120,7 @@ API 网关使用的最大单元为服务,每个服务中可创建多个 API
|
|
|
126
120
|
CreateApiApp(req: CreateApiAppRequest, cb?: (error: string, rep: CreateApiAppResponse) => void): Promise<CreateApiAppResponse>;
|
|
127
121
|
/**
|
|
128
122
|
* 本接口(DescribeApiKeysStatus)用于查询密钥列表。
|
|
129
|
-
当用户创建了多个密钥对时,可使用本接口查询一个或多个 API
|
|
123
|
+
当用户创建了多个密钥对时,可使用本接口查询一个或多个 API 密钥信息1。
|
|
130
124
|
*/
|
|
131
125
|
DescribeApiKeysStatus(req: DescribeApiKeysStatusRequest, cb?: (error: string, rep: DescribeApiKeysStatusResponse) => void): Promise<DescribeApiKeysStatusResponse>;
|
|
132
126
|
/**
|
|
@@ -156,14 +156,6 @@ API 网关使用的最大单元为服务,每个服务中可创建多个 API
|
|
|
156
156
|
async DescribeApiAppsStatus(req, cb) {
|
|
157
157
|
return this.request("DescribeApiAppsStatus", req, cb);
|
|
158
158
|
}
|
|
159
|
-
/**
|
|
160
|
-
* 历史接口,已经无用户调用
|
|
161
|
-
|
|
162
|
-
本接口(DescribeApiApp)用于根据应用ID搜索应用。此接口已下线,如需使用功能请使用DescribeApiAppsStatus接口。
|
|
163
|
-
*/
|
|
164
|
-
async DescribeApiApp(req, cb) {
|
|
165
|
-
return this.request("DescribeApiApp", req, cb);
|
|
166
|
-
}
|
|
167
159
|
/**
|
|
168
160
|
* 本接口(ModifyUsagePlan)用于修改使用计划的名称,描述及 QPS。
|
|
169
161
|
*/
|
|
@@ -202,7 +194,7 @@ API 网关使用的最大单元为服务,每个服务中可创建多个 API
|
|
|
202
194
|
}
|
|
203
195
|
/**
|
|
204
196
|
* 本接口(DescribeApiKeysStatus)用于查询密钥列表。
|
|
205
|
-
当用户创建了多个密钥对时,可使用本接口查询一个或多个 API
|
|
197
|
+
当用户创建了多个密钥对时,可使用本接口查询一个或多个 API 密钥信息1。
|
|
206
198
|
*/
|
|
207
199
|
async DescribeApiKeysStatus(req, cb) {
|
|
208
200
|
return this.request("DescribeApiKeysStatus", req, cb);
|
|
@@ -1189,13 +1189,29 @@ export interface DeleteIPStrategyRequest {
|
|
|
1189
1189
|
StrategyId: string;
|
|
1190
1190
|
}
|
|
1191
1191
|
/**
|
|
1192
|
-
*
|
|
1192
|
+
* ModifyAPIDoc请求参数结构体
|
|
1193
1193
|
*/
|
|
1194
|
-
export interface
|
|
1194
|
+
export interface ModifyAPIDocRequest {
|
|
1195
1195
|
/**
|
|
1196
|
-
*
|
|
1196
|
+
* API文档名称
|
|
1197
1197
|
*/
|
|
1198
|
-
|
|
1198
|
+
ApiDocName: string;
|
|
1199
|
+
/**
|
|
1200
|
+
* 服务名称
|
|
1201
|
+
*/
|
|
1202
|
+
ServiceId: string;
|
|
1203
|
+
/**
|
|
1204
|
+
* 环境名称
|
|
1205
|
+
*/
|
|
1206
|
+
Environment: string;
|
|
1207
|
+
/**
|
|
1208
|
+
* 生成文档的API列表
|
|
1209
|
+
*/
|
|
1210
|
+
ApiIds: Array<string>;
|
|
1211
|
+
/**
|
|
1212
|
+
* API文档ID
|
|
1213
|
+
*/
|
|
1214
|
+
ApiDocId: string;
|
|
1199
1215
|
}
|
|
1200
1216
|
/**
|
|
1201
1217
|
* DescribePlugin返回参数结构体
|
|
@@ -2201,7 +2217,7 @@ export interface ModifyIPStrategyResponse {
|
|
|
2201
2217
|
* 修改操作是否成功。
|
|
2202
2218
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2203
2219
|
*/
|
|
2204
|
-
Result
|
|
2220
|
+
Result?: boolean;
|
|
2205
2221
|
/**
|
|
2206
2222
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2207
2223
|
*/
|
|
@@ -2542,31 +2558,6 @@ export interface DescribeLogSearchResponse {
|
|
|
2542
2558
|
*/
|
|
2543
2559
|
RequestId?: string;
|
|
2544
2560
|
}
|
|
2545
|
-
/**
|
|
2546
|
-
* ModifyAPIDoc请求参数结构体
|
|
2547
|
-
*/
|
|
2548
|
-
export interface ModifyAPIDocRequest {
|
|
2549
|
-
/**
|
|
2550
|
-
* API文档名称
|
|
2551
|
-
*/
|
|
2552
|
-
ApiDocName: string;
|
|
2553
|
-
/**
|
|
2554
|
-
* 服务名称
|
|
2555
|
-
*/
|
|
2556
|
-
ServiceId: string;
|
|
2557
|
-
/**
|
|
2558
|
-
* 环境名称
|
|
2559
|
-
*/
|
|
2560
|
-
Environment: string;
|
|
2561
|
-
/**
|
|
2562
|
-
* 生成文档的API列表
|
|
2563
|
-
*/
|
|
2564
|
-
ApiIds: Array<string>;
|
|
2565
|
-
/**
|
|
2566
|
-
* API文档ID
|
|
2567
|
-
*/
|
|
2568
|
-
ApiDocId: string;
|
|
2569
|
-
}
|
|
2570
2561
|
/**
|
|
2571
2562
|
* UnBindIPStrategy请求参数结构体
|
|
2572
2563
|
*/
|
|
@@ -4565,20 +4556,6 @@ export interface CreateExclusiveInstancesRequest {
|
|
|
4565
4556
|
* DescribeExclusiveInstanceRegions请求参数结构体
|
|
4566
4557
|
*/
|
|
4567
4558
|
export type DescribeExclusiveInstanceRegionsRequest = null;
|
|
4568
|
-
/**
|
|
4569
|
-
* DescribeApiApp返回参数结构体
|
|
4570
|
-
*/
|
|
4571
|
-
export interface DescribeApiAppResponse {
|
|
4572
|
-
/**
|
|
4573
|
-
* 应用详情。
|
|
4574
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4575
|
-
*/
|
|
4576
|
-
Result?: ApiAppInfos;
|
|
4577
|
-
/**
|
|
4578
|
-
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
4579
|
-
*/
|
|
4580
|
-
RequestId?: string;
|
|
4581
|
-
}
|
|
4582
4559
|
/**
|
|
4583
4560
|
* DescribeServiceSubDomainMappings返回参数结构体
|
|
4584
4561
|
*/
|
|
@@ -4850,7 +4827,7 @@ export interface ModifyPluginResponse {
|
|
|
4850
4827
|
/**
|
|
4851
4828
|
* 修改操作是否成功。
|
|
4852
4829
|
*/
|
|
4853
|
-
Result
|
|
4830
|
+
Result?: boolean;
|
|
4854
4831
|
/**
|
|
4855
4832
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
4856
4833
|
*/
|
|
@@ -1200,6 +1200,22 @@ export interface ApmAppConfig {
|
|
|
1200
1200
|
* <p>是否默认使用探针自带熔断阈值</p>
|
|
1201
1201
|
*/
|
|
1202
1202
|
UseDefaultFuseConfig?: boolean;
|
|
1203
|
+
/**
|
|
1204
|
+
* <p>是否开启自动分析</p>
|
|
1205
|
+
*/
|
|
1206
|
+
AnalysisAutoEnable?: boolean;
|
|
1207
|
+
/**
|
|
1208
|
+
* <p>头采样开关</p>
|
|
1209
|
+
*/
|
|
1210
|
+
EnableHeadSampler?: boolean;
|
|
1211
|
+
/**
|
|
1212
|
+
* <p>头采样类型</p><p>枚举值:</p><ul><li>parentbased_traceidratio: 跟随父类型</li></ul>
|
|
1213
|
+
*/
|
|
1214
|
+
HeadSamplerType?: string;
|
|
1215
|
+
/**
|
|
1216
|
+
* <p>采样阈值,100等于关闭采样,0表示全采样</p>
|
|
1217
|
+
*/
|
|
1218
|
+
HeadSamplerArg?: number;
|
|
1203
1219
|
}
|
|
1204
1220
|
/**
|
|
1205
1221
|
* CreateApmSampleConfig返回参数结构体
|
|
@@ -3443,6 +3459,18 @@ export interface ModifyApmApplicationConfigRequest {
|
|
|
3443
3459
|
* <p>是否使用探针默认熔断阈值</p>
|
|
3444
3460
|
*/
|
|
3445
3461
|
UseDefaultFuseConfig?: boolean;
|
|
3462
|
+
/**
|
|
3463
|
+
* <p>是否开启探针头采样</p>
|
|
3464
|
+
*/
|
|
3465
|
+
EnableHeadSampler?: boolean;
|
|
3466
|
+
/**
|
|
3467
|
+
* <p>头采样类型</p><p>枚举值:</p><ul><li>parentbased_traceidratio: 跟随parent</li></ul>
|
|
3468
|
+
*/
|
|
3469
|
+
HeadSamplerType?: string;
|
|
3470
|
+
/**
|
|
3471
|
+
* <p>采样率</p><p>取值范围:[0, 100]</p><p>默认值:100</p>
|
|
3472
|
+
*/
|
|
3473
|
+
HeadSamplerArg?: number;
|
|
3446
3474
|
}
|
|
3447
3475
|
/**
|
|
3448
3476
|
* ModifyGeneralApmApplicationConfig返回参数结构体
|
|
@@ -12,7 +12,7 @@ export interface ResetDeviceAccountPasswordResponse {
|
|
|
12
12
|
*/
|
|
13
13
|
export interface CreateUserDirectoryResponse {
|
|
14
14
|
/**
|
|
15
|
-
*
|
|
15
|
+
* <p>目录Id</p>
|
|
16
16
|
*/
|
|
17
17
|
Id?: number;
|
|
18
18
|
/**
|
|
@@ -219,25 +219,29 @@ export interface DescribeDeviceGroupsResponse {
|
|
|
219
219
|
*/
|
|
220
220
|
export interface UserOrg {
|
|
221
221
|
/**
|
|
222
|
-
* ioa用户组织id
|
|
222
|
+
* <p>ioa用户组织id</p>
|
|
223
223
|
*/
|
|
224
224
|
OrgId: number;
|
|
225
225
|
/**
|
|
226
|
-
* ioa
|
|
226
|
+
* <p>ioa用户组织名称</p>
|
|
227
227
|
*/
|
|
228
228
|
OrgName: string;
|
|
229
229
|
/**
|
|
230
|
-
* ioa用户组织id
|
|
230
|
+
* <p>ioa用户组织id路径</p>
|
|
231
231
|
*/
|
|
232
232
|
OrgIdPath: string;
|
|
233
233
|
/**
|
|
234
|
-
* ioa
|
|
234
|
+
* <p>ioa用户组织名称路径</p>
|
|
235
235
|
*/
|
|
236
236
|
OrgNamePath: string;
|
|
237
237
|
/**
|
|
238
|
-
* ioa用户组织id
|
|
238
|
+
* <p>ioa用户组织id下的用户数</p>
|
|
239
239
|
*/
|
|
240
240
|
UserTotal?: number;
|
|
241
|
+
/**
|
|
242
|
+
* <p>组织绑定的用户组 id 列表</p>
|
|
243
|
+
*/
|
|
244
|
+
BindGroupIds?: Array<number | bigint>;
|
|
241
245
|
}
|
|
242
246
|
/**
|
|
243
247
|
* DeleteCmdTemplates返回参数结构体
|
|
@@ -1103,29 +1107,37 @@ export interface BindDeviceResourceResponse {
|
|
|
1103
1107
|
*/
|
|
1104
1108
|
export interface CreateUserDirectoryRequest {
|
|
1105
1109
|
/**
|
|
1106
|
-
*
|
|
1110
|
+
* <p>目录id</p>
|
|
1107
1111
|
*/
|
|
1108
1112
|
DirId: number;
|
|
1109
1113
|
/**
|
|
1110
|
-
*
|
|
1114
|
+
* <p>目录名称</p>
|
|
1111
1115
|
*/
|
|
1112
1116
|
DirName: string;
|
|
1113
1117
|
/**
|
|
1114
|
-
* ioa
|
|
1118
|
+
* <p>ioa分组信息</p>
|
|
1115
1119
|
*/
|
|
1116
1120
|
UserOrgSet: Array<UserOrg>;
|
|
1117
1121
|
/**
|
|
1118
|
-
* ioa
|
|
1122
|
+
* <p>ioa关联用户源类型</p>
|
|
1119
1123
|
*/
|
|
1120
1124
|
Source: number;
|
|
1121
1125
|
/**
|
|
1122
|
-
* ioa
|
|
1126
|
+
* <p>ioa关联用户源名称</p>
|
|
1123
1127
|
*/
|
|
1124
1128
|
SourceName: string;
|
|
1125
1129
|
/**
|
|
1126
|
-
*
|
|
1130
|
+
* <p>目录包含用户数</p>
|
|
1127
1131
|
*/
|
|
1128
1132
|
UserCount?: number;
|
|
1133
|
+
/**
|
|
1134
|
+
* <p>是否开启自动同步</p>
|
|
1135
|
+
*/
|
|
1136
|
+
AutoSync?: boolean;
|
|
1137
|
+
/**
|
|
1138
|
+
* <p>同步周期(5段式 crontab 表达式)</p>
|
|
1139
|
+
*/
|
|
1140
|
+
SyncCron?: string;
|
|
1129
1141
|
}
|
|
1130
1142
|
/**
|
|
1131
1143
|
* EnableExternalAccess请求参数结构体
|
|
@@ -1451,25 +1463,29 @@ export interface BindDeviceAccountPrivateKeyResponse {
|
|
|
1451
1463
|
*/
|
|
1452
1464
|
export interface IOAUserGroup {
|
|
1453
1465
|
/**
|
|
1454
|
-
* ioa用户组织id
|
|
1466
|
+
* <p>ioa用户组织id</p>
|
|
1455
1467
|
*/
|
|
1456
1468
|
OrgId?: number;
|
|
1457
1469
|
/**
|
|
1458
|
-
* ioa
|
|
1470
|
+
* <p>ioa用户组织名称</p>
|
|
1459
1471
|
*/
|
|
1460
1472
|
OrgName?: string;
|
|
1461
1473
|
/**
|
|
1462
|
-
* ioa用户组织id
|
|
1474
|
+
* <p>ioa用户组织id路径</p>
|
|
1463
1475
|
*/
|
|
1464
1476
|
OrgIdPath?: string;
|
|
1465
1477
|
/**
|
|
1466
|
-
* ioa
|
|
1478
|
+
* <p>ioa用户组织名称路径</p>
|
|
1467
1479
|
*/
|
|
1468
1480
|
OrgNamePath?: string;
|
|
1469
1481
|
/**
|
|
1470
|
-
* ioa
|
|
1482
|
+
* <p>ioa关联用户源类型</p>
|
|
1471
1483
|
*/
|
|
1472
1484
|
Source?: number;
|
|
1485
|
+
/**
|
|
1486
|
+
* <p>用户所属目录</p>
|
|
1487
|
+
*/
|
|
1488
|
+
UserDirName?: string;
|
|
1473
1489
|
}
|
|
1474
1490
|
/**
|
|
1475
1491
|
* SearchCommandBySid请求参数结构体
|
|
@@ -1988,11 +2004,11 @@ export interface DisableClientTcpAccessRequest {
|
|
|
1988
2004
|
*/
|
|
1989
2005
|
export interface DescribeUserDirectoryResponse {
|
|
1990
2006
|
/**
|
|
1991
|
-
*
|
|
2007
|
+
* <p>用户目录集</p>
|
|
1992
2008
|
*/
|
|
1993
2009
|
UserDirSet?: Array<UserDirectory>;
|
|
1994
2010
|
/**
|
|
1995
|
-
*
|
|
2011
|
+
* <p>用户目录集总数</p>
|
|
1996
2012
|
*/
|
|
1997
2013
|
TotalCount?: number;
|
|
1998
2014
|
/**
|
|
@@ -3544,37 +3560,49 @@ export interface DescribeUserGroupMembersResponse {
|
|
|
3544
3560
|
*/
|
|
3545
3561
|
export interface UserDirectory {
|
|
3546
3562
|
/**
|
|
3547
|
-
*
|
|
3563
|
+
* <p>目录id</p>
|
|
3548
3564
|
*/
|
|
3549
3565
|
Id?: number;
|
|
3550
3566
|
/**
|
|
3551
|
-
* ioa目录id
|
|
3567
|
+
* <p>ioa目录id</p>
|
|
3552
3568
|
*/
|
|
3553
3569
|
DirId?: number;
|
|
3554
3570
|
/**
|
|
3555
|
-
* ioa
|
|
3571
|
+
* <p>ioa目录名称</p>
|
|
3556
3572
|
*/
|
|
3557
3573
|
DirName?: string;
|
|
3558
3574
|
/**
|
|
3559
|
-
* ioa
|
|
3575
|
+
* <p>ioa关联用户源类型</p>
|
|
3560
3576
|
*/
|
|
3561
3577
|
Source?: number;
|
|
3562
3578
|
/**
|
|
3563
|
-
* ioa
|
|
3579
|
+
* <p>ioa关联用户源名称</p>
|
|
3564
3580
|
*/
|
|
3565
3581
|
SourceName?: string;
|
|
3566
3582
|
/**
|
|
3567
|
-
*
|
|
3583
|
+
* <p>目录包含用户数</p>
|
|
3568
3584
|
*/
|
|
3569
3585
|
UserTotal?: number;
|
|
3570
3586
|
/**
|
|
3571
|
-
*
|
|
3587
|
+
* <p>目录接入时间</p>
|
|
3572
3588
|
*/
|
|
3573
3589
|
CreateTime?: string;
|
|
3574
3590
|
/**
|
|
3575
|
-
*
|
|
3591
|
+
* <p>目录下的组织细节信息</p>
|
|
3576
3592
|
*/
|
|
3577
3593
|
UserOrgSet?: Array<UserOrg>;
|
|
3594
|
+
/**
|
|
3595
|
+
* <p>是否开启自动同步</p>
|
|
3596
|
+
*/
|
|
3597
|
+
AutoSync?: boolean;
|
|
3598
|
+
/**
|
|
3599
|
+
* <p>同步周期(5段式 crontab 表达式)</p>
|
|
3600
|
+
*/
|
|
3601
|
+
SyncCron?: string;
|
|
3602
|
+
/**
|
|
3603
|
+
* <p>下次同步时间</p><p>参数格式:2026-06-05T11:30:00+08:00</p>
|
|
3604
|
+
*/
|
|
3605
|
+
NextSyncTime?: string;
|
|
3578
3606
|
}
|
|
3579
3607
|
/**
|
|
3580
3608
|
* DescribeSecuritySetting返回参数结构体
|
|
@@ -4851,11 +4879,11 @@ export interface DescribeUserGroupsResponse {
|
|
|
4851
4879
|
*/
|
|
4852
4880
|
export interface DescribeUserDirectoryRequest {
|
|
4853
4881
|
/**
|
|
4854
|
-
*
|
|
4882
|
+
* <p>分页大小</p>
|
|
4855
4883
|
*/
|
|
4856
4884
|
Limit?: number;
|
|
4857
4885
|
/**
|
|
4858
|
-
*
|
|
4886
|
+
* <p>分页偏移</p>
|
|
4859
4887
|
*/
|
|
4860
4888
|
Offset?: number;
|
|
4861
4889
|
}
|
|
@@ -6333,13 +6361,21 @@ export interface EnableIntranetAccessResponse {
|
|
|
6333
6361
|
*/
|
|
6334
6362
|
export interface ModifyUserDirectoryRequest {
|
|
6335
6363
|
/**
|
|
6336
|
-
*
|
|
6364
|
+
* <p>目录id</p>
|
|
6337
6365
|
*/
|
|
6338
6366
|
Id: number;
|
|
6339
6367
|
/**
|
|
6340
|
-
* ioa
|
|
6368
|
+
* <p>ioa分组信息</p>
|
|
6341
6369
|
*/
|
|
6342
6370
|
UserOrgSet: Array<UserOrg>;
|
|
6371
|
+
/**
|
|
6372
|
+
* <p>是否开启自动同步</p>
|
|
6373
|
+
*/
|
|
6374
|
+
AutoSync?: boolean;
|
|
6375
|
+
/**
|
|
6376
|
+
* <p>同步周期(5段式 crontab 表达式)</p>
|
|
6377
|
+
*/
|
|
6378
|
+
SyncCron?: string;
|
|
6343
6379
|
}
|
|
6344
6380
|
/**
|
|
6345
6381
|
* DisableWebAccess返回参数结构体
|
|
@@ -4016,154 +4016,157 @@ export interface BillDetailAssociatedOrder {
|
|
|
4016
4016
|
*/
|
|
4017
4017
|
export interface BillDetail {
|
|
4018
4018
|
/**
|
|
4019
|
-
*
|
|
4019
|
+
* <p>产品名称:用户所采购的各类云产品,例如:云服务器 CVM</p>
|
|
4020
4020
|
*/
|
|
4021
4021
|
BusinessCodeName?: string;
|
|
4022
4022
|
/**
|
|
4023
|
-
*
|
|
4023
|
+
* <p>子产品名称:用户采购的具体产品细分类型,例如:云服务器 CVM-标准型 S1</p>
|
|
4024
4024
|
*/
|
|
4025
4025
|
ProductCodeName?: string;
|
|
4026
4026
|
/**
|
|
4027
|
-
*
|
|
4027
|
+
* <p>计费模式:资源的计费模式,区分为包年包月和按量计费</p>
|
|
4028
4028
|
*/
|
|
4029
4029
|
PayModeName?: string;
|
|
4030
4030
|
/**
|
|
4031
|
-
*
|
|
4031
|
+
* <p>项目名称:资源归属的项目,用户在控制台给资源自主分配项目,未分配则是默认项目</p>
|
|
4032
4032
|
*/
|
|
4033
4033
|
ProjectName?: string;
|
|
4034
4034
|
/**
|
|
4035
|
-
*
|
|
4035
|
+
* <p>地域:资源所属地域,如华南地区(广州)</p>
|
|
4036
4036
|
*/
|
|
4037
4037
|
RegionName?: string;
|
|
4038
4038
|
/**
|
|
4039
|
-
*
|
|
4039
|
+
* <p>可用区:资源所属可用区,如广州三区</p>
|
|
4040
4040
|
*/
|
|
4041
4041
|
ZoneName?: string;
|
|
4042
4042
|
/**
|
|
4043
|
-
*
|
|
4043
|
+
* <p>资源 ID:账单中出账对象 ID,不同产品因资源形态不同,资源内容不完全相同,如云服务器 CVM 为对应的实例 ID</p>
|
|
4044
4044
|
*/
|
|
4045
4045
|
ResourceId?: string;
|
|
4046
4046
|
/**
|
|
4047
|
-
*
|
|
4047
|
+
* <p>资源别名:用户在控制台为资源设置的名称,如果未设置,则默认为空</p>
|
|
4048
4048
|
*/
|
|
4049
4049
|
ResourceName?: string;
|
|
4050
4050
|
/**
|
|
4051
|
-
*
|
|
4051
|
+
* <p>交易类型,如包年包月新购、包年包月续费、按量计费扣费等类型</p>
|
|
4052
4052
|
*/
|
|
4053
4053
|
ActionTypeName?: string;
|
|
4054
4054
|
/**
|
|
4055
|
-
*
|
|
4056
|
-
|
|
4055
|
+
* <p>订单ID:包年包月计费模式下对应子订单号。后付费计费模式下账单费用不存在订单概念,可忽略此参数。</p>
|
|
4057
4056
|
*/
|
|
4058
4057
|
OrderId?: string;
|
|
4059
4058
|
/**
|
|
4060
|
-
*
|
|
4059
|
+
* <p>交易ID:结算扣费单号</p>
|
|
4061
4060
|
*/
|
|
4062
4061
|
BillId?: string;
|
|
4063
4062
|
/**
|
|
4064
|
-
*
|
|
4063
|
+
* <p>扣费时间:结算扣费时间</p>
|
|
4065
4064
|
*/
|
|
4066
4065
|
PayTime?: string;
|
|
4067
4066
|
/**
|
|
4068
|
-
*
|
|
4067
|
+
* <p>开始使用时间:产品服务开始使用时间</p>
|
|
4069
4068
|
*/
|
|
4070
4069
|
FeeBeginTime?: string;
|
|
4071
4070
|
/**
|
|
4072
|
-
*
|
|
4071
|
+
* <p>结束使用时间:产品服务结束使用时间</p>
|
|
4073
4072
|
*/
|
|
4074
4073
|
FeeEndTime?: string;
|
|
4075
4074
|
/**
|
|
4076
|
-
*
|
|
4075
|
+
* <p>组件列表</p>
|
|
4077
4076
|
*/
|
|
4078
4077
|
ComponentSet?: Array<BillDetailComponent>;
|
|
4079
4078
|
/**
|
|
4080
|
-
*
|
|
4079
|
+
* <p>支付者UIN:支付者的账号 ID,账号 ID 是用户在腾讯云的唯一账号标识</p>
|
|
4081
4080
|
*/
|
|
4082
4081
|
PayerUin?: string;
|
|
4083
4082
|
/**
|
|
4084
|
-
*
|
|
4083
|
+
* <p>使用者UIN:实际使用资源的账号 ID</p>
|
|
4085
4084
|
*/
|
|
4086
4085
|
OwnerUin?: string;
|
|
4087
4086
|
/**
|
|
4088
|
-
*
|
|
4087
|
+
* <p>操作者UIN:操作者账号 ID(预付费资源下单或后付费操作开通资源账号的 ID 或者角色 ID )</p>
|
|
4089
4088
|
*/
|
|
4090
4089
|
OperateUin?: string;
|
|
4091
4090
|
/**
|
|
4092
|
-
*
|
|
4091
|
+
* <p>标签信息</p>
|
|
4093
4092
|
*/
|
|
4094
4093
|
Tags?: Array<BillTagInfo>;
|
|
4095
4094
|
/**
|
|
4096
|
-
*
|
|
4095
|
+
* <p>产品编码</p>
|
|
4097
4096
|
*/
|
|
4098
4097
|
BusinessCode?: string;
|
|
4099
4098
|
/**
|
|
4100
|
-
*
|
|
4099
|
+
* <p>子产品编码</p>
|
|
4101
4100
|
*/
|
|
4102
4101
|
ProductCode?: string;
|
|
4103
4102
|
/**
|
|
4104
|
-
*
|
|
4103
|
+
* <p>交易类型编码</p>
|
|
4105
4104
|
*/
|
|
4106
4105
|
ActionType?: string;
|
|
4107
4106
|
/**
|
|
4108
|
-
*
|
|
4107
|
+
* <p>地域ID</p>
|
|
4109
4108
|
*/
|
|
4110
4109
|
RegionId?: string;
|
|
4111
4110
|
/**
|
|
4112
|
-
*
|
|
4111
|
+
* <p>项目ID</p>
|
|
4113
4112
|
*/
|
|
4114
4113
|
ProjectId?: number;
|
|
4115
4114
|
/**
|
|
4116
|
-
*
|
|
4115
|
+
* <p>价格属性:该组件除单价、时长外的其他影响折扣定价的属性信息</p>
|
|
4117
4116
|
*/
|
|
4118
4117
|
PriceInfo?: Array<string>;
|
|
4119
4118
|
/**
|
|
4120
|
-
*
|
|
4119
|
+
* <p>关联交易单据ID:和本笔交易关联单据 ID,如,冲销订单,记录原订单、重结订单,退费单记录对应的原购买订单号</p>
|
|
4121
4120
|
*/
|
|
4122
4121
|
AssociatedOrder?: BillDetailAssociatedOrder;
|
|
4123
4122
|
/**
|
|
4124
|
-
*
|
|
4123
|
+
* <p>计算说明:特殊交易类型计费结算的详细计算说明,如退费及变配</p>
|
|
4125
4124
|
*/
|
|
4126
4125
|
Formula?: string;
|
|
4127
4126
|
/**
|
|
4128
|
-
*
|
|
4127
|
+
* <p>计费规则:各产品详细的计费规则官网说明链接</p>
|
|
4129
4128
|
*/
|
|
4130
4129
|
FormulaUrl?: string;
|
|
4131
4130
|
/**
|
|
4132
|
-
*
|
|
4131
|
+
* <p>账单归属日</p>
|
|
4133
4132
|
*/
|
|
4134
4133
|
BillDay?: string;
|
|
4135
4134
|
/**
|
|
4136
|
-
*
|
|
4135
|
+
* <p>账单归属月</p>
|
|
4137
4136
|
*/
|
|
4138
4137
|
BillMonth?: string;
|
|
4139
4138
|
/**
|
|
4140
|
-
*
|
|
4139
|
+
* <p>账单记录ID</p>
|
|
4141
4140
|
*/
|
|
4142
4141
|
Id?: string;
|
|
4143
4142
|
/**
|
|
4144
|
-
*
|
|
4143
|
+
* <p>国内国际编码</p>
|
|
4145
4144
|
*/
|
|
4146
4145
|
RegionType?: string;
|
|
4147
4146
|
/**
|
|
4148
|
-
*
|
|
4147
|
+
* <p>国内国际:资源所属区域类型(国内、国际)</p>
|
|
4149
4148
|
*/
|
|
4150
4149
|
RegionTypeName?: string;
|
|
4151
4150
|
/**
|
|
4152
|
-
*
|
|
4151
|
+
* <p>备注属性(实例配置):其他备注信息,如预留实例的预留实例类型和交易类型、CCN 产品的两端地域信息</p>
|
|
4153
4152
|
*/
|
|
4154
4153
|
ReserveDetail?: string;
|
|
4155
4154
|
/**
|
|
4156
|
-
*
|
|
4155
|
+
* <p>优惠对象</p>
|
|
4157
4156
|
*/
|
|
4158
4157
|
DiscountObject?: string;
|
|
4159
4158
|
/**
|
|
4160
|
-
*
|
|
4159
|
+
* <p>优惠类型</p>
|
|
4161
4160
|
*/
|
|
4162
4161
|
DiscountType?: string;
|
|
4163
4162
|
/**
|
|
4164
|
-
*
|
|
4163
|
+
* <p>优惠内容</p>
|
|
4165
4164
|
*/
|
|
4166
4165
|
DiscountContent?: string;
|
|
4166
|
+
/**
|
|
4167
|
+
* <p>资源扩展信息:体现资源维度的扩展信息,与L2账单的扩展字段信息保持一致。</p>
|
|
4168
|
+
*/
|
|
4169
|
+
ExtendField?: string;
|
|
4167
4170
|
}
|
|
4168
4171
|
/**
|
|
4169
4172
|
* DescribeBillDetail返回参数结构体
|