@alicloud/eiam20211201 2.15.7 → 2.15.8

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
@@ -7909,6 +7909,9 @@ class Client extends openapi_core_1.default {
7909
7909
  async getInstanceControlConfigurationWithOptions(request, runtime) {
7910
7910
  request.validate();
7911
7911
  let query = {};
7912
+ if (!$dara.isNull(request.elementName)) {
7913
+ query["ElementName"] = request.elementName;
7914
+ }
7912
7915
  if (!$dara.isNull(request.instanceId)) {
7913
7916
  query["InstanceId"] = request.instanceId;
7914
7917
  }