tencentcloud-sdk-nodejs-tse 4.1.29 → 4.1.43

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-tse",
3
- "version": "4.1.29",
3
+ "version": "4.1.43",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -89,6 +89,11 @@ export interface GovernanceAlias {
89
89
  * 该服务别名是否可以编辑
90
90
  */
91
91
  Editable?: boolean;
92
+ /**
93
+ * 元数据信息
94
+ 注意:此字段可能返回 null,表示取不到有效值。
95
+ */
96
+ Metadatas?: Array<Metadata>;
92
97
  }
93
98
  /**
94
99
  * DescribeCloudNativeAPIGatewayUpstream请求参数结构体
@@ -3423,6 +3428,11 @@ export interface GovernanceServiceContract {
3423
3428
  * 契约接口列表
3424
3429
  */
3425
3430
  Interfaces?: Array<GovernanceInterfaceDescription>;
3431
+ /**
3432
+ * 元数据
3433
+ 注意:此字段可能返回 null,表示取不到有效值。
3434
+ */
3435
+ Metadatas?: Array<Metadata>;
3426
3436
  }
3427
3437
  /**
3428
3438
  * CreateGovernanceInstances请求参数结构体
@@ -4362,6 +4372,11 @@ export interface GovernanceNamespace {
4362
4372
  * 是否开启同步到全局注册中心
4363
4373
  */
4364
4374
  SyncToGlobalRegistry?: boolean;
4375
+ /**
4376
+ * 元数据
4377
+ 注意:此字段可能返回 null,表示取不到有效值。
4378
+ */
4379
+ Metadatas?: Array<Metadata>;
4365
4380
  }
4366
4381
  /**
4367
4382
  * DeleteCloudNativeAPIGatewayCanaryRule返回参数结构体
@@ -6483,11 +6498,11 @@ export interface KVPair {
6483
6498
  /**
6484
6499
  * 键
6485
6500
  */
6486
- Key: string;
6501
+ Key?: string;
6487
6502
  /**
6488
6503
  * 值
6489
6504
  */
6490
- Value: string;
6505
+ Value?: string;
6491
6506
  }
6492
6507
  /**
6493
6508
  * UpdateUpstreamTargets请求参数结构体
@@ -7245,6 +7260,22 @@ export interface SREInstance {
7245
7260
  * 部署架构
7246
7261
  */
7247
7262
  DeployMode?: string;
7263
+ /**
7264
+ * 全局属性
7265
+ */
7266
+ GlobalType?: string;
7267
+ /**
7268
+ * 所属组类型
7269
+ */
7270
+ GroupType?: string;
7271
+ /**
7272
+ * 组id
7273
+ */
7274
+ GroupId?: Array<string>;
7275
+ /**
7276
+ * 是否为主地域
7277
+ */
7278
+ IsMainRegion?: boolean;
7248
7279
  }
7249
7280
  /**
7250
7281
  * 云原生API网关节点信息。