tencentcloud-sdk-nodejs-gaap 4.0.397 → 4.0.433
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 +5514 -0
- package/README.md +3 -3
- package/SERVICE_CHANGELOG.md +3715 -47
- package/package.json +1 -1
- package/products.md +93 -93
- package/src/services/gaap/v20180529/gaap_client.ts +160 -37
- package/src/services/gaap/v20180529/gaap_models.ts +620 -180
- package/tencentcloud/services/gaap/v20180529/gaap_client.d.ts +51 -11
- package/tencentcloud/services/gaap/v20180529/gaap_client.js +75 -15
- package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +552 -174
|
@@ -17,10 +17,14 @@
|
|
|
17
17
|
*/
|
|
18
18
|
import * as TencentCloudCommon from "tencentcloud-sdk-nodejs-common"
|
|
19
19
|
import {
|
|
20
|
+
DisableGlobalDomainRequest,
|
|
20
21
|
RegionDetail,
|
|
21
22
|
DestAddressInfo,
|
|
22
23
|
DescribeUDPListenersRequest,
|
|
24
|
+
DescribeGlobalDomainsRequest,
|
|
23
25
|
DeleteProxyGroupRequest,
|
|
26
|
+
OpenSecurityPolicyResponse,
|
|
27
|
+
ModifyGlobalDomainAttributeRequest,
|
|
24
28
|
DescribeResourcesByTagRequest,
|
|
25
29
|
DescribeListenerStatisticsRequest,
|
|
26
30
|
DescribeProxyAndStatisticsListenersResponse,
|
|
@@ -35,6 +39,7 @@ import {
|
|
|
35
39
|
TagResourceInfo,
|
|
36
40
|
SetAuthenticationResponse,
|
|
37
41
|
DescribeProxyGroupStatisticsResponse,
|
|
42
|
+
DisableGlobalDomainResponse,
|
|
38
43
|
DescribeResourcesByTagResponse,
|
|
39
44
|
ModifyGroupDomainConfigRequest,
|
|
40
45
|
BandwidthPriceGradient,
|
|
@@ -59,6 +64,7 @@ import {
|
|
|
59
64
|
ModifyRealServerNameRequest,
|
|
60
65
|
ModifyGroupDomainConfigResponse,
|
|
61
66
|
DeleteProxyGroupResponse,
|
|
67
|
+
CreateGlobalDomainDnsResponse,
|
|
62
68
|
CreateDomainErrorPageInfoResponse,
|
|
63
69
|
BindListenerRealServersRequest,
|
|
64
70
|
DeleteDomainErrorPageInfoResponse,
|
|
@@ -79,7 +85,7 @@ import {
|
|
|
79
85
|
ModifyCertificateAttributesResponse,
|
|
80
86
|
DescribeSecurityPolicyDetailResponse,
|
|
81
87
|
CreateHTTPListenerResponse,
|
|
82
|
-
|
|
88
|
+
DeleteGlobalDomainDnsResponse,
|
|
83
89
|
CreateProxyGroupRequest,
|
|
84
90
|
RuleInfo,
|
|
85
91
|
RealServerStatus,
|
|
@@ -92,42 +98,48 @@ import {
|
|
|
92
98
|
DescribeRealServerStatisticsRequest,
|
|
93
99
|
DeleteFirstLinkSessionRequest,
|
|
94
100
|
BindRealServerInfo,
|
|
101
|
+
ModifyGlobalDomainAttributeResponse,
|
|
95
102
|
DescribeProxyAndStatisticsListenersRequest,
|
|
96
103
|
DescribeAccessRegionsResponse,
|
|
97
104
|
DeleteListenersRequest,
|
|
98
105
|
DescribeSecurityRulesRequest,
|
|
99
106
|
DescribeDestRegionsResponse,
|
|
107
|
+
ProxyAccessInfo,
|
|
100
108
|
DescribeDomainErrorPageInfoByIdsResponse,
|
|
101
109
|
DescribeProxiesRequest,
|
|
102
110
|
DescribeAccessRegionsByDestRegionResponse,
|
|
103
111
|
ModifyProxyGroupAttributeResponse,
|
|
112
|
+
CreateGlobalDomainResponse,
|
|
104
113
|
ListenerInfo,
|
|
105
114
|
DescribeUDPListenersResponse,
|
|
106
115
|
CreateUDPListenersRequest,
|
|
107
|
-
|
|
116
|
+
CreateGlobalDomainRequest,
|
|
108
117
|
CreateSecurityPolicyResponse,
|
|
109
118
|
TCPListener,
|
|
119
|
+
EnableGlobalDomainResponse,
|
|
110
120
|
CreateSecurityRulesResponse,
|
|
111
121
|
DescribeAccessRegionsRequest,
|
|
112
122
|
CreateCertificateRequest,
|
|
113
|
-
|
|
123
|
+
CreateProxyGroupDomainResponse,
|
|
114
124
|
DescribeCustomHeaderRequest,
|
|
115
125
|
DescribeProxyGroupListResponse,
|
|
126
|
+
DescribeGlobalDomainDnsRequest,
|
|
116
127
|
DescribeDomainErrorPageInfoRequest,
|
|
117
|
-
|
|
128
|
+
Domain,
|
|
118
129
|
BanAndRecoverProxyRequest,
|
|
119
130
|
CloseSecurityPolicyRequest,
|
|
120
131
|
ModifyCertificateAttributesRequest,
|
|
121
|
-
|
|
132
|
+
ModifyGlobalDomainDnsRequest,
|
|
122
133
|
CreateSecurityRulesRequest,
|
|
123
134
|
DescribeCertificatesRequest,
|
|
124
135
|
DescribeProxiesStatusRequest,
|
|
125
136
|
ModifyTCPListenerAttributeRequest,
|
|
126
137
|
DeleteSecurityPolicyResponse,
|
|
127
138
|
CreateDomainResponse,
|
|
128
|
-
|
|
139
|
+
EnableGlobalDomainRequest,
|
|
140
|
+
ModifyGlobalDomainDnsResponse,
|
|
129
141
|
ModifyDomainRequest,
|
|
130
|
-
|
|
142
|
+
DeleteGlobalDomainDnsRequest,
|
|
131
143
|
CreateCustomHeaderResponse,
|
|
132
144
|
DescribeAccessRegionsByDestRegionRequest,
|
|
133
145
|
RealServer,
|
|
@@ -136,7 +148,7 @@ import {
|
|
|
136
148
|
CreateCustomHeaderRequest,
|
|
137
149
|
ProxyGroupInfo,
|
|
138
150
|
Capacity,
|
|
139
|
-
|
|
151
|
+
DescribeCertificatesResponse,
|
|
140
152
|
Certificate,
|
|
141
153
|
DescribeDomainErrorPageInfoResponse,
|
|
142
154
|
DestroyProxiesResponse,
|
|
@@ -151,6 +163,8 @@ import {
|
|
|
151
163
|
RemoveRealServersRequest,
|
|
152
164
|
CreateDomainRequest,
|
|
153
165
|
CreateRuleRequest,
|
|
166
|
+
ModifyProxyConfigurationRequest,
|
|
167
|
+
CreateGlobalDomainDnsRequest,
|
|
154
168
|
ProxySimpleInfo,
|
|
155
169
|
DeleteSecurityPolicyRequest,
|
|
156
170
|
HTTPListener,
|
|
@@ -164,6 +178,7 @@ import {
|
|
|
164
178
|
SecurityPolicyRuleIn,
|
|
165
179
|
DescribeBlackHeaderResponse,
|
|
166
180
|
DescribeDestRegionsRequest,
|
|
181
|
+
HTTPSListener,
|
|
167
182
|
ModifyRuleAttributeResponse,
|
|
168
183
|
CreateTCPListenersResponse,
|
|
169
184
|
DescribeSecurityPolicyDetailRequest,
|
|
@@ -171,6 +186,7 @@ import {
|
|
|
171
186
|
DescribeRulesByRuleIdsResponse,
|
|
172
187
|
SetAuthenticationRequest,
|
|
173
188
|
DomainAccessRegionDict,
|
|
189
|
+
GlobalDns,
|
|
174
190
|
InquiryPriceCreateProxyResponse,
|
|
175
191
|
NewRealServer,
|
|
176
192
|
DescribeFirstLinkSessionResponse,
|
|
@@ -193,8 +209,11 @@ import {
|
|
|
193
209
|
CreateProxyGroupResponse,
|
|
194
210
|
CreateHTTPSListenerResponse,
|
|
195
211
|
DeleteRuleResponse,
|
|
212
|
+
ModifyRuleAttributeRequest,
|
|
196
213
|
DescribeFirstLinkSessionRequest,
|
|
197
214
|
BindRuleRealServersResponse,
|
|
215
|
+
DescribeGlobalDomainDnsResponse,
|
|
216
|
+
ModifyUDPListenerAttributeResponse,
|
|
198
217
|
DescribeGroupAndStatisticsProxyRequest,
|
|
199
218
|
SrcAddressInfo,
|
|
200
219
|
ModifyUDPListenerAttributeRequest,
|
|
@@ -214,6 +233,7 @@ import {
|
|
|
214
233
|
DescribeProxyStatisticsResponse,
|
|
215
234
|
DescribeRealServersStatusResponse,
|
|
216
235
|
ModifyProxyGroupAttributeRequest,
|
|
236
|
+
ModifyProxiesProjectResponse,
|
|
217
237
|
CloseProxyGroupResponse,
|
|
218
238
|
DeleteFirstLinkSessionResponse,
|
|
219
239
|
ModifyProxiesAttributeResponse,
|
|
@@ -228,6 +248,7 @@ import {
|
|
|
228
248
|
DeleteSecurityRulesRequest,
|
|
229
249
|
DescribeCertificateDetailResponse,
|
|
230
250
|
OpenProxyGroupResponse,
|
|
251
|
+
ModifySecurityRuleRequest,
|
|
231
252
|
NationCountryInnerInfo,
|
|
232
253
|
ProxyIdDict,
|
|
233
254
|
Filter,
|
|
@@ -238,12 +259,14 @@ import {
|
|
|
238
259
|
OpenProxyGroupRequest,
|
|
239
260
|
DeviceInfo,
|
|
240
261
|
UDPListener,
|
|
262
|
+
DeleteGlobalDomainRequest,
|
|
241
263
|
ProxyInfo,
|
|
242
264
|
RemoveRealServersResponse,
|
|
243
265
|
DescribeRulesByRuleIdsRequest,
|
|
244
|
-
|
|
266
|
+
DeleteGlobalDomainResponse,
|
|
245
267
|
RealServerBindSetReq,
|
|
246
268
|
CloseProxyGroupRequest,
|
|
269
|
+
DescribeGlobalDomainsResponse,
|
|
247
270
|
OpenProxiesResponse,
|
|
248
271
|
ModifyProxyConfigurationResponse,
|
|
249
272
|
CreateDomainErrorPageInfoRequest,
|
|
@@ -258,6 +281,16 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
258
281
|
super("gaap.tencentcloudapi.com", "2018-05-29", clientConfig)
|
|
259
282
|
}
|
|
260
283
|
|
|
284
|
+
/**
|
|
285
|
+
* 修改域名解析记录
|
|
286
|
+
*/
|
|
287
|
+
async ModifyGlobalDomainDns(
|
|
288
|
+
req: ModifyGlobalDomainDnsRequest,
|
|
289
|
+
cb?: (error: string, rep: ModifyGlobalDomainDnsResponse) => void
|
|
290
|
+
): Promise<ModifyGlobalDomainDnsResponse> {
|
|
291
|
+
return this.request("ModifyGlobalDomainDns", req, cb)
|
|
292
|
+
}
|
|
293
|
+
|
|
261
294
|
/**
|
|
262
295
|
* 本接口(DescribeCertificates)用来查询可以使用的证书列表。
|
|
263
296
|
*/
|
|
@@ -339,6 +372,26 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
339
372
|
return this.request("ModifyCertificateAttributes", req, cb)
|
|
340
373
|
}
|
|
341
374
|
|
|
375
|
+
/**
|
|
376
|
+
* 查询域名解析列表
|
|
377
|
+
*/
|
|
378
|
+
async DescribeGlobalDomainDns(
|
|
379
|
+
req: DescribeGlobalDomainDnsRequest,
|
|
380
|
+
cb?: (error: string, rep: DescribeGlobalDomainDnsResponse) => void
|
|
381
|
+
): Promise<DescribeGlobalDomainDnsResponse> {
|
|
382
|
+
return this.request("DescribeGlobalDomainDns", req, cb)
|
|
383
|
+
}
|
|
384
|
+
|
|
385
|
+
/**
|
|
386
|
+
* 用来创建统一域名
|
|
387
|
+
*/
|
|
388
|
+
async CreateGlobalDomain(
|
|
389
|
+
req: CreateGlobalDomainRequest,
|
|
390
|
+
cb?: (error: string, rep: CreateGlobalDomainResponse) => void
|
|
391
|
+
): Promise<CreateGlobalDomainResponse> {
|
|
392
|
+
return this.request("CreateGlobalDomain", req, cb)
|
|
393
|
+
}
|
|
394
|
+
|
|
342
395
|
/**
|
|
343
396
|
* 本接口(CreateCustomHeader)用于创建HTTP/HTTPS监听器的自定义header,客户端请求通过访问该监听器时,会将监听器中配置的header信息发送到源站。
|
|
344
397
|
*/
|
|
@@ -419,6 +472,16 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
419
472
|
return this.request("DescribeRuleRealServers", req, cb)
|
|
420
473
|
}
|
|
421
474
|
|
|
475
|
+
/**
|
|
476
|
+
* 该接口(DescribeUDPListeners)用于查询单通道或者通道组下的UDP监听器信息
|
|
477
|
+
*/
|
|
478
|
+
async DescribeUDPListeners(
|
|
479
|
+
req: DescribeUDPListenersRequest,
|
|
480
|
+
cb?: (error: string, rep: DescribeUDPListenersResponse) => void
|
|
481
|
+
): Promise<DescribeUDPListenersResponse> {
|
|
482
|
+
return this.request("DescribeUDPListeners", req, cb)
|
|
483
|
+
}
|
|
484
|
+
|
|
422
485
|
/**
|
|
423
486
|
* 本接口(DescribeDestRegions)用于查询源站区域,即源站服务器所在区域。
|
|
424
487
|
*/
|
|
@@ -591,13 +654,13 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
591
654
|
}
|
|
592
655
|
|
|
593
656
|
/**
|
|
594
|
-
*
|
|
657
|
+
* 修改域名属性
|
|
595
658
|
*/
|
|
596
|
-
async
|
|
597
|
-
req:
|
|
598
|
-
cb?: (error: string, rep:
|
|
599
|
-
): Promise<
|
|
600
|
-
return this.request("
|
|
659
|
+
async ModifyGlobalDomainAttribute(
|
|
660
|
+
req: ModifyGlobalDomainAttributeRequest,
|
|
661
|
+
cb?: (error: string, rep: ModifyGlobalDomainAttributeResponse) => void
|
|
662
|
+
): Promise<ModifyGlobalDomainAttributeResponse> {
|
|
663
|
+
return this.request("ModifyGlobalDomainAttribute", req, cb)
|
|
601
664
|
}
|
|
602
665
|
|
|
603
666
|
/**
|
|
@@ -640,6 +703,16 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
640
703
|
return this.request("ModifyTCPListenerAttribute", req, cb)
|
|
641
704
|
}
|
|
642
705
|
|
|
706
|
+
/**
|
|
707
|
+
* 该接口(CreateHTTPListener)用于在通道实例下创建HTTP协议类型的监听器。
|
|
708
|
+
*/
|
|
709
|
+
async CreateHTTPListener(
|
|
710
|
+
req: CreateHTTPListenerRequest,
|
|
711
|
+
cb?: (error: string, rep: CreateHTTPListenerResponse) => void
|
|
712
|
+
): Promise<CreateHTTPListenerResponse> {
|
|
713
|
+
return this.request("CreateHTTPListener", req, cb)
|
|
714
|
+
}
|
|
715
|
+
|
|
643
716
|
/**
|
|
644
717
|
* 该接口(DescribeRealServerStatistics)用于查询源站健康检查结果的统计数据。源站状态展示位为1:正常或者0:异常。查询的源站需要在监听器或者规则上进行了绑定,查询时需指定绑定的监听器或者规则ID。该接口支持1分钟细粒度的源站状态统计数据展示。
|
|
645
718
|
*/
|
|
@@ -651,13 +724,13 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
651
724
|
}
|
|
652
725
|
|
|
653
726
|
/**
|
|
654
|
-
* 该接口(
|
|
727
|
+
* 该接口(DescribeHTTPListeners)用来查询HTTP监听器信息。
|
|
655
728
|
*/
|
|
656
|
-
async
|
|
657
|
-
req:
|
|
658
|
-
cb?: (error: string, rep:
|
|
659
|
-
): Promise<
|
|
660
|
-
return this.request("
|
|
729
|
+
async DescribeHTTPListeners(
|
|
730
|
+
req: DescribeHTTPListenersRequest,
|
|
731
|
+
cb?: (error: string, rep: DescribeHTTPListenersResponse) => void
|
|
732
|
+
): Promise<DescribeHTTPListenersResponse> {
|
|
733
|
+
return this.request("DescribeHTTPListeners", req, cb)
|
|
661
734
|
}
|
|
662
735
|
|
|
663
736
|
/**
|
|
@@ -691,13 +764,13 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
691
764
|
}
|
|
692
765
|
|
|
693
766
|
/**
|
|
694
|
-
*
|
|
767
|
+
* 删除域名的某条解析记录
|
|
695
768
|
*/
|
|
696
|
-
async
|
|
697
|
-
req:
|
|
698
|
-
cb?: (error: string, rep:
|
|
699
|
-
): Promise<
|
|
700
|
-
return this.request("
|
|
769
|
+
async DeleteGlobalDomainDns(
|
|
770
|
+
req: DeleteGlobalDomainDnsRequest,
|
|
771
|
+
cb?: (error: string, rep: DeleteGlobalDomainDnsResponse) => void
|
|
772
|
+
): Promise<DeleteGlobalDomainDnsResponse> {
|
|
773
|
+
return this.request("DeleteGlobalDomainDns", req, cb)
|
|
701
774
|
}
|
|
702
775
|
|
|
703
776
|
/**
|
|
@@ -750,6 +823,16 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
750
823
|
return this.request("RemoveRealServers", req, cb)
|
|
751
824
|
}
|
|
752
825
|
|
|
826
|
+
/**
|
|
827
|
+
* 删除统一域名
|
|
828
|
+
*/
|
|
829
|
+
async DeleteGlobalDomain(
|
|
830
|
+
req: DeleteGlobalDomainRequest,
|
|
831
|
+
cb?: (error: string, rep: DeleteGlobalDomainResponse) => void
|
|
832
|
+
): Promise<DeleteGlobalDomainResponse> {
|
|
833
|
+
return this.request("DeleteGlobalDomain", req, cb)
|
|
834
|
+
}
|
|
835
|
+
|
|
753
836
|
/**
|
|
754
837
|
* 本接口(DescribeSecurityRules)用于根据安全规则ID查询安全规则详情列表。支持一个或多个安全规则的查询。一次最多支持20个安全规则的查询。
|
|
755
838
|
*/
|
|
@@ -810,16 +893,6 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
810
893
|
return this.request("OpenProxies", req, cb)
|
|
811
894
|
}
|
|
812
895
|
|
|
813
|
-
/**
|
|
814
|
-
* 该接口(DescribeHTTPListeners)用来查询HTTP监听器信息。
|
|
815
|
-
*/
|
|
816
|
-
async DescribeHTTPListeners(
|
|
817
|
-
req: DescribeHTTPListenersRequest,
|
|
818
|
-
cb?: (error: string, rep: DescribeHTTPListenersResponse) => void
|
|
819
|
-
): Promise<DescribeHTTPListenersResponse> {
|
|
820
|
-
return this.request("DescribeHTTPListeners", req, cb)
|
|
821
|
-
}
|
|
822
|
-
|
|
823
896
|
/**
|
|
824
897
|
* 本接口(ModifyUDPListenerAttribute)用于修改通道实例下UDP监听器配置,包括监听器名称和调度策略的修改。
|
|
825
898
|
*/
|
|
@@ -921,6 +994,16 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
921
994
|
return this.request("DeleteFirstLinkSession", req, cb)
|
|
922
995
|
}
|
|
923
996
|
|
|
997
|
+
/**
|
|
998
|
+
* 暂停域名解析
|
|
999
|
+
*/
|
|
1000
|
+
async DisableGlobalDomain(
|
|
1001
|
+
req: DisableGlobalDomainRequest,
|
|
1002
|
+
cb?: (error: string, rep: DisableGlobalDomainResponse) => void
|
|
1003
|
+
): Promise<DisableGlobalDomainResponse> {
|
|
1004
|
+
return this.request("DisableGlobalDomain", req, cb)
|
|
1005
|
+
}
|
|
1006
|
+
|
|
924
1007
|
/**
|
|
925
1008
|
* 该接口(DescribeRegionAndPrice)用于获取源站区域和带宽梯度价格
|
|
926
1009
|
*/
|
|
@@ -931,6 +1014,16 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
931
1014
|
return this.request("DescribeRegionAndPrice", req, cb)
|
|
932
1015
|
}
|
|
933
1016
|
|
|
1017
|
+
/**
|
|
1018
|
+
* 查询域名列表
|
|
1019
|
+
*/
|
|
1020
|
+
async DescribeGlobalDomains(
|
|
1021
|
+
req: DescribeGlobalDomainsRequest,
|
|
1022
|
+
cb?: (error: string, rep: DescribeGlobalDomainsResponse) => void
|
|
1023
|
+
): Promise<DescribeGlobalDomainsResponse> {
|
|
1024
|
+
return this.request("DescribeGlobalDomains", req, cb)
|
|
1025
|
+
}
|
|
1026
|
+
|
|
934
1027
|
/**
|
|
935
1028
|
* 本接口(DescribeRealServersStatus)用于查询源站是否已被规则或者监听器绑定
|
|
936
1029
|
*/
|
|
@@ -951,6 +1044,16 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
951
1044
|
return this.request("DescribeRules", req, cb)
|
|
952
1045
|
}
|
|
953
1046
|
|
|
1047
|
+
/**
|
|
1048
|
+
* 开启域名解析
|
|
1049
|
+
*/
|
|
1050
|
+
async EnableGlobalDomain(
|
|
1051
|
+
req: EnableGlobalDomainRequest,
|
|
1052
|
+
cb?: (error: string, rep: EnableGlobalDomainResponse) => void
|
|
1053
|
+
): Promise<EnableGlobalDomainResponse> {
|
|
1054
|
+
return this.request("EnableGlobalDomain", req, cb)
|
|
1055
|
+
}
|
|
1056
|
+
|
|
954
1057
|
/**
|
|
955
1058
|
* 该接口(DescribeListenerRealServers)用于查询TCP/UDP监听器源站列表,包括该监听器已经绑定的源站列表以及可以绑定的源站列表。
|
|
956
1059
|
*/
|
|
@@ -1031,6 +1134,16 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
1031
1134
|
return this.request("DescribeGroupDomainConfig", req, cb)
|
|
1032
1135
|
}
|
|
1033
1136
|
|
|
1137
|
+
/**
|
|
1138
|
+
* 本接口(ModifyProxiesAttribute)用于修改实例的属性(目前只支持修改通道的名称)。
|
|
1139
|
+
*/
|
|
1140
|
+
async ModifyProxiesAttribute(
|
|
1141
|
+
req: ModifyProxiesAttributeRequest,
|
|
1142
|
+
cb?: (error: string, rep: ModifyProxiesAttributeResponse) => void
|
|
1143
|
+
): Promise<ModifyProxiesAttributeResponse> {
|
|
1144
|
+
return this.request("ModifyProxiesAttribute", req, cb)
|
|
1145
|
+
}
|
|
1146
|
+
|
|
1034
1147
|
/**
|
|
1035
1148
|
* 该接口(ModifyHTTPSListenerAttribute)用于修改HTTPS监听器配置,当前不支持通道组和v1版本通道。
|
|
1036
1149
|
*/
|
|
@@ -1111,6 +1224,16 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
1111
1224
|
return this.request("InquiryPriceCreateProxy", req, cb)
|
|
1112
1225
|
}
|
|
1113
1226
|
|
|
1227
|
+
/**
|
|
1228
|
+
* 创建域名解析记录
|
|
1229
|
+
*/
|
|
1230
|
+
async CreateGlobalDomainDns(
|
|
1231
|
+
req: CreateGlobalDomainDnsRequest,
|
|
1232
|
+
cb?: (error: string, rep: CreateGlobalDomainDnsResponse) => void
|
|
1233
|
+
): Promise<CreateGlobalDomainDnsResponse> {
|
|
1234
|
+
return this.request("CreateGlobalDomainDns", req, cb)
|
|
1235
|
+
}
|
|
1236
|
+
|
|
1114
1237
|
/**
|
|
1115
1238
|
* 修改安全策略规则名
|
|
1116
1239
|
*/
|