tencentcloud-sdk-nodejs-tse 4.1.241 → 4.1.262

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.241",
3
+ "version": "4.1.262",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -6982,7 +6982,7 @@ export interface CreateCloudNativeAPIGatewayRouteRateLimitResponse {
6982
6982
  */
6983
6983
  export interface DescribeCloudNativeAPIGatewaysResponse {
6984
6984
  /**
6985
- * 获取云原生API网关实例列表响应结果。
6985
+ * <p>获取云原生API网关实例列表响应结果。</p>
6986
6986
  */
6987
6987
  Result?: ListCloudNativeAPIGatewayResult;
6988
6988
  /**
@@ -9360,15 +9360,15 @@ export interface ModifyGovernanceNamespacesResponse {
9360
9360
  */
9361
9361
  export interface DescribeCloudNativeAPIGatewaysRequest {
9362
9362
  /**
9363
- * 返回数量,默认为 20,最大值为 100
9363
+ * <p>返回数量,默认为 20,最大值为 100。</p>
9364
9364
  */
9365
9365
  Limit?: number;
9366
9366
  /**
9367
- * 偏移量,默认为 0
9367
+ * <p>偏移量,默认为 0。</p>
9368
9368
  */
9369
9369
  Offset?: number;
9370
9370
  /**
9371
- * 请求过滤参数,支持按照实例名称、ID和标签键值(Name、GatewayId、Tag)筛选
9371
+ * <p>请求过滤参数,支持按照实例名称、ID和标签键值(Name、GatewayId、Tag)筛选</p>
9372
9372
  */
9373
9373
  Filters?: Array<Filter>;
9374
9374
  }