@alicloud/alidns20150109 4.3.4 → 4.3.6
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 +0 -1
- package/dist/client.js +3 -1
- 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/DescribeInstanceDomainsRequest.d.ts +1 -0
- package/dist/models/DescribeInstanceDomainsRequest.js +2 -0
- package/dist/models/DescribeInstanceDomainsRequest.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 +4 -1
- package/src/models/DescribeCloudGtmGlobalAlertResponseBody.ts +7 -0
- package/src/models/DescribeInstanceDomainsRequest.ts +3 -0
- package/src/models/UpdateCloudGtmGlobalAlertRequest.ts +7 -0
package/dist/client.d.ts
CHANGED
|
@@ -920,7 +920,6 @@ export default class Client extends OpenApi {
|
|
|
920
920
|
*/
|
|
921
921
|
describeCloudGtmSummary(request: $_model.DescribeCloudGtmSummaryRequest): Promise<$_model.DescribeCloudGtmSummaryResponse>;
|
|
922
922
|
/**
|
|
923
|
-
* @param request - DescribeCloudGtmSystemLinesRequest
|
|
924
923
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
925
924
|
* @returns DescribeCloudGtmSystemLinesResponse
|
|
926
925
|
*/
|
package/dist/client.js
CHANGED
|
@@ -2912,7 +2912,6 @@ class Client extends openapi_core_1.default {
|
|
|
2912
2912
|
return await this.describeCloudGtmSummaryWithOptions(request, runtime);
|
|
2913
2913
|
}
|
|
2914
2914
|
/**
|
|
2915
|
-
* @param request - DescribeCloudGtmSystemLinesRequest
|
|
2916
2915
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
2917
2916
|
* @returns DescribeCloudGtmSystemLinesResponse
|
|
2918
2917
|
*/
|
|
@@ -5575,6 +5574,9 @@ class Client extends openapi_core_1.default {
|
|
|
5575
5574
|
async describeInstanceDomainsWithOptions(request, runtime) {
|
|
5576
5575
|
request.validate();
|
|
5577
5576
|
let query = {};
|
|
5577
|
+
if (!$dara.isNull(request.domainKeywords)) {
|
|
5578
|
+
query["DomainKeywords"] = request.domainKeywords;
|
|
5579
|
+
}
|
|
5578
5580
|
if (!$dara.isNull(request.instanceId)) {
|
|
5579
5581
|
query["InstanceId"] = request.instanceId;
|
|
5580
5582
|
}
|