@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 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
  }