@alicloud/alidns20150109 4.1.1 → 4.3.0
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/dist/client.d.ts +120 -4
- package/dist/client.js +246 -4
- package/dist/client.js.map +1 -1
- package/dist/models/AddRspDomainServerHoldStatusForGatewayOteRequest.d.ts +34 -0
- package/dist/models/AddRspDomainServerHoldStatusForGatewayOteRequest.js +62 -0
- package/dist/models/AddRspDomainServerHoldStatusForGatewayOteRequest.js.map +1 -0
- package/dist/models/AddRspDomainServerHoldStatusForGatewayOteResponse.d.ts +19 -0
- package/dist/models/AddRspDomainServerHoldStatusForGatewayOteResponse.js +69 -0
- package/dist/models/AddRspDomainServerHoldStatusForGatewayOteResponse.js.map +1 -0
- package/dist/models/AddRspDomainServerHoldStatusForGatewayOteResponseBody.d.ts +94 -0
- package/dist/models/AddRspDomainServerHoldStatusForGatewayOteResponseBody.js +122 -0
- package/dist/models/AddRspDomainServerHoldStatusForGatewayOteResponseBody.js.map +1 -0
- package/dist/models/RemoveRspDomainServerHoldStatusForGatewayOteRequest.d.ts +30 -0
- package/dist/models/RemoveRspDomainServerHoldStatusForGatewayOteRequest.js +62 -0
- package/dist/models/RemoveRspDomainServerHoldStatusForGatewayOteRequest.js.map +1 -0
- package/dist/models/RemoveRspDomainServerHoldStatusForGatewayOteResponse.d.ts +19 -0
- package/dist/models/RemoveRspDomainServerHoldStatusForGatewayOteResponse.js +69 -0
- package/dist/models/RemoveRspDomainServerHoldStatusForGatewayOteResponse.js.map +1 -0
- package/dist/models/RemoveRspDomainServerHoldStatusForGatewayOteResponseBody.d.ts +94 -0
- package/dist/models/RemoveRspDomainServerHoldStatusForGatewayOteResponseBody.js +122 -0
- package/dist/models/RemoveRspDomainServerHoldStatusForGatewayOteResponseBody.js.map +1 -0
- package/dist/models/RemoveRspDomainServerHoldStatusForGatewayRequest.d.ts +0 -4
- package/dist/models/RemoveRspDomainServerHoldStatusForGatewayRequest.js.map +1 -1
- package/dist/models/RemoveRspDomainServerHoldStatusForGatewayResponseBody.d.ts +1 -0
- package/dist/models/RemoveRspDomainServerHoldStatusForGatewayResponseBody.js +2 -0
- package/dist/models/RemoveRspDomainServerHoldStatusForGatewayResponseBody.js.map +1 -1
- package/dist/models/SetCloudGtmInstanceConfigLogSwitchRequest.d.ts +40 -0
- package/dist/models/SetCloudGtmInstanceConfigLogSwitchRequest.js +64 -0
- package/dist/models/SetCloudGtmInstanceConfigLogSwitchRequest.js.map +1 -0
- package/dist/models/SetCloudGtmInstanceConfigLogSwitchResponse.d.ts +19 -0
- package/dist/models/SetCloudGtmInstanceConfigLogSwitchResponse.js +69 -0
- package/dist/models/SetCloudGtmInstanceConfigLogSwitchResponse.js.map +1 -0
- package/dist/models/SetCloudGtmInstanceConfigLogSwitchResponseBody.d.ts +23 -0
- package/dist/models/SetCloudGtmInstanceConfigLogSwitchResponseBody.js +60 -0
- package/dist/models/SetCloudGtmInstanceConfigLogSwitchResponseBody.js.map +1 -0
- package/dist/models/UpdateRspDomainServerProhibitStatusForGatewayOteRequest.d.ts +67 -0
- package/dist/models/UpdateRspDomainServerProhibitStatusForGatewayOteRequest.js +112 -0
- package/dist/models/UpdateRspDomainServerProhibitStatusForGatewayOteRequest.js.map +1 -0
- package/dist/models/UpdateRspDomainServerProhibitStatusForGatewayOteResponse.d.ts +19 -0
- package/dist/models/UpdateRspDomainServerProhibitStatusForGatewayOteResponse.js +69 -0
- package/dist/models/UpdateRspDomainServerProhibitStatusForGatewayOteResponse.js.map +1 -0
- package/dist/models/UpdateRspDomainServerProhibitStatusForGatewayOteResponseBody.d.ts +118 -0
- package/dist/models/UpdateRspDomainServerProhibitStatusForGatewayOteResponseBody.js +150 -0
- package/dist/models/UpdateRspDomainServerProhibitStatusForGatewayOteResponseBody.js.map +1 -0
- package/dist/models/model.d.ts +21 -0
- package/dist/models/model.js +63 -21
- package/dist/models/model.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +268 -4
- package/src/models/AddRspDomainServerHoldStatusForGatewayOteRequest.ts +51 -0
- package/src/models/AddRspDomainServerHoldStatusForGatewayOteResponse.ts +40 -0
- package/src/models/AddRspDomainServerHoldStatusForGatewayOteResponseBody.ts +153 -0
- package/src/models/RemoveRspDomainServerHoldStatusForGatewayOteRequest.ts +47 -0
- package/src/models/RemoveRspDomainServerHoldStatusForGatewayOteResponse.ts +40 -0
- package/src/models/RemoveRspDomainServerHoldStatusForGatewayOteResponseBody.ts +153 -0
- package/src/models/RemoveRspDomainServerHoldStatusForGatewayRequest.ts +0 -4
- package/src/models/RemoveRspDomainServerHoldStatusForGatewayResponseBody.ts +3 -0
- package/src/models/SetCloudGtmInstanceConfigLogSwitchRequest.ts +59 -0
- package/src/models/SetCloudGtmInstanceConfigLogSwitchResponse.ts +40 -0
- package/src/models/SetCloudGtmInstanceConfigLogSwitchResponseBody.ts +38 -0
- package/src/models/UpdateRspDomainServerProhibitStatusForGatewayOteRequest.ts +116 -0
- package/src/models/UpdateRspDomainServerProhibitStatusForGatewayOteResponse.ts +40 -0
- package/src/models/UpdateRspDomainServerProhibitStatusForGatewayOteResponseBody.ts +196 -0
- package/src/models/model.ts +21 -0
package/dist/client.d.ts
CHANGED
|
@@ -252,11 +252,15 @@ export default class Client extends OpenApi {
|
|
|
252
252
|
*/
|
|
253
253
|
addRecursionZone(request: $_model.AddRecursionZoneRequest): Promise<$_model.AddRecursionZoneResponse>;
|
|
254
254
|
/**
|
|
255
|
-
*
|
|
255
|
+
* 用于添加特定域名的serverHold状态信息。
|
|
256
256
|
*
|
|
257
257
|
* @remarks
|
|
258
258
|
* ## 请求说明
|
|
259
|
-
* -
|
|
259
|
+
* - 本接口专为注册局用户设计,允许他们更新指定顶级域名(TLD)的各种属性。
|
|
260
|
+
* - 必须提供`RegistryId`和`Tld`参数以标识要修改的具体TLD。
|
|
261
|
+
* - 可选参数包括但不限于宽限期设置、DNS解析缓存时间、价格设定等,这些都可根据需要进行调整。
|
|
262
|
+
* - 环境(`Env`)参数指定了API调用的目标环境,默认值为“DAILY”表示日常测试环境;正式上线前,请确保已正确设置此参数。
|
|
263
|
+
* - 某些时间戳字段如`SunriseStartTimeStamp`要求输入Unix时间戳格式的数据。
|
|
260
264
|
*
|
|
261
265
|
* @param request - AddRspDomainServerHoldStatusForGatewayRequest
|
|
262
266
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -264,16 +268,51 @@ export default class Client extends OpenApi {
|
|
|
264
268
|
*/
|
|
265
269
|
addRspDomainServerHoldStatusForGatewayWithOptions(request: $_model.AddRspDomainServerHoldStatusForGatewayRequest, runtime: $dara.RuntimeOptions): Promise<$_model.AddRspDomainServerHoldStatusForGatewayResponse>;
|
|
266
270
|
/**
|
|
267
|
-
*
|
|
271
|
+
* 用于添加特定域名的serverHold状态信息。
|
|
268
272
|
*
|
|
269
273
|
* @remarks
|
|
270
274
|
* ## 请求说明
|
|
271
|
-
* -
|
|
275
|
+
* - 本接口专为注册局用户设计,允许他们更新指定顶级域名(TLD)的各种属性。
|
|
276
|
+
* - 必须提供`RegistryId`和`Tld`参数以标识要修改的具体TLD。
|
|
277
|
+
* - 可选参数包括但不限于宽限期设置、DNS解析缓存时间、价格设定等,这些都可根据需要进行调整。
|
|
278
|
+
* - 环境(`Env`)参数指定了API调用的目标环境,默认值为“DAILY”表示日常测试环境;正式上线前,请确保已正确设置此参数。
|
|
279
|
+
* - 某些时间戳字段如`SunriseStartTimeStamp`要求输入Unix时间戳格式的数据。
|
|
272
280
|
*
|
|
273
281
|
* @param request - AddRspDomainServerHoldStatusForGatewayRequest
|
|
274
282
|
* @returns AddRspDomainServerHoldStatusForGatewayResponse
|
|
275
283
|
*/
|
|
276
284
|
addRspDomainServerHoldStatusForGateway(request: $_model.AddRspDomainServerHoldStatusForGatewayRequest): Promise<$_model.AddRspDomainServerHoldStatusForGatewayResponse>;
|
|
285
|
+
/**
|
|
286
|
+
* 用于删除特定域名的serverHold状态信息。
|
|
287
|
+
*
|
|
288
|
+
* @remarks
|
|
289
|
+
* ## 请求说明
|
|
290
|
+
* - 本接口专为注册局用户设计,允许他们更新指定顶级域名(TLD)的各种属性。
|
|
291
|
+
* - 必须提供`RegistryId`和`Tld`参数以标识要修改的具体TLD。
|
|
292
|
+
* - 可选参数包括但不限于宽限期设置、DNS解析缓存时间、价格设定等,这些都可根据需要进行调整。
|
|
293
|
+
* - 环境(`Env`)参数指定了API调用的目标环境,默认值为“DAILY”表示日常测试环境;正式上线前,请确保已正确设置此参数。
|
|
294
|
+
* - 某些时间戳字段如`SunriseStartTimeStamp`要求输入Unix时间戳格式的数据。
|
|
295
|
+
*
|
|
296
|
+
* @param request - AddRspDomainServerHoldStatusForGatewayOteRequest
|
|
297
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
298
|
+
* @returns AddRspDomainServerHoldStatusForGatewayOteResponse
|
|
299
|
+
*/
|
|
300
|
+
addRspDomainServerHoldStatusForGatewayOteWithOptions(request: $_model.AddRspDomainServerHoldStatusForGatewayOteRequest, runtime: $dara.RuntimeOptions): Promise<$_model.AddRspDomainServerHoldStatusForGatewayOteResponse>;
|
|
301
|
+
/**
|
|
302
|
+
* 用于删除特定域名的serverHold状态信息。
|
|
303
|
+
*
|
|
304
|
+
* @remarks
|
|
305
|
+
* ## 请求说明
|
|
306
|
+
* - 本接口专为注册局用户设计,允许他们更新指定顶级域名(TLD)的各种属性。
|
|
307
|
+
* - 必须提供`RegistryId`和`Tld`参数以标识要修改的具体TLD。
|
|
308
|
+
* - 可选参数包括但不限于宽限期设置、DNS解析缓存时间、价格设定等,这些都可根据需要进行调整。
|
|
309
|
+
* - 环境(`Env`)参数指定了API调用的目标环境,默认值为“DAILY”表示日常测试环境;正式上线前,请确保已正确设置此参数。
|
|
310
|
+
* - 某些时间戳字段如`SunriseStartTimeStamp`要求输入Unix时间戳格式的数据。
|
|
311
|
+
*
|
|
312
|
+
* @param request - AddRspDomainServerHoldStatusForGatewayOteRequest
|
|
313
|
+
* @returns AddRspDomainServerHoldStatusForGatewayOteResponse
|
|
314
|
+
*/
|
|
315
|
+
addRspDomainServerHoldStatusForGatewayOte(request: $_model.AddRspDomainServerHoldStatusForGatewayOteRequest): Promise<$_model.AddRspDomainServerHoldStatusForGatewayOteResponse>;
|
|
277
316
|
/**
|
|
278
317
|
* Binds one or more domain names to a paid Alibaba Cloud DNS instance.
|
|
279
318
|
*
|
|
@@ -2498,6 +2537,37 @@ export default class Client extends OpenApi {
|
|
|
2498
2537
|
* @returns RemoveRspDomainServerHoldStatusForGatewayResponse
|
|
2499
2538
|
*/
|
|
2500
2539
|
removeRspDomainServerHoldStatusForGateway(request: $_model.RemoveRspDomainServerHoldStatusForGatewayRequest): Promise<$_model.RemoveRspDomainServerHoldStatusForGatewayResponse>;
|
|
2540
|
+
/**
|
|
2541
|
+
* 用于删除特定域名的serverHold状态信息。
|
|
2542
|
+
*
|
|
2543
|
+
* @remarks
|
|
2544
|
+
* ## 请求说明
|
|
2545
|
+
* - 本接口专为注册局用户设计,允许他们更新指定顶级域名(TLD)的各种属性。
|
|
2546
|
+
* - 必须提供`RegistryId`和`Tld`参数以标识要修改的具体TLD。
|
|
2547
|
+
* - 可选参数包括但不限于宽限期设置、DNS解析缓存时间、价格设定等,这些都可根据需要进行调整。
|
|
2548
|
+
* - 环境(`Env`)参数指定了API调用的目标环境,默认值为“DAILY”表示日常测试环境;正式上线前,请确保已正确设置此参数。
|
|
2549
|
+
* - 某些时间戳字段如`SunriseStartTimeStamp`要求输入Unix时间戳格式的数据。
|
|
2550
|
+
*
|
|
2551
|
+
* @param request - RemoveRspDomainServerHoldStatusForGatewayOteRequest
|
|
2552
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
2553
|
+
* @returns RemoveRspDomainServerHoldStatusForGatewayOteResponse
|
|
2554
|
+
*/
|
|
2555
|
+
removeRspDomainServerHoldStatusForGatewayOteWithOptions(request: $_model.RemoveRspDomainServerHoldStatusForGatewayOteRequest, runtime: $dara.RuntimeOptions): Promise<$_model.RemoveRspDomainServerHoldStatusForGatewayOteResponse>;
|
|
2556
|
+
/**
|
|
2557
|
+
* 用于删除特定域名的serverHold状态信息。
|
|
2558
|
+
*
|
|
2559
|
+
* @remarks
|
|
2560
|
+
* ## 请求说明
|
|
2561
|
+
* - 本接口专为注册局用户设计,允许他们更新指定顶级域名(TLD)的各种属性。
|
|
2562
|
+
* - 必须提供`RegistryId`和`Tld`参数以标识要修改的具体TLD。
|
|
2563
|
+
* - 可选参数包括但不限于宽限期设置、DNS解析缓存时间、价格设定等,这些都可根据需要进行调整。
|
|
2564
|
+
* - 环境(`Env`)参数指定了API调用的目标环境,默认值为“DAILY”表示日常测试环境;正式上线前,请确保已正确设置此参数。
|
|
2565
|
+
* - 某些时间戳字段如`SunriseStartTimeStamp`要求输入Unix时间戳格式的数据。
|
|
2566
|
+
*
|
|
2567
|
+
* @param request - RemoveRspDomainServerHoldStatusForGatewayOteRequest
|
|
2568
|
+
* @returns RemoveRspDomainServerHoldStatusForGatewayOteResponse
|
|
2569
|
+
*/
|
|
2570
|
+
removeRspDomainServerHoldStatusForGatewayOte(request: $_model.RemoveRspDomainServerHoldStatusForGatewayOteRequest): Promise<$_model.RemoveRspDomainServerHoldStatusForGatewayOteResponse>;
|
|
2501
2571
|
/**
|
|
2502
2572
|
* Replaces the addresses referenced by an address pool.
|
|
2503
2573
|
*
|
|
@@ -2684,6 +2754,21 @@ export default class Client extends OpenApi {
|
|
|
2684
2754
|
* @returns SearchRecursionZonesResponse
|
|
2685
2755
|
*/
|
|
2686
2756
|
searchRecursionZones(request: $_model.SearchRecursionZonesRequest): Promise<$_model.SearchRecursionZonesResponse>;
|
|
2757
|
+
/**
|
|
2758
|
+
* 设置全局流量管理实例配置日志开关
|
|
2759
|
+
*
|
|
2760
|
+
* @param request - SetCloudGtmInstanceConfigLogSwitchRequest
|
|
2761
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
2762
|
+
* @returns SetCloudGtmInstanceConfigLogSwitchResponse
|
|
2763
|
+
*/
|
|
2764
|
+
setCloudGtmInstanceConfigLogSwitchWithOptions(request: $_model.SetCloudGtmInstanceConfigLogSwitchRequest, runtime: $dara.RuntimeOptions): Promise<$_model.SetCloudGtmInstanceConfigLogSwitchResponse>;
|
|
2765
|
+
/**
|
|
2766
|
+
* 设置全局流量管理实例配置日志开关
|
|
2767
|
+
*
|
|
2768
|
+
* @param request - SetCloudGtmInstanceConfigLogSwitchRequest
|
|
2769
|
+
* @returns SetCloudGtmInstanceConfigLogSwitchResponse
|
|
2770
|
+
*/
|
|
2771
|
+
setCloudGtmInstanceConfigLogSwitch(request: $_model.SetCloudGtmInstanceConfigLogSwitchRequest): Promise<$_model.SetCloudGtmInstanceConfigLogSwitchResponse>;
|
|
2687
2772
|
/**
|
|
2688
2773
|
* Enables or disables weighted round-robin based on the specified parameters.
|
|
2689
2774
|
*
|
|
@@ -3598,6 +3683,37 @@ export default class Client extends OpenApi {
|
|
|
3598
3683
|
* @returns UpdateRspDomainServerProhibitStatusForGatewayResponse
|
|
3599
3684
|
*/
|
|
3600
3685
|
updateRspDomainServerProhibitStatusForGateway(request: $_model.UpdateRspDomainServerProhibitStatusForGatewayRequest): Promise<$_model.UpdateRspDomainServerProhibitStatusForGatewayResponse>;
|
|
3686
|
+
/**
|
|
3687
|
+
* 用于更新特定域名的状态信息。
|
|
3688
|
+
*
|
|
3689
|
+
* @remarks
|
|
3690
|
+
* ## 请求说明
|
|
3691
|
+
* - 本接口专为注册局用户设计,允许他们更新指定顶级域名(TLD)的各种属性。
|
|
3692
|
+
* - 必须提供`RegistryId`和`Tld`参数以标识要修改的具体TLD。
|
|
3693
|
+
* - 可选参数包括但不限于宽限期设置、DNS解析缓存时间、价格设定等,这些都可根据需要进行调整。
|
|
3694
|
+
* - 环境(`Env`)参数指定了API调用的目标环境,默认值为“DAILY”表示日常测试环境;正式上线前,请确保已正确设置此参数。
|
|
3695
|
+
* - 某些时间戳字段如`SunriseStartTimeStamp`要求输入Unix时间戳格式的数据。
|
|
3696
|
+
*
|
|
3697
|
+
* @param request - UpdateRspDomainServerProhibitStatusForGatewayOteRequest
|
|
3698
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
3699
|
+
* @returns UpdateRspDomainServerProhibitStatusForGatewayOteResponse
|
|
3700
|
+
*/
|
|
3701
|
+
updateRspDomainServerProhibitStatusForGatewayOteWithOptions(request: $_model.UpdateRspDomainServerProhibitStatusForGatewayOteRequest, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateRspDomainServerProhibitStatusForGatewayOteResponse>;
|
|
3702
|
+
/**
|
|
3703
|
+
* 用于更新特定域名的状态信息。
|
|
3704
|
+
*
|
|
3705
|
+
* @remarks
|
|
3706
|
+
* ## 请求说明
|
|
3707
|
+
* - 本接口专为注册局用户设计,允许他们更新指定顶级域名(TLD)的各种属性。
|
|
3708
|
+
* - 必须提供`RegistryId`和`Tld`参数以标识要修改的具体TLD。
|
|
3709
|
+
* - 可选参数包括但不限于宽限期设置、DNS解析缓存时间、价格设定等,这些都可根据需要进行调整。
|
|
3710
|
+
* - 环境(`Env`)参数指定了API调用的目标环境,默认值为“DAILY”表示日常测试环境;正式上线前,请确保已正确设置此参数。
|
|
3711
|
+
* - 某些时间戳字段如`SunriseStartTimeStamp`要求输入Unix时间戳格式的数据。
|
|
3712
|
+
*
|
|
3713
|
+
* @param request - UpdateRspDomainServerProhibitStatusForGatewayOteRequest
|
|
3714
|
+
* @returns UpdateRspDomainServerProhibitStatusForGatewayOteResponse
|
|
3715
|
+
*/
|
|
3716
|
+
updateRspDomainServerProhibitStatusForGatewayOte(request: $_model.UpdateRspDomainServerProhibitStatusForGatewayOteRequest): Promise<$_model.UpdateRspDomainServerProhibitStatusForGatewayOteResponse>;
|
|
3601
3717
|
/**
|
|
3602
3718
|
* 检查实例主机名是否可添加
|
|
3603
3719
|
*
|
package/dist/client.js
CHANGED
|
@@ -959,11 +959,15 @@ class Client extends openapi_core_1.default {
|
|
|
959
959
|
return await this.addRecursionZoneWithOptions(request, runtime);
|
|
960
960
|
}
|
|
961
961
|
/**
|
|
962
|
-
*
|
|
962
|
+
* 用于添加特定域名的serverHold状态信息。
|
|
963
963
|
*
|
|
964
964
|
* @remarks
|
|
965
965
|
* ## 请求说明
|
|
966
|
-
* -
|
|
966
|
+
* - 本接口专为注册局用户设计,允许他们更新指定顶级域名(TLD)的各种属性。
|
|
967
|
+
* - 必须提供`RegistryId`和`Tld`参数以标识要修改的具体TLD。
|
|
968
|
+
* - 可选参数包括但不限于宽限期设置、DNS解析缓存时间、价格设定等,这些都可根据需要进行调整。
|
|
969
|
+
* - 环境(`Env`)参数指定了API调用的目标环境,默认值为“DAILY”表示日常测试环境;正式上线前,请确保已正确设置此参数。
|
|
970
|
+
* - 某些时间戳字段如`SunriseStartTimeStamp`要求输入Unix时间戳格式的数据。
|
|
967
971
|
*
|
|
968
972
|
* @param request - AddRspDomainServerHoldStatusForGatewayRequest
|
|
969
973
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -998,11 +1002,15 @@ class Client extends openapi_core_1.default {
|
|
|
998
1002
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.AddRspDomainServerHoldStatusForGatewayResponse({}));
|
|
999
1003
|
}
|
|
1000
1004
|
/**
|
|
1001
|
-
*
|
|
1005
|
+
* 用于添加特定域名的serverHold状态信息。
|
|
1002
1006
|
*
|
|
1003
1007
|
* @remarks
|
|
1004
1008
|
* ## 请求说明
|
|
1005
|
-
* -
|
|
1009
|
+
* - 本接口专为注册局用户设计,允许他们更新指定顶级域名(TLD)的各种属性。
|
|
1010
|
+
* - 必须提供`RegistryId`和`Tld`参数以标识要修改的具体TLD。
|
|
1011
|
+
* - 可选参数包括但不限于宽限期设置、DNS解析缓存时间、价格设定等,这些都可根据需要进行调整。
|
|
1012
|
+
* - 环境(`Env`)参数指定了API调用的目标环境,默认值为“DAILY”表示日常测试环境;正式上线前,请确保已正确设置此参数。
|
|
1013
|
+
* - 某些时间戳字段如`SunriseStartTimeStamp`要求输入Unix时间戳格式的数据。
|
|
1006
1014
|
*
|
|
1007
1015
|
* @param request - AddRspDomainServerHoldStatusForGatewayRequest
|
|
1008
1016
|
* @returns AddRspDomainServerHoldStatusForGatewayResponse
|
|
@@ -1011,6 +1019,67 @@ class Client extends openapi_core_1.default {
|
|
|
1011
1019
|
let runtime = new $dara.RuntimeOptions({});
|
|
1012
1020
|
return await this.addRspDomainServerHoldStatusForGatewayWithOptions(request, runtime);
|
|
1013
1021
|
}
|
|
1022
|
+
/**
|
|
1023
|
+
* 用于删除特定域名的serverHold状态信息。
|
|
1024
|
+
*
|
|
1025
|
+
* @remarks
|
|
1026
|
+
* ## 请求说明
|
|
1027
|
+
* - 本接口专为注册局用户设计,允许他们更新指定顶级域名(TLD)的各种属性。
|
|
1028
|
+
* - 必须提供`RegistryId`和`Tld`参数以标识要修改的具体TLD。
|
|
1029
|
+
* - 可选参数包括但不限于宽限期设置、DNS解析缓存时间、价格设定等,这些都可根据需要进行调整。
|
|
1030
|
+
* - 环境(`Env`)参数指定了API调用的目标环境,默认值为“DAILY”表示日常测试环境;正式上线前,请确保已正确设置此参数。
|
|
1031
|
+
* - 某些时间戳字段如`SunriseStartTimeStamp`要求输入Unix时间戳格式的数据。
|
|
1032
|
+
*
|
|
1033
|
+
* @param request - AddRspDomainServerHoldStatusForGatewayOteRequest
|
|
1034
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
1035
|
+
* @returns AddRspDomainServerHoldStatusForGatewayOteResponse
|
|
1036
|
+
*/
|
|
1037
|
+
async addRspDomainServerHoldStatusForGatewayOteWithOptions(request, runtime) {
|
|
1038
|
+
request.validate();
|
|
1039
|
+
let query = {};
|
|
1040
|
+
if (!$dara.isNull(request.clientToken)) {
|
|
1041
|
+
query["ClientToken"] = request.clientToken;
|
|
1042
|
+
}
|
|
1043
|
+
if (!$dara.isNull(request.domainName)) {
|
|
1044
|
+
query["DomainName"] = request.domainName;
|
|
1045
|
+
}
|
|
1046
|
+
if (!$dara.isNull(request.statusMsg)) {
|
|
1047
|
+
query["StatusMsg"] = request.statusMsg;
|
|
1048
|
+
}
|
|
1049
|
+
let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
|
|
1050
|
+
query: openapi_core_2.OpenApiUtil.query(query),
|
|
1051
|
+
});
|
|
1052
|
+
let params = new openapi_core_2.$OpenApiUtil.Params({
|
|
1053
|
+
action: "AddRspDomainServerHoldStatusForGatewayOte",
|
|
1054
|
+
version: "2015-01-09",
|
|
1055
|
+
protocol: "HTTPS",
|
|
1056
|
+
pathname: "/",
|
|
1057
|
+
method: "POST",
|
|
1058
|
+
authType: "AK",
|
|
1059
|
+
style: "RPC",
|
|
1060
|
+
reqBodyType: "formData",
|
|
1061
|
+
bodyType: "json",
|
|
1062
|
+
});
|
|
1063
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.AddRspDomainServerHoldStatusForGatewayOteResponse({}));
|
|
1064
|
+
}
|
|
1065
|
+
/**
|
|
1066
|
+
* 用于删除特定域名的serverHold状态信息。
|
|
1067
|
+
*
|
|
1068
|
+
* @remarks
|
|
1069
|
+
* ## 请求说明
|
|
1070
|
+
* - 本接口专为注册局用户设计,允许他们更新指定顶级域名(TLD)的各种属性。
|
|
1071
|
+
* - 必须提供`RegistryId`和`Tld`参数以标识要修改的具体TLD。
|
|
1072
|
+
* - 可选参数包括但不限于宽限期设置、DNS解析缓存时间、价格设定等,这些都可根据需要进行调整。
|
|
1073
|
+
* - 环境(`Env`)参数指定了API调用的目标环境,默认值为“DAILY”表示日常测试环境;正式上线前,请确保已正确设置此参数。
|
|
1074
|
+
* - 某些时间戳字段如`SunriseStartTimeStamp`要求输入Unix时间戳格式的数据。
|
|
1075
|
+
*
|
|
1076
|
+
* @param request - AddRspDomainServerHoldStatusForGatewayOteRequest
|
|
1077
|
+
* @returns AddRspDomainServerHoldStatusForGatewayOteResponse
|
|
1078
|
+
*/
|
|
1079
|
+
async addRspDomainServerHoldStatusForGatewayOte(request) {
|
|
1080
|
+
let runtime = new $dara.RuntimeOptions({});
|
|
1081
|
+
return await this.addRspDomainServerHoldStatusForGatewayOteWithOptions(request, runtime);
|
|
1082
|
+
}
|
|
1014
1083
|
/**
|
|
1015
1084
|
* Binds one or more domain names to a paid Alibaba Cloud DNS instance.
|
|
1016
1085
|
*
|
|
@@ -8059,6 +8128,67 @@ class Client extends openapi_core_1.default {
|
|
|
8059
8128
|
let runtime = new $dara.RuntimeOptions({});
|
|
8060
8129
|
return await this.removeRspDomainServerHoldStatusForGatewayWithOptions(request, runtime);
|
|
8061
8130
|
}
|
|
8131
|
+
/**
|
|
8132
|
+
* 用于删除特定域名的serverHold状态信息。
|
|
8133
|
+
*
|
|
8134
|
+
* @remarks
|
|
8135
|
+
* ## 请求说明
|
|
8136
|
+
* - 本接口专为注册局用户设计,允许他们更新指定顶级域名(TLD)的各种属性。
|
|
8137
|
+
* - 必须提供`RegistryId`和`Tld`参数以标识要修改的具体TLD。
|
|
8138
|
+
* - 可选参数包括但不限于宽限期设置、DNS解析缓存时间、价格设定等,这些都可根据需要进行调整。
|
|
8139
|
+
* - 环境(`Env`)参数指定了API调用的目标环境,默认值为“DAILY”表示日常测试环境;正式上线前,请确保已正确设置此参数。
|
|
8140
|
+
* - 某些时间戳字段如`SunriseStartTimeStamp`要求输入Unix时间戳格式的数据。
|
|
8141
|
+
*
|
|
8142
|
+
* @param request - RemoveRspDomainServerHoldStatusForGatewayOteRequest
|
|
8143
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
8144
|
+
* @returns RemoveRspDomainServerHoldStatusForGatewayOteResponse
|
|
8145
|
+
*/
|
|
8146
|
+
async removeRspDomainServerHoldStatusForGatewayOteWithOptions(request, runtime) {
|
|
8147
|
+
request.validate();
|
|
8148
|
+
let query = {};
|
|
8149
|
+
if (!$dara.isNull(request.clientToken)) {
|
|
8150
|
+
query["ClientToken"] = request.clientToken;
|
|
8151
|
+
}
|
|
8152
|
+
if (!$dara.isNull(request.domainName)) {
|
|
8153
|
+
query["DomainName"] = request.domainName;
|
|
8154
|
+
}
|
|
8155
|
+
if (!$dara.isNull(request.statusMsg)) {
|
|
8156
|
+
query["StatusMsg"] = request.statusMsg;
|
|
8157
|
+
}
|
|
8158
|
+
let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
|
|
8159
|
+
query: openapi_core_2.OpenApiUtil.query(query),
|
|
8160
|
+
});
|
|
8161
|
+
let params = new openapi_core_2.$OpenApiUtil.Params({
|
|
8162
|
+
action: "RemoveRspDomainServerHoldStatusForGatewayOte",
|
|
8163
|
+
version: "2015-01-09",
|
|
8164
|
+
protocol: "HTTPS",
|
|
8165
|
+
pathname: "/",
|
|
8166
|
+
method: "POST",
|
|
8167
|
+
authType: "AK",
|
|
8168
|
+
style: "RPC",
|
|
8169
|
+
reqBodyType: "formData",
|
|
8170
|
+
bodyType: "json",
|
|
8171
|
+
});
|
|
8172
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.RemoveRspDomainServerHoldStatusForGatewayOteResponse({}));
|
|
8173
|
+
}
|
|
8174
|
+
/**
|
|
8175
|
+
* 用于删除特定域名的serverHold状态信息。
|
|
8176
|
+
*
|
|
8177
|
+
* @remarks
|
|
8178
|
+
* ## 请求说明
|
|
8179
|
+
* - 本接口专为注册局用户设计,允许他们更新指定顶级域名(TLD)的各种属性。
|
|
8180
|
+
* - 必须提供`RegistryId`和`Tld`参数以标识要修改的具体TLD。
|
|
8181
|
+
* - 可选参数包括但不限于宽限期设置、DNS解析缓存时间、价格设定等,这些都可根据需要进行调整。
|
|
8182
|
+
* - 环境(`Env`)参数指定了API调用的目标环境,默认值为“DAILY”表示日常测试环境;正式上线前,请确保已正确设置此参数。
|
|
8183
|
+
* - 某些时间戳字段如`SunriseStartTimeStamp`要求输入Unix时间戳格式的数据。
|
|
8184
|
+
*
|
|
8185
|
+
* @param request - RemoveRspDomainServerHoldStatusForGatewayOteRequest
|
|
8186
|
+
* @returns RemoveRspDomainServerHoldStatusForGatewayOteResponse
|
|
8187
|
+
*/
|
|
8188
|
+
async removeRspDomainServerHoldStatusForGatewayOte(request) {
|
|
8189
|
+
let runtime = new $dara.RuntimeOptions({});
|
|
8190
|
+
return await this.removeRspDomainServerHoldStatusForGatewayOteWithOptions(request, runtime);
|
|
8191
|
+
}
|
|
8062
8192
|
/**
|
|
8063
8193
|
* Replaces the addresses referenced by an address pool.
|
|
8064
8194
|
*
|
|
@@ -8773,6 +8903,54 @@ class Client extends openapi_core_1.default {
|
|
|
8773
8903
|
let runtime = new $dara.RuntimeOptions({});
|
|
8774
8904
|
return await this.searchRecursionZonesWithOptions(request, runtime);
|
|
8775
8905
|
}
|
|
8906
|
+
/**
|
|
8907
|
+
* 设置全局流量管理实例配置日志开关
|
|
8908
|
+
*
|
|
8909
|
+
* @param request - SetCloudGtmInstanceConfigLogSwitchRequest
|
|
8910
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
8911
|
+
* @returns SetCloudGtmInstanceConfigLogSwitchResponse
|
|
8912
|
+
*/
|
|
8913
|
+
async setCloudGtmInstanceConfigLogSwitchWithOptions(request, runtime) {
|
|
8914
|
+
request.validate();
|
|
8915
|
+
let query = {};
|
|
8916
|
+
if (!$dara.isNull(request.clientToken)) {
|
|
8917
|
+
query["ClientToken"] = request.clientToken;
|
|
8918
|
+
}
|
|
8919
|
+
if (!$dara.isNull(request.configId)) {
|
|
8920
|
+
query["ConfigId"] = request.configId;
|
|
8921
|
+
}
|
|
8922
|
+
if (!$dara.isNull(request.instanceId)) {
|
|
8923
|
+
query["InstanceId"] = request.instanceId;
|
|
8924
|
+
}
|
|
8925
|
+
if (!$dara.isNull(request.status)) {
|
|
8926
|
+
query["Status"] = request.status;
|
|
8927
|
+
}
|
|
8928
|
+
let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
|
|
8929
|
+
query: openapi_core_2.OpenApiUtil.query(query),
|
|
8930
|
+
});
|
|
8931
|
+
let params = new openapi_core_2.$OpenApiUtil.Params({
|
|
8932
|
+
action: "SetCloudGtmInstanceConfigLogSwitch",
|
|
8933
|
+
version: "2015-01-09",
|
|
8934
|
+
protocol: "HTTPS",
|
|
8935
|
+
pathname: "/",
|
|
8936
|
+
method: "POST",
|
|
8937
|
+
authType: "AK",
|
|
8938
|
+
style: "RPC",
|
|
8939
|
+
reqBodyType: "formData",
|
|
8940
|
+
bodyType: "json",
|
|
8941
|
+
});
|
|
8942
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.SetCloudGtmInstanceConfigLogSwitchResponse({}));
|
|
8943
|
+
}
|
|
8944
|
+
/**
|
|
8945
|
+
* 设置全局流量管理实例配置日志开关
|
|
8946
|
+
*
|
|
8947
|
+
* @param request - SetCloudGtmInstanceConfigLogSwitchRequest
|
|
8948
|
+
* @returns SetCloudGtmInstanceConfigLogSwitchResponse
|
|
8949
|
+
*/
|
|
8950
|
+
async setCloudGtmInstanceConfigLogSwitch(request) {
|
|
8951
|
+
let runtime = new $dara.RuntimeOptions({});
|
|
8952
|
+
return await this.setCloudGtmInstanceConfigLogSwitchWithOptions(request, runtime);
|
|
8953
|
+
}
|
|
8776
8954
|
/**
|
|
8777
8955
|
* Enables or disables weighted round-robin based on the specified parameters.
|
|
8778
8956
|
*
|
|
@@ -11827,6 +12005,70 @@ class Client extends openapi_core_1.default {
|
|
|
11827
12005
|
let runtime = new $dara.RuntimeOptions({});
|
|
11828
12006
|
return await this.updateRspDomainServerProhibitStatusForGatewayWithOptions(request, runtime);
|
|
11829
12007
|
}
|
|
12008
|
+
/**
|
|
12009
|
+
* 用于更新特定域名的状态信息。
|
|
12010
|
+
*
|
|
12011
|
+
* @remarks
|
|
12012
|
+
* ## 请求说明
|
|
12013
|
+
* - 本接口专为注册局用户设计,允许他们更新指定顶级域名(TLD)的各种属性。
|
|
12014
|
+
* - 必须提供`RegistryId`和`Tld`参数以标识要修改的具体TLD。
|
|
12015
|
+
* - 可选参数包括但不限于宽限期设置、DNS解析缓存时间、价格设定等,这些都可根据需要进行调整。
|
|
12016
|
+
* - 环境(`Env`)参数指定了API调用的目标环境,默认值为“DAILY”表示日常测试环境;正式上线前,请确保已正确设置此参数。
|
|
12017
|
+
* - 某些时间戳字段如`SunriseStartTimeStamp`要求输入Unix时间戳格式的数据。
|
|
12018
|
+
*
|
|
12019
|
+
* @param request - UpdateRspDomainServerProhibitStatusForGatewayOteRequest
|
|
12020
|
+
* @param runtime - runtime options for this request RuntimeOptions
|
|
12021
|
+
* @returns UpdateRspDomainServerProhibitStatusForGatewayOteResponse
|
|
12022
|
+
*/
|
|
12023
|
+
async updateRspDomainServerProhibitStatusForGatewayOteWithOptions(request, runtime) {
|
|
12024
|
+
request.validate();
|
|
12025
|
+
let query = {};
|
|
12026
|
+
if (!$dara.isNull(request.addStatusList)) {
|
|
12027
|
+
query["AddStatusList"] = request.addStatusList;
|
|
12028
|
+
}
|
|
12029
|
+
if (!$dara.isNull(request.clientToken)) {
|
|
12030
|
+
query["ClientToken"] = request.clientToken;
|
|
12031
|
+
}
|
|
12032
|
+
if (!$dara.isNull(request.deleteStatusList)) {
|
|
12033
|
+
query["DeleteStatusList"] = request.deleteStatusList;
|
|
12034
|
+
}
|
|
12035
|
+
if (!$dara.isNull(request.domainName)) {
|
|
12036
|
+
query["DomainName"] = request.domainName;
|
|
12037
|
+
}
|
|
12038
|
+
let req = new openapi_core_2.$OpenApiUtil.OpenApiRequest({
|
|
12039
|
+
query: openapi_core_2.OpenApiUtil.query(query),
|
|
12040
|
+
});
|
|
12041
|
+
let params = new openapi_core_2.$OpenApiUtil.Params({
|
|
12042
|
+
action: "UpdateRspDomainServerProhibitStatusForGatewayOte",
|
|
12043
|
+
version: "2015-01-09",
|
|
12044
|
+
protocol: "HTTPS",
|
|
12045
|
+
pathname: "/",
|
|
12046
|
+
method: "POST",
|
|
12047
|
+
authType: "AK",
|
|
12048
|
+
style: "RPC",
|
|
12049
|
+
reqBodyType: "formData",
|
|
12050
|
+
bodyType: "json",
|
|
12051
|
+
});
|
|
12052
|
+
return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateRspDomainServerProhibitStatusForGatewayOteResponse({}));
|
|
12053
|
+
}
|
|
12054
|
+
/**
|
|
12055
|
+
* 用于更新特定域名的状态信息。
|
|
12056
|
+
*
|
|
12057
|
+
* @remarks
|
|
12058
|
+
* ## 请求说明
|
|
12059
|
+
* - 本接口专为注册局用户设计,允许他们更新指定顶级域名(TLD)的各种属性。
|
|
12060
|
+
* - 必须提供`RegistryId`和`Tld`参数以标识要修改的具体TLD。
|
|
12061
|
+
* - 可选参数包括但不限于宽限期设置、DNS解析缓存时间、价格设定等,这些都可根据需要进行调整。
|
|
12062
|
+
* - 环境(`Env`)参数指定了API调用的目标环境,默认值为“DAILY”表示日常测试环境;正式上线前,请确保已正确设置此参数。
|
|
12063
|
+
* - 某些时间戳字段如`SunriseStartTimeStamp`要求输入Unix时间戳格式的数据。
|
|
12064
|
+
*
|
|
12065
|
+
* @param request - UpdateRspDomainServerProhibitStatusForGatewayOteRequest
|
|
12066
|
+
* @returns UpdateRspDomainServerProhibitStatusForGatewayOteResponse
|
|
12067
|
+
*/
|
|
12068
|
+
async updateRspDomainServerProhibitStatusForGatewayOte(request) {
|
|
12069
|
+
let runtime = new $dara.RuntimeOptions({});
|
|
12070
|
+
return await this.updateRspDomainServerProhibitStatusForGatewayOteWithOptions(request, runtime);
|
|
12071
|
+
}
|
|
11830
12072
|
/**
|
|
11831
12073
|
* 检查实例主机名是否可添加
|
|
11832
12074
|
*
|