tencentcloud-sdk-nodejs 4.0.1015 → 4.0.1017
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/CHANGELOG.md +190 -0
- package/SERVICE_CHANGELOG.md +160 -1235
- package/package.json +1 -1
- package/products.md +16 -16
- package/src/common/sdk_version.ts +1 -1
- package/src/services/cdwdoris/v20211228/cdwdoris_models.ts +20 -9
- package/src/services/cfs/v20190719/cfs_client.ts +19 -7
- package/src/services/cfs/v20190719/cfs_models.ts +52 -28
- package/src/services/cvm/v20170312/cvm_models.ts +24 -4
- package/src/services/faceid/v20180301/faceid_models.ts +7 -7
- package/src/services/iotexplorer/v20190423/iotexplorer_client.ts +17 -4
- package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +156 -40
- package/src/services/lcic/v20220817/lcic_client.ts +1 -1
- package/src/services/lcic/v20220817/lcic_models.ts +1 -1
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +8 -0
- package/src/services/mps/v20190612/mps_models.ts +2 -5
- package/src/services/postgres/v20170312/postgres_models.ts +30 -16
- package/src/services/rum/v20210622/rum_models.ts +0 -1
- package/src/services/scf/v20180416/scf_models.ts +2 -2
- package/src/services/trro/v20220325/trro_models.ts +6 -6
- package/src/services/trtc/v20190722/trtc_models.ts +4 -0
- package/src/services/tse/v20201207/tse_client.ts +17 -4
- package/src/services/tse/v20201207/tse_models.ts +105 -64
- package/src/services/vpc/v20170312/vpc_client.ts +5179 -7
- package/src/services/vpc/v20170312/vpc_models.ts +18815 -9
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_models.d.ts +20 -9
- package/tencentcloud/services/cfs/v20190719/cfs_client.d.ts +7 -3
- package/tencentcloud/services/cfs/v20190719/cfs_client.js +9 -3
- package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +50 -28
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +24 -4
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +7 -7
- 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 +153 -40
- package/tencentcloud/services/lcic/v20220817/lcic_client.d.ts +1 -1
- package/tencentcloud/services/lcic/v20220817/lcic_client.js +1 -1
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +1 -1
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +8 -0
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +2 -5
- package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +30 -16
- package/tencentcloud/services/rum/v20210622/rum_models.d.ts +0 -1
- package/tencentcloud/services/scf/v20180416/scf_models.d.ts +2 -2
- package/tencentcloud/services/trro/v20220325/trro_models.d.ts +6 -6
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +4 -0
- package/tencentcloud/services/tse/v20201207/tse_client.d.ts +5 -1
- package/tencentcloud/services/tse/v20201207/tse_client.js +6 -0
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +102 -64
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +1895 -3
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +2669 -3
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +17875 -9
- package/test/cfs.v20190719.test.js +12 -2
- package/test/iotexplorer.v20190423.test.js +10 -0
- package/test/tse.v20201207.test.js +10 -0
- package/test/vpc.v20170312.test.js +3872 -2
|
@@ -1349,31 +1349,21 @@ export interface CreateGovernanceServicesRequest {
|
|
|
1349
1349
|
GovernanceServices: Array<GovernanceServiceInput>;
|
|
1350
1350
|
}
|
|
1351
1351
|
/**
|
|
1352
|
-
*
|
|
1352
|
+
* ModifyCloudNativeAPIGatewayServiceRateLimit请求参数结构体
|
|
1353
1353
|
*/
|
|
1354
|
-
export interface
|
|
1355
|
-
/**
|
|
1356
|
-
* 指标类型
|
|
1357
|
-
- Resource
|
|
1358
|
-
*/
|
|
1359
|
-
Type?: string;
|
|
1354
|
+
export interface ModifyCloudNativeAPIGatewayServiceRateLimitRequest {
|
|
1360
1355
|
/**
|
|
1361
|
-
*
|
|
1362
|
-
- cpu
|
|
1363
|
-
- memory
|
|
1364
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1356
|
+
* 网关ID
|
|
1365
1357
|
*/
|
|
1366
|
-
|
|
1358
|
+
GatewayId: string;
|
|
1367
1359
|
/**
|
|
1368
|
-
*
|
|
1369
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1360
|
+
* 服务名称,或服务ID
|
|
1370
1361
|
*/
|
|
1371
|
-
|
|
1362
|
+
Name: string;
|
|
1372
1363
|
/**
|
|
1373
|
-
*
|
|
1374
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1364
|
+
* 限流配置
|
|
1375
1365
|
*/
|
|
1376
|
-
|
|
1366
|
+
LimitDetail: CloudNativeAPIGatewayRateLimitDetail;
|
|
1377
1367
|
}
|
|
1378
1368
|
/**
|
|
1379
1369
|
* 云原生网关分组信息
|
|
@@ -1455,43 +1445,21 @@ export interface ModifyNetworkAccessStrategyResponse {
|
|
|
1455
1445
|
RequestId?: string;
|
|
1456
1446
|
}
|
|
1457
1447
|
/**
|
|
1458
|
-
*
|
|
1448
|
+
* RestartSREInstance请求参数结构体
|
|
1459
1449
|
*/
|
|
1460
|
-
export interface
|
|
1461
|
-
/**
|
|
1462
|
-
* 网关实例ID
|
|
1463
|
-
*/
|
|
1464
|
-
GatewayId: string;
|
|
1465
|
-
/**
|
|
1466
|
-
* 策略ID
|
|
1467
|
-
*/
|
|
1468
|
-
StrategyId: string;
|
|
1469
|
-
/**
|
|
1470
|
-
* 策略名称
|
|
1471
|
-
*/
|
|
1472
|
-
StrategyName?: string;
|
|
1473
|
-
/**
|
|
1474
|
-
* 策略描述
|
|
1475
|
-
*/
|
|
1476
|
-
Description?: string;
|
|
1477
|
-
/**
|
|
1478
|
-
* 指标伸缩配置
|
|
1479
|
-
*/
|
|
1480
|
-
Config?: CloudNativeAPIGatewayStrategyAutoScalerConfig;
|
|
1450
|
+
export interface RestartSREInstanceRequest {
|
|
1481
1451
|
/**
|
|
1482
|
-
*
|
|
1483
|
-
* @deprecated
|
|
1452
|
+
* 微服务引擎实例Id
|
|
1484
1453
|
*/
|
|
1485
|
-
|
|
1454
|
+
InstanceId: string;
|
|
1486
1455
|
/**
|
|
1487
|
-
*
|
|
1488
|
-
* @deprecated
|
|
1456
|
+
* 重启的环境类型(PROD,DEV,UAT等)
|
|
1489
1457
|
*/
|
|
1490
|
-
|
|
1458
|
+
EnvTypes?: Array<string>;
|
|
1491
1459
|
/**
|
|
1492
|
-
*
|
|
1460
|
+
* 指定需要重启的实例节点(当前仅支持zk单节点重启)
|
|
1493
1461
|
*/
|
|
1494
|
-
|
|
1462
|
+
NodeName?: string;
|
|
1495
1463
|
}
|
|
1496
1464
|
/**
|
|
1497
1465
|
* UnbindAutoScalerResourceStrategyFromGroups请求参数结构体
|
|
@@ -4324,6 +4292,20 @@ export interface RollbackConfigFileReleasesRequest {
|
|
|
4324
4292
|
*/
|
|
4325
4293
|
RollbackConfigFileReleases: Array<ConfigFileRelease>;
|
|
4326
4294
|
}
|
|
4295
|
+
/**
|
|
4296
|
+
* DescribeCloudNativeAPIGatewayInfoByIp返回参数结构体
|
|
4297
|
+
*/
|
|
4298
|
+
export interface DescribeCloudNativeAPIGatewayInfoByIpResponse {
|
|
4299
|
+
/**
|
|
4300
|
+
* 出参
|
|
4301
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4302
|
+
*/
|
|
4303
|
+
Result?: DescribeInstanceInfoByIpResult;
|
|
4304
|
+
/**
|
|
4305
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
4306
|
+
*/
|
|
4307
|
+
RequestId?: string;
|
|
4308
|
+
}
|
|
4327
4309
|
/**
|
|
4328
4310
|
* 灰度规则
|
|
4329
4311
|
*/
|
|
@@ -5158,6 +5140,21 @@ export interface CreateGatewayServiceResult {
|
|
|
5158
5140
|
*/
|
|
5159
5141
|
ServiceId?: string;
|
|
5160
5142
|
}
|
|
5143
|
+
/**
|
|
5144
|
+
* 根据公网IP查询云原生网关实例信息出参
|
|
5145
|
+
*/
|
|
5146
|
+
export interface DescribeInstanceInfoByIpResult {
|
|
5147
|
+
/**
|
|
5148
|
+
* 实例id
|
|
5149
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5150
|
+
*/
|
|
5151
|
+
GatewayId?: string;
|
|
5152
|
+
/**
|
|
5153
|
+
* 分组id
|
|
5154
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5155
|
+
*/
|
|
5156
|
+
GroupId?: string;
|
|
5157
|
+
}
|
|
5161
5158
|
/**
|
|
5162
5159
|
* DeleteEngine返回参数结构体
|
|
5163
5160
|
*/
|
|
@@ -6134,6 +6131,15 @@ export interface DescribeSREInstancesRequest {
|
|
|
6134
6131
|
*/
|
|
6135
6132
|
QuerySource?: string;
|
|
6136
6133
|
}
|
|
6134
|
+
/**
|
|
6135
|
+
* DescribeCloudNativeAPIGatewayInfoByIp请求参数结构体
|
|
6136
|
+
*/
|
|
6137
|
+
export interface DescribeCloudNativeAPIGatewayInfoByIpRequest {
|
|
6138
|
+
/**
|
|
6139
|
+
* 云原生网关的公网ip
|
|
6140
|
+
*/
|
|
6141
|
+
PublicNetworkIP: string;
|
|
6142
|
+
}
|
|
6137
6143
|
/**
|
|
6138
6144
|
* DescribeZookeeperReplicas返回参数结构体
|
|
6139
6145
|
*/
|
|
@@ -7446,21 +7452,31 @@ export interface ModifyNetworkBasicInfoRequest {
|
|
|
7446
7452
|
Description?: string;
|
|
7447
7453
|
}
|
|
7448
7454
|
/**
|
|
7449
|
-
*
|
|
7455
|
+
* 弹性伸缩配置指标
|
|
7450
7456
|
*/
|
|
7451
|
-
export interface
|
|
7457
|
+
export interface CloudNativeAPIGatewayStrategyAutoScalerConfigMetric {
|
|
7452
7458
|
/**
|
|
7453
|
-
*
|
|
7459
|
+
* 指标类型
|
|
7460
|
+
- Resource
|
|
7454
7461
|
*/
|
|
7455
|
-
|
|
7462
|
+
Type?: string;
|
|
7456
7463
|
/**
|
|
7457
|
-
*
|
|
7464
|
+
* 指标资源名称
|
|
7465
|
+
- cpu
|
|
7466
|
+
- memory
|
|
7467
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
7458
7468
|
*/
|
|
7459
|
-
|
|
7469
|
+
ResourceName?: string;
|
|
7460
7470
|
/**
|
|
7461
|
-
*
|
|
7471
|
+
* 指标目标类型,目前只支持百分比Utilization
|
|
7472
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
7462
7473
|
*/
|
|
7463
|
-
|
|
7474
|
+
TargetType?: string;
|
|
7475
|
+
/**
|
|
7476
|
+
* 指标目标值
|
|
7477
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
7478
|
+
*/
|
|
7479
|
+
TargetValue?: number;
|
|
7464
7480
|
}
|
|
7465
7481
|
/**
|
|
7466
7482
|
* DescribeCloudNativeAPIGatewayCanaryRules返回参数结构体
|
|
@@ -7784,21 +7800,43 @@ export interface Filter {
|
|
|
7784
7800
|
Values: Array<string>;
|
|
7785
7801
|
}
|
|
7786
7802
|
/**
|
|
7787
|
-
*
|
|
7803
|
+
* ModifyAutoScalerResourceStrategy请求参数结构体
|
|
7788
7804
|
*/
|
|
7789
|
-
export interface
|
|
7805
|
+
export interface ModifyAutoScalerResourceStrategyRequest {
|
|
7790
7806
|
/**
|
|
7791
|
-
*
|
|
7807
|
+
* 网关实例ID
|
|
7792
7808
|
*/
|
|
7793
|
-
|
|
7809
|
+
GatewayId: string;
|
|
7794
7810
|
/**
|
|
7795
|
-
*
|
|
7811
|
+
* 策略ID
|
|
7796
7812
|
*/
|
|
7797
|
-
|
|
7813
|
+
StrategyId: string;
|
|
7798
7814
|
/**
|
|
7799
|
-
*
|
|
7815
|
+
* 策略名称
|
|
7800
7816
|
*/
|
|
7801
|
-
|
|
7817
|
+
StrategyName?: string;
|
|
7818
|
+
/**
|
|
7819
|
+
* 策略描述
|
|
7820
|
+
*/
|
|
7821
|
+
Description?: string;
|
|
7822
|
+
/**
|
|
7823
|
+
* 指标伸缩配置
|
|
7824
|
+
*/
|
|
7825
|
+
Config?: CloudNativeAPIGatewayStrategyAutoScalerConfig;
|
|
7826
|
+
/**
|
|
7827
|
+
* 定时伸缩配置
|
|
7828
|
+
* @deprecated
|
|
7829
|
+
*/
|
|
7830
|
+
CronScalerConfig?: CloudNativeAPIGatewayStrategyCronScalerConfig;
|
|
7831
|
+
/**
|
|
7832
|
+
* 最大节点数
|
|
7833
|
+
* @deprecated
|
|
7834
|
+
*/
|
|
7835
|
+
MaxReplicas?: number;
|
|
7836
|
+
/**
|
|
7837
|
+
* 指标伸缩配置
|
|
7838
|
+
*/
|
|
7839
|
+
CronConfig?: CloudNativeAPIGatewayStrategyCronScalerConfig;
|
|
7802
7840
|
}
|
|
7803
7841
|
/**
|
|
7804
7842
|
* CreateOrUpdateConfigFileAndRelease返回参数结构体
|