tencentcloud-sdk-nodejs-cloudaudit 4.1.136 → 4.1.161

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-cloudaudit",
3
- "version": "4.1.136",
3
+ "version": "4.1.161",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -532,7 +532,7 @@ export interface CreateAuditTrackRequest {
532
532
  */
533
533
  export interface LookupAttribute {
534
534
  /**
535
- * AttributeKey的有效取值范围是:RequestId、EventName、ReadOnlyUsernameResourceType、ResourceNameAccessKeyId,EventId
535
+ * AttributeKey的有效取值范围是:RequestId、EventName、ActionTypePrincipalIdResourceId、ResourceNameAccessKeyId、SensitiveAction、ApiErrorCode、CamErrorCode、SourceIPAddress、Tags
536
536
  */
537
537
  AttributeKey: string;
538
538
  /**
@@ -587,7 +587,20 @@ export interface DescribeEventsRequest {
587
587
  */
588
588
  MaxResults?: number;
589
589
  /**
590
- * 检索条件(目前支持 RequestId:请求 ID、EventName:事件名称、ActionType:操作类型(Write:写;Read:读)、PrincipalId:子账号、ResourceType:资源类型、ResourceId:资源Id、ResourceName:资源名称、AccessKeyId:密钥 ID、SensitiveAction:是否敏感操作、ApiErrorCode:API 错误码、CamErrorCode:CAM 错误码、Tags:标签(AttributeValue格式:[{"key":"*","value":"*"}])备注:检索的各个条件间是与的关系,EventName传多个值内部是或的关系)
590
+ * 检索条件(目前支持:
591
+ RequestId:请求 ID
592
+ EventName:事件名称
593
+ ActionType:操作类型(Write:写;Read:读)
594
+ PrincipalId:子账号、ResourceType:资源类型
595
+ ResourceId:资源Id
596
+ ResourceName:资源名称
597
+ AccessKeyId:密钥 ID
598
+ SensitiveAction:是否敏感操作
599
+ ApiErrorCode:API 错误码
600
+ CamErrorCode:CAM 错误码
601
+ SourceIPAddress:请求IP
602
+ Tags:标签(AttributeValue格式:[{"key":"*","value":"*"}])
603
+ 备注:检索的各个条件间是与的关系,EventName传多个值内部是或的关系)
591
604
  */
592
605
  LookupAttributes?: Array<LookupAttribute>;
593
606
  /**