tencentcloud-sdk-nodejs-cam 4.0.388 → 4.0.431
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/CHANGELOG.md +6462 -0
- package/README.md +3 -3
- package/SERVICE_CHANGELOG.md +4451 -124
- package/package.json +1 -1
- package/products.md +104 -100
- package/src/services/cam/index.ts +7 -4
- package/src/services/cam/v20190116/cam_client.ts +779 -1024
- package/src/services/cam/v20190116/cam_models.ts +2599 -2414
- package/src/services/cam/v20190116/index.ts +3 -3
- package/tencentcloud/services/cam/v20190116/cam_client.d.ts +3 -3
- package/tencentcloud/services/cam/v20190116/cam_client.js +3 -3
- package/tencentcloud/services/cam/v20190116/cam_models.d.ts +1234 -1234
- package/tencentcloud/services/cam/v20190116/index.js +1 -1
|
@@ -335,8 +335,8 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
335
335
|
*/
|
|
336
336
|
ListGroupsForUser(req: ListGroupsForUserRequest, cb?: (error: string, rep: ListGroupsForUserResponse) => void): Promise<ListGroupsForUserResponse>;
|
|
337
337
|
/**
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
338
|
+
* 本接口(UpdatePolicy )可用于更新策略。
|
|
339
|
+
如果已存在策略版本,本接口会直接更新策略的默认版本,不会创建新版本,如果不存在任何策略版本,则直接创建一个默认版本。
|
|
340
|
+
*/
|
|
341
341
|
UpdatePolicy(req: UpdatePolicyRequest, cb?: (error: string, rep: UpdatePolicyResponse) => void): Promise<UpdatePolicyResponse>;
|
|
342
342
|
}
|
|
@@ -520,9 +520,9 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
520
520
|
return this.request("ListGroupsForUser", req, cb);
|
|
521
521
|
}
|
|
522
522
|
/**
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
523
|
+
* 本接口(UpdatePolicy )可用于更新策略。
|
|
524
|
+
如果已存在策略版本,本接口会直接更新策略的默认版本,不会创建新版本,如果不存在任何策略版本,则直接创建一个默认版本。
|
|
525
|
+
*/
|
|
526
526
|
async UpdatePolicy(req, cb) {
|
|
527
527
|
return this.request("UpdatePolicy", req, cb);
|
|
528
528
|
}
|