tencentcloud-sdk-nodejs-cam 4.1.236 → 4.1.246

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-cam",
3
- "version": "4.1.236",
3
+ "version": "4.1.246",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -213,11 +213,11 @@ export interface DetachGroupPolicyRequest {
213
213
  */
214
214
  export interface DescribeRoleListResponse {
215
215
  /**
216
- * 角色详情列表。
216
+ * <p>角色详情列表。</p>
217
217
  */
218
218
  List?: Array<RoleInfo>;
219
219
  /**
220
- * 角色总数
220
+ * <p>角色总数</p>
221
221
  */
222
222
  TotalNum?: number;
223
223
  /**
@@ -610,15 +610,15 @@ export interface GetCustomMFATokenInfoRequest {
610
610
  */
611
611
  export interface DescribeRoleListRequest {
612
612
  /**
613
- * 页码,从1开始
613
+ * <p>页码,从1开始</p>
614
614
  */
615
615
  Page: number;
616
616
  /**
617
- * 每页行数,不能大于200
617
+ * <p>每页行数,不能大于200</p>
618
618
  */
619
619
  Rp: number;
620
620
  /**
621
- * 标签筛选
621
+ * <p>标签筛选</p>
622
622
  */
623
623
  Tags?: Array<RoleTags>;
624
624
  }