@alicloud/cs20151215 4.9.4 → 4.9.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
@@ -738,6 +738,9 @@ class Client extends openapi_core_1.default {
738
738
  if (!$dara.isNull(request.endpointPublicAccess)) {
739
739
  body["endpoint_public_access"] = request.endpointPublicAccess;
740
740
  }
741
+ if (!$dara.isNull(request.extraSans)) {
742
+ body["extra_sans"] = request.extraSans;
743
+ }
741
744
  if (!$dara.isNull(request.formatDisk)) {
742
745
  body["format_disk"] = request.formatDisk;
743
746
  }
@@ -870,6 +873,9 @@ class Client extends openapi_core_1.default {
870
873
  if (!$dara.isNull(request.resourceGroupId)) {
871
874
  body["resource_group_id"] = request.resourceGroupId;
872
875
  }
876
+ if (!$dara.isNull(request.rrsaConfig)) {
877
+ body["rrsa_config"] = request.rrsaConfig;
878
+ }
873
879
  if (!$dara.isNull(request.runtime)) {
874
880
  body["runtime"] = request.runtime;
875
881
  }