tencentcloud-sdk-nodejs 4.1.126 → 4.1.128
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/ess/v20201111/ess_client.js +17 -2
- package/es/services/essbasic/index.js +2 -2
- package/es/services/ims/index.js +2 -2
- package/es/services/iotvideo/index.js +4 -4
- package/es/services/irp/index.js +2 -2
- package/es/services/sms/index.js +2 -2
- package/es/services/tbp/index.js +2 -2
- package/es/services/tcss/v20201101/tcss_client.js +12 -6
- package/es/services/tem/index.js +2 -2
- package/es/services/thpc/index.js +2 -2
- package/es/services/tke/index.js +2 -2
- package/es/services/tms/index.js +2 -2
- package/es/services/tsw/index.js +2 -2
- package/es/services/vm/index.js +2 -2
- package/es/services/vpc/v20170312/vpc_client.js +20 -8
- package/es/services/wedata/index.js +2 -2
- package/es/services/wedata/v20250806/wedata_client.js +246 -132
- package/es/services/yunsou/index.js +2 -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/cdb/v20170320/cdb_models.d.ts +24 -0
- package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_models.d.ts +4 -0
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +12 -0
- package/tencentcloud/services/cloudapp/v20220530/cloudapp_models.d.ts +20 -0
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +6 -3
- package/tencentcloud/services/dbbrain/v20191016/dbbrain_models.d.ts +6 -1
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.d.ts +1 -1
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.js +1 -1
- package/tencentcloud/services/dc/v20180410/dc_models.d.ts +40 -0
- package/tencentcloud/services/es/v20250101/es_client.d.ts +1 -1
- package/tencentcloud/services/es/v20250101/es_client.js +1 -1
- package/tencentcloud/services/es/v20250101/es_models.d.ts +1 -1
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +46 -14
- package/tencentcloud/services/ess/v20201111/ess_client.js +56 -14
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +304 -30
- package/tencentcloud/services/essbasic/index.d.ts +4 -4
- package/tencentcloud/services/essbasic/index.js +2 -2
- package/tencentcloud/services/ims/index.d.ts +4 -4
- package/tencentcloud/services/ims/index.js +2 -2
- package/tencentcloud/services/iotvideo/index.d.ts +6 -6
- package/tencentcloud/services/iotvideo/index.js +4 -4
- package/tencentcloud/services/irp/index.d.ts +4 -4
- package/tencentcloud/services/irp/index.js +2 -2
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +7 -0
- package/tencentcloud/services/lkeap/v20240522/lkeap_client.d.ts +6 -0
- package/tencentcloud/services/lkeap/v20240522/lkeap_client.js +6 -0
- package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +17 -9
- package/tencentcloud/services/mps/v20190612/mps_client.d.ts +1 -1
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +69 -9
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +3 -3
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +3 -3
- package/tencentcloud/services/postgres/v20170312/postgres_client.d.ts +2 -2
- package/tencentcloud/services/postgres/v20170312/postgres_client.js +2 -2
- package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +7 -7
- package/tencentcloud/services/sms/index.d.ts +4 -4
- package/tencentcloud/services/sms/index.js +2 -2
- package/tencentcloud/services/tbp/index.d.ts +4 -4
- package/tencentcloud/services/tbp/index.js +2 -2
- package/tencentcloud/services/tcss/v20201101/tcss_client.d.ts +15 -7
- package/tencentcloud/services/tcss/v20201101/tcss_client.js +21 -9
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +129 -81
- package/tencentcloud/services/tem/index.d.ts +4 -4
- package/tencentcloud/services/tem/index.js +2 -2
- package/tencentcloud/services/thpc/index.d.ts +4 -4
- package/tencentcloud/services/thpc/index.js +2 -2
- package/tencentcloud/services/tke/index.d.ts +4 -4
- package/tencentcloud/services/tke/index.js +2 -2
- package/tencentcloud/services/tms/index.d.ts +4 -4
- package/tencentcloud/services/tms/index.js +2 -2
- package/tencentcloud/services/tms/v20201229/tms_models.d.ts +2 -2
- package/tencentcloud/services/tsw/index.d.ts +4 -4
- package/tencentcloud/services/tsw/index.js +2 -2
- package/tencentcloud/services/vm/index.d.ts +4 -4
- package/tencentcloud/services/vm/index.js +2 -2
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +25 -9
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +36 -12
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +183 -75
- package/tencentcloud/services/vrs/v20200824/vrs_client.d.ts +1 -1
- package/tencentcloud/services/vrs/v20200824/vrs_client.js +1 -1
- package/tencentcloud/services/vrs/v20200824/vrs_models.d.ts +3 -7
- package/tencentcloud/services/wedata/index.d.ts +4 -4
- package/tencentcloud/services/wedata/index.js +2 -2
- package/tencentcloud/services/wedata/v20250806/wedata_client.d.ts +288 -136
- package/tencentcloud/services/wedata/v20250806/wedata_client.js +460 -232
- package/tencentcloud/services/wedata/v20250806/wedata_models.d.ts +7367 -4339
- package/tencentcloud/services/yunsou/index.d.ts +4 -4
- package/tencentcloud/services/yunsou/index.js +2 -2
|
@@ -892,6 +892,23 @@ export interface ResourceStatisticsItem {
|
|
|
892
892
|
*/
|
|
893
893
|
ResourceCount?: number;
|
|
894
894
|
}
|
|
895
|
+
/**
|
|
896
|
+
* DescribeServiceTemplateInstances请求参数结构体
|
|
897
|
+
*/
|
|
898
|
+
export interface DescribeServiceTemplateInstancesRequest {
|
|
899
|
+
/**
|
|
900
|
+
* 协议端口实例ID。例如:ppm-12345678。
|
|
901
|
+
*/
|
|
902
|
+
ServiceTemplateId: string;
|
|
903
|
+
/**
|
|
904
|
+
* 偏移量,默认为0。
|
|
905
|
+
*/
|
|
906
|
+
Offset?: number;
|
|
907
|
+
/**
|
|
908
|
+
* 返回数量,默认为20,最大值为100。
|
|
909
|
+
*/
|
|
910
|
+
Limit?: number;
|
|
911
|
+
}
|
|
895
912
|
/**
|
|
896
913
|
* ModifyVpcPeeringConnection请求参数结构体
|
|
897
914
|
*/
|
|
@@ -1402,7 +1419,7 @@ export interface DescribeVpcPrivateIpAddressesRequest {
|
|
|
1402
1419
|
*/
|
|
1403
1420
|
VpcId: string;
|
|
1404
1421
|
/**
|
|
1405
|
-
* 内网`IP`地址列表,批量查询单次请求最多支持`
|
|
1422
|
+
* 内网`IP`地址列表,批量查询单次请求最多支持`100`个。
|
|
1406
1423
|
*/
|
|
1407
1424
|
PrivateIpAddresses: Array<string>;
|
|
1408
1425
|
}
|
|
@@ -2368,17 +2385,21 @@ export interface CheckNetDetectStateRequest {
|
|
|
2368
2385
|
NextHopDestination?: string;
|
|
2369
2386
|
}
|
|
2370
2387
|
/**
|
|
2371
|
-
*
|
|
2388
|
+
* DescribeAddressTemplateInstances请求参数结构体
|
|
2372
2389
|
*/
|
|
2373
|
-
export interface
|
|
2390
|
+
export interface DescribeAddressTemplateInstancesRequest {
|
|
2374
2391
|
/**
|
|
2375
|
-
*
|
|
2392
|
+
* IP地址实例ID。例如:ipm-12345678。
|
|
2376
2393
|
*/
|
|
2377
|
-
|
|
2394
|
+
AddressTemplateId: string;
|
|
2378
2395
|
/**
|
|
2379
|
-
*
|
|
2396
|
+
* 偏移量,默认为0。
|
|
2380
2397
|
*/
|
|
2381
|
-
|
|
2398
|
+
Offset?: number;
|
|
2399
|
+
/**
|
|
2400
|
+
* 返回数量,默认为20,最大值为100。
|
|
2401
|
+
*/
|
|
2402
|
+
Limit?: number;
|
|
2382
2403
|
}
|
|
2383
2404
|
/**
|
|
2384
2405
|
* ModifyCustomerGatewayAttribute请求参数结构体
|
|
@@ -4595,17 +4616,16 @@ export interface DescribeFlowLogResponse {
|
|
|
4595
4616
|
RequestId?: string;
|
|
4596
4617
|
}
|
|
4597
4618
|
/**
|
|
4598
|
-
*
|
|
4619
|
+
* DisableGatewayFlowMonitor请求参数结构体
|
|
4599
4620
|
*/
|
|
4600
|
-
export interface
|
|
4601
|
-
/**
|
|
4602
|
-
* XML格式配置信息。
|
|
4603
|
-
*/
|
|
4604
|
-
CustomerGatewayConfiguration?: string;
|
|
4621
|
+
export interface DisableGatewayFlowMonitorRequest {
|
|
4605
4622
|
/**
|
|
4606
|
-
*
|
|
4623
|
+
* 网关实例ID,目前我们支持的网关实例类型有,
|
|
4624
|
+
专线网关实例ID,形如,`dcg-ltjahce6`;
|
|
4625
|
+
Nat网关实例ID,形如,`nat-ltjahce6`;
|
|
4626
|
+
VPN网关实例ID,形如,`vpn-ltjahce6`。
|
|
4607
4627
|
*/
|
|
4608
|
-
|
|
4628
|
+
GatewayId: string;
|
|
4609
4629
|
}
|
|
4610
4630
|
/**
|
|
4611
4631
|
* DescribeBandwidthPackages请求参数结构体
|
|
@@ -7090,6 +7110,47 @@ export interface AssignIpv6AddressesRequest {
|
|
|
7090
7110
|
*/
|
|
7091
7111
|
ClientToken?: string;
|
|
7092
7112
|
}
|
|
7113
|
+
/**
|
|
7114
|
+
* 路由表选择策略信息
|
|
7115
|
+
*/
|
|
7116
|
+
export interface RouteSelectionPolicy {
|
|
7117
|
+
/**
|
|
7118
|
+
* 云联网ID。
|
|
7119
|
+
*/
|
|
7120
|
+
CcnId?: string;
|
|
7121
|
+
/**
|
|
7122
|
+
* 路由表ID。
|
|
7123
|
+
*/
|
|
7124
|
+
RouteTableId?: string;
|
|
7125
|
+
/**
|
|
7126
|
+
* 路由表名称。
|
|
7127
|
+
*/
|
|
7128
|
+
RouteTableName?: string;
|
|
7129
|
+
/**
|
|
7130
|
+
* 实例类型。如VPC
|
|
7131
|
+
*/
|
|
7132
|
+
InstanceType?: string;
|
|
7133
|
+
/**
|
|
7134
|
+
* 实例名称。
|
|
7135
|
+
*/
|
|
7136
|
+
InstanceName?: string;
|
|
7137
|
+
/**
|
|
7138
|
+
* 源端cidr。
|
|
7139
|
+
*/
|
|
7140
|
+
SourceCidrBlock?: string;
|
|
7141
|
+
/**
|
|
7142
|
+
* 路由表描述。
|
|
7143
|
+
*/
|
|
7144
|
+
Description?: string;
|
|
7145
|
+
/**
|
|
7146
|
+
* 实例ID。
|
|
7147
|
+
*/
|
|
7148
|
+
InstanceId?: string;
|
|
7149
|
+
/**
|
|
7150
|
+
* 关联实例所属UIN(根账号)。
|
|
7151
|
+
*/
|
|
7152
|
+
InstanceUin?: string;
|
|
7153
|
+
}
|
|
7093
7154
|
/**
|
|
7094
7155
|
* CreateServiceTemplateGroup返回参数结构体
|
|
7095
7156
|
*/
|
|
@@ -7854,7 +7915,11 @@ export interface ModifyPrivateNatGatewayAttributeRequest {
|
|
|
7854
7915
|
/**
|
|
7855
7916
|
* 私网网关名称,可任意命名,但不得超过60个字符。
|
|
7856
7917
|
*/
|
|
7857
|
-
NatGatewayName
|
|
7918
|
+
NatGatewayName?: string;
|
|
7919
|
+
/**
|
|
7920
|
+
* 私网NAT实例是否开启删除保护
|
|
7921
|
+
*/
|
|
7922
|
+
DeletionProtectionEnabled?: boolean;
|
|
7858
7923
|
}
|
|
7859
7924
|
/**
|
|
7860
7925
|
* AssociateAddress返回参数结构体
|
|
@@ -8320,16 +8385,21 @@ export interface DescribeSnapshotPoliciesResponse {
|
|
|
8320
8385
|
RequestId?: string;
|
|
8321
8386
|
}
|
|
8322
8387
|
/**
|
|
8323
|
-
*
|
|
8388
|
+
* DescribeAddressTemplateGroupInstances请求参数结构体
|
|
8324
8389
|
*/
|
|
8325
|
-
export interface
|
|
8390
|
+
export interface DescribeAddressTemplateGroupInstancesRequest {
|
|
8326
8391
|
/**
|
|
8327
|
-
*
|
|
8328
|
-
专线网关实例ID,形如,`dcg-ltjahce6`;
|
|
8329
|
-
Nat网关实例ID,形如,`nat-ltjahce6`;
|
|
8330
|
-
VPN网关实例ID,形如,`vpn-ltjahce6`。
|
|
8392
|
+
* IP地址组实例ID。例如:ipmg-12345678。
|
|
8331
8393
|
*/
|
|
8332
|
-
|
|
8394
|
+
AddressTemplateGroupId: string;
|
|
8395
|
+
/**
|
|
8396
|
+
* 偏移量,默认为0。
|
|
8397
|
+
*/
|
|
8398
|
+
Offset?: number;
|
|
8399
|
+
/**
|
|
8400
|
+
* 返回数量,默认为20,最大值为100。
|
|
8401
|
+
*/
|
|
8402
|
+
Limit?: number;
|
|
8333
8403
|
}
|
|
8334
8404
|
/**
|
|
8335
8405
|
* DescribeCcnRouteTableBroadcastPolicys返回参数结构体
|
|
@@ -8784,6 +8854,15 @@ export interface DirectConnectGateway {
|
|
|
8784
8854
|
*/
|
|
8785
8855
|
GatewayAsn?: number;
|
|
8786
8856
|
}
|
|
8857
|
+
/**
|
|
8858
|
+
* DescribeAddressTemplateInstances返回参数结构体
|
|
8859
|
+
*/
|
|
8860
|
+
export interface DescribeAddressTemplateInstancesResponse {
|
|
8861
|
+
/**
|
|
8862
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
8863
|
+
*/
|
|
8864
|
+
RequestId?: string;
|
|
8865
|
+
}
|
|
8787
8866
|
/**
|
|
8788
8867
|
* DescribeProductQuota返回参数结构体
|
|
8789
8868
|
*/
|
|
@@ -10939,9 +11018,9 @@ export interface CreateVpnGatewaySslClientRequest {
|
|
|
10939
11018
|
Tags?: Array<Tag>;
|
|
10940
11019
|
}
|
|
10941
11020
|
/**
|
|
10942
|
-
*
|
|
11021
|
+
* DescribeServiceTemplateGroupInstances返回参数结构体
|
|
10943
11022
|
*/
|
|
10944
|
-
export interface
|
|
11023
|
+
export interface DescribeServiceTemplateGroupInstancesResponse {
|
|
10945
11024
|
/**
|
|
10946
11025
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
10947
11026
|
*/
|
|
@@ -12577,21 +12656,13 @@ export interface DisableRoutesRequest {
|
|
|
12577
12656
|
RouteItemIds?: Array<string>;
|
|
12578
12657
|
}
|
|
12579
12658
|
/**
|
|
12580
|
-
*
|
|
12659
|
+
* DescribeAddressTemplateGroupInstances返回参数结构体
|
|
12581
12660
|
*/
|
|
12582
|
-
export interface
|
|
12583
|
-
/**
|
|
12584
|
-
* VPC实例ID。形如:vpc-xxx。
|
|
12585
|
-
*/
|
|
12586
|
-
VpcId: string;
|
|
12587
|
-
/**
|
|
12588
|
-
* NAT网关ID。形如:nat-xxx
|
|
12589
|
-
*/
|
|
12590
|
-
NatGatewayId: string;
|
|
12661
|
+
export interface DescribeAddressTemplateGroupInstancesResponse {
|
|
12591
12662
|
/**
|
|
12592
|
-
*
|
|
12663
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
12593
12664
|
*/
|
|
12594
|
-
|
|
12665
|
+
RequestId?: string;
|
|
12595
12666
|
}
|
|
12596
12667
|
/**
|
|
12597
12668
|
* DescribeRouteTableAssociatedInstances请求参数结构体
|
|
@@ -12669,9 +12740,9 @@ export interface SetCcnRegionBandwidthLimitsRequest {
|
|
|
12669
12740
|
SetDefaultLimitFlag?: boolean;
|
|
12670
12741
|
}
|
|
12671
12742
|
/**
|
|
12672
|
-
*
|
|
12743
|
+
* DescribeServiceTemplateInstances返回参数结构体
|
|
12673
12744
|
*/
|
|
12674
|
-
export interface
|
|
12745
|
+
export interface DescribeServiceTemplateInstancesResponse {
|
|
12675
12746
|
/**
|
|
12676
12747
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
12677
12748
|
*/
|
|
@@ -12754,6 +12825,23 @@ export interface CreateRouteTableRequest {
|
|
|
12754
12825
|
*/
|
|
12755
12826
|
Tags?: Array<Tag>;
|
|
12756
12827
|
}
|
|
12828
|
+
/**
|
|
12829
|
+
* DescribeServiceTemplateGroupInstances请求参数结构体
|
|
12830
|
+
*/
|
|
12831
|
+
export interface DescribeServiceTemplateGroupInstancesRequest {
|
|
12832
|
+
/**
|
|
12833
|
+
* 协议端口实例ID。例如:ppmg-12345678。
|
|
12834
|
+
*/
|
|
12835
|
+
ServiceTemplateGroupId: string;
|
|
12836
|
+
/**
|
|
12837
|
+
* 偏移量,默认为0。
|
|
12838
|
+
*/
|
|
12839
|
+
Offset?: number;
|
|
12840
|
+
/**
|
|
12841
|
+
* 返回数量,默认为20,最大值为100。
|
|
12842
|
+
*/
|
|
12843
|
+
Limit?: number;
|
|
12844
|
+
}
|
|
12757
12845
|
/**
|
|
12758
12846
|
* StartTrafficMirror请求参数结构体
|
|
12759
12847
|
*/
|
|
@@ -15149,6 +15237,15 @@ export interface EnableCcnRoutesResponse {
|
|
|
15149
15237
|
*/
|
|
15150
15238
|
RequestId?: string;
|
|
15151
15239
|
}
|
|
15240
|
+
/**
|
|
15241
|
+
* ResetVpnConnection返回参数结构体
|
|
15242
|
+
*/
|
|
15243
|
+
export interface ResetVpnConnectionResponse {
|
|
15244
|
+
/**
|
|
15245
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
15246
|
+
*/
|
|
15247
|
+
RequestId?: string;
|
|
15248
|
+
}
|
|
15152
15249
|
/**
|
|
15153
15250
|
* DescribePrivateNatGateways返回参数结构体
|
|
15154
15251
|
*/
|
|
@@ -16428,6 +16525,19 @@ export interface ReplaceDirectConnectGatewayCcnRoutesResponse {
|
|
|
16428
16525
|
*/
|
|
16429
16526
|
RequestId?: string;
|
|
16430
16527
|
}
|
|
16528
|
+
/**
|
|
16529
|
+
* DownloadCustomerGatewayConfiguration返回参数结构体
|
|
16530
|
+
*/
|
|
16531
|
+
export interface DownloadCustomerGatewayConfigurationResponse {
|
|
16532
|
+
/**
|
|
16533
|
+
* XML格式配置信息。
|
|
16534
|
+
*/
|
|
16535
|
+
CustomerGatewayConfiguration?: string;
|
|
16536
|
+
/**
|
|
16537
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
16538
|
+
*/
|
|
16539
|
+
RequestId?: string;
|
|
16540
|
+
}
|
|
16431
16541
|
/**
|
|
16432
16542
|
* ModifySecurityGroupPolicies返回参数结构体
|
|
16433
16543
|
*/
|
|
@@ -16618,6 +16728,19 @@ export interface ReserveIpAddressInfo {
|
|
|
16618
16728
|
*/
|
|
16619
16729
|
TagSet?: Array<Tag>;
|
|
16620
16730
|
}
|
|
16731
|
+
/**
|
|
16732
|
+
* 路由表关联关系
|
|
16733
|
+
*/
|
|
16734
|
+
export interface RouteTableAssociation {
|
|
16735
|
+
/**
|
|
16736
|
+
* 子网实例ID。
|
|
16737
|
+
*/
|
|
16738
|
+
SubnetId?: string;
|
|
16739
|
+
/**
|
|
16740
|
+
* 路由表实例ID。
|
|
16741
|
+
*/
|
|
16742
|
+
RouteTableId?: string;
|
|
16743
|
+
}
|
|
16621
16744
|
/**
|
|
16622
16745
|
* IPV6转换规则
|
|
16623
16746
|
*/
|
|
@@ -17053,45 +17176,13 @@ export interface AssociateAddressRequest {
|
|
|
17053
17176
|
InstanceRegion?: string;
|
|
17054
17177
|
}
|
|
17055
17178
|
/**
|
|
17056
|
-
*
|
|
17179
|
+
* ModifyPrivateNatGatewayTranslationAclRule返回参数结构体
|
|
17057
17180
|
*/
|
|
17058
|
-
export interface
|
|
17059
|
-
/**
|
|
17060
|
-
* 云联网ID。
|
|
17061
|
-
*/
|
|
17062
|
-
CcnId?: string;
|
|
17063
|
-
/**
|
|
17064
|
-
* 路由表ID。
|
|
17065
|
-
*/
|
|
17066
|
-
RouteTableId?: string;
|
|
17067
|
-
/**
|
|
17068
|
-
* 路由表名称。
|
|
17069
|
-
*/
|
|
17070
|
-
RouteTableName?: string;
|
|
17071
|
-
/**
|
|
17072
|
-
* 实例类型。如VPC
|
|
17073
|
-
*/
|
|
17074
|
-
InstanceType?: string;
|
|
17075
|
-
/**
|
|
17076
|
-
* 实例名称。
|
|
17077
|
-
*/
|
|
17078
|
-
InstanceName?: string;
|
|
17079
|
-
/**
|
|
17080
|
-
* 源端cidr。
|
|
17081
|
-
*/
|
|
17082
|
-
SourceCidrBlock?: string;
|
|
17083
|
-
/**
|
|
17084
|
-
* 路由表描述。
|
|
17085
|
-
*/
|
|
17086
|
-
Description?: string;
|
|
17087
|
-
/**
|
|
17088
|
-
* 实例ID。
|
|
17089
|
-
*/
|
|
17090
|
-
InstanceId?: string;
|
|
17181
|
+
export interface ModifyPrivateNatGatewayTranslationAclRuleResponse {
|
|
17091
17182
|
/**
|
|
17092
|
-
*
|
|
17183
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
17093
17184
|
*/
|
|
17094
|
-
|
|
17185
|
+
RequestId?: string;
|
|
17095
17186
|
}
|
|
17096
17187
|
/**
|
|
17097
17188
|
* 云联网(CCN)地域出带宽上限
|
|
@@ -17872,6 +17963,23 @@ export interface ResetNatGatewayConnectionResponse {
|
|
|
17872
17963
|
*/
|
|
17873
17964
|
RequestId?: string;
|
|
17874
17965
|
}
|
|
17966
|
+
/**
|
|
17967
|
+
* DisassociateDirectConnectGatewayNatGateway请求参数结构体
|
|
17968
|
+
*/
|
|
17969
|
+
export interface DisassociateDirectConnectGatewayNatGatewayRequest {
|
|
17970
|
+
/**
|
|
17971
|
+
* VPC实例ID。形如:vpc-xxx。
|
|
17972
|
+
*/
|
|
17973
|
+
VpcId: string;
|
|
17974
|
+
/**
|
|
17975
|
+
* NAT网关ID。形如:nat-xxx
|
|
17976
|
+
*/
|
|
17977
|
+
NatGatewayId: string;
|
|
17978
|
+
/**
|
|
17979
|
+
* 专线网关ID。形如:dcg-xxx
|
|
17980
|
+
*/
|
|
17981
|
+
DirectConnectGatewayId: string;
|
|
17982
|
+
}
|
|
17875
17983
|
/**
|
|
17876
17984
|
* UpdateTrafficMirrorAllFilter返回参数结构体
|
|
17877
17985
|
*/
|
|
@@ -27,7 +27,7 @@ export declare class Client extends AbstractClient {
|
|
|
27
27
|
*/
|
|
28
28
|
DetectEnvAndSoundQuality(req: DetectEnvAndSoundQualityRequest, cb?: (error: string, rep: DetectEnvAndSoundQualityResponse) => void): Promise<DetectEnvAndSoundQualityResponse>;
|
|
29
29
|
/**
|
|
30
|
-
*
|
|
30
|
+
* 在调用声音复刻创建任务请求接口后,有回调和轮询两种方式获取识别结果。(注意:回调方式暂不支持一句话版声音复刻)
|
|
31
31
|
• 当采用回调方式时,识别完成后会将结果通过 POST 请求的形式通知到用户在请求时填写的回调 URL,具体请参见 [“声音复刻任务创建接口”](https://cloud.tencent.com/document/product/1283/90064) CallbackUrl参数说明 。
|
|
32
32
|
• 当采用轮询方式时,需要主动提交任务ID来轮询识别结果,共有任务成功、等待、执行中和失败四种结果,具体信息请参见下文说明。
|
|
33
33
|
• 请求方法为 HTTP POST , Content-Type为"application/json; charset=utf-8"
|
|
@@ -55,7 +55,7 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
55
55
|
return this.request("DetectEnvAndSoundQuality", req, cb);
|
|
56
56
|
}
|
|
57
57
|
/**
|
|
58
|
-
*
|
|
58
|
+
* 在调用声音复刻创建任务请求接口后,有回调和轮询两种方式获取识别结果。(注意:回调方式暂不支持一句话版声音复刻)
|
|
59
59
|
• 当采用回调方式时,识别完成后会将结果通过 POST 请求的形式通知到用户在请求时填写的回调 URL,具体请参见 [“声音复刻任务创建接口”](https://cloud.tencent.com/document/product/1283/90064) CallbackUrl参数说明 。
|
|
60
60
|
• 当采用轮询方式时,需要主动提交任务ID来轮询识别结果,共有任务成功、等待、执行中和失败四种结果,具体信息请参见下文说明。
|
|
61
61
|
• 请求方法为 HTTP POST , Content-Type为"application/json; charset=utf-8"
|
|
@@ -26,7 +26,6 @@ export interface DescribeVRSTaskStatusResponse {
|
|
|
26
26
|
export interface GetTrainingTextRequest {
|
|
27
27
|
/**
|
|
28
28
|
* 复刻类型。
|
|
29
|
-
0 - 轻量版声音复刻(默认);
|
|
30
29
|
5 - 一句话声音复刻。
|
|
31
30
|
*/
|
|
32
31
|
TaskType?: number;
|
|
@@ -334,7 +333,7 @@ export interface CreateVRSTaskRequest {
|
|
|
334
333
|
*/
|
|
335
334
|
Codec?: string;
|
|
336
335
|
/**
|
|
337
|
-
* 回调 URL,用户自行搭建的用于接收结果的服务URL
|
|
336
|
+
* 回调 URL,用户自行搭建的用于接收结果的服务URL。如果用户使用轮询方式获取识别结果,则无需提交该参数。(注意:回调方式暂不支持一句话版声音复刻)
|
|
338
337
|
回调采用POST请求方式,Content-Type为application/json,回调数据格式如下:{"TaskId":"xxxxxxxxxxxxxx","Status":2,"StatusStr":"success","VoiceType":xxxxx,"ErrorMsg":""}
|
|
339
338
|
*/
|
|
340
339
|
CallbackUrl?: string;
|
|
@@ -344,7 +343,6 @@ export interface CreateVRSTaskRequest {
|
|
|
344
343
|
ModelType?: number;
|
|
345
344
|
/**
|
|
346
345
|
* 复刻类型。
|
|
347
|
-
0 - 轻量版声音复刻(默认);
|
|
348
346
|
5 - 一句话声音复刻。
|
|
349
347
|
*/
|
|
350
348
|
TaskType?: number;
|
|
@@ -434,7 +432,7 @@ export interface VoiceTypeInfo {
|
|
|
434
432
|
*/
|
|
435
433
|
VoiceGender?: number;
|
|
436
434
|
/**
|
|
437
|
-
* 复刻类型:
|
|
435
|
+
* 复刻类型: 1-基础版复刻
|
|
438
436
|
*/
|
|
439
437
|
TaskType?: number;
|
|
440
438
|
/**
|
|
@@ -489,9 +487,7 @@ export interface DetectEnvAndSoundQualityRequest {
|
|
|
489
487
|
*/
|
|
490
488
|
SampleRate?: number;
|
|
491
489
|
/**
|
|
492
|
-
* 复刻类型。
|
|
493
|
-
0 - 轻量版声音复刻(默认);
|
|
494
|
-
5 - 一句话声音复刻。
|
|
490
|
+
* 复刻类型。5 - 一句话声音复刻。
|
|
495
491
|
*/
|
|
496
492
|
TaskType?: number;
|
|
497
493
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
export declare const wedata: {
|
|
2
|
-
v20210820: {
|
|
3
|
-
Client: typeof import("./v20210820/wedata_client").Client;
|
|
4
|
-
Models: typeof import("./v20210820/wedata_models");
|
|
5
|
-
};
|
|
6
2
|
v20250806: {
|
|
7
3
|
Client: typeof import("./v20250806/wedata_client").Client;
|
|
8
4
|
Models: typeof import("./v20250806/wedata_models");
|
|
9
5
|
};
|
|
6
|
+
v20210820: {
|
|
7
|
+
Client: typeof import("./v20210820/wedata_client").Client;
|
|
8
|
+
Models: typeof import("./v20210820/wedata_models");
|
|
9
|
+
};
|
|
10
10
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.wedata = void 0;
|
|
4
|
-
const v20210820_1 = require("./v20210820");
|
|
5
4
|
const v20250806_1 = require("./v20250806");
|
|
5
|
+
const v20210820_1 = require("./v20210820");
|
|
6
6
|
exports.wedata = {
|
|
7
|
-
v20210820: v20210820_1.v20210820,
|
|
8
7
|
v20250806: v20250806_1.v20250806,
|
|
8
|
+
v20210820: v20210820_1.v20210820,
|
|
9
9
|
};
|