@alicloud/mse20190531 6.19.0 → 6.19.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
@@ -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);
@@ -2436,6 +2435,9 @@ class Client extends openapi_core_1.default {
2436
2435
  if (!$dara.isNull(request.acceptLanguage)) {
2437
2436
  query["AcceptLanguage"] = request.acceptLanguage;
2438
2437
  }
2438
+ if (!$dara.isNull(request.encryptToolSpec)) {
2439
+ query["EncryptToolSpec"] = request.encryptToolSpec;
2440
+ }
2439
2441
  if (!$dara.isNull(request.instanceId)) {
2440
2442
  query["InstanceId"] = request.instanceId;
2441
2443
  }
@@ -13267,6 +13269,9 @@ class Client extends openapi_core_1.default {
13267
13269
  tmpReq.validate();
13268
13270
  let request = new $_model.UpdateMessageQueueRouteShrinkRequest({});
13269
13271
  openapi_core_2.OpenApiUtil.convert(tmpReq, request);
13272
+ if (!$dara.isNull(tmpReq.grayBaseTags)) {
13273
+ request.grayBaseTagsShrink = openapi_core_2.OpenApiUtil.arrayToStringWithSpecifiedStyle(tmpReq.grayBaseTags, "GrayBaseTags", "json");
13274
+ }
13270
13275
  if (!$dara.isNull(tmpReq.tags)) {
13271
13276
  request.tagsShrink = openapi_core_2.OpenApiUtil.arrayToStringWithSpecifiedStyle(tmpReq.tags, "Tags", "json");
13272
13277
  }
@@ -13286,6 +13291,9 @@ class Client extends openapi_core_1.default {
13286
13291
  if (!$dara.isNull(request.filterSide)) {
13287
13292
  query["FilterSide"] = request.filterSide;
13288
13293
  }
13294
+ if (!$dara.isNull(request.grayBaseTagsShrink)) {
13295
+ query["GrayBaseTags"] = request.grayBaseTagsShrink;
13296
+ }
13289
13297
  if (!$dara.isNull(request.namespace)) {
13290
13298
  query["Namespace"] = request.namespace;
13291
13299
  }