@alicloud/alidns20150109 4.1.0 → 4.1.1
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 +8 -0
- package/dist/client.js +8 -0
- package/dist/client.js.map +1 -1
- package/dist/models/DescribeCloudGtmGlobalAlertResponseBody.d.ts +5 -0
- package/dist/models/DescribeCloudGtmGlobalAlertResponseBody.js +2 -0
- package/dist/models/DescribeCloudGtmGlobalAlertResponseBody.js.map +1 -1
- package/dist/models/DescribeInternetDnsLogsResponseBody.d.ts +3 -0
- package/dist/models/DescribeInternetDnsLogsResponseBody.js +6 -0
- package/dist/models/DescribeInternetDnsLogsResponseBody.js.map +1 -1
- package/dist/models/ListCloudGtmInstanceConfigsResponseBody.d.ts +5 -0
- package/dist/models/ListCloudGtmInstanceConfigsResponseBody.js +2 -0
- package/dist/models/ListCloudGtmInstanceConfigsResponseBody.js.map +1 -1
- package/dist/models/SearchCloudGtmInstanceConfigsResponseBody.d.ts +5 -0
- package/dist/models/SearchCloudGtmInstanceConfigsResponseBody.js +2 -0
- package/dist/models/SearchCloudGtmInstanceConfigsResponseBody.js.map +1 -1
- package/dist/models/UpdateCloudGtmGlobalAlertRequest.d.ts +5 -0
- package/dist/models/UpdateCloudGtmGlobalAlertRequest.js +2 -0
- package/dist/models/UpdateCloudGtmGlobalAlertRequest.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +8 -0
- package/src/models/DescribeCloudGtmGlobalAlertResponseBody.ts +7 -0
- package/src/models/DescribeInternetDnsLogsResponseBody.ts +9 -0
- package/src/models/ListCloudGtmInstanceConfigsResponseBody.ts +7 -0
- package/src/models/SearchCloudGtmInstanceConfigsResponseBody.ts +7 -0
- package/src/models/UpdateCloudGtmGlobalAlertRequest.ts +7 -0
package/dist/client.d.ts
CHANGED
|
@@ -790,12 +790,16 @@ export default class Client extends OpenApi {
|
|
|
790
790
|
*/
|
|
791
791
|
describeCloudGtmAddressReference(request: $_model.DescribeCloudGtmAddressReferenceRequest): Promise<$_model.DescribeCloudGtmAddressReferenceResponse>;
|
|
792
792
|
/**
|
|
793
|
+
* 查询全局流量管理告警配置
|
|
794
|
+
*
|
|
793
795
|
* @param request - DescribeCloudGtmGlobalAlertRequest
|
|
794
796
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
795
797
|
* @returns DescribeCloudGtmGlobalAlertResponse
|
|
796
798
|
*/
|
|
797
799
|
describeCloudGtmGlobalAlertWithOptions(request: $_model.DescribeCloudGtmGlobalAlertRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeCloudGtmGlobalAlertResponse>;
|
|
798
800
|
/**
|
|
801
|
+
* 查询全局流量管理告警配置
|
|
802
|
+
*
|
|
799
803
|
* @param request - DescribeCloudGtmGlobalAlertRequest
|
|
800
804
|
* @returns DescribeCloudGtmGlobalAlertResponse
|
|
801
805
|
*/
|
|
@@ -3037,12 +3041,16 @@ export default class Client extends OpenApi {
|
|
|
3037
3041
|
*/
|
|
3038
3042
|
updateCloudGtmAddressRemark(request: $_model.UpdateCloudGtmAddressRemarkRequest): Promise<$_model.UpdateCloudGtmAddressRemarkResponse>;
|
|
3039
3043
|
/**
|
|
3044
|
+
* 更新全局流量管理告警设置
|
|
3045
|
+
*
|
|
3040
3046
|
* @param tmpReq - UpdateCloudGtmGlobalAlertRequest
|
|
3041
3047
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
3042
3048
|
* @returns UpdateCloudGtmGlobalAlertResponse
|
|
3043
3049
|
*/
|
|
3044
3050
|
updateCloudGtmGlobalAlertWithOptions(tmpReq: $_model.UpdateCloudGtmGlobalAlertRequest, runtime: $dara.RuntimeOptions): Promise<$_model.UpdateCloudGtmGlobalAlertResponse>;
|
|
3045
3051
|
/**
|
|
3052
|
+
* 更新全局流量管理告警设置
|
|
3053
|
+
*
|
|
3046
3054
|
* @param request - UpdateCloudGtmGlobalAlertRequest
|
|
3047
3055
|
* @returns UpdateCloudGtmGlobalAlertResponse
|
|
3048
3056
|
*/
|
package/dist/client.js
CHANGED
|
@@ -2608,6 +2608,8 @@ class Client extends openapi_core_1.default {
|
|
|
2608
2608
|
return await this.describeCloudGtmAddressReferenceWithOptions(request, runtime);
|
|
2609
2609
|
}
|
|
2610
2610
|
/**
|
|
2611
|
+
* 查询全局流量管理告警配置
|
|
2612
|
+
*
|
|
2611
2613
|
* @param request - DescribeCloudGtmGlobalAlertRequest
|
|
2612
2614
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
2613
2615
|
* @returns DescribeCloudGtmGlobalAlertResponse
|
|
@@ -2638,6 +2640,8 @@ class Client extends openapi_core_1.default {
|
|
|
2638
2640
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeCloudGtmGlobalAlertResponse({}));
|
|
2639
2641
|
}
|
|
2640
2642
|
/**
|
|
2643
|
+
* 查询全局流量管理告警配置
|
|
2644
|
+
*
|
|
2641
2645
|
* @param request - DescribeCloudGtmGlobalAlertRequest
|
|
2642
2646
|
* @returns DescribeCloudGtmGlobalAlertResponse
|
|
2643
2647
|
*/
|
|
@@ -9866,6 +9870,8 @@ class Client extends openapi_core_1.default {
|
|
|
9866
9870
|
return await this.updateCloudGtmAddressRemarkWithOptions(request, runtime);
|
|
9867
9871
|
}
|
|
9868
9872
|
/**
|
|
9873
|
+
* 更新全局流量管理告警设置
|
|
9874
|
+
*
|
|
9869
9875
|
* @param tmpReq - UpdateCloudGtmGlobalAlertRequest
|
|
9870
9876
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
9871
9877
|
* @returns UpdateCloudGtmGlobalAlertResponse
|
|
@@ -9910,6 +9916,8 @@ class Client extends openapi_core_1.default {
|
|
|
9910
9916
|
return $dara.cast(await this.callApi(params, req, runtime), new $_model.UpdateCloudGtmGlobalAlertResponse({}));
|
|
9911
9917
|
}
|
|
9912
9918
|
/**
|
|
9919
|
+
* 更新全局流量管理告警设置
|
|
9920
|
+
*
|
|
9913
9921
|
* @param request - UpdateCloudGtmGlobalAlertRequest
|
|
9914
9922
|
* @returns UpdateCloudGtmGlobalAlertResponse
|
|
9915
9923
|
*/
|