tencentcloud-sdk-cloudaudit 1.0.316 → 1.0.319
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.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20190319/models.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: dd98a5fc70ffdab5d0093d35bcc3a86930bdc08b
|
4
|
+
data.tar.gz: 0cc236cb2954eb15f408797a2bc9877b68c2adf0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ad2d959883580c4a8fefab791764d510af6896e01da5cc57e3af2268abca55734cda86eb509bd490066004b79251e6d4c0de10f53b1190965502fad0116b68a5
|
7
|
+
data.tar.gz: 6971d026a9718657de9681a313ddbe58f1a3599e6065be98426c7dc89d3f0ed99b091a72972e39fe6c68963ed8ba3dde07648582ac7448503f82acaa76229e21
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.319
|
data/lib/v20190319/models.rb
CHANGED
@@ -412,7 +412,7 @@ module TencentCloud
|
|
412
412
|
# @type NextToken: Integer
|
413
413
|
# @param MaxResults: 返回日志的最大条数(最大 50 条)
|
414
414
|
# @type MaxResults: Integer
|
415
|
-
# @param LookupAttributes: 检索条件(目前支持 RequestId:请求 ID、EventName:事件名称、ActionType:操作类型(Write:写;Read:读)、PrincipalId:子账号、ResourceType:资源类型、ResourceName:资源名称、AccessKeyId:密钥 ID、SensitiveAction:是否敏感操作、ApiErrorCode:API 错误码、CamErrorCode:CAM
|
415
|
+
# @param LookupAttributes: 检索条件(目前支持 RequestId:请求 ID、EventName:事件名称、ActionType:操作类型(Write:写;Read:读)、PrincipalId:子账号、ResourceType:资源类型、ResourceName:资源名称、AccessKeyId:密钥 ID、SensitiveAction:是否敏感操作、ApiErrorCode:API 错误码、CamErrorCode:CAM 错误码、Tags:标签(AttributeValue格式:[{"key":"*","value":"*"}]))
|
416
416
|
# @type LookupAttributes: Array
|
417
417
|
# @param IsReturnLocation: 是否返回 IP 归属地(1 返回,0 不返回)
|
418
418
|
# @type IsReturnLocation: Integer
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-cloudaudit
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.319
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-05-
|
11
|
+
date: 2022-05-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|