@alicloud/eiam20211201 2.13.0 → 2.13.2

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
@@ -13237,6 +13237,9 @@ class Client extends openapi_core_1.default {
13237
13237
  async setPasswordComplexityConfigurationWithOptions(request, runtime) {
13238
13238
  request.validate();
13239
13239
  let query = {};
13240
+ if (!$dara.isNull(request.disabledWeakPasswordLogin)) {
13241
+ query["DisabledWeakPasswordLogin"] = request.disabledWeakPasswordLogin;
13242
+ }
13240
13243
  if (!$dara.isNull(request.instanceId)) {
13241
13244
  query["InstanceId"] = request.instanceId;
13242
13245
  }