tencentcloud-sdk-nodejs 4.0.980 → 4.0.981
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 +295 -0
- package/SERVICE_CHANGELOG.md +436 -125
- package/package.json +1 -1
- package/products.md +24 -24
- package/src/common/sdk_version.ts +1 -1
- package/src/services/billing/v20180709/billing_models.ts +3 -43
- package/src/services/cls/v20201016/cls_models.ts +3 -0
- package/src/services/dcdb/v20180411/dcdb_models.ts +54 -54
- package/src/services/dnspod/v20210323/dnspod_client.ts +34 -10
- package/src/services/dnspod/v20210323/dnspod_models.ts +116 -60
- package/src/services/ess/v20201111/ess_client.ts +1 -1
- package/src/services/ess/v20201111/ess_models.ts +9 -5
- package/src/services/essbasic/v20210526/essbasic_client.ts +1 -1
- package/src/services/essbasic/v20210526/essbasic_models.ts +5 -3
- package/src/services/goosefs/v20220519/goosefs_models.ts +4 -0
- package/src/services/hunyuan/v20230901/hunyuan_models.ts +5 -0
- package/src/services/lcic/v20220817/lcic_models.ts +5 -1
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +12 -2
- package/src/services/live/v20180801/live_client.ts +93 -17
- package/src/services/live/v20180801/live_models.ts +453 -263
- package/src/services/lke/v20231130/lke_models.ts +11 -1
- package/src/services/mariadb/v20170312/mariadb_models.ts +56 -56
- package/src/services/mps/v20190612/mps_models.ts +6 -1
- package/src/services/oceanus/v20190422/oceanus_models.ts +4 -0
- package/src/services/ocr/v20181119/ocr_models.ts +12 -0
- package/src/services/privatedns/v20201028/privatedns_client.ts +49 -172
- package/src/services/privatedns/v20201028/privatedns_models.ts +547 -1012
- package/src/services/tke/v20220501/tke_models.ts +3 -1
- package/src/services/vod/v20180717/vod_models.ts +8 -0
- package/src/services/vpc/v20170312/vpc_models.ts +8 -0
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +3 -43
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +3 -0
- package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +54 -54
- package/tencentcloud/services/dnspod/v20210323/dnspod_client.d.ts +11 -3
- package/tencentcloud/services/dnspod/v20210323/dnspod_client.js +15 -3
- package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +112 -60
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +1 -1
- package/tencentcloud/services/ess/v20201111/ess_client.js +1 -1
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +9 -5
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +1 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +1 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +5 -3
- package/tencentcloud/services/goosefs/v20220519/goosefs_models.d.ts +4 -0
- package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +5 -0
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +5 -1
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +12 -2
- package/tencentcloud/services/live/v20180801/live_client.d.ts +31 -3
- package/tencentcloud/services/live/v20180801/live_client.js +43 -3
- package/tencentcloud/services/live/v20180801/live_models.d.ts +440 -262
- package/tencentcloud/services/lke/v20231130/lke_models.d.ts +11 -1
- package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +56 -56
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +6 -1
- package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +4 -0
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +12 -0
- package/tencentcloud/services/privatedns/v20201028/privatedns_client.d.ts +3 -43
- package/tencentcloud/services/privatedns/v20201028/privatedns_client.js +3 -63
- package/tencentcloud/services/privatedns/v20201028/privatedns_models.d.ts +548 -990
- package/tencentcloud/services/tke/v20220501/tke_models.d.ts +3 -1
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +8 -0
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +8 -0
- package/test/dnspod.v20210323.test.js +22 -2
- package/test/live.v20180801.test.js +62 -2
- package/test/privatedns.v20201028.test.js +2 -102
|
@@ -3454,7 +3454,7 @@ export interface DescribeKnowledgeUsagePieGraphRequest {
|
|
|
3454
3454
|
}
|
|
3455
3455
|
|
|
3456
3456
|
/**
|
|
3457
|
-
*
|
|
3457
|
+
* 标签详情
|
|
3458
3458
|
*/
|
|
3459
3459
|
export interface AttrLabelDetail {
|
|
3460
3460
|
/**
|
|
@@ -3482,6 +3482,16 @@ export interface AttrLabelDetail {
|
|
|
3482
3482
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3483
3483
|
*/
|
|
3484
3484
|
IsUpdating?: boolean
|
|
3485
|
+
/**
|
|
3486
|
+
* 状态
|
|
3487
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3488
|
+
*/
|
|
3489
|
+
Status?: number
|
|
3490
|
+
/**
|
|
3491
|
+
* 状态描述
|
|
3492
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3493
|
+
*/
|
|
3494
|
+
StatusDesc?: string
|
|
3485
3495
|
}
|
|
3486
3496
|
|
|
3487
3497
|
/**
|
|
@@ -2882,19 +2882,19 @@ export interface SecurityGroupBound {
|
|
|
2882
2882
|
/**
|
|
2883
2883
|
* 策略,ACCEPT 或者 DROP
|
|
2884
2884
|
*/
|
|
2885
|
-
Action
|
|
2885
|
+
Action?: string
|
|
2886
2886
|
/**
|
|
2887
2887
|
* 来源 IP 或 IP 段,例如192.168.0.0/16
|
|
2888
2888
|
*/
|
|
2889
|
-
CidrIp
|
|
2889
|
+
CidrIp?: string
|
|
2890
2890
|
/**
|
|
2891
2891
|
* 端口
|
|
2892
2892
|
*/
|
|
2893
|
-
PortRange
|
|
2893
|
+
PortRange?: string
|
|
2894
2894
|
/**
|
|
2895
2895
|
* 网络协议,支持 UDP、TCP 等
|
|
2896
2896
|
*/
|
|
2897
|
-
IpProtocol
|
|
2897
|
+
IpProtocol?: string
|
|
2898
2898
|
}
|
|
2899
2899
|
|
|
2900
2900
|
/**
|
|
@@ -2976,227 +2976,227 @@ export interface DBInstance {
|
|
|
2976
2976
|
/**
|
|
2977
2977
|
* 实例 ID,唯一标识一个 TDSQL 实例
|
|
2978
2978
|
*/
|
|
2979
|
-
InstanceId
|
|
2979
|
+
InstanceId?: string
|
|
2980
2980
|
/**
|
|
2981
2981
|
* 实例名称,用户可修改
|
|
2982
2982
|
*/
|
|
2983
|
-
InstanceName
|
|
2983
|
+
InstanceName?: string
|
|
2984
2984
|
/**
|
|
2985
2985
|
* 实例所属应用 ID
|
|
2986
2986
|
*/
|
|
2987
|
-
AppId
|
|
2987
|
+
AppId?: number
|
|
2988
2988
|
/**
|
|
2989
2989
|
* 实例所属项目 ID
|
|
2990
2990
|
*/
|
|
2991
|
-
ProjectId
|
|
2991
|
+
ProjectId?: number
|
|
2992
2992
|
/**
|
|
2993
2993
|
* 实例所在地域名称,如 ap-shanghai
|
|
2994
2994
|
*/
|
|
2995
|
-
Region
|
|
2995
|
+
Region?: string
|
|
2996
2996
|
/**
|
|
2997
2997
|
* 实例所在可用区名称,如 ap-shanghai-1
|
|
2998
2998
|
*/
|
|
2999
|
-
Zone
|
|
2999
|
+
Zone?: string
|
|
3000
3000
|
/**
|
|
3001
3001
|
* 私有网络 ID,基础网络时为 0
|
|
3002
3002
|
*/
|
|
3003
|
-
VpcId
|
|
3003
|
+
VpcId?: number
|
|
3004
3004
|
/**
|
|
3005
3005
|
* 子网 ID,基础网络时为 0
|
|
3006
3006
|
*/
|
|
3007
|
-
SubnetId
|
|
3007
|
+
SubnetId?: number
|
|
3008
3008
|
/**
|
|
3009
3009
|
* 实例状态:0 创建中,1 流程处理中, 2 运行中,3 实例未初始化,-1 实例已隔离,4 实例初始化中,5 实例删除中,6 实例重启中,7 数据迁移中
|
|
3010
3010
|
*/
|
|
3011
|
-
Status
|
|
3011
|
+
Status?: number
|
|
3012
3012
|
/**
|
|
3013
3013
|
* 内网 IP 地址
|
|
3014
3014
|
*/
|
|
3015
|
-
Vip
|
|
3015
|
+
Vip?: string
|
|
3016
3016
|
/**
|
|
3017
3017
|
* 内网端口
|
|
3018
3018
|
*/
|
|
3019
|
-
Vport
|
|
3019
|
+
Vport?: number
|
|
3020
3020
|
/**
|
|
3021
3021
|
* 外网访问的域名,公网可解析
|
|
3022
3022
|
*/
|
|
3023
|
-
WanDomain
|
|
3023
|
+
WanDomain?: string
|
|
3024
3024
|
/**
|
|
3025
3025
|
* 外网 IP 地址,公网可访问
|
|
3026
3026
|
*/
|
|
3027
|
-
WanVip
|
|
3027
|
+
WanVip?: string
|
|
3028
3028
|
/**
|
|
3029
3029
|
* 外网端口
|
|
3030
3030
|
*/
|
|
3031
|
-
WanPort
|
|
3031
|
+
WanPort?: number
|
|
3032
3032
|
/**
|
|
3033
3033
|
* 实例创建时间,格式为 2006-01-02 15:04:05
|
|
3034
3034
|
*/
|
|
3035
|
-
CreateTime
|
|
3035
|
+
CreateTime?: string
|
|
3036
3036
|
/**
|
|
3037
3037
|
* 实例最后更新时间,格式为 2006-01-02 15:04:05
|
|
3038
3038
|
*/
|
|
3039
|
-
UpdateTime
|
|
3039
|
+
UpdateTime?: string
|
|
3040
3040
|
/**
|
|
3041
3041
|
* 自动续费标志:0 否,1 是
|
|
3042
3042
|
*/
|
|
3043
|
-
AutoRenewFlag
|
|
3043
|
+
AutoRenewFlag?: number
|
|
3044
3044
|
/**
|
|
3045
3045
|
* 实例到期时间,格式为 2006-01-02 15:04:05
|
|
3046
3046
|
*/
|
|
3047
|
-
PeriodEndTime
|
|
3047
|
+
PeriodEndTime?: string
|
|
3048
3048
|
/**
|
|
3049
3049
|
* 实例所属账号
|
|
3050
3050
|
*/
|
|
3051
|
-
Uin
|
|
3051
|
+
Uin?: string
|
|
3052
3052
|
/**
|
|
3053
3053
|
* TDSQL 版本信息
|
|
3054
3054
|
*/
|
|
3055
|
-
TdsqlVersion
|
|
3055
|
+
TdsqlVersion?: string
|
|
3056
3056
|
/**
|
|
3057
3057
|
* 实例内存大小,单位 GB
|
|
3058
3058
|
*/
|
|
3059
|
-
Memory
|
|
3059
|
+
Memory?: number
|
|
3060
3060
|
/**
|
|
3061
3061
|
* 实例存储大小,单位 GB
|
|
3062
3062
|
*/
|
|
3063
|
-
Storage
|
|
3063
|
+
Storage?: number
|
|
3064
3064
|
/**
|
|
3065
3065
|
* 字符串型的私有网络ID
|
|
3066
3066
|
*/
|
|
3067
|
-
UniqueVpcId
|
|
3067
|
+
UniqueVpcId?: string
|
|
3068
3068
|
/**
|
|
3069
3069
|
* 字符串型的私有网络子网ID
|
|
3070
3070
|
*/
|
|
3071
|
-
UniqueSubnetId
|
|
3071
|
+
UniqueSubnetId?: string
|
|
3072
3072
|
/**
|
|
3073
3073
|
* 原始实例ID(过时字段,请勿依赖该值)
|
|
3074
3074
|
*/
|
|
3075
|
-
OriginSerialId
|
|
3075
|
+
OriginSerialId?: string
|
|
3076
3076
|
/**
|
|
3077
3077
|
* 节点数,2为一主一从,3为一主二从
|
|
3078
3078
|
*/
|
|
3079
|
-
NodeCount
|
|
3079
|
+
NodeCount?: number
|
|
3080
3080
|
/**
|
|
3081
3081
|
* 是否临时实例,0为否,非0为是
|
|
3082
3082
|
*/
|
|
3083
|
-
IsTmp
|
|
3083
|
+
IsTmp?: number
|
|
3084
3084
|
/**
|
|
3085
3085
|
* 独享集群ID,为空表示为普通实例
|
|
3086
3086
|
*/
|
|
3087
|
-
ExclusterId
|
|
3087
|
+
ExclusterId?: string
|
|
3088
3088
|
/**
|
|
3089
3089
|
* 数字实例ID(过时字段,请勿依赖该值)
|
|
3090
3090
|
*/
|
|
3091
|
-
Id
|
|
3091
|
+
Id?: number
|
|
3092
3092
|
/**
|
|
3093
3093
|
* 产品类型 ID
|
|
3094
3094
|
*/
|
|
3095
|
-
Pid
|
|
3095
|
+
Pid?: number
|
|
3096
3096
|
/**
|
|
3097
3097
|
* 最大 Qps 值
|
|
3098
3098
|
*/
|
|
3099
|
-
Qps
|
|
3099
|
+
Qps?: number
|
|
3100
3100
|
/**
|
|
3101
3101
|
* 付费模式
|
|
3102
3102
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3103
3103
|
*/
|
|
3104
|
-
Paymode
|
|
3104
|
+
Paymode?: string
|
|
3105
3105
|
/**
|
|
3106
3106
|
* 实例处于异步任务时的异步任务流程ID
|
|
3107
3107
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3108
3108
|
*/
|
|
3109
|
-
Locker
|
|
3109
|
+
Locker?: number
|
|
3110
3110
|
/**
|
|
3111
3111
|
* 实例目前运行状态描述
|
|
3112
3112
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3113
3113
|
*/
|
|
3114
|
-
StatusDesc
|
|
3114
|
+
StatusDesc?: string
|
|
3115
3115
|
/**
|
|
3116
3116
|
* 外网状态,0-未开通;1-已开通;2-关闭;3-开通中
|
|
3117
3117
|
*/
|
|
3118
|
-
WanStatus
|
|
3118
|
+
WanStatus?: number
|
|
3119
3119
|
/**
|
|
3120
3120
|
* 该实例是否支持审计。1-支持;0-不支持
|
|
3121
3121
|
*/
|
|
3122
|
-
IsAuditSupported
|
|
3122
|
+
IsAuditSupported?: number
|
|
3123
3123
|
/**
|
|
3124
3124
|
* 机器型号
|
|
3125
3125
|
*/
|
|
3126
|
-
Machine
|
|
3126
|
+
Machine?: string
|
|
3127
3127
|
/**
|
|
3128
3128
|
* 是否支持数据加密。1-支持;0-不支持
|
|
3129
3129
|
*/
|
|
3130
|
-
IsEncryptSupported
|
|
3130
|
+
IsEncryptSupported?: number
|
|
3131
3131
|
/**
|
|
3132
3132
|
* 实例CPU核数
|
|
3133
3133
|
*/
|
|
3134
|
-
Cpu
|
|
3134
|
+
Cpu?: number
|
|
3135
3135
|
/**
|
|
3136
3136
|
* 实例IPv6标志
|
|
3137
3137
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3138
3138
|
*/
|
|
3139
|
-
Ipv6Flag
|
|
3139
|
+
Ipv6Flag?: number
|
|
3140
3140
|
/**
|
|
3141
3141
|
* 内网IPv6
|
|
3142
3142
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3143
3143
|
*/
|
|
3144
|
-
Vipv6
|
|
3144
|
+
Vipv6?: string
|
|
3145
3145
|
/**
|
|
3146
3146
|
* 外网IPv6
|
|
3147
3147
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3148
3148
|
*/
|
|
3149
|
-
WanVipv6
|
|
3149
|
+
WanVipv6?: string
|
|
3150
3150
|
/**
|
|
3151
3151
|
* 外网IPv6端口
|
|
3152
3152
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3153
3153
|
*/
|
|
3154
|
-
WanPortIpv6
|
|
3154
|
+
WanPortIpv6?: number
|
|
3155
3155
|
/**
|
|
3156
3156
|
* 外网IPv6状态
|
|
3157
3157
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3158
3158
|
*/
|
|
3159
|
-
WanStatusIpv6
|
|
3159
|
+
WanStatusIpv6?: number
|
|
3160
3160
|
/**
|
|
3161
3161
|
* 数据库引擎
|
|
3162
3162
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3163
3163
|
*/
|
|
3164
|
-
DbEngine
|
|
3164
|
+
DbEngine?: string
|
|
3165
3165
|
/**
|
|
3166
3166
|
* 数据库版本
|
|
3167
3167
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3168
3168
|
*/
|
|
3169
|
-
DbVersion
|
|
3169
|
+
DbVersion?: string
|
|
3170
3170
|
/**
|
|
3171
3171
|
* DCN标志,0-无,1-主实例,2-灾备实例
|
|
3172
3172
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3173
3173
|
*/
|
|
3174
|
-
DcnFlag
|
|
3174
|
+
DcnFlag?: number
|
|
3175
3175
|
/**
|
|
3176
3176
|
* DCN状态,0-无,1-创建中,2-同步中,3-已断开
|
|
3177
3177
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3178
3178
|
*/
|
|
3179
|
-
DcnStatus
|
|
3179
|
+
DcnStatus?: number
|
|
3180
3180
|
/**
|
|
3181
3181
|
* DCN灾备实例数
|
|
3182
3182
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3183
3183
|
*/
|
|
3184
|
-
DcnDstNum
|
|
3184
|
+
DcnDstNum?: number
|
|
3185
3185
|
/**
|
|
3186
3186
|
* 1: 主实例(独享型), 2: 主实例, 3: 灾备实例, 4: 灾备实例(独享型)
|
|
3187
3187
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3188
3188
|
*/
|
|
3189
|
-
InstanceType
|
|
3189
|
+
InstanceType?: number
|
|
3190
3190
|
/**
|
|
3191
3191
|
* 实例标签信息
|
|
3192
3192
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3193
3193
|
*/
|
|
3194
|
-
ResourceTags
|
|
3194
|
+
ResourceTags?: Array<ResourceTag>
|
|
3195
3195
|
/**
|
|
3196
3196
|
* 数据库版本
|
|
3197
3197
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3198
3198
|
*/
|
|
3199
|
-
DbVersionId
|
|
3199
|
+
DbVersionId?: string
|
|
3200
3200
|
}
|
|
3201
3201
|
|
|
3202
3202
|
/**
|
|
@@ -6650,7 +6650,12 @@ export interface AiAnalysisTaskSegmentOutput {
|
|
|
6650
6650
|
/**
|
|
6651
6651
|
* 智能拆条子片段列表。
|
|
6652
6652
|
*/
|
|
6653
|
-
SegmentSet
|
|
6653
|
+
SegmentSet?: Array<SegmentRecognitionItem>
|
|
6654
|
+
/**
|
|
6655
|
+
* 视频摘要,离线场景用。
|
|
6656
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
6657
|
+
*/
|
|
6658
|
+
Abstract?: string
|
|
6654
6659
|
}
|
|
6655
6660
|
|
|
6656
6661
|
/**
|
|
@@ -3549,6 +3549,10 @@ WARN_DRIVER_LICENSE_BORDER_INCOMPLETE 边框不完整告警
|
|
|
3549
3549
|
注:告警信息可以同时存在多个
|
|
3550
3550
|
*/
|
|
3551
3551
|
RecognizeWarnMsg?: Array<string>
|
|
3552
|
+
/**
|
|
3553
|
+
* 行驶证类型 电子行驶证:Electronic 普通行驶证:Normal
|
|
3554
|
+
*/
|
|
3555
|
+
VehicleLicenseType?: string
|
|
3552
3556
|
/**
|
|
3553
3557
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
3554
3558
|
*/
|
|
@@ -6143,6 +6147,14 @@ export interface TextVehicleBack {
|
|
|
6143
6147
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
6144
6148
|
*/
|
|
6145
6149
|
FuelType?: string
|
|
6150
|
+
/**
|
|
6151
|
+
* 住址
|
|
6152
|
+
*/
|
|
6153
|
+
AddressElectronic?: string
|
|
6154
|
+
/**
|
|
6155
|
+
* 发证机关
|
|
6156
|
+
*/
|
|
6157
|
+
IssueAuthorityElectronic?: string
|
|
6146
6158
|
}
|
|
6147
6159
|
|
|
6148
6160
|
/**
|
|
@@ -18,92 +18,69 @@
|
|
|
18
18
|
import { AbstractClient } from "../../../common/abstract_client"
|
|
19
19
|
import { ClientConfig } from "../../../common/interface"
|
|
20
20
|
import {
|
|
21
|
+
DescribeQuotaUsageResponse,
|
|
22
|
+
ModifyPrivateZoneVpcRequest,
|
|
23
|
+
DescribeAuditLogResponse,
|
|
24
|
+
DescribePrivateDNSAccountListResponse,
|
|
25
|
+
DescribePrivateZoneRecordListRequest,
|
|
26
|
+
PrivateDNSAccount,
|
|
21
27
|
QueryAsyncBindVpcStatusResponse,
|
|
22
|
-
|
|
28
|
+
DescribePrivateZoneRecordListResponse,
|
|
29
|
+
DescribePrivateZoneListResponse,
|
|
23
30
|
AccountVpcInfoOutput,
|
|
24
|
-
DescribeEndPointRegionRequest,
|
|
25
31
|
DescribePrivateZoneRequest,
|
|
32
|
+
ModifyRecordsStatusResponse,
|
|
33
|
+
DatePoint,
|
|
34
|
+
DeleteSpecifyPrivateZoneVpcResponse,
|
|
26
35
|
DescribeAccountVpcListResponse,
|
|
27
|
-
DeletePrivateDNSAccountRequest,
|
|
28
|
-
AddSpecifyPrivateZoneVpcRequest,
|
|
29
|
-
DescribeForwardRuleResponse,
|
|
30
|
-
VpcInfo,
|
|
31
|
-
CreatePrivateDNSAccountResponse,
|
|
32
|
-
SubscribePrivateZoneServiceRequest,
|
|
33
|
-
CreateEndPointRequest,
|
|
34
|
-
DescribeEndPointListRequest,
|
|
35
|
-
PrivateZone,
|
|
36
|
-
CreatePrivateDNSAccountRequest,
|
|
37
|
-
FlowUsage,
|
|
38
|
-
CreateForwardRuleResponse,
|
|
39
|
-
ModifyPrivateZoneVpcRequest,
|
|
40
|
-
DescribePrivateDNSAccountListResponse,
|
|
41
36
|
DescribePrivateZoneServiceRequest,
|
|
42
37
|
PrivateZoneRecord,
|
|
43
|
-
|
|
38
|
+
AddSpecifyPrivateZoneVpcResponse,
|
|
39
|
+
AuditLogInfo,
|
|
40
|
+
AddSpecifyPrivateZoneVpcRequest,
|
|
41
|
+
DescribeRequestDataRequest,
|
|
44
42
|
ModifyPrivateZoneRecordResponse,
|
|
45
|
-
|
|
43
|
+
DescribeAccountVpcListRequest,
|
|
46
44
|
DescribeRequestDataResponse,
|
|
47
|
-
DeleteForwardRuleRequest,
|
|
48
|
-
ModifyPrivateZoneResponse,
|
|
49
|
-
DeleteSpecifyPrivateZoneVpcRequest,
|
|
50
45
|
ModifyPrivateZoneRequest,
|
|
51
|
-
DescribePrivateZoneListRequest,
|
|
52
|
-
DescribeDashboardResponse,
|
|
53
|
-
ModifyForwardRuleResponse,
|
|
54
|
-
SubscribePrivateZoneServiceResponse,
|
|
55
|
-
AuditLogInfo,
|
|
56
|
-
ModifyRecordsStatusRequest,
|
|
57
|
-
DescribeEndPointRegionResponse,
|
|
58
|
-
CreateEndPointAndEndPointServiceRequest,
|
|
59
|
-
ModifyPrivateZoneRecordRequest,
|
|
60
|
-
DescribePrivateDNSAccountListRequest,
|
|
61
|
-
CreateEndPointAndEndPointServiceResponse,
|
|
62
|
-
DescribePrivateZoneRecordListRequest,
|
|
63
|
-
PrivateDNSAccount,
|
|
64
|
-
DescribeForwardRuleListRequest,
|
|
65
|
-
ModifyRecordsStatusResponse,
|
|
66
|
-
DatePoint,
|
|
67
|
-
DeleteSpecifyPrivateZoneVpcResponse,
|
|
68
|
-
DeleteEndPointResponse,
|
|
69
|
-
DeleteEndPointRequest,
|
|
70
|
-
CreatePrivateZoneRequest,
|
|
71
|
-
AccountVpcInfoOut,
|
|
72
|
-
ModifyForwardRuleRequest,
|
|
73
|
-
DescribePrivateZoneResponse,
|
|
74
|
-
DescribeRequestDataRequest,
|
|
75
|
-
Filter,
|
|
76
|
-
DescribeDashboardRequest,
|
|
77
|
-
CreateEndPointResponse,
|
|
78
|
-
DescribeForwardRuleRequest,
|
|
79
|
-
DeletePrivateZoneResponse,
|
|
80
|
-
DescribePrivateZoneListResponse,
|
|
81
|
-
EndPointInfo,
|
|
82
|
-
ModifyPrivateZoneVpcResponse,
|
|
83
|
-
DescribeQuotaUsageResponse,
|
|
84
|
-
DescribeAuditLogResponse,
|
|
85
|
-
CreateForwardRuleRequest,
|
|
86
|
-
AddSpecifyPrivateZoneVpcResponse,
|
|
87
|
-
DescribeEndPointListResponse,
|
|
88
|
-
RegionInfo,
|
|
89
46
|
TagInfo,
|
|
90
47
|
TldQuota,
|
|
48
|
+
CreatePrivateZoneRequest,
|
|
49
|
+
VpcInfo,
|
|
50
|
+
AccountVpcInfoOut,
|
|
91
51
|
AccountVpcInfo,
|
|
92
|
-
|
|
52
|
+
ModifyPrivateZoneResponse,
|
|
53
|
+
DeleteSpecifyPrivateZoneVpcRequest,
|
|
54
|
+
SubscribePrivateZoneServiceRequest,
|
|
55
|
+
DescribePrivateZoneResponse,
|
|
93
56
|
CreatePrivateZoneResponse,
|
|
57
|
+
DescribeDashboardResponse,
|
|
94
58
|
CreatePrivateZoneRecordResponse,
|
|
95
|
-
|
|
59
|
+
DescribePrivateZoneServiceResponse,
|
|
60
|
+
CreatePrivateDNSAccountResponse,
|
|
96
61
|
DescribeAuditLogRequest,
|
|
97
|
-
|
|
62
|
+
DescribeDashboardRequest,
|
|
98
63
|
DeletePrivateZoneRequest,
|
|
99
64
|
AuditLog,
|
|
65
|
+
SubscribePrivateZoneServiceResponse,
|
|
66
|
+
DeletePrivateDNSAccountRequest,
|
|
100
67
|
DeletePrivateZoneRecordRequest,
|
|
101
|
-
|
|
102
|
-
|
|
68
|
+
Filter,
|
|
69
|
+
DeletePrivateZoneResponse,
|
|
70
|
+
ModifyRecordsStatusRequest,
|
|
71
|
+
CreatePrivateDNSAccountRequest,
|
|
72
|
+
QueryAsyncBindVpcStatusRequest,
|
|
103
73
|
MetricData,
|
|
104
|
-
|
|
74
|
+
DescribePrivateDNSAccountListRequest,
|
|
75
|
+
PrivateZone,
|
|
76
|
+
CreatePrivateZoneRecordRequest,
|
|
77
|
+
DescribeQuotaUsageRequest,
|
|
78
|
+
ModifyPrivateZoneRecordRequest,
|
|
79
|
+
DescribePrivateZoneListRequest,
|
|
105
80
|
DeletePrivateDNSAccountResponse,
|
|
106
|
-
|
|
81
|
+
FlowUsage,
|
|
82
|
+
DeletePrivateZoneRecordResponse,
|
|
83
|
+
ModifyPrivateZoneVpcResponse,
|
|
107
84
|
} from "./privatedns_models"
|
|
108
85
|
|
|
109
86
|
/**
|
|
@@ -136,13 +113,13 @@ export class Client extends AbstractClient {
|
|
|
136
113
|
}
|
|
137
114
|
|
|
138
115
|
/**
|
|
139
|
-
*
|
|
116
|
+
* 获取私有域记录列表
|
|
140
117
|
*/
|
|
141
|
-
async
|
|
142
|
-
req:
|
|
143
|
-
cb?: (error: string, rep:
|
|
144
|
-
): Promise<
|
|
145
|
-
return this.request("
|
|
118
|
+
async DescribePrivateZoneRecordList(
|
|
119
|
+
req: DescribePrivateZoneRecordListRequest,
|
|
120
|
+
cb?: (error: string, rep: DescribePrivateZoneRecordListResponse) => void
|
|
121
|
+
): Promise<DescribePrivateZoneRecordListResponse> {
|
|
122
|
+
return this.request("DescribePrivateZoneRecordList", req, cb)
|
|
146
123
|
}
|
|
147
124
|
|
|
148
125
|
/**
|
|
@@ -175,16 +152,6 @@ export class Client extends AbstractClient {
|
|
|
175
152
|
return this.request("CreatePrivateZoneRecord", req, cb)
|
|
176
153
|
}
|
|
177
154
|
|
|
178
|
-
/**
|
|
179
|
-
* 获取终端节点列表
|
|
180
|
-
*/
|
|
181
|
-
async DescribeEndPointList(
|
|
182
|
-
req: DescribeEndPointListRequest,
|
|
183
|
-
cb?: (error: string, rep: DescribeEndPointListResponse) => void
|
|
184
|
-
): Promise<DescribeEndPointListResponse> {
|
|
185
|
-
return this.request("DescribeEndPointList", req, cb)
|
|
186
|
-
}
|
|
187
|
-
|
|
188
155
|
/**
|
|
189
156
|
* 创建私有域
|
|
190
157
|
*/
|
|
@@ -205,16 +172,6 @@ export class Client extends AbstractClient {
|
|
|
205
172
|
return this.request("DescribePrivateZoneList", req, cb)
|
|
206
173
|
}
|
|
207
174
|
|
|
208
|
-
/**
|
|
209
|
-
* 创建终端节点
|
|
210
|
-
*/
|
|
211
|
-
async CreateEndPoint(
|
|
212
|
-
req: CreateEndPointRequest,
|
|
213
|
-
cb?: (error: string, rep: CreateEndPointResponse) => void
|
|
214
|
-
): Promise<CreateEndPointResponse> {
|
|
215
|
-
return this.request("CreateEndPoint", req, cb)
|
|
216
|
-
}
|
|
217
|
-
|
|
218
175
|
/**
|
|
219
176
|
* 追加与私有域关联的VPC
|
|
220
177
|
*/
|
|
@@ -225,16 +182,6 @@ export class Client extends AbstractClient {
|
|
|
225
182
|
return this.request("AddSpecifyPrivateZoneVpc", req, cb)
|
|
226
183
|
}
|
|
227
184
|
|
|
228
|
-
/**
|
|
229
|
-
* 获取私有域记录列表
|
|
230
|
-
*/
|
|
231
|
-
async DescribePrivateZoneRecordList(
|
|
232
|
-
req: DescribePrivateZoneRecordListRequest,
|
|
233
|
-
cb?: (error: string, rep: DescribePrivateZoneRecordListResponse) => void
|
|
234
|
-
): Promise<DescribePrivateZoneRecordListResponse> {
|
|
235
|
-
return this.request("DescribePrivateZoneRecordList", req, cb)
|
|
236
|
-
}
|
|
237
|
-
|
|
238
185
|
/**
|
|
239
186
|
* 查询异步绑定vpc操作状态
|
|
240
187
|
*/
|
|
@@ -275,16 +222,6 @@ export class Client extends AbstractClient {
|
|
|
275
222
|
return this.request("DeletePrivateDNSAccount", req, cb)
|
|
276
223
|
}
|
|
277
224
|
|
|
278
|
-
/**
|
|
279
|
-
* 删除转发规则并停止转发
|
|
280
|
-
*/
|
|
281
|
-
async DeleteForwardRule(
|
|
282
|
-
req: DeleteForwardRuleRequest,
|
|
283
|
-
cb?: (error: string, rep: DeleteForwardRuleResponse) => void
|
|
284
|
-
): Promise<DeleteForwardRuleResponse> {
|
|
285
|
-
return this.request("DeleteForwardRule", req, cb)
|
|
286
|
-
}
|
|
287
|
-
|
|
288
225
|
/**
|
|
289
226
|
* 开通私有域解析
|
|
290
227
|
*/
|
|
@@ -305,16 +242,6 @@ export class Client extends AbstractClient {
|
|
|
305
242
|
return this.request("DescribeDashboard", req, cb)
|
|
306
243
|
}
|
|
307
244
|
|
|
308
|
-
/**
|
|
309
|
-
* 修改转发规则
|
|
310
|
-
*/
|
|
311
|
-
async ModifyForwardRule(
|
|
312
|
-
req: ModifyForwardRuleRequest,
|
|
313
|
-
cb?: (error: string, rep: ModifyForwardRuleResponse) => void
|
|
314
|
-
): Promise<ModifyForwardRuleResponse> {
|
|
315
|
-
return this.request("ModifyForwardRule", req, cb)
|
|
316
|
-
}
|
|
317
|
-
|
|
318
245
|
/**
|
|
319
246
|
* 修改私有域关联的VPC
|
|
320
247
|
*/
|
|
@@ -345,16 +272,6 @@ export class Client extends AbstractClient {
|
|
|
345
272
|
return this.request("DescribeAccountVpcList", req, cb)
|
|
346
273
|
}
|
|
347
274
|
|
|
348
|
-
/**
|
|
349
|
-
* 同时创建终端节点和终端节点服务
|
|
350
|
-
*/
|
|
351
|
-
async CreateEndPointAndEndPointService(
|
|
352
|
-
req: CreateEndPointAndEndPointServiceRequest,
|
|
353
|
-
cb?: (error: string, rep: CreateEndPointAndEndPointServiceResponse) => void
|
|
354
|
-
): Promise<CreateEndPointAndEndPointServiceResponse> {
|
|
355
|
-
return this.request("CreateEndPointAndEndPointService", req, cb)
|
|
356
|
-
}
|
|
357
|
-
|
|
358
275
|
/**
|
|
359
276
|
* 修改解析记录状态
|
|
360
277
|
*/
|
|
@@ -375,26 +292,6 @@ export class Client extends AbstractClient {
|
|
|
375
292
|
return this.request("DeleteSpecifyPrivateZoneVpc", req, cb)
|
|
376
293
|
}
|
|
377
294
|
|
|
378
|
-
/**
|
|
379
|
-
* 查询转发规则
|
|
380
|
-
*/
|
|
381
|
-
async DescribeForwardRule(
|
|
382
|
-
req: DescribeForwardRuleRequest,
|
|
383
|
-
cb?: (error: string, rep: DescribeForwardRuleResponse) => void
|
|
384
|
-
): Promise<DescribeForwardRuleResponse> {
|
|
385
|
-
return this.request("DescribeForwardRule", req, cb)
|
|
386
|
-
}
|
|
387
|
-
|
|
388
|
-
/**
|
|
389
|
-
* 创建自定义转发规则
|
|
390
|
-
*/
|
|
391
|
-
async CreateForwardRule(
|
|
392
|
-
req: CreateForwardRuleRequest,
|
|
393
|
-
cb?: (error: string, rep: CreateForwardRuleResponse) => void
|
|
394
|
-
): Promise<CreateForwardRuleResponse> {
|
|
395
|
-
return this.request("CreateForwardRule", req, cb)
|
|
396
|
-
}
|
|
397
|
-
|
|
398
295
|
/**
|
|
399
296
|
* 查询私有域解析开通状态
|
|
400
297
|
*/
|
|
@@ -405,26 +302,6 @@ export class Client extends AbstractClient {
|
|
|
405
302
|
return this.request("DescribePrivateZoneService", req, cb)
|
|
406
303
|
}
|
|
407
304
|
|
|
408
|
-
/**
|
|
409
|
-
* 查询终端节点已经启用了的地域
|
|
410
|
-
*/
|
|
411
|
-
async DescribeEndPointRegion(
|
|
412
|
-
req?: DescribeEndPointRegionRequest,
|
|
413
|
-
cb?: (error: string, rep: DescribeEndPointRegionResponse) => void
|
|
414
|
-
): Promise<DescribeEndPointRegionResponse> {
|
|
415
|
-
return this.request("DescribeEndPointRegion", req, cb)
|
|
416
|
-
}
|
|
417
|
-
|
|
418
|
-
/**
|
|
419
|
-
* 查询转发规则列表
|
|
420
|
-
*/
|
|
421
|
-
async DescribeForwardRuleList(
|
|
422
|
-
req: DescribeForwardRuleListRequest,
|
|
423
|
-
cb?: (error: string, rep: DescribeForwardRuleListResponse) => void
|
|
424
|
-
): Promise<DescribeForwardRuleListResponse> {
|
|
425
|
-
return this.request("DescribeForwardRuleList", req, cb)
|
|
426
|
-
}
|
|
427
|
-
|
|
428
305
|
/**
|
|
429
306
|
* 删除私有域解析记录
|
|
430
307
|
*/
|