tencentcloud-sdk-nodejs 4.0.767 → 4.0.769
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 +244 -0
- package/SERVICE_CHANGELOG.md +270 -130
- package/package.json +1 -1
- package/products.md +23 -23
- package/src/common/sdk_version.ts +1 -1
- package/src/services/aiart/v20221229/aiart_models.ts +3 -4
- package/src/services/cat/v20180409/cat_models.ts +2 -2
- package/src/services/cfw/v20190904/cfw_models.ts +7 -7
- package/src/services/cwp/v20180228/cwp_client.ts +1 -1
- package/src/services/cwp/v20180228/cwp_models.ts +17 -13
- package/src/services/dbbrain/v20191016/dbbrain_models.ts +1 -1
- package/src/services/dnspod/v20210323/dnspod_client.ts +9 -6
- package/src/services/ess/v20201111/ess_client.ts +54 -11
- package/src/services/ess/v20201111/ess_models.ts +103 -23
- package/src/services/essbasic/v20210526/essbasic_client.ts +21 -22
- package/src/services/essbasic/v20210526/essbasic_models.ts +43 -24
- package/src/services/ivld/v20210903/ivld_models.ts +3 -3
- package/src/services/oceanus/v20190422/oceanus_client.ts +14 -2
- package/src/services/oceanus/v20190422/oceanus_models.ts +71 -13
- package/src/services/omics/v20221128/omics_models.ts +21 -4
- package/src/services/scf/v20180416/scf_models.ts +6 -2
- package/src/services/ssm/v20190923/ssm_models.ts +2 -2
- package/src/services/tcss/v20201101/tcss_models.ts +29 -5
- package/src/services/teo/v20220901/teo_models.ts +5 -5
- package/src/services/tiw/v20190919/tiw_models.ts +101 -10
- package/src/services/trp/v20210515/trp_client.ts +1 -1
- package/src/services/trp/v20210515/trp_models.ts +17 -3
- package/src/services/tse/v20201207/tse_client.ts +76 -16
- package/src/services/tse/v20201207/tse_models.ts +237 -58
- package/src/services/tsf/v20180326/tsf_client.ts +1 -1
- package/src/services/tsf/v20180326/tsf_models.ts +25 -21
- package/src/services/vod/v20180717/vod_models.ts +6 -6
- package/src/services/wedata/v20210820/wedata_client.ts +55 -16
- package/src/services/wedata/v20210820/wedata_models.ts +552 -71
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/aiart/v20221229/aiart_models.d.ts +3 -4
- package/tencentcloud/services/cat/v20180409/cat_models.d.ts +2 -2
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +7 -7
- package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +1 -1
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +17 -13
- package/tencentcloud/services/dbbrain/v20191016/dbbrain_models.d.ts +1 -1
- package/tencentcloud/services/dnspod/v20210323/dnspod_client.d.ts +3 -0
- package/tencentcloud/services/dnspod/v20210323/dnspod_client.js +3 -0
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +47 -12
- package/tencentcloud/services/ess/v20201111/ess_client.js +48 -11
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +101 -23
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +20 -21
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +20 -21
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +42 -23
- package/tencentcloud/services/ivld/v20210903/ivld_models.d.ts +3 -3
- package/tencentcloud/services/oceanus/v20190422/oceanus_client.d.ts +5 -1
- package/tencentcloud/services/oceanus/v20190422/oceanus_client.js +6 -0
- package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +68 -12
- package/tencentcloud/services/omics/v20221128/omics_models.d.ts +21 -4
- package/tencentcloud/services/scf/v20180416/scf_models.d.ts +6 -2
- package/tencentcloud/services/ssm/v20190923/ssm_models.d.ts +2 -2
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +29 -5
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +5 -5
- package/tencentcloud/services/tiw/v20190919/tiw_models.d.ts +101 -10
- package/tencentcloud/services/trp/v20210515/trp_client.d.ts +1 -1
- package/tencentcloud/services/trp/v20210515/trp_client.js +1 -1
- package/tencentcloud/services/trp/v20210515/trp_models.d.ts +17 -3
- package/tencentcloud/services/tse/v20201207/tse_client.d.ts +25 -5
- package/tencentcloud/services/tse/v20201207/tse_client.js +36 -6
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +227 -58
- package/tencentcloud/services/tsf/v20180326/tsf_client.d.ts +1 -1
- package/tencentcloud/services/tsf/v20180326/tsf_client.js +1 -1
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +25 -21
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +6 -6
- package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +17 -5
- package/tencentcloud/services/wedata/v20210820/wedata_client.js +24 -6
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +545 -73
- package/test/ess.v20201111.test.js +10 -0
- package/test/oceanus.v20190422.test.js +10 -0
- package/test/tse.v20201207.test.js +54 -4
- package/test/wedata.v20210820.test.js +34 -4
|
@@ -58,6 +58,16 @@ export interface CreateCloudNativeAPIGatewayServiceResponse {
|
|
|
58
58
|
RequestId?: string
|
|
59
59
|
}
|
|
60
60
|
|
|
61
|
+
/**
|
|
62
|
+
* DeleteCloudNativeAPIGatewayPublicNetwork返回参数结构体
|
|
63
|
+
*/
|
|
64
|
+
export interface DeleteCloudNativeAPIGatewayPublicNetworkResponse {
|
|
65
|
+
/**
|
|
66
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
67
|
+
*/
|
|
68
|
+
RequestId?: string
|
|
69
|
+
}
|
|
70
|
+
|
|
61
71
|
/**
|
|
62
72
|
* DeleteCloudNativeAPIGatewayRouteRateLimit返回参数结构体
|
|
63
73
|
*/
|
|
@@ -562,6 +572,25 @@ export interface DescribeCloudNativeAPIGatewayCertificatesRequest {
|
|
|
562
572
|
Filters?: Array<ListFilter>
|
|
563
573
|
}
|
|
564
574
|
|
|
575
|
+
/**
|
|
576
|
+
* ModifyCloudNativeAPIGatewayRouteRateLimit请求参数结构体
|
|
577
|
+
*/
|
|
578
|
+
export interface ModifyCloudNativeAPIGatewayRouteRateLimitRequest {
|
|
579
|
+
/**
|
|
580
|
+
* 网关ID
|
|
581
|
+
*/
|
|
582
|
+
GatewayId: string
|
|
583
|
+
/**
|
|
584
|
+
* 路由id,或路由名称。
|
|
585
|
+
不支持“未命名”
|
|
586
|
+
*/
|
|
587
|
+
Id: string
|
|
588
|
+
/**
|
|
589
|
+
* 限流配置
|
|
590
|
+
*/
|
|
591
|
+
LimitDetail: CloudNativeAPIGatewayRateLimitDetail
|
|
592
|
+
}
|
|
593
|
+
|
|
565
594
|
/**
|
|
566
595
|
* 删除云原生API网关响应结果。
|
|
567
596
|
*/
|
|
@@ -751,22 +780,21 @@ export interface GatewayInstanceSchemeAndPorts {
|
|
|
751
780
|
}
|
|
752
781
|
|
|
753
782
|
/**
|
|
754
|
-
*
|
|
783
|
+
* DescribeZookeeperServerInterfaces请求参数结构体
|
|
755
784
|
*/
|
|
756
|
-
export interface
|
|
785
|
+
export interface DescribeZookeeperServerInterfacesRequest {
|
|
757
786
|
/**
|
|
758
|
-
*
|
|
787
|
+
* 实例id
|
|
759
788
|
*/
|
|
760
|
-
|
|
789
|
+
InstanceId?: string
|
|
761
790
|
/**
|
|
762
|
-
*
|
|
763
|
-
不支持“未命名”
|
|
791
|
+
* 返回的列表个数
|
|
764
792
|
*/
|
|
765
|
-
|
|
793
|
+
Limit?: number
|
|
766
794
|
/**
|
|
767
|
-
*
|
|
795
|
+
* 返回的列表起始偏移量
|
|
768
796
|
*/
|
|
769
|
-
|
|
797
|
+
Offset?: number
|
|
770
798
|
}
|
|
771
799
|
|
|
772
800
|
/**
|
|
@@ -922,6 +950,32 @@ export interface CloudNativeAPIGatewayBalancedService {
|
|
|
922
950
|
Percent?: number
|
|
923
951
|
}
|
|
924
952
|
|
|
953
|
+
/**
|
|
954
|
+
* ModifyConsoleNetwork请求参数结构体
|
|
955
|
+
*/
|
|
956
|
+
export interface ModifyConsoleNetworkRequest {
|
|
957
|
+
/**
|
|
958
|
+
* 云原生API网关实例ID。
|
|
959
|
+
*/
|
|
960
|
+
GatewayId: string
|
|
961
|
+
/**
|
|
962
|
+
* 网络类型:
|
|
963
|
+
- Open 公网
|
|
964
|
+
- Internal 内网(暂不支持)
|
|
965
|
+
*/
|
|
966
|
+
NetworkType: string
|
|
967
|
+
/**
|
|
968
|
+
* 开启Konga网络,不填时默认为Open
|
|
969
|
+
- Open,开启
|
|
970
|
+
- Close,关闭
|
|
971
|
+
*/
|
|
972
|
+
Operate?: string
|
|
973
|
+
/**
|
|
974
|
+
* 访问控制策略
|
|
975
|
+
*/
|
|
976
|
+
AccessControl?: NetworkAccessControl
|
|
977
|
+
}
|
|
978
|
+
|
|
925
979
|
/**
|
|
926
980
|
* 云原生网关限流插件外部redis配置
|
|
927
981
|
*/
|
|
@@ -1675,29 +1729,31 @@ export interface DescribeCloudNativeAPIGatewayResult {
|
|
|
1675
1729
|
}
|
|
1676
1730
|
|
|
1677
1731
|
/**
|
|
1678
|
-
*
|
|
1732
|
+
* ModifyNetworkAccessStrategy请求参数结构体
|
|
1679
1733
|
*/
|
|
1680
|
-
export interface
|
|
1734
|
+
export interface ModifyNetworkAccessStrategyRequest {
|
|
1681
1735
|
/**
|
|
1682
|
-
*
|
|
1683
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1736
|
+
* 云原生API网关实例ID。
|
|
1684
1737
|
*/
|
|
1685
|
-
|
|
1738
|
+
GatewayId: string
|
|
1686
1739
|
/**
|
|
1687
|
-
*
|
|
1688
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1740
|
+
* 分组id
|
|
1689
1741
|
*/
|
|
1690
|
-
|
|
1742
|
+
GroupId: string
|
|
1691
1743
|
/**
|
|
1692
|
-
*
|
|
1693
|
-
|
|
1744
|
+
* 网络类型:
|
|
1745
|
+
- Open 公网
|
|
1746
|
+
- Internal 内网 (暂不支持)
|
|
1694
1747
|
*/
|
|
1695
|
-
|
|
1748
|
+
NetworkType: string
|
|
1696
1749
|
/**
|
|
1697
|
-
*
|
|
1698
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1750
|
+
* ip地址
|
|
1699
1751
|
*/
|
|
1700
|
-
|
|
1752
|
+
Vip: string
|
|
1753
|
+
/**
|
|
1754
|
+
* 访问控制策略
|
|
1755
|
+
*/
|
|
1756
|
+
AccessControl: NetworkAccessControl
|
|
1701
1757
|
}
|
|
1702
1758
|
|
|
1703
1759
|
/**
|
|
@@ -2751,6 +2807,16 @@ export interface DeleteEngineRequest {
|
|
|
2751
2807
|
InstanceId: string
|
|
2752
2808
|
}
|
|
2753
2809
|
|
|
2810
|
+
/**
|
|
2811
|
+
* CreateCloudNativeAPIGatewayPublicNetwork返回参数结构体
|
|
2812
|
+
*/
|
|
2813
|
+
export interface CreateCloudNativeAPIGatewayPublicNetworkResponse {
|
|
2814
|
+
/**
|
|
2815
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2816
|
+
*/
|
|
2817
|
+
RequestId?: string
|
|
2818
|
+
}
|
|
2819
|
+
|
|
2754
2820
|
/**
|
|
2755
2821
|
* DescribeWafDomains返回参数结构体
|
|
2756
2822
|
*/
|
|
@@ -2767,46 +2833,36 @@ export interface DescribeWafDomainsResponse {
|
|
|
2767
2833
|
}
|
|
2768
2834
|
|
|
2769
2835
|
/**
|
|
2770
|
-
*
|
|
2836
|
+
* ModifyNetworkBasicInfo请求参数结构体
|
|
2771
2837
|
*/
|
|
2772
|
-
export interface
|
|
2838
|
+
export interface ModifyNetworkBasicInfoRequest {
|
|
2773
2839
|
/**
|
|
2774
|
-
*
|
|
2775
|
-
*/
|
|
2776
|
-
Name: string
|
|
2777
|
-
/**
|
|
2778
|
-
* 角色
|
|
2779
|
-
*/
|
|
2780
|
-
Role: string
|
|
2781
|
-
/**
|
|
2782
|
-
* 状态
|
|
2840
|
+
* 云原生API网关实例ID。
|
|
2783
2841
|
*/
|
|
2784
|
-
|
|
2842
|
+
GatewayId: string
|
|
2785
2843
|
/**
|
|
2786
|
-
*
|
|
2787
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2844
|
+
* 分组id
|
|
2788
2845
|
*/
|
|
2789
|
-
|
|
2846
|
+
GroupId: string
|
|
2790
2847
|
/**
|
|
2791
|
-
*
|
|
2792
|
-
|
|
2848
|
+
* 网络类型:
|
|
2849
|
+
- Open 公网ipv4
|
|
2850
|
+
- Open-IPv6 公网ipv6
|
|
2851
|
+
- Internal 内网
|
|
2793
2852
|
*/
|
|
2794
|
-
|
|
2853
|
+
NetworkType: string
|
|
2795
2854
|
/**
|
|
2796
|
-
*
|
|
2797
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2855
|
+
* ip地址
|
|
2798
2856
|
*/
|
|
2799
|
-
|
|
2857
|
+
Vip: string
|
|
2800
2858
|
/**
|
|
2801
|
-
*
|
|
2802
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2859
|
+
* 公网出流量带宽[1,2048]Mbps
|
|
2803
2860
|
*/
|
|
2804
|
-
|
|
2861
|
+
InternetMaxBandwidthOut?: number
|
|
2805
2862
|
/**
|
|
2806
|
-
*
|
|
2807
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2863
|
+
* 负载均衡描述
|
|
2808
2864
|
*/
|
|
2809
|
-
|
|
2865
|
+
Description?: string
|
|
2810
2866
|
}
|
|
2811
2867
|
|
|
2812
2868
|
/**
|
|
@@ -3200,6 +3256,16 @@ export interface DescribeZookeeperServerInterfacesResponse {
|
|
|
3200
3256
|
RequestId?: string
|
|
3201
3257
|
}
|
|
3202
3258
|
|
|
3259
|
+
/**
|
|
3260
|
+
* ModifyNetworkAccessStrategy返回参数结构体
|
|
3261
|
+
*/
|
|
3262
|
+
export interface ModifyNetworkAccessStrategyResponse {
|
|
3263
|
+
/**
|
|
3264
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
3265
|
+
*/
|
|
3266
|
+
RequestId?: string
|
|
3267
|
+
}
|
|
3268
|
+
|
|
3203
3269
|
/**
|
|
3204
3270
|
* DescribeNativeGatewayServerGroups请求参数结构体
|
|
3205
3271
|
*/
|
|
@@ -3534,21 +3600,21 @@ export interface NetworkAccessControl {
|
|
|
3534
3600
|
}
|
|
3535
3601
|
|
|
3536
3602
|
/**
|
|
3537
|
-
*
|
|
3603
|
+
* CreateCloudNativeAPIGatewayPublicNetwork请求参数结构体
|
|
3538
3604
|
*/
|
|
3539
|
-
export interface
|
|
3605
|
+
export interface CreateCloudNativeAPIGatewayPublicNetworkRequest {
|
|
3540
3606
|
/**
|
|
3541
|
-
*
|
|
3607
|
+
* 云原生API网关实例ID。
|
|
3542
3608
|
*/
|
|
3543
|
-
|
|
3609
|
+
GatewayId: string
|
|
3544
3610
|
/**
|
|
3545
|
-
*
|
|
3611
|
+
* 分组id。
|
|
3546
3612
|
*/
|
|
3547
|
-
|
|
3613
|
+
GroupId?: string
|
|
3548
3614
|
/**
|
|
3549
|
-
*
|
|
3615
|
+
* 公网负载均衡配置。
|
|
3550
3616
|
*/
|
|
3551
|
-
|
|
3617
|
+
InternetConfig?: InternetConfig
|
|
3552
3618
|
}
|
|
3553
3619
|
|
|
3554
3620
|
/**
|
|
@@ -3702,6 +3768,30 @@ export interface OpenWafProtectionRequest {
|
|
|
3702
3768
|
List?: Array<string>
|
|
3703
3769
|
}
|
|
3704
3770
|
|
|
3771
|
+
/**
|
|
3772
|
+
* DeleteCloudNativeAPIGatewayPublicNetwork请求参数结构体
|
|
3773
|
+
*/
|
|
3774
|
+
export interface DeleteCloudNativeAPIGatewayPublicNetworkRequest {
|
|
3775
|
+
/**
|
|
3776
|
+
* 云原生API网关实例ID。
|
|
3777
|
+
*/
|
|
3778
|
+
GatewayId: string
|
|
3779
|
+
/**
|
|
3780
|
+
* 分组id,kong类型时必填
|
|
3781
|
+
*/
|
|
3782
|
+
GroupId?: string
|
|
3783
|
+
/**
|
|
3784
|
+
* 公网类型
|
|
3785
|
+
- IPV4 (默认值)
|
|
3786
|
+
- IPV6
|
|
3787
|
+
*/
|
|
3788
|
+
InternetAddressVersion?: string
|
|
3789
|
+
/**
|
|
3790
|
+
* 公网ip,存在多个公网时必填
|
|
3791
|
+
*/
|
|
3792
|
+
Vip?: string
|
|
3793
|
+
}
|
|
3794
|
+
|
|
3705
3795
|
/**
|
|
3706
3796
|
* DeleteCloudNativeAPIGatewayRoute请求参数结构体
|
|
3707
3797
|
*/
|
|
@@ -3918,6 +4008,49 @@ export interface CloudNativeAPIGatewayStrategyAutoScalerConfig {
|
|
|
3918
4008
|
Behavior?: AutoScalerBehavior
|
|
3919
4009
|
}
|
|
3920
4010
|
|
|
4011
|
+
/**
|
|
4012
|
+
* Zookeeper副本信息
|
|
4013
|
+
*/
|
|
4014
|
+
export interface ZookeeperReplica {
|
|
4015
|
+
/**
|
|
4016
|
+
* 名称
|
|
4017
|
+
*/
|
|
4018
|
+
Name: string
|
|
4019
|
+
/**
|
|
4020
|
+
* 角色
|
|
4021
|
+
*/
|
|
4022
|
+
Role: string
|
|
4023
|
+
/**
|
|
4024
|
+
* 状态
|
|
4025
|
+
*/
|
|
4026
|
+
Status: string
|
|
4027
|
+
/**
|
|
4028
|
+
* 子网ID
|
|
4029
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4030
|
+
*/
|
|
4031
|
+
SubnetId: string
|
|
4032
|
+
/**
|
|
4033
|
+
* 可用区ID
|
|
4034
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4035
|
+
*/
|
|
4036
|
+
Zone: string
|
|
4037
|
+
/**
|
|
4038
|
+
* 可用区ID
|
|
4039
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4040
|
+
*/
|
|
4041
|
+
ZoneId: string
|
|
4042
|
+
/**
|
|
4043
|
+
* 别名
|
|
4044
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4045
|
+
*/
|
|
4046
|
+
AliasName: string
|
|
4047
|
+
/**
|
|
4048
|
+
* VPC ID
|
|
4049
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4050
|
+
*/
|
|
4051
|
+
VpcId?: string
|
|
4052
|
+
}
|
|
4053
|
+
|
|
3921
4054
|
/**
|
|
3922
4055
|
* DescribeNacosServerInterfaces请求参数结构体
|
|
3923
4056
|
*/
|
|
@@ -4417,6 +4550,32 @@ export interface DescribeZookeeperReplicasResponse {
|
|
|
4417
4550
|
RequestId?: string
|
|
4418
4551
|
}
|
|
4419
4552
|
|
|
4553
|
+
/**
|
|
4554
|
+
* 北极星日志主题信息
|
|
4555
|
+
*/
|
|
4556
|
+
export interface PolarisCLSTopicInfo {
|
|
4557
|
+
/**
|
|
4558
|
+
* 日志集ID
|
|
4559
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4560
|
+
*/
|
|
4561
|
+
LogSetId?: string
|
|
4562
|
+
/**
|
|
4563
|
+
* 日志集名称
|
|
4564
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4565
|
+
*/
|
|
4566
|
+
LogSetName?: string
|
|
4567
|
+
/**
|
|
4568
|
+
* 日志主题ID
|
|
4569
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4570
|
+
*/
|
|
4571
|
+
TopicId?: string
|
|
4572
|
+
/**
|
|
4573
|
+
* 日志主题名称
|
|
4574
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4575
|
+
*/
|
|
4576
|
+
TopicName?: string
|
|
4577
|
+
}
|
|
4578
|
+
|
|
4420
4579
|
/**
|
|
4421
4580
|
* 网关分组列表
|
|
4422
4581
|
*/
|
|
@@ -4614,6 +4773,16 @@ export interface KongServiceRouteList {
|
|
|
4614
4773
|
TotalCount?: number
|
|
4615
4774
|
}
|
|
4616
4775
|
|
|
4776
|
+
/**
|
|
4777
|
+
* ModifyConsoleNetwork返回参数结构体
|
|
4778
|
+
*/
|
|
4779
|
+
export interface ModifyConsoleNetworkResponse {
|
|
4780
|
+
/**
|
|
4781
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
4782
|
+
*/
|
|
4783
|
+
RequestId?: string
|
|
4784
|
+
}
|
|
4785
|
+
|
|
4617
4786
|
/**
|
|
4618
4787
|
* DeleteWafDomains返回参数结构体
|
|
4619
4788
|
*/
|
|
@@ -4827,6 +4996,16 @@ export interface UpdateCloudNativeAPIGatewayCertificateInfoResponse {
|
|
|
4827
4996
|
RequestId?: string
|
|
4828
4997
|
}
|
|
4829
4998
|
|
|
4999
|
+
/**
|
|
5000
|
+
* ModifyNetworkBasicInfo返回参数结构体
|
|
5001
|
+
*/
|
|
5002
|
+
export interface ModifyNetworkBasicInfoResponse {
|
|
5003
|
+
/**
|
|
5004
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
5005
|
+
*/
|
|
5006
|
+
RequestId?: string
|
|
5007
|
+
}
|
|
5008
|
+
|
|
4830
5009
|
/**
|
|
4831
5010
|
* 获取WAF保护资源状态
|
|
4832
5011
|
*/
|
|
@@ -184,39 +184,39 @@ false:操作失败。
|
|
|
184
184
|
}
|
|
185
185
|
|
|
186
186
|
/**
|
|
187
|
-
* cos
|
|
187
|
+
* cos临时账号信息
|
|
188
188
|
*/
|
|
189
189
|
export interface CosCredentials {
|
|
190
190
|
/**
|
|
191
191
|
* 会话Token
|
|
192
192
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
193
193
|
*/
|
|
194
|
-
SessionToken
|
|
194
|
+
SessionToken?: string
|
|
195
195
|
/**
|
|
196
196
|
* 临时应用ID
|
|
197
197
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
198
198
|
*/
|
|
199
|
-
TmpAppId
|
|
199
|
+
TmpAppId?: string
|
|
200
200
|
/**
|
|
201
201
|
* 临时调用者身份ID
|
|
202
202
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
203
203
|
*/
|
|
204
|
-
TmpSecretId
|
|
204
|
+
TmpSecretId?: string
|
|
205
205
|
/**
|
|
206
206
|
* 临时密钥
|
|
207
207
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
208
208
|
*/
|
|
209
|
-
TmpSecretKey
|
|
209
|
+
TmpSecretKey?: string
|
|
210
210
|
/**
|
|
211
211
|
* 过期时间
|
|
212
212
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
213
213
|
*/
|
|
214
|
-
ExpiredTime
|
|
214
|
+
ExpiredTime?: number
|
|
215
215
|
/**
|
|
216
216
|
* 所在域
|
|
217
217
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
218
218
|
*/
|
|
219
|
-
Domain
|
|
219
|
+
Domain?: string
|
|
220
220
|
}
|
|
221
221
|
|
|
222
222
|
/**
|
|
@@ -5555,51 +5555,55 @@ export interface ContainerGroupOther {
|
|
|
5555
5555
|
/**
|
|
5556
5556
|
* 实例总数
|
|
5557
5557
|
*/
|
|
5558
|
-
InstanceNum
|
|
5558
|
+
InstanceNum?: number
|
|
5559
5559
|
/**
|
|
5560
5560
|
* 已启动实例总数
|
|
5561
5561
|
*/
|
|
5562
|
-
CurrentNum
|
|
5562
|
+
CurrentNum?: number
|
|
5563
|
+
/**
|
|
5564
|
+
* 负载均衡DNS地址
|
|
5565
|
+
*/
|
|
5566
|
+
LbDns?: string
|
|
5563
5567
|
/**
|
|
5564
5568
|
* 负载均衡ip
|
|
5565
5569
|
*/
|
|
5566
|
-
LbIp
|
|
5570
|
+
LbIp?: string
|
|
5567
5571
|
/**
|
|
5568
5572
|
* Service ip
|
|
5569
5573
|
*/
|
|
5570
|
-
ClusterIp
|
|
5574
|
+
ClusterIp?: string
|
|
5571
5575
|
/**
|
|
5572
|
-
*
|
|
5576
|
+
* 服务状态,请参考后面的状态定义
|
|
5573
5577
|
*/
|
|
5574
|
-
Status
|
|
5578
|
+
Status?: string
|
|
5575
5579
|
/**
|
|
5576
|
-
*
|
|
5580
|
+
* 服务状态,请参考后面的状态定义
|
|
5577
5581
|
*/
|
|
5578
|
-
Message
|
|
5582
|
+
Message?: string
|
|
5579
5583
|
/**
|
|
5580
5584
|
* 环境变量
|
|
5581
5585
|
*/
|
|
5582
|
-
Envs
|
|
5586
|
+
Envs?: Array<Env>
|
|
5583
5587
|
/**
|
|
5584
5588
|
* Service NodePort
|
|
5585
5589
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5586
5590
|
*/
|
|
5587
|
-
NodePort
|
|
5591
|
+
NodePort?: number
|
|
5588
5592
|
/**
|
|
5589
5593
|
* 子网ID
|
|
5590
5594
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5591
5595
|
*/
|
|
5592
|
-
SubnetId
|
|
5596
|
+
SubnetId?: string
|
|
5593
5597
|
/**
|
|
5594
5598
|
* 健康检查相关字段
|
|
5595
5599
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5596
5600
|
*/
|
|
5597
|
-
HealthCheckSettings
|
|
5601
|
+
HealthCheckSettings?: HealthCheckSettings
|
|
5598
5602
|
/**
|
|
5599
5603
|
* 服务配置信息是否匹配
|
|
5600
5604
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5601
5605
|
*/
|
|
5602
|
-
IsNotEqualServiceConfig
|
|
5606
|
+
IsNotEqualServiceConfig?: boolean
|
|
5603
5607
|
}
|
|
5604
5608
|
|
|
5605
5609
|
/**
|
|
@@ -6204,7 +6208,7 @@ export interface DescribeUnitNamespacesResponse {
|
|
|
6204
6208
|
*/
|
|
6205
6209
|
export interface ContinueRunFailedTaskBatchResponse {
|
|
6206
6210
|
/**
|
|
6207
|
-
*
|
|
6211
|
+
* true:操作成功、false:操作失败
|
|
6208
6212
|
*/
|
|
6209
6213
|
Result?: boolean
|
|
6210
6214
|
/**
|
|
@@ -1719,7 +1719,7 @@ export interface ResetProcedureTemplateRequest {
|
|
|
1719
1719
|
*/
|
|
1720
1720
|
Name: string
|
|
1721
1721
|
/**
|
|
1722
|
-
* <b>点播[
|
|
1722
|
+
* <b>点播[应用](/document/product/266/14574) ID。从2023年12月25日起开通点播的客户,如访问点播应用中的资源(无论是默认应用还是新创建的应用),必须将该字段填写为应用 ID。</b>
|
|
1723
1723
|
*/
|
|
1724
1724
|
SubAppId?: number
|
|
1725
1725
|
/**
|
|
@@ -2421,7 +2421,7 @@ export interface CreateAdaptiveDynamicStreamingTemplateRequest {
|
|
|
2421
2421
|
*/
|
|
2422
2422
|
StreamInfos: Array<AdaptiveStreamTemplate>
|
|
2423
2423
|
/**
|
|
2424
|
-
* <b>点播[
|
|
2424
|
+
* <b>点播[应用](/document/product/266/14574) ID。从2023年12月25日起开通点播的客户,如访问点播应用中的资源(无论是默认应用还是新创建的应用),必须将该字段填写为应用 ID。</b>
|
|
2425
2425
|
*/
|
|
2426
2426
|
SubAppId?: number
|
|
2427
2427
|
/**
|
|
@@ -2949,7 +2949,7 @@ export interface DescribeMediaProcessUsageDataRequest {
|
|
|
2949
2949
|
*/
|
|
2950
2950
|
EndTime: string
|
|
2951
2951
|
/**
|
|
2952
|
-
* <b>点播
|
|
2952
|
+
* <b>点播[应用](/document/product/266/14574) ID。从2023年12月25日起开通点播的客户,如访问点播应用中的资源(无论是默认应用还是新创建的应用),必须将该字段填写为应用 ID。</b>
|
|
2953
2953
|
*/
|
|
2954
2954
|
SubAppId?: number
|
|
2955
2955
|
/**
|
|
@@ -6623,7 +6623,7 @@ export interface ProcessMediaRequest {
|
|
|
6623
6623
|
*/
|
|
6624
6624
|
FileId: string
|
|
6625
6625
|
/**
|
|
6626
|
-
* <b>点播[
|
|
6626
|
+
* <b>点播[应用](/document/product/266/14574) ID。从2023年12月25日起开通点播的客户,如访问点播应用中的资源(无论是默认应用还是新创建的应用),必须将该字段填写为应用 ID。</b>
|
|
6627
6627
|
*/
|
|
6628
6628
|
SubAppId?: number
|
|
6629
6629
|
/**
|
|
@@ -8513,7 +8513,7 @@ export interface DeleteMediaRequest {
|
|
|
8513
8513
|
*/
|
|
8514
8514
|
export interface DescribeReviewTemplatesRequest {
|
|
8515
8515
|
/**
|
|
8516
|
-
* <b>点播[
|
|
8516
|
+
* <b>点播[应用](/document/product/266/14574) ID。从2023年12月25日起开通点播的客户,如访问点播应用中的资源(无论是默认应用还是新创建的应用),必须将该字段填写为应用 ID。</b>
|
|
8517
8517
|
*/
|
|
8518
8518
|
SubAppId?: number
|
|
8519
8519
|
/**
|
|
@@ -14058,7 +14058,7 @@ export interface DescribeTaskDetailRequest {
|
|
|
14058
14058
|
*/
|
|
14059
14059
|
TaskId: string
|
|
14060
14060
|
/**
|
|
14061
|
-
* <b>点播[
|
|
14061
|
+
* <b>点播[应用](/document/product/266/14574) ID。从2023年12月25日起开通点播的客户,如访问点播应用中的资源(无论是默认应用还是新创建的应用),必须将该字段填写为应用 ID。</b>
|
|
14062
14062
|
*/
|
|
14063
14063
|
SubAppId?: number
|
|
14064
14064
|
}
|