@alicloud/ecs20140526 7.0.14 → 7.0.16

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
@@ -20495,6 +20495,9 @@ class Client extends openapi_core_1.default {
20495
20495
  if (!$dara.isNull(tmpReq.ossDeliveryConfig)) {
20496
20496
  request.ossDeliveryConfigShrink = openapi_core_2.OpenApiUtil.arrayToStringWithSpecifiedStyle(tmpReq.ossDeliveryConfig, "OssDeliveryConfig", "json");
20497
20497
  }
20498
+ if (!$dara.isNull(tmpReq.sessionManagerConfig)) {
20499
+ request.sessionManagerConfigShrink = openapi_core_2.OpenApiUtil.arrayToStringWithSpecifiedStyle(tmpReq.sessionManagerConfig, "SessionManagerConfig", "json");
20500
+ }
20498
20501
  if (!$dara.isNull(tmpReq.slsDeliveryConfig)) {
20499
20502
  request.slsDeliveryConfigShrink = openapi_core_2.OpenApiUtil.arrayToStringWithSpecifiedStyle(tmpReq.slsDeliveryConfig, "SlsDeliveryConfig", "json");
20500
20503
  }
@@ -20520,6 +20523,9 @@ class Client extends openapi_core_1.default {
20520
20523
  if (!$dara.isNull(request.resourceOwnerId)) {
20521
20524
  query["ResourceOwnerId"] = request.resourceOwnerId;
20522
20525
  }
20526
+ if (!$dara.isNull(request.sessionManagerConfigShrink)) {
20527
+ query["SessionManagerConfig"] = request.sessionManagerConfigShrink;
20528
+ }
20523
20529
  if (!$dara.isNull(request.settingType)) {
20524
20530
  query["SettingType"] = request.settingType;
20525
20531
  }