tencentcloud-sdk-nodejs 4.0.873 → 4.0.875
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 +524 -0
- package/SERVICE_CHANGELOG.md +735 -44
- package/package.json +1 -1
- package/products.md +32 -32
- package/src/common/sdk_version.ts +1 -1
- package/src/services/asr/v20190614/asr_client.ts +8 -7
- package/src/services/asr/v20190614/asr_models.ts +10 -4
- package/src/services/billing/v20180709/billing_models.ts +2 -2
- package/src/services/ccc/v20200210/ccc_models.ts +1 -1
- package/src/services/cdwdoris/v20211228/cdwdoris_models.ts +10 -0
- package/src/services/cls/v20201016/cls_models.ts +4 -0
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +3 -3
- package/src/services/dc/v20180410/dc_client.ts +1 -1
- package/src/services/dc/v20180410/dc_models.ts +86 -78
- package/src/services/domain/v20180808/domain_client.ts +2 -3
- package/src/services/domain/v20180808/domain_models.ts +8 -8
- package/src/services/dsgc/v20190723/dsgc_models.ts +5 -1
- package/src/services/dts/v20180330/dts_client.ts +4 -2
- package/src/services/emr/v20190103/emr_client.ts +20 -4
- package/src/services/emr/v20190103/emr_models.ts +274 -78
- package/src/services/es/v20180416/es_models.ts +5 -0
- package/src/services/ess/v20201111/ess_client.ts +3 -4
- package/src/services/ess/v20201111/ess_models.ts +19 -4
- package/src/services/essbasic/v20210526/essbasic_client.ts +7 -4
- package/src/services/essbasic/v20210526/essbasic_models.ts +51 -5
- package/src/services/hunyuan/v20230901/hunyuan_client.ts +20 -56
- package/src/services/hunyuan/v20230901/hunyuan_models.ts +46 -226
- package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +4 -0
- package/src/services/monitor/v20180724/monitor_client.ts +10 -6
- package/src/services/monitor/v20180724/monitor_models.ts +14 -14
- package/src/services/mps/v20190612/mps_client.ts +7 -4
- package/src/services/mps/v20190612/mps_models.ts +129 -67
- package/src/services/mrs/v20200910/mrs_models.ts +142 -17
- package/src/services/ocr/v20181119/ocr_models.ts +1 -0
- package/src/services/organization/v20210331/organization_models.ts +13 -0
- package/src/services/rce/v20201103/rce_models.ts +21 -13
- package/src/services/redis/v20180412/redis_client.ts +1 -1
- package/src/services/redis/v20180412/redis_models.ts +27 -15
- package/src/services/tdmq/v20200217/tdmq_models.ts +8 -8
- package/src/services/tke/v20180525/tke_models.ts +16 -9
- package/src/services/tse/v20201207/tse_models.ts +2 -2
- package/src/services/waf/v20180125/waf_client.ts +24 -0
- package/src/services/waf/v20180125/waf_models.ts +51 -0
- package/src/services/wedata/v20210820/wedata_client.ts +2 -0
- package/src/services/wedata/v20210820/wedata_models.ts +56 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/asr/v20190614/asr_client.d.ts +8 -7
- package/tencentcloud/services/asr/v20190614/asr_client.js +8 -7
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +10 -4
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +2 -2
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +1 -1
- package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_models.d.ts +10 -0
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +4 -0
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +3 -3
- package/tencentcloud/services/dc/v20180410/dc_client.d.ts +1 -1
- package/tencentcloud/services/dc/v20180410/dc_client.js +1 -1
- package/tencentcloud/services/dc/v20180410/dc_models.d.ts +86 -78
- package/tencentcloud/services/domain/v20180808/domain_client.d.ts +0 -1
- package/tencentcloud/services/domain/v20180808/domain_client.js +0 -1
- package/tencentcloud/services/domain/v20180808/domain_models.d.ts +8 -8
- package/tencentcloud/services/dsgc/v20190723/dsgc_models.d.ts +5 -1
- package/tencentcloud/services/dts/v20180330/dts_client.d.ts +3 -1
- package/tencentcloud/services/dts/v20180330/dts_client.js +3 -1
- package/tencentcloud/services/emr/v20190103/emr_client.d.ts +5 -1
- package/tencentcloud/services/emr/v20190103/emr_client.js +6 -0
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +268 -78
- package/tencentcloud/services/es/v20180416/es_models.d.ts +5 -0
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +3 -4
- package/tencentcloud/services/ess/v20201111/ess_client.js +3 -4
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +19 -4
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +6 -4
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +6 -4
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +50 -5
- package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.d.ts +10 -30
- package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.js +11 -35
- package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +46 -222
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +4 -0
- package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +8 -4
- package/tencentcloud/services/monitor/v20180724/monitor_client.js +8 -4
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +14 -14
- package/tencentcloud/services/mps/v20190612/mps_client.d.ts +1 -1
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +125 -66
- package/tencentcloud/services/mrs/v20200910/mrs_models.d.ts +142 -17
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +1 -0
- package/tencentcloud/services/organization/v20210331/organization_models.d.ts +13 -0
- package/tencentcloud/services/rce/v20201103/rce_models.d.ts +21 -13
- package/tencentcloud/services/redis/v20180412/redis_client.d.ts +1 -1
- package/tencentcloud/services/redis/v20180412/redis_client.js +1 -1
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +27 -15
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +8 -8
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +16 -9
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +2 -2
- package/tencentcloud/services/waf/v20180125/waf_client.d.ts +9 -1
- package/tencentcloud/services/waf/v20180125/waf_client.js +12 -0
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +47 -0
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +54 -1
- package/test/emr.v20190103.test.js +10 -0
- package/test/hunyuan.v20230901.test.js +4 -24
- package/test/waf.v20180125.test.js +20 -0
|
@@ -26,10 +26,12 @@ export type DescribeInternetAddressQuotaRequest = null
|
|
|
26
26
|
export interface BgpPeer {
|
|
27
27
|
/**
|
|
28
28
|
* 用户侧BGP ASN
|
|
29
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
29
30
|
*/
|
|
30
31
|
Asn?: number
|
|
31
32
|
/**
|
|
32
33
|
* 用户侧BGP密钥
|
|
34
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
33
35
|
*/
|
|
34
36
|
AuthKey?: string
|
|
35
37
|
}
|
|
@@ -446,6 +448,7 @@ export interface ModifyDirectConnectTunnelAttributeResponse {
|
|
|
446
448
|
export interface RouteFilterPrefix {
|
|
447
449
|
/**
|
|
448
450
|
* 用户侧网段地址
|
|
451
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
449
452
|
*/
|
|
450
453
|
Cidr?: string
|
|
451
454
|
}
|
|
@@ -486,11 +489,11 @@ export interface DirectConnectTunnelExtra {
|
|
|
486
489
|
/**
|
|
487
490
|
* 专用通道ID
|
|
488
491
|
*/
|
|
489
|
-
DirectConnectTunnelId
|
|
492
|
+
DirectConnectTunnelId?: string
|
|
490
493
|
/**
|
|
491
494
|
* 物理专线ID
|
|
492
495
|
*/
|
|
493
|
-
DirectConnectId
|
|
496
|
+
DirectConnectId?: string
|
|
494
497
|
/**
|
|
495
498
|
* 专用通道状态
|
|
496
499
|
AVAILABLE:就绪或者已连接
|
|
@@ -503,163 +506,163 @@ DELETED:删除完成
|
|
|
503
506
|
COMFIRMING:待接受
|
|
504
507
|
REJECTED:拒绝
|
|
505
508
|
*/
|
|
506
|
-
State
|
|
509
|
+
State?: string
|
|
507
510
|
/**
|
|
508
511
|
* 物理专线的拥有者,开发商账号 ID
|
|
509
512
|
*/
|
|
510
|
-
DirectConnectOwnerAccount
|
|
513
|
+
DirectConnectOwnerAccount?: string
|
|
511
514
|
/**
|
|
512
515
|
* 专用通道的拥有者,开发商账号 ID
|
|
513
516
|
*/
|
|
514
|
-
OwnerAccount
|
|
517
|
+
OwnerAccount?: string
|
|
515
518
|
/**
|
|
516
519
|
* 网络类型,分别为VPC、BMVPC、CCN
|
|
517
520
|
VPC:私有网络 ,BMVPC:黑石网络,CCN:云联网
|
|
518
521
|
*/
|
|
519
|
-
NetworkType
|
|
522
|
+
NetworkType?: string
|
|
520
523
|
/**
|
|
521
524
|
* VPC地域对应的网络名,如ap-guangzhou
|
|
522
525
|
*/
|
|
523
|
-
NetworkRegion
|
|
526
|
+
NetworkRegion?: string
|
|
524
527
|
/**
|
|
525
528
|
* 私有网络统一 ID 或者黑石网络统一 ID
|
|
526
529
|
*/
|
|
527
|
-
VpcId
|
|
530
|
+
VpcId?: string
|
|
528
531
|
/**
|
|
529
532
|
* 专线网关 ID
|
|
530
533
|
*/
|
|
531
|
-
DirectConnectGatewayId
|
|
534
|
+
DirectConnectGatewayId?: string
|
|
532
535
|
/**
|
|
533
536
|
* BGP :BGP路由 STATIC:静态 默认为 BGP 路由
|
|
534
537
|
*/
|
|
535
|
-
RouteType
|
|
538
|
+
RouteType?: string
|
|
536
539
|
/**
|
|
537
540
|
* 用户侧BGP,Asn,AuthKey
|
|
538
541
|
*/
|
|
539
|
-
BgpPeer
|
|
542
|
+
BgpPeer?: BgpPeer
|
|
540
543
|
/**
|
|
541
544
|
* 用户侧网段地址
|
|
542
545
|
*/
|
|
543
|
-
RouteFilterPrefixes
|
|
546
|
+
RouteFilterPrefixes?: Array<RouteFilterPrefix>
|
|
544
547
|
/**
|
|
545
548
|
* 互联网通道公网网段地址
|
|
546
549
|
*/
|
|
547
|
-
PublicAddresses
|
|
550
|
+
PublicAddresses?: Array<RouteFilterPrefix>
|
|
548
551
|
/**
|
|
549
552
|
* 专用通道的Vlan
|
|
550
553
|
*/
|
|
551
|
-
Vlan
|
|
554
|
+
Vlan?: number
|
|
552
555
|
/**
|
|
553
556
|
* 腾讯侧互联 IP
|
|
554
557
|
*/
|
|
555
|
-
TencentAddress
|
|
558
|
+
TencentAddress?: string
|
|
556
559
|
/**
|
|
557
560
|
* 腾讯侧备用互联IP
|
|
558
561
|
*/
|
|
559
|
-
TencentBackupAddress
|
|
562
|
+
TencentBackupAddress?: string
|
|
560
563
|
/**
|
|
561
564
|
* 用户侧互联 IP
|
|
562
565
|
*/
|
|
563
|
-
CustomerAddress
|
|
566
|
+
CustomerAddress?: string
|
|
564
567
|
/**
|
|
565
568
|
* 专用通道名称
|
|
566
569
|
*/
|
|
567
|
-
DirectConnectTunnelName
|
|
570
|
+
DirectConnectTunnelName?: string
|
|
568
571
|
/**
|
|
569
572
|
* 专用通道创建时间
|
|
570
573
|
*/
|
|
571
|
-
CreatedTime
|
|
574
|
+
CreatedTime?: string
|
|
572
575
|
/**
|
|
573
576
|
* 专用通道带宽值
|
|
574
577
|
*/
|
|
575
|
-
Bandwidth
|
|
578
|
+
Bandwidth?: number
|
|
576
579
|
/**
|
|
577
580
|
* 关联的网络自定义探测ID
|
|
578
581
|
*/
|
|
579
|
-
NetDetectId
|
|
582
|
+
NetDetectId?: string
|
|
580
583
|
/**
|
|
581
584
|
* BGP community开关
|
|
582
585
|
*/
|
|
583
|
-
EnableBGPCommunity
|
|
586
|
+
EnableBGPCommunity?: boolean
|
|
584
587
|
/**
|
|
585
588
|
* 是否为Nat通道
|
|
586
589
|
*/
|
|
587
|
-
NatType
|
|
590
|
+
NatType?: number
|
|
588
591
|
/**
|
|
589
592
|
* VPC地域简码,如gz、cd
|
|
590
593
|
*/
|
|
591
|
-
VpcRegion
|
|
594
|
+
VpcRegion?: string
|
|
592
595
|
/**
|
|
593
596
|
* 是否开启BFD
|
|
594
597
|
*/
|
|
595
|
-
BfdEnable
|
|
598
|
+
BfdEnable?: number
|
|
596
599
|
/**
|
|
597
600
|
* 是否开启NQA
|
|
598
601
|
*/
|
|
599
|
-
NqaEnable
|
|
602
|
+
NqaEnable?: number
|
|
600
603
|
/**
|
|
601
604
|
* 专用通道接入点类型
|
|
602
605
|
*/
|
|
603
|
-
AccessPointType
|
|
606
|
+
AccessPointType?: string
|
|
604
607
|
/**
|
|
605
608
|
* 专线网关名称
|
|
606
609
|
*/
|
|
607
|
-
DirectConnectGatewayName
|
|
610
|
+
DirectConnectGatewayName?: string
|
|
608
611
|
/**
|
|
609
612
|
* VPC名称
|
|
610
613
|
*/
|
|
611
|
-
VpcName
|
|
614
|
+
VpcName?: string
|
|
612
615
|
/**
|
|
613
616
|
* 专用通道关联的物理专线是否签署了用户协议
|
|
614
617
|
*/
|
|
615
|
-
SignLaw
|
|
618
|
+
SignLaw?: boolean
|
|
616
619
|
/**
|
|
617
620
|
* BFD配置信息
|
|
618
621
|
*/
|
|
619
|
-
BfdInfo
|
|
622
|
+
BfdInfo?: BFDInfo
|
|
620
623
|
/**
|
|
621
624
|
* NQA配置信息
|
|
622
625
|
*/
|
|
623
|
-
NqaInfo
|
|
626
|
+
NqaInfo?: NQAInfo
|
|
624
627
|
/**
|
|
625
628
|
* BGP状态
|
|
626
629
|
*/
|
|
627
|
-
BgpStatus
|
|
630
|
+
BgpStatus?: BGPStatus
|
|
628
631
|
/**
|
|
629
632
|
* 是否开启IPv6
|
|
630
633
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
631
634
|
*/
|
|
632
|
-
IPv6Enable
|
|
635
|
+
IPv6Enable?: number
|
|
633
636
|
/**
|
|
634
637
|
* 腾讯侧互联IPv6地址
|
|
635
638
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
636
639
|
*/
|
|
637
|
-
TencentIPv6Address
|
|
640
|
+
TencentIPv6Address?: string
|
|
638
641
|
/**
|
|
639
642
|
* 腾讯侧备用互联IPv6地址
|
|
640
643
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
641
644
|
*/
|
|
642
|
-
TencentBackupIPv6Address
|
|
645
|
+
TencentBackupIPv6Address?: string
|
|
643
646
|
/**
|
|
644
647
|
* BGPv6状态
|
|
645
648
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
646
649
|
*/
|
|
647
|
-
BgpIPv6Status
|
|
650
|
+
BgpIPv6Status?: BGPStatus
|
|
648
651
|
/**
|
|
649
652
|
* 用户侧互联IPv6地址
|
|
650
653
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
651
654
|
*/
|
|
652
|
-
CustomerIPv6Address
|
|
655
|
+
CustomerIPv6Address?: string
|
|
653
656
|
/**
|
|
654
657
|
* 专用通道是否支持巨帧。1 支持,0 不支持
|
|
655
658
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
656
659
|
*/
|
|
657
|
-
JumboEnable
|
|
660
|
+
JumboEnable?: number
|
|
658
661
|
/**
|
|
659
662
|
* 专用通道是否支持高精度BFD。1支持,0不支持
|
|
660
663
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
661
664
|
*/
|
|
662
|
-
HighPrecisionBFDEnable
|
|
665
|
+
HighPrecisionBFDEnable?: number
|
|
663
666
|
}
|
|
664
667
|
|
|
665
668
|
/**
|
|
@@ -878,21 +881,21 @@ export interface DescribeDirectConnectTunnelsRequest {
|
|
|
878
881
|
/**
|
|
879
882
|
* 过滤条件:
|
|
880
883
|
参数不支持同时指定DirectConnectTunnelIds和Filters。
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
+
direct-connect-tunnel-name, 专用通道名称。
|
|
885
|
+
direct-connect-tunnel-id, 专用通道实例ID,如:dcx-abcdefgh。
|
|
886
|
+
direct-connect-id, 物理专线实例ID,如:dc-abcdefgh。
|
|
884
887
|
*/
|
|
885
888
|
Filters?: Array<Filter>
|
|
886
889
|
/**
|
|
887
|
-
* 专用通道
|
|
890
|
+
* 专用通道ID数组。
|
|
888
891
|
*/
|
|
889
892
|
DirectConnectTunnelIds?: Array<string>
|
|
890
893
|
/**
|
|
891
|
-
* 偏移量,默认为0
|
|
894
|
+
* 偏移量,默认为0。
|
|
892
895
|
*/
|
|
893
896
|
Offset?: number
|
|
894
897
|
/**
|
|
895
|
-
* 返回数量,默认为20,最大值为100
|
|
898
|
+
* 返回数量,默认为20,最大值为100。
|
|
896
899
|
*/
|
|
897
900
|
Limit?: number
|
|
898
901
|
}
|
|
@@ -1330,11 +1333,11 @@ export interface DeleteDirectConnectRequest {
|
|
|
1330
1333
|
*/
|
|
1331
1334
|
export interface DescribeDirectConnectTunnelsResponse {
|
|
1332
1335
|
/**
|
|
1333
|
-
*
|
|
1336
|
+
* 专用通道列表。
|
|
1334
1337
|
*/
|
|
1335
1338
|
DirectConnectTunnelSet?: Array<DirectConnectTunnel>
|
|
1336
1339
|
/**
|
|
1337
|
-
*
|
|
1340
|
+
* 专用通道总数量。
|
|
1338
1341
|
*/
|
|
1339
1342
|
TotalCount?: number
|
|
1340
1343
|
/**
|
|
@@ -1528,11 +1531,11 @@ export interface DirectConnectTunnel {
|
|
|
1528
1531
|
/**
|
|
1529
1532
|
* 专用通道ID
|
|
1530
1533
|
*/
|
|
1531
|
-
DirectConnectTunnelId
|
|
1534
|
+
DirectConnectTunnelId?: string
|
|
1532
1535
|
/**
|
|
1533
1536
|
* 物理专线ID
|
|
1534
1537
|
*/
|
|
1535
|
-
DirectConnectId
|
|
1538
|
+
DirectConnectId?: string
|
|
1536
1539
|
/**
|
|
1537
1540
|
* 专用通道状态
|
|
1538
1541
|
AVAILABLE:就绪或者已连接
|
|
@@ -1545,127 +1548,132 @@ DELETED:删除完成
|
|
|
1545
1548
|
COMFIRMING:待接受
|
|
1546
1549
|
REJECTED:拒绝
|
|
1547
1550
|
*/
|
|
1548
|
-
State
|
|
1551
|
+
State?: string
|
|
1549
1552
|
/**
|
|
1550
1553
|
* 物理专线的拥有者,开发商账号 ID
|
|
1551
1554
|
*/
|
|
1552
|
-
DirectConnectOwnerAccount
|
|
1555
|
+
DirectConnectOwnerAccount?: string
|
|
1553
1556
|
/**
|
|
1554
1557
|
* 专用通道的拥有者,开发商账号 ID
|
|
1555
1558
|
*/
|
|
1556
|
-
OwnerAccount
|
|
1559
|
+
OwnerAccount?: string
|
|
1557
1560
|
/**
|
|
1558
1561
|
* 网络类型,分别为VPC、BMVPC、CCN
|
|
1559
1562
|
VPC:私有网络 ,BMVPC:黑石网络,CCN:云联网
|
|
1560
1563
|
*/
|
|
1561
|
-
NetworkType
|
|
1564
|
+
NetworkType?: string
|
|
1562
1565
|
/**
|
|
1563
1566
|
* VPC地域对应的网络名,如ap-guangzhou
|
|
1564
1567
|
*/
|
|
1565
|
-
NetworkRegion
|
|
1568
|
+
NetworkRegion?: string
|
|
1566
1569
|
/**
|
|
1567
1570
|
* 私有网络统一 ID 或者黑石网络统一 ID
|
|
1568
1571
|
*/
|
|
1569
|
-
VpcId
|
|
1572
|
+
VpcId?: string
|
|
1570
1573
|
/**
|
|
1571
1574
|
* 专线网关 ID
|
|
1572
1575
|
*/
|
|
1573
|
-
DirectConnectGatewayId
|
|
1576
|
+
DirectConnectGatewayId?: string
|
|
1574
1577
|
/**
|
|
1575
1578
|
* BGP :BGP路由 STATIC:静态 默认为 BGP 路由
|
|
1576
1579
|
*/
|
|
1577
|
-
RouteType
|
|
1580
|
+
RouteType?: string
|
|
1578
1581
|
/**
|
|
1579
1582
|
* 用户侧BGP,Asn,AuthKey
|
|
1580
1583
|
*/
|
|
1581
|
-
BgpPeer
|
|
1584
|
+
BgpPeer?: BgpPeer
|
|
1582
1585
|
/**
|
|
1583
1586
|
* 用户侧网段地址
|
|
1584
1587
|
*/
|
|
1585
|
-
RouteFilterPrefixes
|
|
1588
|
+
RouteFilterPrefixes?: Array<RouteFilterPrefix>
|
|
1586
1589
|
/**
|
|
1587
1590
|
* 专用通道的Vlan
|
|
1588
1591
|
*/
|
|
1589
|
-
Vlan
|
|
1592
|
+
Vlan?: number
|
|
1590
1593
|
/**
|
|
1591
1594
|
* TencentAddress,腾讯侧互联 IP
|
|
1592
1595
|
*/
|
|
1593
|
-
TencentAddress
|
|
1596
|
+
TencentAddress?: string
|
|
1594
1597
|
/**
|
|
1595
1598
|
* CustomerAddress,用户侧互联 IP
|
|
1596
1599
|
*/
|
|
1597
|
-
CustomerAddress
|
|
1600
|
+
CustomerAddress?: string
|
|
1598
1601
|
/**
|
|
1599
1602
|
* 专用通道名称
|
|
1600
1603
|
*/
|
|
1601
|
-
DirectConnectTunnelName
|
|
1604
|
+
DirectConnectTunnelName?: string
|
|
1602
1605
|
/**
|
|
1603
1606
|
* 专用通道创建时间
|
|
1604
1607
|
*/
|
|
1605
|
-
CreatedTime
|
|
1608
|
+
CreatedTime?: string
|
|
1606
1609
|
/**
|
|
1607
1610
|
* 专用通道带宽值
|
|
1608
1611
|
*/
|
|
1609
|
-
Bandwidth
|
|
1612
|
+
Bandwidth?: number
|
|
1610
1613
|
/**
|
|
1611
1614
|
* 专用通道标签值
|
|
1612
1615
|
*/
|
|
1613
|
-
TagSet
|
|
1616
|
+
TagSet?: Array<Tag>
|
|
1614
1617
|
/**
|
|
1615
1618
|
* 关联的网络自定义探测ID
|
|
1616
1619
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1617
1620
|
*/
|
|
1618
|
-
NetDetectId
|
|
1621
|
+
NetDetectId?: string
|
|
1619
1622
|
/**
|
|
1620
1623
|
* BGP community开关
|
|
1621
1624
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1622
1625
|
*/
|
|
1623
|
-
EnableBGPCommunity
|
|
1626
|
+
EnableBGPCommunity?: boolean
|
|
1624
1627
|
/**
|
|
1625
1628
|
* 是否为Nat通道
|
|
1626
1629
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1627
1630
|
*/
|
|
1628
|
-
NatType
|
|
1631
|
+
NatType?: number
|
|
1629
1632
|
/**
|
|
1630
1633
|
* VPC地域简码,如gz、cd
|
|
1631
1634
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1632
1635
|
*/
|
|
1633
|
-
VpcRegion
|
|
1636
|
+
VpcRegion?: string
|
|
1634
1637
|
/**
|
|
1635
1638
|
* 是否开启BFD
|
|
1636
1639
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1637
1640
|
*/
|
|
1638
|
-
BfdEnable
|
|
1641
|
+
BfdEnable?: number
|
|
1639
1642
|
/**
|
|
1640
1643
|
* 专用通道接入点类型
|
|
1641
1644
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1642
1645
|
*/
|
|
1643
|
-
AccessPointType
|
|
1646
|
+
AccessPointType?: string
|
|
1644
1647
|
/**
|
|
1645
1648
|
* 专线网关名称
|
|
1646
1649
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1647
1650
|
*/
|
|
1648
|
-
DirectConnectGatewayName
|
|
1651
|
+
DirectConnectGatewayName?: string
|
|
1649
1652
|
/**
|
|
1650
1653
|
* VPC名称
|
|
1651
1654
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1652
1655
|
*/
|
|
1653
|
-
VpcName
|
|
1656
|
+
VpcName?: string
|
|
1654
1657
|
/**
|
|
1655
1658
|
* TencentBackupAddress,腾讯侧备用互联 IP
|
|
1656
1659
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1657
1660
|
*/
|
|
1658
|
-
TencentBackupAddress
|
|
1661
|
+
TencentBackupAddress?: string
|
|
1659
1662
|
/**
|
|
1660
1663
|
* 专用通道关联的物理专线是否签署了用户协议
|
|
1661
1664
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1662
1665
|
*/
|
|
1663
|
-
SignLaw
|
|
1666
|
+
SignLaw?: boolean
|
|
1664
1667
|
/**
|
|
1665
1668
|
* 高速上云服务ID
|
|
1666
1669
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1667
1670
|
*/
|
|
1668
|
-
CloudAttachId
|
|
1671
|
+
CloudAttachId?: string
|
|
1672
|
+
/**
|
|
1673
|
+
* 是否共享通道
|
|
1674
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1675
|
+
*/
|
|
1676
|
+
ShareOrNot?: number
|
|
1669
1677
|
}
|
|
1670
1678
|
|
|
1671
1679
|
/**
|
|
@@ -653,9 +653,8 @@ export class Client extends AbstractClient {
|
|
|
653
653
|
}
|
|
654
654
|
|
|
655
655
|
/**
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
*/
|
|
656
|
+
* 本接口 ( RenewDomainBatch ) 用于批量续费域名 。
|
|
657
|
+
*/
|
|
659
658
|
async RenewDomainBatch(
|
|
660
659
|
req: RenewDomainBatchRequest,
|
|
661
660
|
cb?: (error: string, rep: RenewDomainBatchResponse) => void
|
|
@@ -364,7 +364,7 @@ export interface DescribeBiddingAppointDetailRequest {
|
|
|
364
364
|
*/
|
|
365
365
|
export interface DescribeCustomDnsHostSetRequest {
|
|
366
366
|
/**
|
|
367
|
-
* 域名实例ID
|
|
367
|
+
* 域名实例ID(域名基本信息或我的域名列表接口可获取)
|
|
368
368
|
*/
|
|
369
369
|
DomainId: string
|
|
370
370
|
/**
|
|
@@ -1065,7 +1065,7 @@ export interface RenewDomainBatchResponse {
|
|
|
1065
1065
|
/**
|
|
1066
1066
|
* 操作日志ID。
|
|
1067
1067
|
*/
|
|
1068
|
-
LogId
|
|
1068
|
+
LogId?: number
|
|
1069
1069
|
/**
|
|
1070
1070
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1071
1071
|
*/
|
|
@@ -1123,7 +1123,7 @@ export interface BatchModifyDomainInfoResponse {
|
|
|
1123
1123
|
/**
|
|
1124
1124
|
* 日志ID
|
|
1125
1125
|
*/
|
|
1126
|
-
LogId
|
|
1126
|
+
LogId?: number
|
|
1127
1127
|
/**
|
|
1128
1128
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1129
1129
|
*/
|
|
@@ -1441,11 +1441,11 @@ export interface DescribePhoneEmailListResponse {
|
|
|
1441
1441
|
*/
|
|
1442
1442
|
export interface DescribePreDomainListRequest {
|
|
1443
1443
|
/**
|
|
1444
|
-
*
|
|
1444
|
+
* 页码,默认为1
|
|
1445
1445
|
*/
|
|
1446
1446
|
Page?: number
|
|
1447
1447
|
/**
|
|
1448
|
-
*
|
|
1448
|
+
* 条数,默认为20
|
|
1449
1449
|
*/
|
|
1450
1450
|
Size?: number
|
|
1451
1451
|
/**
|
|
@@ -1551,7 +1551,7 @@ export interface BatchModifyDomainInfoRequest {
|
|
|
1551
1551
|
*/
|
|
1552
1552
|
Domains: Array<string>
|
|
1553
1553
|
/**
|
|
1554
|
-
* 模板ID
|
|
1554
|
+
* 模板ID(可从模板列表接口获取)
|
|
1555
1555
|
*/
|
|
1556
1556
|
TemplateId: string
|
|
1557
1557
|
/**
|
|
@@ -2335,7 +2335,7 @@ export interface CreatePhoneEmailRequest {
|
|
|
2335
2335
|
*/
|
|
2336
2336
|
Type: number
|
|
2337
2337
|
/**
|
|
2338
|
-
* 验证码
|
|
2338
|
+
* 验证码(通过SendPhoneEmailCode发送到手机或邮箱的验证码)
|
|
2339
2339
|
*/
|
|
2340
2340
|
VerifyCode: string
|
|
2341
2341
|
}
|
|
@@ -2635,7 +2635,7 @@ export interface ContactInfo {
|
|
|
2635
2635
|
*/
|
|
2636
2636
|
export interface DeleteTemplateRequest {
|
|
2637
2637
|
/**
|
|
2638
|
-
* 模板ID
|
|
2638
|
+
* 模板ID(可通过模板信息列表获取)
|
|
2639
2639
|
*/
|
|
2640
2640
|
TemplateId: string
|
|
2641
2641
|
}
|
|
@@ -6731,6 +6731,10 @@ DataSourceType 数据源类型,不填默认过滤非自建的所有关系型
|
|
|
6731
6731
|
注意:每个name默认支持最多5个values。
|
|
6732
6732
|
*/
|
|
6733
6733
|
Filters?: Array<Filter>
|
|
6734
|
+
/**
|
|
6735
|
+
* casbId
|
|
6736
|
+
*/
|
|
6737
|
+
CasbId?: string
|
|
6734
6738
|
}
|
|
6735
6739
|
|
|
6736
6740
|
/**
|
|
@@ -8087,7 +8091,7 @@ export interface ExportAssetDetailDataResponse {
|
|
|
8087
8091
|
/**
|
|
8088
8092
|
* 导出任务id
|
|
8089
8093
|
*/
|
|
8090
|
-
ExportTaskId
|
|
8094
|
+
ExportTaskId?: number
|
|
8091
8095
|
/**
|
|
8092
8096
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
8093
8097
|
*/
|
|
@@ -153,8 +153,10 @@ export class Client extends AbstractClient {
|
|
|
153
153
|
}
|
|
154
154
|
|
|
155
155
|
/**
|
|
156
|
-
|
|
157
|
-
|
|
156
|
+
* 接口不再使用
|
|
157
|
+
|
|
158
|
+
本接口(DescribeRegionConf)用于查询可售卖订阅实例的地域
|
|
159
|
+
*/
|
|
158
160
|
async DescribeRegionConf(
|
|
159
161
|
req?: DescribeRegionConfRequest,
|
|
160
162
|
cb?: (error: string, rep: DescribeRegionConfResponse) => void
|
|
@@ -24,6 +24,7 @@ import {
|
|
|
24
24
|
PodSaleSpec,
|
|
25
25
|
DescribeHBaseTableOverviewRequest,
|
|
26
26
|
ScaleOutInstanceResponse,
|
|
27
|
+
DescribeClusterFlowStatusDetailResponse,
|
|
27
28
|
ModifyUserManagerPwdResponse,
|
|
28
29
|
ImpalaQuery,
|
|
29
30
|
PodVolume,
|
|
@@ -54,6 +55,7 @@ import {
|
|
|
54
55
|
DescribeHBaseTableOverviewResponse,
|
|
55
56
|
DescribeAutoScaleGroupGlobalConfRequest,
|
|
56
57
|
ModifyAutoScaleStrategyRequest,
|
|
58
|
+
Configuration,
|
|
57
59
|
NodeResourceSpec,
|
|
58
60
|
ModifyResourceScheduleConfigResponse,
|
|
59
61
|
InsightResult,
|
|
@@ -67,10 +69,11 @@ import {
|
|
|
67
69
|
AddMetricScaleStrategyRequest,
|
|
68
70
|
EmrProductConfigOutter,
|
|
69
71
|
VPCSettings,
|
|
70
|
-
|
|
72
|
+
DescribeHiveQueriesRequest,
|
|
71
73
|
DescribeInstanceRenewNodesRequest,
|
|
72
74
|
YarnApplication,
|
|
73
75
|
JobResult,
|
|
76
|
+
FlowParam,
|
|
74
77
|
DescribeAutoScaleStrategiesResponse,
|
|
75
78
|
StopParams,
|
|
76
79
|
DependService,
|
|
@@ -82,12 +85,13 @@ import {
|
|
|
82
85
|
OverviewMetricData,
|
|
83
86
|
AutoScaleRecord,
|
|
84
87
|
JobFlowResourceSpec,
|
|
85
|
-
|
|
88
|
+
FlowParamsDesc,
|
|
86
89
|
DescribeResourceScheduleRequest,
|
|
90
|
+
AllNodeResourceSpec,
|
|
87
91
|
Placement,
|
|
88
92
|
QuotaEntity,
|
|
89
93
|
PodParameter,
|
|
90
|
-
|
|
94
|
+
DescribeClusterFlowStatusDetailRequest,
|
|
91
95
|
DescribeUsersForUserManagerRequest,
|
|
92
96
|
RenewInstancesInfo,
|
|
93
97
|
DescribeInsightListRequest,
|
|
@@ -120,7 +124,7 @@ import {
|
|
|
120
124
|
PriceResource,
|
|
121
125
|
TimeAutoScaleStrategy,
|
|
122
126
|
DescribeInsightListResponse,
|
|
123
|
-
|
|
127
|
+
CustomServiceDefine,
|
|
124
128
|
DeleteAutoScaleStrategyResponse,
|
|
125
129
|
CreateClusterResponse,
|
|
126
130
|
DescribeAutoScaleRecordsResponse,
|
|
@@ -157,6 +161,7 @@ import {
|
|
|
157
161
|
DescribeInstancesResponse,
|
|
158
162
|
DescribeYarnApplicationsResponse,
|
|
159
163
|
DescribeUsersForUserManagerResponse,
|
|
164
|
+
FlowExtraDetail,
|
|
160
165
|
InquiryPriceRenewInstanceRequest,
|
|
161
166
|
CdbInfo,
|
|
162
167
|
ModifyResourcesTagsRequest,
|
|
@@ -191,6 +196,7 @@ import {
|
|
|
191
196
|
CustomMetaDBInfo,
|
|
192
197
|
UserManagerUserBriefInfo,
|
|
193
198
|
TableSchemaItem,
|
|
199
|
+
StageInfoDetail,
|
|
194
200
|
InquiryPriceScaleOutInstanceResponse,
|
|
195
201
|
AutoScaleResourceConf,
|
|
196
202
|
ModifyResourceSchedulerResponse,
|
|
@@ -298,6 +304,16 @@ export class Client extends AbstractClient {
|
|
|
298
304
|
return this.request("InquirePriceRenewEmr", req, cb)
|
|
299
305
|
}
|
|
300
306
|
|
|
307
|
+
/**
|
|
308
|
+
* 查询EMR任务运行详情状态
|
|
309
|
+
*/
|
|
310
|
+
async DescribeClusterFlowStatusDetail(
|
|
311
|
+
req: DescribeClusterFlowStatusDetailRequest,
|
|
312
|
+
cb?: (error: string, rep: DescribeClusterFlowStatusDetailResponse) => void
|
|
313
|
+
): Promise<DescribeClusterFlowStatusDetailResponse> {
|
|
314
|
+
return this.request("DescribeClusterFlowStatusDetail", req, cb)
|
|
315
|
+
}
|
|
316
|
+
|
|
301
317
|
/**
|
|
302
318
|
* 扩容询价. 当扩容时候,请通过该接口查询价格。
|
|
303
319
|
*/
|