@alicloud/mse20190531 6.19.0 → 6.19.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
@@ -48,7 +48,6 @@ __exportStar(require("./models/model"), exports);
48
48
  class Client extends openapi_core_1.default {
49
49
  constructor(config) {
50
50
  super(config);
51
- this._signatureAlgorithm = "v2";
52
51
  this._endpointRule = "regional";
53
52
  this.checkConfig(config);
54
53
  this._endpoint = this.getEndpoint("mse", this._regionId, this._endpointRule, this._network, this._suffix, this._endpointMap, this._endpoint);
@@ -13267,6 +13266,9 @@ class Client extends openapi_core_1.default {
13267
13266
  tmpReq.validate();
13268
13267
  let request = new $_model.UpdateMessageQueueRouteShrinkRequest({});
13269
13268
  openapi_core_2.OpenApiUtil.convert(tmpReq, request);
13269
+ if (!$dara.isNull(tmpReq.grayBaseTags)) {
13270
+ request.grayBaseTagsShrink = openapi_core_2.OpenApiUtil.arrayToStringWithSpecifiedStyle(tmpReq.grayBaseTags, "GrayBaseTags", "json");
13271
+ }
13270
13272
  if (!$dara.isNull(tmpReq.tags)) {
13271
13273
  request.tagsShrink = openapi_core_2.OpenApiUtil.arrayToStringWithSpecifiedStyle(tmpReq.tags, "Tags", "json");
13272
13274
  }
@@ -13286,6 +13288,9 @@ class Client extends openapi_core_1.default {
13286
13288
  if (!$dara.isNull(request.filterSide)) {
13287
13289
  query["FilterSide"] = request.filterSide;
13288
13290
  }
13291
+ if (!$dara.isNull(request.grayBaseTagsShrink)) {
13292
+ query["GrayBaseTags"] = request.grayBaseTagsShrink;
13293
+ }
13289
13294
  if (!$dara.isNull(request.namespace)) {
13290
13295
  query["Namespace"] = request.namespace;
13291
13296
  }