tencentcloud-sdk-nodejs-as 4.1.224 → 4.1.263

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-as",
3
- "version": "4.1.224",
3
+ "version": "4.1.263",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -2408,7 +2408,7 @@ export interface DataDisk {
2408
2408
  */
2409
2409
  export interface RollbackInstanceRefreshResponse {
2410
2410
  /**
2411
- * 刷新活动 ID
2411
+ * <p>刷新活动 ID。</p>
2412
2412
  */
2413
2413
  RefreshActivityId?: string;
2414
2414
  /**
@@ -3350,21 +3350,19 @@ export interface ModifyLoadBalancerTargetAttributesRequest {
3350
3350
  */
3351
3351
  export interface RollbackInstanceRefreshRequest {
3352
3352
  /**
3353
- * 伸缩组ID。可以通过以下方式获取可用的伸缩组ID:
3354
- <li>通过登录 [控制台](https://console.cloud.tencent.com/autoscaling/group) 查询伸缩组ID。</li>
3355
- <li>通过调用接口 [DescribeAutoScalingGroups](https://cloud.tencent.com/document/api/377/20438) ,取返回信息中的 AutoScalingGroupId 获取伸缩组ID。</li>
3353
+ * <p>伸缩组ID。可以通过以下方式获取可用的伸缩组ID: </p><li>通过登录 [控制台](https://console.cloud.tencent.com/autoscaling/group) 查询伸缩组ID。</li><li>通过调用接口 [DescribeAutoScalingGroups](https://cloud.tencent.com/document/api/377/20438) ,取返回信息中的 AutoScalingGroupId 获取伸缩组ID。</li>
3356
3354
  */
3357
3355
  AutoScalingGroupId: string;
3358
3356
  /**
3359
- * 刷新设置。
3357
+ * <p>刷新设置。</p>
3360
3358
  */
3361
3359
  RefreshSettings: RefreshSettings;
3362
3360
  /**
3363
- * 原始刷新活动 ID。可以通过调用接口 [DescribeRefreshActivities](https://cloud.tencent.com/document/api/377/99175) ,取返回信息中的 OriginRefreshActivityId 获取原始刷新活动ID
3361
+ * <p>原始刷新活动 ID。可以通过调用接口 <a href="https://cloud.tencent.com/document/api/377/99175">DescribeRefreshActivities</a> ,取返回信息中的 OriginRefreshActivityId 获取原始刷新活动ID。</p>
3364
3362
  */
3365
3363
  OriginRefreshActivityId: string;
3366
3364
  /**
3367
- * 刷新模式,目前仅支持滚动更新,默认值为 ROLLING_UPDATE_RESET
3365
+ * <p>刷新模式,目前仅支持滚动更新,默认值为 ROLLING_UPDATE_RESET。</p>
3368
3366
  */
3369
3367
  RefreshMode?: string;
3370
3368
  }