tencentcloud-sdk-nodejs 4.0.598 → 4.0.600
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 +418 -0
- package/SERVICE_CHANGELOG.md +444 -62
- package/package.json +1 -1
- package/products.md +30 -30
- package/src/common/sdk_version.ts +1 -1
- package/src/services/asr/v20190614/asr_models.ts +2 -2
- package/src/services/batch/v20170312/batch_models.ts +3 -2
- package/src/services/cam/v20190116/cam_models.ts +17 -2
- package/src/services/ccc/v20200210/ccc_client.ts +1 -0
- package/src/services/ccc/v20200210/ccc_models.ts +30 -0
- package/src/services/cdb/v20170320/cdb_client.ts +12 -0
- package/src/services/cdb/v20170320/cdb_models.ts +36 -0
- package/src/services/cdn/v20180606/cdn_models.ts +77 -31
- package/src/services/cfg/v20210820/cfg_models.ts +15 -3
- package/src/services/cfw/v20190904/cfw_client.ts +2 -1
- package/src/services/cfw/v20190904/cfw_models.ts +101 -17
- package/src/services/cls/v20201016/cls_models.ts +7 -0
- package/src/services/cvm/v20170312/cvm_models.ts +5 -4
- package/src/services/cwp/v20180228/cwp_client.ts +40 -3
- package/src/services/cwp/v20180228/cwp_models.ts +339 -221
- package/src/services/dasb/v20191018/dasb_models.ts +2 -2
- package/src/services/essbasic/v20210526/essbasic_models.ts +1 -1
- package/src/services/fmu/v20191213/fmu_models.ts +3 -3
- package/src/services/gs/v20191118/gs_models.ts +1 -1
- package/src/services/lcic/v20220817/lcic_client.ts +12 -0
- package/src/services/lcic/v20220817/lcic_models.ts +50 -0
- package/src/services/live/v20180801/live_client.ts +1 -1
- package/src/services/live/v20180801/live_models.ts +91 -46
- package/src/services/mps/v20190612/mps_client.ts +1 -1
- package/src/services/mps/v20190612/mps_models.ts +149 -21
- package/src/services/tdmq/v20200217/tdmq_client.ts +13 -0
- package/src/services/tdmq/v20200217/tdmq_models.ts +108 -0
- package/src/services/tione/v20211111/tione_models.ts +8 -2
- package/src/services/tke/v20180525/tke_client.ts +49 -4
- package/src/services/tke/v20180525/tke_models.ts +483 -106
- package/src/services/tse/v20201207/tse_models.ts +6 -0
- package/src/services/vpc/v20170312/vpc_client.ts +52 -12
- package/src/services/vpc/v20170312/vpc_models.ts +211 -39
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +2 -2
- package/tencentcloud/services/batch/v20170312/batch_models.d.ts +1 -0
- package/tencentcloud/services/cam/v20190116/cam_models.d.ts +14 -2
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +25 -0
- package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +5 -1
- package/tencentcloud/services/cdb/v20170320/cdb_client.js +6 -0
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +31 -0
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +72 -26
- package/tencentcloud/services/cfg/v20210820/cfg_models.d.ts +13 -3
- package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +1 -1
- package/tencentcloud/services/cfw/v20190904/cfw_client.js +1 -1
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +88 -17
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +6 -0
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +3 -2
- package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +13 -1
- package/tencentcloud/services/cwp/v20180228/cwp_client.js +18 -0
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +282 -181
- package/tencentcloud/services/dasb/v20191018/dasb_models.d.ts +2 -2
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +1 -1
- package/tencentcloud/services/fmu/v20191213/fmu_models.d.ts +3 -3
- package/tencentcloud/services/gs/v20191118/gs_models.d.ts +1 -1
- package/tencentcloud/services/lcic/v20220817/lcic_client.d.ts +5 -1
- package/tencentcloud/services/lcic/v20220817/lcic_client.js +6 -0
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +44 -0
- package/tencentcloud/services/live/v20180801/live_client.d.ts +1 -1
- package/tencentcloud/services/live/v20180801/live_client.js +1 -1
- package/tencentcloud/services/live/v20180801/live_models.d.ts +78 -33
- package/tencentcloud/services/mps/v20190612/mps_client.d.ts +1 -1
- package/tencentcloud/services/mps/v20190612/mps_client.js +1 -1
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +127 -19
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +5 -1
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +6 -0
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +90 -0
- package/tencentcloud/services/tione/v20211111/tione_models.d.ts +7 -2
- package/tencentcloud/services/tke/v20180525/tke_client.d.ts +13 -1
- package/tencentcloud/services/tke/v20180525/tke_client.js +18 -0
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +416 -90
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +5 -0
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +17 -4
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +23 -4
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +183 -36
- package/test/cdb.v20170320.test.js +10 -0
- package/test/cwp.v20180228.test.js +30 -0
- package/test/lcic.v20220817.test.js +10 -0
- package/test/tdmq.v20200217.test.js +10 -0
- package/test/tke.v20180525.test.js +30 -0
- package/test/vpc.v20170312.test.js +32 -2
|
@@ -56,6 +56,7 @@ import {
|
|
|
56
56
|
CreateSnapshotPoliciesResponse,
|
|
57
57
|
DescribeServiceTemplateGroupsResponse,
|
|
58
58
|
DescribeVpcEndPointRequest,
|
|
59
|
+
ResourceStatisticsItem,
|
|
59
60
|
DetachClassicLinkVpcRequest,
|
|
60
61
|
DescribeBandwidthPackageBillUsageResponse,
|
|
61
62
|
DeleteBandwidthPackageResponse,
|
|
@@ -204,13 +205,14 @@ import {
|
|
|
204
205
|
DeleteVpnGatewaySslServerRequest,
|
|
205
206
|
AllocateIp6AddressesBandwidthResponse,
|
|
206
207
|
DescribeNetDetectStatesRequest,
|
|
207
|
-
|
|
208
|
+
DescribeRouteConflictsRequest,
|
|
208
209
|
DescribeFlowLogResponse,
|
|
209
210
|
DownloadCustomerGatewayConfigurationResponse,
|
|
210
211
|
DescribeBandwidthPackagesRequest,
|
|
211
212
|
DeleteDirectConnectGatewayCcnRoutesResponse,
|
|
212
213
|
DescribeAssistantCidrResponse,
|
|
213
214
|
BackupPolicy,
|
|
215
|
+
IpAddressStates,
|
|
214
216
|
InstanceStatistic,
|
|
215
217
|
CreateVpnConnectionRequest,
|
|
216
218
|
CcnRoute,
|
|
@@ -245,6 +247,7 @@ import {
|
|
|
245
247
|
RenewVpnGatewayRequest,
|
|
246
248
|
SecurityGroupPolicy,
|
|
247
249
|
DescribeSnapshotPoliciesRequest,
|
|
250
|
+
DeleteTrafficPackagesRequest,
|
|
248
251
|
NotifyRoutesRequest,
|
|
249
252
|
DeleteVpcRequest,
|
|
250
253
|
ModifyServiceTemplateAttributeResponse,
|
|
@@ -260,6 +263,7 @@ import {
|
|
|
260
263
|
CreateCustomerGatewayResponse,
|
|
261
264
|
TrafficPackage,
|
|
262
265
|
WithdrawNotifyRoutesRequest,
|
|
266
|
+
DescribeSubnetResourceDashboardRequest,
|
|
263
267
|
VpcTaskResultDetailInfo,
|
|
264
268
|
DeleteServiceTemplateGroupResponse,
|
|
265
269
|
DisassociateAddressRequest,
|
|
@@ -473,6 +477,7 @@ import {
|
|
|
473
477
|
PrivateIpAddressSpecification,
|
|
474
478
|
AlgType,
|
|
475
479
|
MigratePrivateIpAddressResponse,
|
|
480
|
+
DescribeUsedIpAddressRequest,
|
|
476
481
|
DeleteRouteTableResponse,
|
|
477
482
|
DescribeVpcInstancesResponse,
|
|
478
483
|
AccountAttribute,
|
|
@@ -528,6 +533,7 @@ import {
|
|
|
528
533
|
CreateTrafficPackagesRequest,
|
|
529
534
|
CreateAndAttachNetworkInterfaceResponse,
|
|
530
535
|
ModifyCcnAttributeRequest,
|
|
536
|
+
ResourceStatistics,
|
|
531
537
|
DeleteSecurityGroupPoliciesResponse,
|
|
532
538
|
DisassociateDhcpIpWithAddressIpResponse,
|
|
533
539
|
CreateVpcEndPointServiceResponse,
|
|
@@ -544,6 +550,7 @@ import {
|
|
|
544
550
|
Resource,
|
|
545
551
|
DeleteDhcpIpRequest,
|
|
546
552
|
AllocateAddressesResponse,
|
|
553
|
+
DescribeVpnConnectionsResponse,
|
|
547
554
|
BandwidthPackage,
|
|
548
555
|
ModifyVpcAttributeRequest,
|
|
549
556
|
DescribeIp6TranslatorsResponse,
|
|
@@ -624,6 +631,7 @@ import {
|
|
|
624
631
|
ReleaseAddressesResponse,
|
|
625
632
|
AuditCrossBorderComplianceResponse,
|
|
626
633
|
InquiryPriceResetVpnGatewayInternetMaxBandwidthRequest,
|
|
634
|
+
DisableFlowLogsRequest,
|
|
627
635
|
ReplaceSecurityGroupPolicyResponse,
|
|
628
636
|
EnableGatewayFlowMonitorRequest,
|
|
629
637
|
ModifyPrivateIpAddressesAttributeResponse,
|
|
@@ -653,7 +661,7 @@ import {
|
|
|
653
661
|
AttachClassicLinkVpcResponse,
|
|
654
662
|
DownloadVpnGatewaySslClientCertRequest,
|
|
655
663
|
CreateAddressTemplateRequest,
|
|
656
|
-
|
|
664
|
+
DescribeNatGatewaysResponse,
|
|
657
665
|
NatDirectConnectGatewayRoute,
|
|
658
666
|
NetworkAclQuintupleEntries,
|
|
659
667
|
AttachNetworkInterfaceRequest,
|
|
@@ -716,7 +724,7 @@ import {
|
|
|
716
724
|
DescribeAddressTemplatesRequest,
|
|
717
725
|
ConflictSource,
|
|
718
726
|
CreateDhcpIpRequest,
|
|
719
|
-
|
|
727
|
+
DeleteTrafficPackagesResponse,
|
|
720
728
|
DeleteCustomerGatewayRequest,
|
|
721
729
|
DescribeAddressTemplatesResponse,
|
|
722
730
|
Quota,
|
|
@@ -727,7 +735,7 @@ import {
|
|
|
727
735
|
DescribeServiceTemplateGroupsRequest,
|
|
728
736
|
CreateSecurityGroupWithPoliciesRequest,
|
|
729
737
|
CreateVpcRequest,
|
|
730
|
-
|
|
738
|
+
DescribeSubnetResourceDashboardResponse,
|
|
731
739
|
DeleteServiceTemplateRequest,
|
|
732
740
|
DescribeSecurityGroupAssociationStatisticsRequest,
|
|
733
741
|
NotifyRoutesResponse,
|
|
@@ -743,6 +751,7 @@ import {
|
|
|
743
751
|
AddTemplateMemberRequest,
|
|
744
752
|
DescribeVpcEndPointServiceWhiteListResponse,
|
|
745
753
|
AcceptAttachCcnInstancesResponse,
|
|
754
|
+
DescribeUsedIpAddressResponse,
|
|
746
755
|
AddressInfo,
|
|
747
756
|
AuditCrossBorderComplianceRequest,
|
|
748
757
|
DescribeNetDetectsResponse,
|
|
@@ -1175,6 +1184,16 @@ export class Client extends AbstractClient {
|
|
|
1175
1184
|
return this.request("DescribeAddresses", req, cb)
|
|
1176
1185
|
}
|
|
1177
1186
|
|
|
1187
|
+
/**
|
|
1188
|
+
* 启用SSL-VPN-CLIENT 证书
|
|
1189
|
+
*/
|
|
1190
|
+
async EnableVpnGatewaySslClientCert(
|
|
1191
|
+
req: EnableVpnGatewaySslClientCertRequest,
|
|
1192
|
+
cb?: (error: string, rep: EnableVpnGatewaySslClientCertResponse) => void
|
|
1193
|
+
): Promise<EnableVpnGatewaySslClientCertResponse> {
|
|
1194
|
+
return this.request("EnableVpnGatewaySslClientCert", req, cb)
|
|
1195
|
+
}
|
|
1196
|
+
|
|
1178
1197
|
/**
|
|
1179
1198
|
* 本接口(DescribeVpcTaskResult)用于查询VPC任务执行结果。
|
|
1180
1199
|
*/
|
|
@@ -1448,6 +1467,16 @@ export class Client extends AbstractClient {
|
|
|
1448
1467
|
return this.request("GenerateVpnConnectionDefaultHealthCheckIp", req, cb)
|
|
1449
1468
|
}
|
|
1450
1469
|
|
|
1470
|
+
/**
|
|
1471
|
+
* 删除共享带宽包(仅非活动状态的流量包可删除)。
|
|
1472
|
+
*/
|
|
1473
|
+
async DeleteTrafficPackages(
|
|
1474
|
+
req: DeleteTrafficPackagesRequest,
|
|
1475
|
+
cb?: (error: string, rep: DeleteTrafficPackagesResponse) => void
|
|
1476
|
+
): Promise<DeleteTrafficPackagesResponse> {
|
|
1477
|
+
return this.request("DeleteTrafficPackages", req, cb)
|
|
1478
|
+
}
|
|
1479
|
+
|
|
1451
1480
|
/**
|
|
1452
1481
|
* 本接口(DescribeTemplateLimits)用于查询参数模板配额列表。
|
|
1453
1482
|
*/
|
|
@@ -2277,6 +2306,16 @@ export class Client extends AbstractClient {
|
|
|
2277
2306
|
return this.request("ModifyLocalGateway", req, cb)
|
|
2278
2307
|
}
|
|
2279
2308
|
|
|
2309
|
+
/**
|
|
2310
|
+
* 本接口(DescribeSubnetResourceDashboard)用于查看Subnet资源信息。
|
|
2311
|
+
*/
|
|
2312
|
+
async DescribeSubnetResourceDashboard(
|
|
2313
|
+
req: DescribeSubnetResourceDashboardRequest,
|
|
2314
|
+
cb?: (error: string, rep: DescribeSubnetResourceDashboardResponse) => void
|
|
2315
|
+
): Promise<DescribeSubnetResourceDashboardResponse> {
|
|
2316
|
+
return this.request("DescribeSubnetResourceDashboard", req, cb)
|
|
2317
|
+
}
|
|
2318
|
+
|
|
2280
2319
|
/**
|
|
2281
2320
|
* 本接口(DescribeVpnConnections)用于查询VPN通道列表。
|
|
2282
2321
|
*/
|
|
@@ -2439,13 +2478,14 @@ export class Client extends AbstractClient {
|
|
|
2439
2478
|
}
|
|
2440
2479
|
|
|
2441
2480
|
/**
|
|
2442
|
-
|
|
2443
|
-
|
|
2444
|
-
|
|
2445
|
-
|
|
2446
|
-
|
|
2447
|
-
|
|
2448
|
-
|
|
2481
|
+
* 本接口(DescribeUsedIpAddress)用于查询Subnet或者Vpc内的ip的使用情况,
|
|
2482
|
+
如被ip被占用,返回占用ip的资源类别与id;如未被占用,返回空值
|
|
2483
|
+
*/
|
|
2484
|
+
async DescribeUsedIpAddress(
|
|
2485
|
+
req: DescribeUsedIpAddressRequest,
|
|
2486
|
+
cb?: (error: string, rep: DescribeUsedIpAddressResponse) => void
|
|
2487
|
+
): Promise<DescribeUsedIpAddressResponse> {
|
|
2488
|
+
return this.request("DescribeUsedIpAddress", req, cb)
|
|
2449
2489
|
}
|
|
2450
2490
|
|
|
2451
2491
|
/**
|
|
@@ -3701,7 +3741,7 @@ LimitTypes取值范围:
|
|
|
3701
3741
|
}
|
|
3702
3742
|
|
|
3703
3743
|
/**
|
|
3704
|
-
*
|
|
3744
|
+
* 本接口(CreateRoutes)用于创建路由策略。
|
|
3705
3745
|
* 向指定路由表批量新增路由策略。
|
|
3706
3746
|
*/
|
|
3707
3747
|
async CreateRoutes(
|
|
@@ -813,6 +813,26 @@ export interface DescribeVpcEndPointRequest {
|
|
|
813
813
|
EndPointId?: Array<string>
|
|
814
814
|
}
|
|
815
815
|
|
|
816
|
+
/**
|
|
817
|
+
* 资源统计项。
|
|
818
|
+
*/
|
|
819
|
+
export interface ResourceStatisticsItem {
|
|
820
|
+
/**
|
|
821
|
+
* 资源类型。比如,CVM,ENI等。
|
|
822
|
+
*/
|
|
823
|
+
ResourceType: string
|
|
824
|
+
|
|
825
|
+
/**
|
|
826
|
+
* 资源名称。
|
|
827
|
+
*/
|
|
828
|
+
ResourceName: string
|
|
829
|
+
|
|
830
|
+
/**
|
|
831
|
+
* 资源个数。
|
|
832
|
+
*/
|
|
833
|
+
ResourceCount: number
|
|
834
|
+
}
|
|
835
|
+
|
|
816
836
|
/**
|
|
817
837
|
* DetachClassicLinkVpc请求参数结构体
|
|
818
838
|
*/
|
|
@@ -4002,23 +4022,18 @@ export interface DescribeNetDetectStatesRequest {
|
|
|
4002
4022
|
}
|
|
4003
4023
|
|
|
4004
4024
|
/**
|
|
4005
|
-
*
|
|
4025
|
+
* DescribeRouteConflicts请求参数结构体
|
|
4006
4026
|
*/
|
|
4007
|
-
export interface
|
|
4008
|
-
/**
|
|
4009
|
-
* NAT网关对象数组。
|
|
4010
|
-
*/
|
|
4011
|
-
NatGatewaySet: Array<NatGateway>
|
|
4012
|
-
|
|
4027
|
+
export interface DescribeRouteConflictsRequest {
|
|
4013
4028
|
/**
|
|
4014
|
-
*
|
|
4029
|
+
* 路由表实例ID,例如:rtb-azd4dt1c。
|
|
4015
4030
|
*/
|
|
4016
|
-
|
|
4031
|
+
RouteTableId: string
|
|
4017
4032
|
|
|
4018
4033
|
/**
|
|
4019
|
-
*
|
|
4034
|
+
* 要检查的与之冲突的目的端列表。
|
|
4020
4035
|
*/
|
|
4021
|
-
|
|
4036
|
+
DestinationCidrBlocks: Array<string>
|
|
4022
4037
|
}
|
|
4023
4038
|
|
|
4024
4039
|
/**
|
|
@@ -4132,6 +4147,36 @@ export interface BackupPolicy {
|
|
|
4132
4147
|
BackupTime: string
|
|
4133
4148
|
}
|
|
4134
4149
|
|
|
4150
|
+
/**
|
|
4151
|
+
* 占用ip的资源信息
|
|
4152
|
+
*/
|
|
4153
|
+
export interface IpAddressStates {
|
|
4154
|
+
/**
|
|
4155
|
+
* VPC实例ID。
|
|
4156
|
+
*/
|
|
4157
|
+
VpcId: string
|
|
4158
|
+
|
|
4159
|
+
/**
|
|
4160
|
+
* 子网实例ID。
|
|
4161
|
+
*/
|
|
4162
|
+
SubnetId: string
|
|
4163
|
+
|
|
4164
|
+
/**
|
|
4165
|
+
* IP地址。
|
|
4166
|
+
*/
|
|
4167
|
+
IpAddress: string
|
|
4168
|
+
|
|
4169
|
+
/**
|
|
4170
|
+
* 资源类型
|
|
4171
|
+
*/
|
|
4172
|
+
ResourceType: string
|
|
4173
|
+
|
|
4174
|
+
/**
|
|
4175
|
+
* 资源ID
|
|
4176
|
+
*/
|
|
4177
|
+
ResourceId: string
|
|
4178
|
+
}
|
|
4179
|
+
|
|
4135
4180
|
/**
|
|
4136
4181
|
* 用于描述实例的统计信息
|
|
4137
4182
|
*/
|
|
@@ -5110,6 +5155,16 @@ export interface DescribeSnapshotPoliciesRequest {
|
|
|
5110
5155
|
Limit?: number
|
|
5111
5156
|
}
|
|
5112
5157
|
|
|
5158
|
+
/**
|
|
5159
|
+
* DeleteTrafficPackages请求参数结构体
|
|
5160
|
+
*/
|
|
5161
|
+
export interface DeleteTrafficPackagesRequest {
|
|
5162
|
+
/**
|
|
5163
|
+
* 待删除的流量包唯一ID数组
|
|
5164
|
+
*/
|
|
5165
|
+
TrafficPackageIds: Array<string>
|
|
5166
|
+
}
|
|
5167
|
+
|
|
5113
5168
|
/**
|
|
5114
5169
|
* NotifyRoutes请求参数结构体
|
|
5115
5170
|
*/
|
|
@@ -5486,6 +5541,16 @@ export interface WithdrawNotifyRoutesRequest {
|
|
|
5486
5541
|
RouteItemIds: Array<string>
|
|
5487
5542
|
}
|
|
5488
5543
|
|
|
5544
|
+
/**
|
|
5545
|
+
* DescribeSubnetResourceDashboard请求参数结构体
|
|
5546
|
+
*/
|
|
5547
|
+
export interface DescribeSubnetResourceDashboardRequest {
|
|
5548
|
+
/**
|
|
5549
|
+
* Subnet实例ID,例如:subnet-f1xjkw1b。
|
|
5550
|
+
*/
|
|
5551
|
+
SubnetIds: Array<string>
|
|
5552
|
+
}
|
|
5553
|
+
|
|
5489
5554
|
/**
|
|
5490
5555
|
* Vpc任务结果详细信息。
|
|
5491
5556
|
*/
|
|
@@ -7848,7 +7913,7 @@ export interface Price {
|
|
|
7848
7913
|
InstancePrice?: ItemPrice
|
|
7849
7914
|
|
|
7850
7915
|
/**
|
|
7851
|
-
*
|
|
7916
|
+
* 带宽价格。
|
|
7852
7917
|
*/
|
|
7853
7918
|
BandwidthPrice?: ItemPrice
|
|
7854
7919
|
}
|
|
@@ -10482,6 +10547,36 @@ export interface MigratePrivateIpAddressResponse {
|
|
|
10482
10547
|
RequestId?: string
|
|
10483
10548
|
}
|
|
10484
10549
|
|
|
10550
|
+
/**
|
|
10551
|
+
* DescribeUsedIpAddress请求参数结构体
|
|
10552
|
+
*/
|
|
10553
|
+
export interface DescribeUsedIpAddressRequest {
|
|
10554
|
+
/**
|
|
10555
|
+
* VPC实例ID。
|
|
10556
|
+
*/
|
|
10557
|
+
VpcId: string
|
|
10558
|
+
|
|
10559
|
+
/**
|
|
10560
|
+
* 子网实例ID。
|
|
10561
|
+
*/
|
|
10562
|
+
SubnetId?: string
|
|
10563
|
+
|
|
10564
|
+
/**
|
|
10565
|
+
* 查询是否占用的ip列表
|
|
10566
|
+
*/
|
|
10567
|
+
IpAddresses?: Array<string>
|
|
10568
|
+
|
|
10569
|
+
/**
|
|
10570
|
+
* 偏移量。
|
|
10571
|
+
*/
|
|
10572
|
+
Offset?: number
|
|
10573
|
+
|
|
10574
|
+
/**
|
|
10575
|
+
* 请求对象个数。
|
|
10576
|
+
*/
|
|
10577
|
+
Limit?: number
|
|
10578
|
+
}
|
|
10579
|
+
|
|
10485
10580
|
/**
|
|
10486
10581
|
* DeleteRouteTable返回参数结构体
|
|
10487
10582
|
*/
|
|
@@ -11524,6 +11619,31 @@ export interface ModifyCcnAttributeRequest {
|
|
|
11524
11619
|
CcnDescription?: string
|
|
11525
11620
|
}
|
|
11526
11621
|
|
|
11622
|
+
/**
|
|
11623
|
+
* 资源统计信息
|
|
11624
|
+
*/
|
|
11625
|
+
export interface ResourceStatistics {
|
|
11626
|
+
/**
|
|
11627
|
+
* Vpc实例ID,例如:vpc-f1xjkw1b。
|
|
11628
|
+
*/
|
|
11629
|
+
VpcId: string
|
|
11630
|
+
|
|
11631
|
+
/**
|
|
11632
|
+
* 子网实例ID,例如:subnet-bthucmmy。
|
|
11633
|
+
*/
|
|
11634
|
+
SubnetId: string
|
|
11635
|
+
|
|
11636
|
+
/**
|
|
11637
|
+
* 当前已使用的IP总数。
|
|
11638
|
+
*/
|
|
11639
|
+
Ip: number
|
|
11640
|
+
|
|
11641
|
+
/**
|
|
11642
|
+
* 资源统计信息。
|
|
11643
|
+
*/
|
|
11644
|
+
ResourceStatisticsItemSet: Array<ResourceStatisticsItem>
|
|
11645
|
+
}
|
|
11646
|
+
|
|
11527
11647
|
/**
|
|
11528
11648
|
* DeleteSecurityGroupPolicies返回参数结构体
|
|
11529
11649
|
*/
|
|
@@ -12006,6 +12126,26 @@ export interface AllocateAddressesResponse {
|
|
|
12006
12126
|
RequestId?: string
|
|
12007
12127
|
}
|
|
12008
12128
|
|
|
12129
|
+
/**
|
|
12130
|
+
* DescribeVpnConnections返回参数结构体
|
|
12131
|
+
*/
|
|
12132
|
+
export interface DescribeVpnConnectionsResponse {
|
|
12133
|
+
/**
|
|
12134
|
+
* 符合条件的实例数量。
|
|
12135
|
+
*/
|
|
12136
|
+
TotalCount?: number
|
|
12137
|
+
|
|
12138
|
+
/**
|
|
12139
|
+
* VPN通道实例。
|
|
12140
|
+
*/
|
|
12141
|
+
VpnConnectionSet?: Array<VpnConnection>
|
|
12142
|
+
|
|
12143
|
+
/**
|
|
12144
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
12145
|
+
*/
|
|
12146
|
+
RequestId?: string
|
|
12147
|
+
}
|
|
12148
|
+
|
|
12009
12149
|
/**
|
|
12010
12150
|
* 描述带宽包信息的结构
|
|
12011
12151
|
*/
|
|
@@ -13647,6 +13787,16 @@ export interface InquiryPriceResetVpnGatewayInternetMaxBandwidthRequest {
|
|
|
13647
13787
|
InternetMaxBandwidthOut: number
|
|
13648
13788
|
}
|
|
13649
13789
|
|
|
13790
|
+
/**
|
|
13791
|
+
* DisableFlowLogs请求参数结构体
|
|
13792
|
+
*/
|
|
13793
|
+
export interface DisableFlowLogsRequest {
|
|
13794
|
+
/**
|
|
13795
|
+
* 流日志Id。
|
|
13796
|
+
*/
|
|
13797
|
+
FlowLogIds: Array<string>
|
|
13798
|
+
}
|
|
13799
|
+
|
|
13650
13800
|
/**
|
|
13651
13801
|
* ReplaceSecurityGroupPolicy返回参数结构体
|
|
13652
13802
|
*/
|
|
@@ -13687,12 +13837,12 @@ export interface ReplaceRoutesResponse {
|
|
|
13687
13837
|
/**
|
|
13688
13838
|
* 原路由策略信息。
|
|
13689
13839
|
*/
|
|
13690
|
-
OldRouteSet
|
|
13840
|
+
OldRouteSet?: Array<Route>
|
|
13691
13841
|
|
|
13692
13842
|
/**
|
|
13693
13843
|
* 修改后的路由策略信息。
|
|
13694
13844
|
*/
|
|
13695
|
-
NewRouteSet
|
|
13845
|
+
NewRouteSet?: Array<Route>
|
|
13696
13846
|
|
|
13697
13847
|
/**
|
|
13698
13848
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -13870,12 +14020,12 @@ export interface CreateRoutesResponse {
|
|
|
13870
14020
|
/**
|
|
13871
14021
|
* 新增的实例个数。
|
|
13872
14022
|
*/
|
|
13873
|
-
TotalCount
|
|
14023
|
+
TotalCount?: number
|
|
13874
14024
|
|
|
13875
14025
|
/**
|
|
13876
14026
|
* 路由表对象。
|
|
13877
14027
|
*/
|
|
13878
|
-
RouteTableSet
|
|
14028
|
+
RouteTableSet?: Array<RouteTable>
|
|
13879
14029
|
|
|
13880
14030
|
/**
|
|
13881
14031
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -14176,18 +14326,23 @@ export interface CreateAddressTemplateRequest {
|
|
|
14176
14326
|
}
|
|
14177
14327
|
|
|
14178
14328
|
/**
|
|
14179
|
-
*
|
|
14329
|
+
* DescribeNatGateways返回参数结构体
|
|
14180
14330
|
*/
|
|
14181
|
-
export interface
|
|
14331
|
+
export interface DescribeNatGatewaysResponse {
|
|
14182
14332
|
/**
|
|
14183
|
-
*
|
|
14333
|
+
* NAT网关对象数组。
|
|
14184
14334
|
*/
|
|
14185
|
-
|
|
14335
|
+
NatGatewaySet: Array<NatGateway>
|
|
14186
14336
|
|
|
14187
14337
|
/**
|
|
14188
|
-
*
|
|
14338
|
+
* 符合条件的NAT网关对象个数。
|
|
14189
14339
|
*/
|
|
14190
|
-
|
|
14340
|
+
TotalCount: number
|
|
14341
|
+
|
|
14342
|
+
/**
|
|
14343
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
14344
|
+
*/
|
|
14345
|
+
RequestId?: string
|
|
14191
14346
|
}
|
|
14192
14347
|
|
|
14193
14348
|
/**
|
|
@@ -14436,7 +14591,7 @@ export interface DeleteRoutesRequest {
|
|
|
14436
14591
|
/**
|
|
14437
14592
|
* 路由策略对象,删除路由策略时,仅需使用Route的RouteId字段。
|
|
14438
14593
|
*/
|
|
14439
|
-
Routes
|
|
14594
|
+
Routes?: Array<Route>
|
|
14440
14595
|
}
|
|
14441
14596
|
|
|
14442
14597
|
/**
|
|
@@ -15271,19 +15426,9 @@ export interface CreateDhcpIpRequest {
|
|
|
15271
15426
|
}
|
|
15272
15427
|
|
|
15273
15428
|
/**
|
|
15274
|
-
*
|
|
15429
|
+
* DeleteTrafficPackages返回参数结构体
|
|
15275
15430
|
*/
|
|
15276
|
-
export interface
|
|
15277
|
-
/**
|
|
15278
|
-
* 符合条件的实例数量。
|
|
15279
|
-
*/
|
|
15280
|
-
TotalCount?: number
|
|
15281
|
-
|
|
15282
|
-
/**
|
|
15283
|
-
* VPN通道实例。
|
|
15284
|
-
*/
|
|
15285
|
-
VpnConnectionSet?: Array<VpnConnection>
|
|
15286
|
-
|
|
15431
|
+
export interface DeleteTrafficPackagesResponse {
|
|
15287
15432
|
/**
|
|
15288
15433
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
15289
15434
|
*/
|
|
@@ -15473,13 +15618,18 @@ export interface CreateVpcRequest {
|
|
|
15473
15618
|
}
|
|
15474
15619
|
|
|
15475
15620
|
/**
|
|
15476
|
-
*
|
|
15621
|
+
* DescribeSubnetResourceDashboard返回参数结构体
|
|
15477
15622
|
*/
|
|
15478
|
-
export interface
|
|
15623
|
+
export interface DescribeSubnetResourceDashboardResponse {
|
|
15479
15624
|
/**
|
|
15480
|
-
*
|
|
15625
|
+
* 资源统计结果。
|
|
15481
15626
|
*/
|
|
15482
|
-
|
|
15627
|
+
ResourceStatisticsSet?: Array<ResourceStatistics>
|
|
15628
|
+
|
|
15629
|
+
/**
|
|
15630
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
15631
|
+
*/
|
|
15632
|
+
RequestId?: string
|
|
15483
15633
|
}
|
|
15484
15634
|
|
|
15485
15635
|
/**
|
|
@@ -15734,6 +15884,28 @@ export interface AcceptAttachCcnInstancesResponse {
|
|
|
15734
15884
|
RequestId?: string
|
|
15735
15885
|
}
|
|
15736
15886
|
|
|
15887
|
+
/**
|
|
15888
|
+
* DescribeUsedIpAddress返回参数结构体
|
|
15889
|
+
*/
|
|
15890
|
+
export interface DescribeUsedIpAddressResponse {
|
|
15891
|
+
/**
|
|
15892
|
+
* 占用ip地址的资源信息
|
|
15893
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
15894
|
+
*/
|
|
15895
|
+
IpAddressStates?: Array<IpAddressStates>
|
|
15896
|
+
|
|
15897
|
+
/**
|
|
15898
|
+
* 返回占用资源的个数
|
|
15899
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
15900
|
+
*/
|
|
15901
|
+
TotalCount?: number
|
|
15902
|
+
|
|
15903
|
+
/**
|
|
15904
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
15905
|
+
*/
|
|
15906
|
+
RequestId?: string
|
|
15907
|
+
}
|
|
15908
|
+
|
|
15737
15909
|
/**
|
|
15738
15910
|
* IP地址模板信息
|
|
15739
15911
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const sdkVersion = "4.0.
|
|
1
|
+
export declare const sdkVersion = "4.0.600";
|
|
@@ -185,7 +185,7 @@ export interface SentenceRecognitionRequest {
|
|
|
185
185
|
• 16k_zh-PY:中英粤;
|
|
186
186
|
• 16k_zh_medical:中文医疗;
|
|
187
187
|
• 16k_en:英语;
|
|
188
|
-
•
|
|
188
|
+
• 16k_yue:粤语;
|
|
189
189
|
• 16k_ja:日语;
|
|
190
190
|
• 16k_ko:韩语;
|
|
191
191
|
• 16k_vi:越南语;
|
|
@@ -203,7 +203,7 @@ export interface SentenceRecognitionRequest {
|
|
|
203
203
|
*/
|
|
204
204
|
SourceType: number;
|
|
205
205
|
/**
|
|
206
|
-
* 识别音频的音频格式,支持wav、pcm、ogg-opus、speex、silk、mp3、m4a、aac。
|
|
206
|
+
* 识别音频的音频格式,支持wav、pcm、ogg-opus、speex、silk、mp3、m4a、aac、amr。
|
|
207
207
|
*/
|
|
208
208
|
VoiceFormat: string;
|
|
209
209
|
/**
|
|
@@ -358,11 +358,15 @@ export interface DescribeUserSAMLConfigResponse {
|
|
|
358
358
|
/**
|
|
359
359
|
* SAML元数据文档
|
|
360
360
|
*/
|
|
361
|
-
SAMLMetadata
|
|
361
|
+
SAMLMetadata?: string;
|
|
362
362
|
/**
|
|
363
363
|
* 状态:0:未设置,1:已开启,2:已禁用
|
|
364
364
|
*/
|
|
365
|
-
Status
|
|
365
|
+
Status?: number;
|
|
366
|
+
/**
|
|
367
|
+
* 辅助域名
|
|
368
|
+
*/
|
|
369
|
+
AuxiliaryDomain?: string;
|
|
366
370
|
/**
|
|
367
371
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
368
372
|
*/
|
|
@@ -1006,6 +1010,10 @@ export interface UpdateUserSAMLConfigRequest {
|
|
|
1006
1010
|
* 元数据文档,需要base64 encode,仅当Operate为updateSAML时需要此参数
|
|
1007
1011
|
*/
|
|
1008
1012
|
SAMLMetadataDocument?: string;
|
|
1013
|
+
/**
|
|
1014
|
+
* 辅助域名
|
|
1015
|
+
*/
|
|
1016
|
+
AuxiliaryDomain?: string;
|
|
1009
1017
|
}
|
|
1010
1018
|
/**
|
|
1011
1019
|
* DeleteGroup返回参数结构体
|
|
@@ -2505,6 +2513,10 @@ export interface CreateUserSAMLConfigRequest {
|
|
|
2505
2513
|
* SAML元数据文档,需要base64 encode
|
|
2506
2514
|
*/
|
|
2507
2515
|
SAMLMetadataDocument: string;
|
|
2516
|
+
/**
|
|
2517
|
+
* 辅助域名
|
|
2518
|
+
*/
|
|
2519
|
+
AuxiliaryDomain?: string;
|
|
2508
2520
|
}
|
|
2509
2521
|
/**
|
|
2510
2522
|
* UpdateGroup请求参数结构体
|
|
@@ -1859,6 +1859,14 @@ export interface CreateAutoCalloutTaskRequest {
|
|
|
1859
1859
|
* 自定义变量(仅高级版支持)
|
|
1860
1860
|
*/
|
|
1861
1861
|
Variables?: Array<Variable>;
|
|
1862
|
+
/**
|
|
1863
|
+
* UUI
|
|
1864
|
+
*/
|
|
1865
|
+
UUI?: string;
|
|
1866
|
+
/**
|
|
1867
|
+
* 被叫属性
|
|
1868
|
+
*/
|
|
1869
|
+
CalleeAttributes?: Array<CalleeAttribute>;
|
|
1862
1870
|
}
|
|
1863
1871
|
/**
|
|
1864
1872
|
* 筛选条件
|
|
@@ -2213,6 +2221,23 @@ export interface DeleteStaffResponse {
|
|
|
2213
2221
|
*/
|
|
2214
2222
|
RequestId?: string;
|
|
2215
2223
|
}
|
|
2224
|
+
/**
|
|
2225
|
+
* 被叫属性
|
|
2226
|
+
*/
|
|
2227
|
+
export interface CalleeAttribute {
|
|
2228
|
+
/**
|
|
2229
|
+
* 被叫号码
|
|
2230
|
+
*/
|
|
2231
|
+
Callee: string;
|
|
2232
|
+
/**
|
|
2233
|
+
* 随路数据
|
|
2234
|
+
*/
|
|
2235
|
+
UUI?: string;
|
|
2236
|
+
/**
|
|
2237
|
+
* 参数
|
|
2238
|
+
*/
|
|
2239
|
+
Variables?: Array<Variable>;
|
|
2240
|
+
}
|
|
2216
2241
|
/**
|
|
2217
2242
|
* 坐席状态补充信息
|
|
2218
2243
|
*/
|