tencentcloud-sdk-cloudaudit 3.0.938 → 3.0.939

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 71b00434735743934074c99046022fccd2a18f42
4
- data.tar.gz: b42e18c11c8aab077b31e6a1b88260e79e8a2d8e
3
+ metadata.gz: 77d1259f9eb8166113c113200b75a40d75b02b8b
4
+ data.tar.gz: 48150cb97ad2df3e4e59eb84dacb9fd344be0d3c
5
5
  SHA512:
6
- metadata.gz: 159ba556ca2c1f1bfda3112a0ac258581395043b0e103dd0f29c60cfbbd14ff2f9cf3c18d837adc183dabd0323fc6b360d88c159c1fce24f307880369b498c19
7
- data.tar.gz: 420244b55152a58c15e4b432f1a69b4277f9bd0ea86d72e54eddfba734c931e66e718d37565bebcab54b68695f90c164e2256b9b4379732d3a0aa21f2765c7ed
6
+ metadata.gz: d28d70791d978e5d3a88efde013ed101b5fda6ec3e473f950bdf43d132189bda34c827f8a48a402abf30dfc71016904dd8123c325145cd3b08f7264e5cf2d41c
7
+ data.tar.gz: 52f1740fe91c1061832c433b1dc2e946852f2a36545689a588bd7db5f4525efd99046b7e461f3b58135d77ee44331d6242198cec4450a5400230125a0fadf49b
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.938
1
+ 3.0.939
@@ -269,7 +269,7 @@ module TencentCloud
269
269
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
270
270
  end
271
271
 
272
- # 查询云审计支持的cmq的可用区
272
+ # 查询操作审计支持的cmq的可用区
273
273
 
274
274
  # @param request: Request instance for ListCmqEnableRegion.
275
275
  # @type request: :class:`Tencentcloud::cloudaudit::V20190319::ListCmqEnableRegionRequest`
@@ -293,7 +293,7 @@ module TencentCloud
293
293
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
294
294
  end
295
295
 
296
- # 查询云审计支持的cos可用区
296
+ # 查询操作审计支持的cos可用区
297
297
 
298
298
  # @param request: Request instance for ListCosEnableRegion.
299
299
  # @type request: :class:`Tencentcloud::cloudaudit::V20190319::ListCosEnableRegionRequest`
@@ -80,8 +80,10 @@ module TencentCloud
80
80
  # cmq地域信息
81
81
  class CmqRegionInfo < TencentCloud::Common::AbstractModel
82
82
  # @param CmqRegionName: 地域描述
83
+ # 注意:此字段可能返回 null,表示取不到有效值。
83
84
  # @type CmqRegionName: String
84
85
  # @param CmqRegion: cmq地域
86
+ # 注意:此字段可能返回 null,表示取不到有效值。
85
87
  # @type CmqRegion: String
86
88
 
87
89
  attr_accessor :CmqRegionName, :CmqRegion
@@ -100,8 +102,10 @@ module TencentCloud
100
102
  # cos地域信息
101
103
  class CosRegionInfo < TencentCloud::Common::AbstractModel
102
104
  # @param CosRegion: cos地域
105
+ # 注意:此字段可能返回 null,表示取不到有效值。
103
106
  # @type CosRegion: String
104
107
  # @param CosRegionName: 地域描述
108
+ # 注意:此字段可能返回 null,表示取不到有效值。
105
109
  # @type CosRegionName: String
106
110
 
107
111
  attr_accessor :CosRegion, :CosRegionName
@@ -121,41 +125,41 @@ module TencentCloud
121
125
  class CreateAuditTrackRequest < TencentCloud::Common::AbstractModel
122
126
  # @param Name: 跟踪集名称,仅支持大小写字母、数字、-以及_的组合,3-48个字符
123
127
  # @type Name: String
128
+ # @param Status: 跟踪集状态(未开启:0;开启:1)
129
+ # @type Status: Integer
130
+ # @param Storage: 数据投递存储(目前支持 cos、cls)
131
+ # @type Storage: :class:`Tencentcloud::Cloudaudit.v20190319.models.Storage`
124
132
  # @param ActionType: 跟踪事件类型(读:Read;写:Write;全部:*)
125
133
  # @type ActionType: String
126
134
  # @param ResourceType: 跟踪事件所属产品(支持全部产品或单个产品,如:cos,全部:*)
127
135
  # @type ResourceType: String
128
- # @param Status: 跟踪集状态(未开启:0;开启:1)
129
- # @type Status: Integer
130
136
  # @param EventNames: 跟踪事件接口名列表(ResourceType为 * 时,EventNames必须为全部:["*"];指定ResourceType时,支持全部接口:["*"];支持部分接口:["cos", "cls"],接口列表上限10个)
131
137
  # @type EventNames: Array
132
- # @param Storage: 数据投递存储(目前支持 cos、cls)
133
- # @type Storage: :class:`Tencentcloud::Cloudaudit.v20190319.models.Storage`
134
138
  # @param TrackForAllMembers: 是否开启将集团成员操作日志投递到集团管理账号或者可信服务管理账号(0:未开启,1:开启,只能集团管理账号或者可信服务管理账号开启此项功能)
135
139
  # @type TrackForAllMembers: Integer
136
140
 
137
- attr_accessor :Name, :ActionType, :ResourceType, :Status, :EventNames, :Storage, :TrackForAllMembers
141
+ attr_accessor :Name, :Status, :Storage, :ActionType, :ResourceType, :EventNames, :TrackForAllMembers
138
142
 
139
- def initialize(name=nil, actiontype=nil, resourcetype=nil, status=nil, eventnames=nil, storage=nil, trackforallmembers=nil)
143
+ def initialize(name=nil, status=nil, storage=nil, actiontype=nil, resourcetype=nil, eventnames=nil, trackforallmembers=nil)
140
144
  @Name = name
145
+ @Status = status
146
+ @Storage = storage
141
147
  @ActionType = actiontype
142
148
  @ResourceType = resourcetype
143
- @Status = status
144
149
  @EventNames = eventnames
145
- @Storage = storage
146
150
  @TrackForAllMembers = trackforallmembers
147
151
  end
148
152
 
149
153
  def deserialize(params)
150
154
  @Name = params['Name']
151
- @ActionType = params['ActionType']
152
- @ResourceType = params['ResourceType']
153
155
  @Status = params['Status']
154
- @EventNames = params['EventNames']
155
156
  unless params['Storage'].nil?
156
157
  @Storage = Storage.new
157
158
  @Storage.deserialize(params['Storage'])
158
159
  end
160
+ @ActionType = params['ActionType']
161
+ @ResourceType = params['ResourceType']
162
+ @EventNames = params['EventNames']
159
163
  @TrackForAllMembers = params['TrackForAllMembers']
160
164
  end
161
165
  end
@@ -825,7 +829,7 @@ module TencentCloud
825
829
 
826
830
  # ListCmqEnableRegion返回参数结构体
827
831
  class ListCmqEnableRegionResponse < TencentCloud::Common::AbstractModel
828
- # @param EnableRegions: 云审计支持的cmq的可用区
832
+ # @param EnableRegions: 操作审计支持的cmq的可用区
829
833
  # @type EnableRegions: Array
830
834
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
831
835
  # @type RequestId: String
@@ -868,7 +872,7 @@ module TencentCloud
868
872
 
869
873
  # ListCosEnableRegion返回参数结构体
870
874
  class ListCosEnableRegionResponse < TencentCloud::Common::AbstractModel
871
- # @param EnableRegions: 云审计支持的cos可用区
875
+ # @param EnableRegions: 操作审计支持的cos可用区
872
876
  # @type EnableRegions: Array
873
877
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
874
878
  # @type RequestId: String
@@ -960,7 +964,7 @@ module TencentCloud
960
964
  # @type NextToken: String
961
965
  # @param MaxResults: 返回日志的最大条数
962
966
  # @type MaxResults: Integer
963
- # @param Mode: 云审计模式,有效值:standard | quick,其中standard是标准模式,quick是极速模式。默认为标准模式
967
+ # @param Mode: 操作审计模式,有效值:standard | quick,其中standard是标准模式,quick是极速模式。默认为标准模式
964
968
  # @type Mode: String
965
969
 
966
970
  attr_accessor :StartTime, :EndTime, :LookupAttributes, :NextToken, :MaxResults, :Mode
@@ -1002,15 +1006,19 @@ module TencentCloud
1002
1006
  # @param ListOver: 日志集合是否结束
1003
1007
  # 注意:此字段可能返回 null,表示取不到有效值。
1004
1008
  # @type ListOver: Boolean
1009
+ # @param TotalCount: 数量
1010
+ # 注意:此字段可能返回 null,表示取不到有效值。
1011
+ # @type TotalCount: Integer
1005
1012
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1006
1013
  # @type RequestId: String
1007
1014
 
1008
- attr_accessor :NextToken, :Events, :ListOver, :RequestId
1015
+ attr_accessor :NextToken, :Events, :ListOver, :TotalCount, :RequestId
1009
1016
 
1010
- def initialize(nexttoken=nil, events=nil, listover=nil, requestid=nil)
1017
+ def initialize(nexttoken=nil, events=nil, listover=nil, totalcount=nil, requestid=nil)
1011
1018
  @NextToken = nexttoken
1012
1019
  @Events = events
1013
1020
  @ListOver = listover
1021
+ @TotalCount = totalcount
1014
1022
  @RequestId = requestid
1015
1023
  end
1016
1024
 
@@ -1025,6 +1033,7 @@ module TencentCloud
1025
1033
  end
1026
1034
  end
1027
1035
  @ListOver = params['ListOver']
1036
+ @TotalCount = params['TotalCount']
1028
1037
  @RequestId = params['RequestId']
1029
1038
  end
1030
1039
  end
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: 3.0.938
4
+ version: 3.0.939
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-11-07 00:00:00.000000000 Z
11
+ date: 2024-11-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common