@alicloud/alidns20150109 4.3.4 → 4.3.5

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.js CHANGED
@@ -5575,6 +5575,9 @@ class Client extends openapi_core_1.default {
5575
5575
  async describeInstanceDomainsWithOptions(request, runtime) {
5576
5576
  request.validate();
5577
5577
  let query = {};
5578
+ if (!$dara.isNull(request.domainKeywords)) {
5579
+ query["DomainKeywords"] = request.domainKeywords;
5580
+ }
5578
5581
  if (!$dara.isNull(request.instanceId)) {
5579
5582
  query["InstanceId"] = request.instanceId;
5580
5583
  }