@alicloud/eiam20211201 2.5.0 → 2.5.1

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
@@ -6161,6 +6161,9 @@ class Client extends openapi_core_1.default {
6161
6161
  async listIdentityProvidersWithOptions(request, runtime) {
6162
6162
  request.validate();
6163
6163
  let query = {};
6164
+ if (!$dara.isNull(request.direction)) {
6165
+ query["Direction"] = request.direction;
6166
+ }
6164
6167
  if (!$dara.isNull(request.instanceId)) {
6165
6168
  query["InstanceId"] = request.instanceId;
6166
6169
  }