aws-sdk-macie2 1.0.0 → 1.5.0
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/aws-sdk-macie2.rb +3 -1
- data/lib/aws-sdk-macie2/client.rb +78 -112
- data/lib/aws-sdk-macie2/client_api.rb +3 -45
- data/lib/aws-sdk-macie2/errors.rb +2 -0
- data/lib/aws-sdk-macie2/resource.rb +2 -0
- data/lib/aws-sdk-macie2/types.rb +415 -278
- metadata +4 -4
@@ -1,3 +1,5 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
2
4
|
#
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
@@ -20,8 +22,6 @@ module Aws::Macie2
|
|
20
22
|
AdminAccount = Shapes::StructureShape.new(name: 'AdminAccount')
|
21
23
|
AdminStatus = Shapes::StringShape.new(name: 'AdminStatus')
|
22
24
|
ApiCallDetails = Shapes::StructureShape.new(name: 'ApiCallDetails')
|
23
|
-
ArchiveFindingsRequest = Shapes::StructureShape.new(name: 'ArchiveFindingsRequest')
|
24
|
-
ArchiveFindingsResponse = Shapes::StructureShape.new(name: 'ArchiveFindingsResponse')
|
25
25
|
AssumedRole = Shapes::StructureShape.new(name: 'AssumedRole')
|
26
26
|
AwsAccount = Shapes::StructureShape.new(name: 'AwsAccount')
|
27
27
|
AwsService = Shapes::StructureShape.new(name: 'AwsService')
|
@@ -224,8 +224,6 @@ module Aws::Macie2
|
|
224
224
|
TestCustomDataIdentifierRequest = Shapes::StructureShape.new(name: 'TestCustomDataIdentifierRequest')
|
225
225
|
TestCustomDataIdentifierResponse = Shapes::StructureShape.new(name: 'TestCustomDataIdentifierResponse')
|
226
226
|
ThrottlingException = Shapes::StructureShape.new(name: 'ThrottlingException')
|
227
|
-
UnarchiveFindingsRequest = Shapes::StructureShape.new(name: 'UnarchiveFindingsRequest')
|
228
|
-
UnarchiveFindingsResponse = Shapes::StructureShape.new(name: 'UnarchiveFindingsResponse')
|
229
227
|
Unit = Shapes::StringShape.new(name: 'Unit')
|
230
228
|
UnprocessedAccount = Shapes::StructureShape.new(name: 'UnprocessedAccount')
|
231
229
|
UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
|
@@ -313,11 +311,6 @@ module Aws::Macie2
|
|
313
311
|
ApiCallDetails.add_member(:last_seen, Shapes::ShapeRef.new(shape: __timestampIso8601, location_name: "lastSeen"))
|
314
312
|
ApiCallDetails.struct_class = Types::ApiCallDetails
|
315
313
|
|
316
|
-
ArchiveFindingsRequest.add_member(:finding_ids, Shapes::ShapeRef.new(shape: __listOf__string, required: true, location_name: "findingIds"))
|
317
|
-
ArchiveFindingsRequest.struct_class = Types::ArchiveFindingsRequest
|
318
|
-
|
319
|
-
ArchiveFindingsResponse.struct_class = Types::ArchiveFindingsResponse
|
320
|
-
|
321
314
|
AssumedRole.add_member(:access_key_id, Shapes::ShapeRef.new(shape: __string, location_name: "accessKeyId"))
|
322
315
|
AssumedRole.add_member(:account_id, Shapes::ShapeRef.new(shape: __string, location_name: "accountId"))
|
323
316
|
AssumedRole.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
|
@@ -1118,11 +1111,6 @@ module Aws::Macie2
|
|
1118
1111
|
ThrottlingException.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "message"))
|
1119
1112
|
ThrottlingException.struct_class = Types::ThrottlingException
|
1120
1113
|
|
1121
|
-
UnarchiveFindingsRequest.add_member(:finding_ids, Shapes::ShapeRef.new(shape: __listOf__string, required: true, location_name: "findingIds"))
|
1122
|
-
UnarchiveFindingsRequest.struct_class = Types::UnarchiveFindingsRequest
|
1123
|
-
|
1124
|
-
UnarchiveFindingsResponse.struct_class = Types::UnarchiveFindingsResponse
|
1125
|
-
|
1126
1114
|
UnprocessedAccount.add_member(:account_id, Shapes::ShapeRef.new(shape: __string, location_name: "accountId"))
|
1127
1115
|
UnprocessedAccount.add_member(:error_code, Shapes::ShapeRef.new(shape: ErrorCode, location_name: "errorCode"))
|
1128
1116
|
UnprocessedAccount.add_member(:error_message, Shapes::ShapeRef.new(shape: __string, location_name: "errorMessage"))
|
@@ -1272,7 +1260,7 @@ module Aws::Macie2
|
|
1272
1260
|
"serviceId" => "Macie2",
|
1273
1261
|
"signatureVersion" => "v4",
|
1274
1262
|
"signingName" => "macie2",
|
1275
|
-
"uid" => "macie2-2020-01-
|
1263
|
+
"uid" => "macie2-2020-01-01",
|
1276
1264
|
}
|
1277
1265
|
|
1278
1266
|
api.add_operation(:accept_invitation, Seahorse::Model::Operation.new.tap do |o|
|
@@ -1290,21 +1278,6 @@ module Aws::Macie2
|
|
1290
1278
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1291
1279
|
end)
|
1292
1280
|
|
1293
|
-
api.add_operation(:archive_findings, Seahorse::Model::Operation.new.tap do |o|
|
1294
|
-
o.name = "ArchiveFindings"
|
1295
|
-
o.http_method = "POST"
|
1296
|
-
o.http_request_uri = "/findings/archive"
|
1297
|
-
o.input = Shapes::ShapeRef.new(shape: ArchiveFindingsRequest)
|
1298
|
-
o.output = Shapes::ShapeRef.new(shape: ArchiveFindingsResponse)
|
1299
|
-
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1300
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1301
|
-
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
1302
|
-
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1303
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1304
|
-
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1305
|
-
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1306
|
-
end)
|
1307
|
-
|
1308
1281
|
api.add_operation(:batch_get_custom_data_identifiers, Seahorse::Model::Operation.new.tap do |o|
|
1309
1282
|
o.name = "BatchGetCustomDataIdentifiers"
|
1310
1283
|
o.http_method = "POST"
|
@@ -1951,21 +1924,6 @@ module Aws::Macie2
|
|
1951
1924
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1952
1925
|
end)
|
1953
1926
|
|
1954
|
-
api.add_operation(:unarchive_findings, Seahorse::Model::Operation.new.tap do |o|
|
1955
|
-
o.name = "UnarchiveFindings"
|
1956
|
-
o.http_method = "POST"
|
1957
|
-
o.http_request_uri = "/findings/unarchive"
|
1958
|
-
o.input = Shapes::ShapeRef.new(shape: UnarchiveFindingsRequest)
|
1959
|
-
o.output = Shapes::ShapeRef.new(shape: UnarchiveFindingsResponse)
|
1960
|
-
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1961
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
1962
|
-
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
1963
|
-
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1964
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1965
|
-
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1966
|
-
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1967
|
-
end)
|
1968
|
-
|
1969
1927
|
api.add_operation(:untag_resource, Seahorse::Model::Operation.new.tap do |o|
|
1970
1928
|
o.name = "UntagResource"
|
1971
1929
|
o.http_method = "DELETE"
|
data/lib/aws-sdk-macie2/types.rb
CHANGED
@@ -1,3 +1,5 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
2
4
|
#
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
@@ -24,15 +26,16 @@ module Aws::Macie2
|
|
24
26
|
# @!attribute [rw] master_account
|
25
27
|
# @return [String]
|
26
28
|
#
|
27
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
29
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/AcceptInvitationRequest AWS API Documentation
|
28
30
|
#
|
29
31
|
class AcceptInvitationRequest < Struct.new(
|
30
32
|
:invitation_id,
|
31
33
|
:master_account)
|
34
|
+
SENSITIVE = []
|
32
35
|
include Aws::Structure
|
33
36
|
end
|
34
37
|
|
35
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
38
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/AcceptInvitationResponse AWS API Documentation
|
36
39
|
#
|
37
40
|
class AcceptInvitationResponse < Aws::EmptyStructure; end
|
38
41
|
|
@@ -45,11 +48,12 @@ module Aws::Macie2
|
|
45
48
|
# @!attribute [rw] allows_public_write_access
|
46
49
|
# @return [Boolean]
|
47
50
|
#
|
48
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
51
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/AccessControlList AWS API Documentation
|
49
52
|
#
|
50
53
|
class AccessControlList < Struct.new(
|
51
54
|
:allows_public_read_access,
|
52
55
|
:allows_public_write_access)
|
56
|
+
SENSITIVE = []
|
53
57
|
include Aws::Structure
|
54
58
|
end
|
55
59
|
|
@@ -59,10 +63,11 @@ module Aws::Macie2
|
|
59
63
|
# @!attribute [rw] message
|
60
64
|
# @return [String]
|
61
65
|
#
|
62
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
66
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/AccessDeniedException AWS API Documentation
|
63
67
|
#
|
64
68
|
class AccessDeniedException < Struct.new(
|
65
69
|
:message)
|
70
|
+
SENSITIVE = []
|
66
71
|
include Aws::Structure
|
67
72
|
end
|
68
73
|
|
@@ -83,11 +88,12 @@ module Aws::Macie2
|
|
83
88
|
# @!attribute [rw] email
|
84
89
|
# @return [String]
|
85
90
|
#
|
86
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
91
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/AccountDetail AWS API Documentation
|
87
92
|
#
|
88
93
|
class AccountDetail < Struct.new(
|
89
94
|
:account_id,
|
90
95
|
:email)
|
96
|
+
SENSITIVE = []
|
91
97
|
include Aws::Structure
|
92
98
|
end
|
93
99
|
|
@@ -106,10 +112,11 @@ module Aws::Macie2
|
|
106
112
|
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/dev/access-control-block-public-access.html
|
107
113
|
# @return [Types::BlockPublicAccess]
|
108
114
|
#
|
109
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
115
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/AccountLevelPermissions AWS API Documentation
|
110
116
|
#
|
111
117
|
class AccountLevelPermissions < Struct.new(
|
112
118
|
:block_public_access)
|
119
|
+
SENSITIVE = []
|
113
120
|
include Aws::Structure
|
114
121
|
end
|
115
122
|
|
@@ -124,11 +131,12 @@ module Aws::Macie2
|
|
124
131
|
# Amazon Macie for an AWS organization.
|
125
132
|
# @return [String]
|
126
133
|
#
|
127
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
134
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/AdminAccount AWS API Documentation
|
128
135
|
#
|
129
136
|
class AdminAccount < Struct.new(
|
130
137
|
:account_id,
|
131
138
|
:status)
|
139
|
+
SENSITIVE = []
|
132
140
|
include Aws::Structure
|
133
141
|
end
|
134
142
|
|
@@ -157,39 +165,17 @@ module Aws::Macie2
|
|
157
165
|
# @!attribute [rw] last_seen
|
158
166
|
# @return [Time]
|
159
167
|
#
|
160
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
168
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/ApiCallDetails AWS API Documentation
|
161
169
|
#
|
162
170
|
class ApiCallDetails < Struct.new(
|
163
171
|
:api,
|
164
172
|
:api_service_name,
|
165
173
|
:first_seen,
|
166
174
|
:last_seen)
|
175
|
+
SENSITIVE = []
|
167
176
|
include Aws::Structure
|
168
177
|
end
|
169
178
|
|
170
|
-
# Specifies one or more findings to archive.
|
171
|
-
#
|
172
|
-
# @note When making an API call, you may pass ArchiveFindingsRequest
|
173
|
-
# data as a hash:
|
174
|
-
#
|
175
|
-
# {
|
176
|
-
# finding_ids: ["__string"], # required
|
177
|
-
# }
|
178
|
-
#
|
179
|
-
# @!attribute [rw] finding_ids
|
180
|
-
# @return [Array<String>]
|
181
|
-
#
|
182
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/ArchiveFindingsRequest AWS API Documentation
|
183
|
-
#
|
184
|
-
class ArchiveFindingsRequest < Struct.new(
|
185
|
-
:finding_ids)
|
186
|
-
include Aws::Structure
|
187
|
-
end
|
188
|
-
|
189
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/ArchiveFindingsResponse AWS API Documentation
|
190
|
-
#
|
191
|
-
class ArchiveFindingsResponse < Aws::EmptyStructure; end
|
192
|
-
|
193
179
|
# Reserved for future use.
|
194
180
|
#
|
195
181
|
# @!attribute [rw] access_key_id
|
@@ -206,10 +192,10 @@ module Aws::Macie2
|
|
206
192
|
#
|
207
193
|
# @!attribute [rw] session_context
|
208
194
|
# Provides information about a session that was created for an entity
|
209
|
-
#
|
195
|
+
# that performed an action by using temporary security credentials.
|
210
196
|
# @return [Types::SessionContext]
|
211
197
|
#
|
212
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
198
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/AssumedRole AWS API Documentation
|
213
199
|
#
|
214
200
|
class AssumedRole < Struct.new(
|
215
201
|
:access_key_id,
|
@@ -217,6 +203,7 @@ module Aws::Macie2
|
|
217
203
|
:arn,
|
218
204
|
:principal_id,
|
219
205
|
:session_context)
|
206
|
+
SENSITIVE = []
|
220
207
|
include Aws::Structure
|
221
208
|
end
|
222
209
|
|
@@ -228,11 +215,12 @@ module Aws::Macie2
|
|
228
215
|
# @!attribute [rw] principal_id
|
229
216
|
# @return [String]
|
230
217
|
#
|
231
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
218
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/AwsAccount AWS API Documentation
|
232
219
|
#
|
233
220
|
class AwsAccount < Struct.new(
|
234
221
|
:account_id,
|
235
222
|
:principal_id)
|
223
|
+
SENSITIVE = []
|
236
224
|
include Aws::Structure
|
237
225
|
end
|
238
226
|
|
@@ -241,10 +229,11 @@ module Aws::Macie2
|
|
241
229
|
# @!attribute [rw] invoked_by
|
242
230
|
# @return [String]
|
243
231
|
#
|
244
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
232
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/AwsService AWS API Documentation
|
245
233
|
#
|
246
234
|
class AwsService < Struct.new(
|
247
235
|
:invoked_by)
|
236
|
+
SENSITIVE = []
|
248
237
|
include Aws::Structure
|
249
238
|
end
|
250
239
|
|
@@ -268,7 +257,7 @@ module Aws::Macie2
|
|
268
257
|
# @!attribute [rw] name
|
269
258
|
# @return [String]
|
270
259
|
#
|
271
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
260
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/BatchGetCustomDataIdentifierSummary AWS API Documentation
|
272
261
|
#
|
273
262
|
class BatchGetCustomDataIdentifierSummary < Struct.new(
|
274
263
|
:arn,
|
@@ -277,6 +266,7 @@ module Aws::Macie2
|
|
277
266
|
:description,
|
278
267
|
:id,
|
279
268
|
:name)
|
269
|
+
SENSITIVE = []
|
280
270
|
include Aws::Structure
|
281
271
|
end
|
282
272
|
|
@@ -293,10 +283,11 @@ module Aws::Macie2
|
|
293
283
|
# @!attribute [rw] ids
|
294
284
|
# @return [Array<String>]
|
295
285
|
#
|
296
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
286
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/BatchGetCustomDataIdentifiersRequest AWS API Documentation
|
297
287
|
#
|
298
288
|
class BatchGetCustomDataIdentifiersRequest < Struct.new(
|
299
289
|
:ids)
|
290
|
+
SENSITIVE = []
|
300
291
|
include Aws::Structure
|
301
292
|
end
|
302
293
|
|
@@ -308,11 +299,12 @@ module Aws::Macie2
|
|
308
299
|
# @!attribute [rw] not_found_identifier_ids
|
309
300
|
# @return [Array<String>]
|
310
301
|
#
|
311
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
302
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/BatchGetCustomDataIdentifiersResponse AWS API Documentation
|
312
303
|
#
|
313
304
|
class BatchGetCustomDataIdentifiersResponse < Struct.new(
|
314
305
|
:custom_data_identifiers,
|
315
306
|
:not_found_identifier_ids)
|
307
|
+
SENSITIVE = []
|
316
308
|
include Aws::Structure
|
317
309
|
end
|
318
310
|
|
@@ -338,13 +330,14 @@ module Aws::Macie2
|
|
338
330
|
# @!attribute [rw] restrict_public_buckets
|
339
331
|
# @return [Boolean]
|
340
332
|
#
|
341
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
333
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/BlockPublicAccess AWS API Documentation
|
342
334
|
#
|
343
335
|
class BlockPublicAccess < Struct.new(
|
344
336
|
:block_public_acls,
|
345
337
|
:block_public_policy,
|
346
338
|
:ignore_public_acls,
|
347
339
|
:restrict_public_buckets)
|
340
|
+
SENSITIVE = []
|
348
341
|
include Aws::Structure
|
349
342
|
end
|
350
343
|
|
@@ -360,12 +353,13 @@ module Aws::Macie2
|
|
360
353
|
# @!attribute [rw] publicly_writable
|
361
354
|
# @return [Integer]
|
362
355
|
#
|
363
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
356
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/BucketCountByEffectivePermission AWS API Documentation
|
364
357
|
#
|
365
358
|
class BucketCountByEffectivePermission < Struct.new(
|
366
359
|
:publicly_accessible,
|
367
360
|
:publicly_readable,
|
368
361
|
:publicly_writable)
|
362
|
+
SENSITIVE = []
|
369
363
|
include Aws::Structure
|
370
364
|
end
|
371
365
|
|
@@ -382,12 +376,13 @@ module Aws::Macie2
|
|
382
376
|
# @!attribute [rw] unencrypted
|
383
377
|
# @return [Integer]
|
384
378
|
#
|
385
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
379
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/BucketCountByEncryptionType AWS API Documentation
|
386
380
|
#
|
387
381
|
class BucketCountByEncryptionType < Struct.new(
|
388
382
|
:kms_managed,
|
389
383
|
:s3_managed,
|
390
384
|
:unencrypted)
|
385
|
+
SENSITIVE = []
|
391
386
|
include Aws::Structure
|
392
387
|
end
|
393
388
|
|
@@ -403,12 +398,13 @@ module Aws::Macie2
|
|
403
398
|
# @!attribute [rw] not_shared
|
404
399
|
# @return [Integer]
|
405
400
|
#
|
406
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
401
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/BucketCountBySharedAccessType AWS API Documentation
|
407
402
|
#
|
408
403
|
class BucketCountBySharedAccessType < Struct.new(
|
409
404
|
:external,
|
410
405
|
:internal,
|
411
406
|
:not_shared)
|
407
|
+
SENSITIVE = []
|
412
408
|
include Aws::Structure
|
413
409
|
end
|
414
410
|
|
@@ -449,7 +445,7 @@ module Aws::Macie2
|
|
449
445
|
# @!attribute [rw] prefix
|
450
446
|
# @return [String]
|
451
447
|
#
|
452
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
448
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/BucketCriteriaAdditionalProperties AWS API Documentation
|
453
449
|
#
|
454
450
|
class BucketCriteriaAdditionalProperties < Struct.new(
|
455
451
|
:eq,
|
@@ -459,6 +455,7 @@ module Aws::Macie2
|
|
459
455
|
:lte,
|
460
456
|
:neq,
|
461
457
|
:prefix)
|
458
|
+
SENSITIVE = []
|
462
459
|
include Aws::Structure
|
463
460
|
end
|
464
461
|
|
@@ -487,12 +484,13 @@ module Aws::Macie2
|
|
487
484
|
# policy for an S3 bucket.
|
488
485
|
# @return [Types::BucketPolicy]
|
489
486
|
#
|
490
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
487
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/BucketLevelPermissions AWS API Documentation
|
491
488
|
#
|
492
489
|
class BucketLevelPermissions < Struct.new(
|
493
490
|
:access_control_list,
|
494
491
|
:block_public_access,
|
495
492
|
:bucket_policy)
|
493
|
+
SENSITIVE = []
|
496
494
|
include Aws::Structure
|
497
495
|
end
|
498
496
|
|
@@ -552,7 +550,7 @@ module Aws::Macie2
|
|
552
550
|
# @!attribute [rw] versioning
|
553
551
|
# @return [Boolean]
|
554
552
|
#
|
555
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
553
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/BucketMetadata AWS API Documentation
|
556
554
|
#
|
557
555
|
class BucketMetadata < Struct.new(
|
558
556
|
:account_id,
|
@@ -571,6 +569,7 @@ module Aws::Macie2
|
|
571
569
|
:size_in_bytes_compressed,
|
572
570
|
:tags,
|
573
571
|
:versioning)
|
572
|
+
SENSITIVE = []
|
574
573
|
include Aws::Structure
|
575
574
|
end
|
576
575
|
|
@@ -587,11 +586,12 @@ module Aws::Macie2
|
|
587
586
|
# S3 bucket.
|
588
587
|
# @return [Types::BucketLevelPermissions]
|
589
588
|
#
|
590
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
589
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/BucketPermissionConfiguration AWS API Documentation
|
591
590
|
#
|
592
591
|
class BucketPermissionConfiguration < Struct.new(
|
593
592
|
:account_level_permissions,
|
594
593
|
:bucket_level_permissions)
|
594
|
+
SENSITIVE = []
|
595
595
|
include Aws::Structure
|
596
596
|
end
|
597
597
|
|
@@ -604,11 +604,12 @@ module Aws::Macie2
|
|
604
604
|
# @!attribute [rw] allows_public_write_access
|
605
605
|
# @return [Boolean]
|
606
606
|
#
|
607
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
607
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/BucketPolicy AWS API Documentation
|
608
608
|
#
|
609
609
|
class BucketPolicy < Struct.new(
|
610
610
|
:allows_public_read_access,
|
611
611
|
:allows_public_write_access)
|
612
|
+
SENSITIVE = []
|
612
613
|
include Aws::Structure
|
613
614
|
end
|
614
615
|
|
@@ -623,11 +624,12 @@ module Aws::Macie2
|
|
623
624
|
# bucket, or the bucket that contains an object.
|
624
625
|
# @return [Types::BucketPermissionConfiguration]
|
625
626
|
#
|
626
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
627
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/BucketPublicAccess AWS API Documentation
|
627
628
|
#
|
628
629
|
class BucketPublicAccess < Struct.new(
|
629
630
|
:effective_permission,
|
630
631
|
:permission_configuration)
|
632
|
+
SENSITIVE = []
|
631
633
|
include Aws::Structure
|
632
634
|
end
|
633
635
|
|
@@ -648,11 +650,12 @@ module Aws::Macie2
|
|
648
650
|
# @!attribute [rw] order_by
|
649
651
|
# @return [String]
|
650
652
|
#
|
651
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
653
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/BucketSortCriteria AWS API Documentation
|
652
654
|
#
|
653
655
|
class BucketSortCriteria < Struct.new(
|
654
656
|
:attribute_name,
|
655
657
|
:order_by)
|
658
|
+
SENSITIVE = []
|
656
659
|
include Aws::Structure
|
657
660
|
end
|
658
661
|
|
@@ -674,19 +677,20 @@ module Aws::Macie2
|
|
674
677
|
# found.
|
675
678
|
# @return [Types::ClassificationResult]
|
676
679
|
#
|
677
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
680
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/ClassificationDetails AWS API Documentation
|
678
681
|
#
|
679
682
|
class ClassificationDetails < Struct.new(
|
680
683
|
:detailed_results_location,
|
681
684
|
:job_arn,
|
682
685
|
:job_id,
|
683
686
|
:result)
|
687
|
+
SENSITIVE = []
|
684
688
|
include Aws::Structure
|
685
689
|
end
|
686
690
|
|
687
|
-
# Specifies where to
|
691
|
+
# Specifies where to store data classification results, and the
|
688
692
|
# encryption settings to use when storing results in that location.
|
689
|
-
# Currently, you can
|
693
|
+
# Currently, you can store classification results only in an S3 bucket.
|
690
694
|
#
|
691
695
|
# @note When making an API call, you may pass ClassificationExportConfiguration
|
692
696
|
# data as a hash:
|
@@ -700,14 +704,15 @@ module Aws::Macie2
|
|
700
704
|
# }
|
701
705
|
#
|
702
706
|
# @!attribute [rw] s3_destination
|
703
|
-
# Specifies an S3 bucket to
|
707
|
+
# Specifies an S3 bucket to store data classification results in, and
|
704
708
|
# the encryption settings to use when storing results in that bucket.
|
705
709
|
# @return [Types::S3Destination]
|
706
710
|
#
|
707
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
711
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/ClassificationExportConfiguration AWS API Documentation
|
708
712
|
#
|
709
713
|
class ClassificationExportConfiguration < Struct.new(
|
710
714
|
:s3_destination)
|
715
|
+
SENSITIVE = []
|
711
716
|
include Aws::Structure
|
712
717
|
end
|
713
718
|
|
@@ -736,7 +741,7 @@ module Aws::Macie2
|
|
736
741
|
# Provides information about the status of a sensitive data finding.
|
737
742
|
# @return [Types::ClassificationResultStatus]
|
738
743
|
#
|
739
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
744
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/ClassificationResult AWS API Documentation
|
740
745
|
#
|
741
746
|
class ClassificationResult < Struct.new(
|
742
747
|
:custom_data_identifiers,
|
@@ -744,6 +749,7 @@ module Aws::Macie2
|
|
744
749
|
:sensitive_data,
|
745
750
|
:size_classified,
|
746
751
|
:status)
|
752
|
+
SENSITIVE = []
|
747
753
|
include Aws::Structure
|
748
754
|
end
|
749
755
|
|
@@ -755,11 +761,12 @@ module Aws::Macie2
|
|
755
761
|
# @!attribute [rw] reason
|
756
762
|
# @return [String]
|
757
763
|
#
|
758
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
764
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/ClassificationResultStatus AWS API Documentation
|
759
765
|
#
|
760
766
|
class ClassificationResultStatus < Struct.new(
|
761
767
|
:code,
|
762
768
|
:reason)
|
769
|
+
SENSITIVE = []
|
763
770
|
include Aws::Structure
|
764
771
|
end
|
765
772
|
|
@@ -769,10 +776,11 @@ module Aws::Macie2
|
|
769
776
|
# @!attribute [rw] message
|
770
777
|
# @return [String]
|
771
778
|
#
|
772
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
779
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/ConflictException AWS API Documentation
|
773
780
|
#
|
774
781
|
class ConflictException < Struct.new(
|
775
782
|
:message)
|
783
|
+
SENSITIVE = []
|
776
784
|
include Aws::Structure
|
777
785
|
end
|
778
786
|
|
@@ -898,7 +906,7 @@ module Aws::Macie2
|
|
898
906
|
# findings filter, or member account.
|
899
907
|
# @return [Hash<String,String>]
|
900
908
|
#
|
901
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
909
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/CreateClassificationJobRequest AWS API Documentation
|
902
910
|
#
|
903
911
|
class CreateClassificationJobRequest < Struct.new(
|
904
912
|
:client_token,
|
@@ -911,6 +919,7 @@ module Aws::Macie2
|
|
911
919
|
:sampling_percentage,
|
912
920
|
:schedule_frequency,
|
913
921
|
:tags)
|
922
|
+
SENSITIVE = []
|
914
923
|
include Aws::Structure
|
915
924
|
end
|
916
925
|
|
@@ -923,11 +932,12 @@ module Aws::Macie2
|
|
923
932
|
# @!attribute [rw] job_id
|
924
933
|
# @return [String]
|
925
934
|
#
|
926
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
935
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/CreateClassificationJobResponse AWS API Documentation
|
927
936
|
#
|
928
937
|
class CreateClassificationJobResponse < Struct.new(
|
929
938
|
:job_arn,
|
930
939
|
:job_id)
|
940
|
+
SENSITIVE = []
|
931
941
|
include Aws::Structure
|
932
942
|
end
|
933
943
|
|
@@ -979,7 +989,7 @@ module Aws::Macie2
|
|
979
989
|
# findings filter, or member account.
|
980
990
|
# @return [Hash<String,String>]
|
981
991
|
#
|
982
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
992
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/CreateCustomDataIdentifierRequest AWS API Documentation
|
983
993
|
#
|
984
994
|
class CreateCustomDataIdentifierRequest < Struct.new(
|
985
995
|
:client_token,
|
@@ -990,6 +1000,7 @@ module Aws::Macie2
|
|
990
1000
|
:name,
|
991
1001
|
:regex,
|
992
1002
|
:tags)
|
1003
|
+
SENSITIVE = []
|
993
1004
|
include Aws::Structure
|
994
1005
|
end
|
995
1006
|
|
@@ -999,10 +1010,11 @@ module Aws::Macie2
|
|
999
1010
|
# @!attribute [rw] custom_data_identifier_id
|
1000
1011
|
# @return [String]
|
1001
1012
|
#
|
1002
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
1013
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/CreateCustomDataIdentifierResponse AWS API Documentation
|
1003
1014
|
#
|
1004
1015
|
class CreateCustomDataIdentifierResponse < Struct.new(
|
1005
1016
|
:custom_data_identifier_id)
|
1017
|
+
SENSITIVE = []
|
1006
1018
|
include Aws::Structure
|
1007
1019
|
end
|
1008
1020
|
|
@@ -1035,8 +1047,9 @@ module Aws::Macie2
|
|
1035
1047
|
# }
|
1036
1048
|
#
|
1037
1049
|
# @!attribute [rw] action
|
1038
|
-
# The action to perform on findings that meet the filter criteria.
|
1039
|
-
#
|
1050
|
+
# The action to perform on findings that meet the filter criteria. To
|
1051
|
+
# suppress (automatically archive) findings that meet the criteria,
|
1052
|
+
# set this value to ARCHIVE. Valid values are:
|
1040
1053
|
# @return [String]
|
1041
1054
|
#
|
1042
1055
|
# @!attribute [rw] client_token
|
@@ -1064,7 +1077,7 @@ module Aws::Macie2
|
|
1064
1077
|
# findings filter, or member account.
|
1065
1078
|
# @return [Hash<String,String>]
|
1066
1079
|
#
|
1067
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
1080
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/CreateFindingsFilterRequest AWS API Documentation
|
1068
1081
|
#
|
1069
1082
|
class CreateFindingsFilterRequest < Struct.new(
|
1070
1083
|
:action,
|
@@ -1074,6 +1087,7 @@ module Aws::Macie2
|
|
1074
1087
|
:name,
|
1075
1088
|
:position,
|
1076
1089
|
:tags)
|
1090
|
+
SENSITIVE = []
|
1077
1091
|
include Aws::Structure
|
1078
1092
|
end
|
1079
1093
|
|
@@ -1086,11 +1100,12 @@ module Aws::Macie2
|
|
1086
1100
|
# @!attribute [rw] id
|
1087
1101
|
# @return [String]
|
1088
1102
|
#
|
1089
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
1103
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/CreateFindingsFilterResponse AWS API Documentation
|
1090
1104
|
#
|
1091
1105
|
class CreateFindingsFilterResponse < Struct.new(
|
1092
1106
|
:arn,
|
1093
1107
|
:id)
|
1108
|
+
SENSITIVE = []
|
1094
1109
|
include Aws::Structure
|
1095
1110
|
end
|
1096
1111
|
|
@@ -1114,12 +1129,13 @@ module Aws::Macie2
|
|
1114
1129
|
# @!attribute [rw] message
|
1115
1130
|
# @return [String]
|
1116
1131
|
#
|
1117
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
1132
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/CreateInvitationsRequest AWS API Documentation
|
1118
1133
|
#
|
1119
1134
|
class CreateInvitationsRequest < Struct.new(
|
1120
1135
|
:account_ids,
|
1121
1136
|
:disable_email_notification,
|
1122
1137
|
:message)
|
1138
|
+
SENSITIVE = []
|
1123
1139
|
include Aws::Structure
|
1124
1140
|
end
|
1125
1141
|
|
@@ -1129,10 +1145,11 @@ module Aws::Macie2
|
|
1129
1145
|
# @!attribute [rw] unprocessed_accounts
|
1130
1146
|
# @return [Array<Types::UnprocessedAccount>]
|
1131
1147
|
#
|
1132
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
1148
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/CreateInvitationsResponse AWS API Documentation
|
1133
1149
|
#
|
1134
1150
|
class CreateInvitationsResponse < Struct.new(
|
1135
1151
|
:unprocessed_accounts)
|
1152
|
+
SENSITIVE = []
|
1136
1153
|
include Aws::Structure
|
1137
1154
|
end
|
1138
1155
|
|
@@ -1162,11 +1179,12 @@ module Aws::Macie2
|
|
1162
1179
|
# findings filter, or member account.
|
1163
1180
|
# @return [Hash<String,String>]
|
1164
1181
|
#
|
1165
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
1182
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/CreateMemberRequest AWS API Documentation
|
1166
1183
|
#
|
1167
1184
|
class CreateMemberRequest < Struct.new(
|
1168
1185
|
:account,
|
1169
1186
|
:tags)
|
1187
|
+
SENSITIVE = []
|
1170
1188
|
include Aws::Structure
|
1171
1189
|
end
|
1172
1190
|
|
@@ -1176,10 +1194,11 @@ module Aws::Macie2
|
|
1176
1194
|
# @!attribute [rw] arn
|
1177
1195
|
# @return [String]
|
1178
1196
|
#
|
1179
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
1197
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/CreateMemberResponse AWS API Documentation
|
1180
1198
|
#
|
1181
1199
|
class CreateMemberResponse < Struct.new(
|
1182
1200
|
:arn)
|
1201
|
+
SENSITIVE = []
|
1183
1202
|
include Aws::Structure
|
1184
1203
|
end
|
1185
1204
|
|
@@ -1196,14 +1215,15 @@ module Aws::Macie2
|
|
1196
1215
|
# @!attribute [rw] finding_types
|
1197
1216
|
# @return [Array<String>]
|
1198
1217
|
#
|
1199
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
1218
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/CreateSampleFindingsRequest AWS API Documentation
|
1200
1219
|
#
|
1201
1220
|
class CreateSampleFindingsRequest < Struct.new(
|
1202
1221
|
:finding_types)
|
1222
|
+
SENSITIVE = []
|
1203
1223
|
include Aws::Structure
|
1204
1224
|
end
|
1205
1225
|
|
1206
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
1226
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/CreateSampleFindingsResponse AWS API Documentation
|
1207
1227
|
#
|
1208
1228
|
class CreateSampleFindingsResponse < Aws::EmptyStructure; end
|
1209
1229
|
|
@@ -1240,7 +1260,7 @@ module Aws::Macie2
|
|
1240
1260
|
# @!attribute [rw] neq
|
1241
1261
|
# @return [Array<String>]
|
1242
1262
|
#
|
1243
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
1263
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/CriterionAdditionalProperties AWS API Documentation
|
1244
1264
|
#
|
1245
1265
|
class CriterionAdditionalProperties < Struct.new(
|
1246
1266
|
:eq,
|
@@ -1249,6 +1269,7 @@ module Aws::Macie2
|
|
1249
1269
|
:lt,
|
1250
1270
|
:lte,
|
1251
1271
|
:neq)
|
1272
|
+
SENSITIVE = []
|
1252
1273
|
include Aws::Structure
|
1253
1274
|
end
|
1254
1275
|
|
@@ -1269,7 +1290,7 @@ module Aws::Macie2
|
|
1269
1290
|
# @!attribute [rw] name
|
1270
1291
|
# @return [String]
|
1271
1292
|
#
|
1272
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
1293
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/CustomDataIdentifierSummary AWS API Documentation
|
1273
1294
|
#
|
1274
1295
|
class CustomDataIdentifierSummary < Struct.new(
|
1275
1296
|
:arn,
|
@@ -1277,6 +1298,7 @@ module Aws::Macie2
|
|
1277
1298
|
:description,
|
1278
1299
|
:id,
|
1279
1300
|
:name)
|
1301
|
+
SENSITIVE = []
|
1280
1302
|
include Aws::Structure
|
1281
1303
|
end
|
1282
1304
|
|
@@ -1291,11 +1313,12 @@ module Aws::Macie2
|
|
1291
1313
|
# @!attribute [rw] total_count
|
1292
1314
|
# @return [Integer]
|
1293
1315
|
#
|
1294
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
1316
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/CustomDataIdentifiers AWS API Documentation
|
1295
1317
|
#
|
1296
1318
|
class CustomDataIdentifiers < Struct.new(
|
1297
1319
|
:detections,
|
1298
1320
|
:total_count)
|
1321
|
+
SENSITIVE = []
|
1299
1322
|
include Aws::Structure
|
1300
1323
|
end
|
1301
1324
|
|
@@ -1312,18 +1335,19 @@ module Aws::Macie2
|
|
1312
1335
|
# @!attribute [rw] name
|
1313
1336
|
# @return [String]
|
1314
1337
|
#
|
1315
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
1338
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/CustomDetection AWS API Documentation
|
1316
1339
|
#
|
1317
1340
|
class CustomDetection < Struct.new(
|
1318
1341
|
:arn,
|
1319
1342
|
:count,
|
1320
1343
|
:name)
|
1344
|
+
SENSITIVE = []
|
1321
1345
|
include Aws::Structure
|
1322
1346
|
end
|
1323
1347
|
|
1324
1348
|
# @api private
|
1325
1349
|
#
|
1326
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
1350
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/DailySchedule AWS API Documentation
|
1327
1351
|
#
|
1328
1352
|
class DailySchedule < Aws::EmptyStructure; end
|
1329
1353
|
|
@@ -1340,10 +1364,11 @@ module Aws::Macie2
|
|
1340
1364
|
# @!attribute [rw] account_ids
|
1341
1365
|
# @return [Array<String>]
|
1342
1366
|
#
|
1343
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
1367
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/DeclineInvitationsRequest AWS API Documentation
|
1344
1368
|
#
|
1345
1369
|
class DeclineInvitationsRequest < Struct.new(
|
1346
1370
|
:account_ids)
|
1371
|
+
SENSITIVE = []
|
1347
1372
|
include Aws::Structure
|
1348
1373
|
end
|
1349
1374
|
|
@@ -1354,10 +1379,11 @@ module Aws::Macie2
|
|
1354
1379
|
# @!attribute [rw] unprocessed_accounts
|
1355
1380
|
# @return [Array<Types::UnprocessedAccount>]
|
1356
1381
|
#
|
1357
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
1382
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/DeclineInvitationsResponse AWS API Documentation
|
1358
1383
|
#
|
1359
1384
|
class DeclineInvitationsResponse < Struct.new(
|
1360
1385
|
:unprocessed_accounts)
|
1386
|
+
SENSITIVE = []
|
1361
1387
|
include Aws::Structure
|
1362
1388
|
end
|
1363
1389
|
|
@@ -1370,11 +1396,12 @@ module Aws::Macie2
|
|
1370
1396
|
# @!attribute [rw] type
|
1371
1397
|
# @return [String]
|
1372
1398
|
#
|
1373
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
1399
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/DefaultDetection AWS API Documentation
|
1374
1400
|
#
|
1375
1401
|
class DefaultDetection < Struct.new(
|
1376
1402
|
:count,
|
1377
1403
|
:type)
|
1404
|
+
SENSITIVE = []
|
1378
1405
|
include Aws::Structure
|
1379
1406
|
end
|
1380
1407
|
|
@@ -1388,14 +1415,15 @@ module Aws::Macie2
|
|
1388
1415
|
# @!attribute [rw] id
|
1389
1416
|
# @return [String]
|
1390
1417
|
#
|
1391
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
1418
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/DeleteCustomDataIdentifierRequest AWS API Documentation
|
1392
1419
|
#
|
1393
1420
|
class DeleteCustomDataIdentifierRequest < Struct.new(
|
1394
1421
|
:id)
|
1422
|
+
SENSITIVE = []
|
1395
1423
|
include Aws::Structure
|
1396
1424
|
end
|
1397
1425
|
|
1398
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
1426
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/DeleteCustomDataIdentifierResponse AWS API Documentation
|
1399
1427
|
#
|
1400
1428
|
class DeleteCustomDataIdentifierResponse < Aws::EmptyStructure; end
|
1401
1429
|
|
@@ -1409,14 +1437,15 @@ module Aws::Macie2
|
|
1409
1437
|
# @!attribute [rw] id
|
1410
1438
|
# @return [String]
|
1411
1439
|
#
|
1412
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
1440
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/DeleteFindingsFilterRequest AWS API Documentation
|
1413
1441
|
#
|
1414
1442
|
class DeleteFindingsFilterRequest < Struct.new(
|
1415
1443
|
:id)
|
1444
|
+
SENSITIVE = []
|
1416
1445
|
include Aws::Structure
|
1417
1446
|
end
|
1418
1447
|
|
1419
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
1448
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/DeleteFindingsFilterResponse AWS API Documentation
|
1420
1449
|
#
|
1421
1450
|
class DeleteFindingsFilterResponse < Aws::EmptyStructure; end
|
1422
1451
|
|
@@ -1433,10 +1462,11 @@ module Aws::Macie2
|
|
1433
1462
|
# @!attribute [rw] account_ids
|
1434
1463
|
# @return [Array<String>]
|
1435
1464
|
#
|
1436
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
1465
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/DeleteInvitationsRequest AWS API Documentation
|
1437
1466
|
#
|
1438
1467
|
class DeleteInvitationsRequest < Struct.new(
|
1439
1468
|
:account_ids)
|
1469
|
+
SENSITIVE = []
|
1440
1470
|
include Aws::Structure
|
1441
1471
|
end
|
1442
1472
|
|
@@ -1446,10 +1476,11 @@ module Aws::Macie2
|
|
1446
1476
|
# @!attribute [rw] unprocessed_accounts
|
1447
1477
|
# @return [Array<Types::UnprocessedAccount>]
|
1448
1478
|
#
|
1449
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
1479
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/DeleteInvitationsResponse AWS API Documentation
|
1450
1480
|
#
|
1451
1481
|
class DeleteInvitationsResponse < Struct.new(
|
1452
1482
|
:unprocessed_accounts)
|
1483
|
+
SENSITIVE = []
|
1453
1484
|
include Aws::Structure
|
1454
1485
|
end
|
1455
1486
|
|
@@ -1463,14 +1494,15 @@ module Aws::Macie2
|
|
1463
1494
|
# @!attribute [rw] id
|
1464
1495
|
# @return [String]
|
1465
1496
|
#
|
1466
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
1497
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/DeleteMemberRequest AWS API Documentation
|
1467
1498
|
#
|
1468
1499
|
class DeleteMemberRequest < Struct.new(
|
1469
1500
|
:id)
|
1501
|
+
SENSITIVE = []
|
1470
1502
|
include Aws::Structure
|
1471
1503
|
end
|
1472
1504
|
|
1473
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
1505
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/DeleteMemberResponse AWS API Documentation
|
1474
1506
|
#
|
1475
1507
|
class DeleteMemberResponse < Aws::EmptyStructure; end
|
1476
1508
|
|
@@ -1516,13 +1548,14 @@ module Aws::Macie2
|
|
1516
1548
|
# information about S3 buckets.
|
1517
1549
|
# @return [Types::BucketSortCriteria]
|
1518
1550
|
#
|
1519
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
1551
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/DescribeBucketsRequest AWS API Documentation
|
1520
1552
|
#
|
1521
1553
|
class DescribeBucketsRequest < Struct.new(
|
1522
1554
|
:criteria,
|
1523
1555
|
:max_results,
|
1524
1556
|
:next_token,
|
1525
1557
|
:sort_criteria)
|
1558
|
+
SENSITIVE = []
|
1526
1559
|
include Aws::Structure
|
1527
1560
|
end
|
1528
1561
|
|
@@ -1536,11 +1569,12 @@ module Aws::Macie2
|
|
1536
1569
|
# @!attribute [rw] next_token
|
1537
1570
|
# @return [String]
|
1538
1571
|
#
|
1539
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
1572
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/DescribeBucketsResponse AWS API Documentation
|
1540
1573
|
#
|
1541
1574
|
class DescribeBucketsResponse < Struct.new(
|
1542
1575
|
:buckets,
|
1543
1576
|
:next_token)
|
1577
|
+
SENSITIVE = []
|
1544
1578
|
include Aws::Structure
|
1545
1579
|
end
|
1546
1580
|
|
@@ -1554,10 +1588,11 @@ module Aws::Macie2
|
|
1554
1588
|
# @!attribute [rw] job_id
|
1555
1589
|
# @return [String]
|
1556
1590
|
#
|
1557
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
1591
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/DescribeClassificationJobRequest AWS API Documentation
|
1558
1592
|
#
|
1559
1593
|
class DescribeClassificationJobRequest < Struct.new(
|
1560
1594
|
:job_id)
|
1595
|
+
SENSITIVE = []
|
1561
1596
|
include Aws::Structure
|
1562
1597
|
end
|
1563
1598
|
|
@@ -1623,7 +1658,7 @@ module Aws::Macie2
|
|
1623
1658
|
# findings filter, or member account.
|
1624
1659
|
# @return [Hash<String,String>]
|
1625
1660
|
#
|
1626
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
1661
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/DescribeClassificationJobResponse AWS API Documentation
|
1627
1662
|
#
|
1628
1663
|
class DescribeClassificationJobResponse < Struct.new(
|
1629
1664
|
:client_token,
|
@@ -1642,12 +1677,13 @@ module Aws::Macie2
|
|
1642
1677
|
:schedule_frequency,
|
1643
1678
|
:statistics,
|
1644
1679
|
:tags)
|
1680
|
+
SENSITIVE = []
|
1645
1681
|
include Aws::Structure
|
1646
1682
|
end
|
1647
1683
|
|
1648
1684
|
# @api private
|
1649
1685
|
#
|
1650
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
1686
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/DescribeOrganizationConfigurationRequest AWS API Documentation
|
1651
1687
|
#
|
1652
1688
|
class DescribeOrganizationConfigurationRequest < Aws::EmptyStructure; end
|
1653
1689
|
|
@@ -1660,21 +1696,22 @@ module Aws::Macie2
|
|
1660
1696
|
# @!attribute [rw] max_account_limit_reached
|
1661
1697
|
# @return [Boolean]
|
1662
1698
|
#
|
1663
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
1699
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/DescribeOrganizationConfigurationResponse AWS API Documentation
|
1664
1700
|
#
|
1665
1701
|
class DescribeOrganizationConfigurationResponse < Struct.new(
|
1666
1702
|
:auto_enable,
|
1667
1703
|
:max_account_limit_reached)
|
1704
|
+
SENSITIVE = []
|
1668
1705
|
include Aws::Structure
|
1669
1706
|
end
|
1670
1707
|
|
1671
1708
|
# @api private
|
1672
1709
|
#
|
1673
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
1710
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/DisableMacieRequest AWS API Documentation
|
1674
1711
|
#
|
1675
1712
|
class DisableMacieRequest < Aws::EmptyStructure; end
|
1676
1713
|
|
1677
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
1714
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/DisableMacieResponse AWS API Documentation
|
1678
1715
|
#
|
1679
1716
|
class DisableMacieResponse < Aws::EmptyStructure; end
|
1680
1717
|
|
@@ -1688,24 +1725,25 @@ module Aws::Macie2
|
|
1688
1725
|
# @!attribute [rw] admin_account_id
|
1689
1726
|
# @return [String]
|
1690
1727
|
#
|
1691
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
1728
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/DisableOrganizationAdminAccountRequest AWS API Documentation
|
1692
1729
|
#
|
1693
1730
|
class DisableOrganizationAdminAccountRequest < Struct.new(
|
1694
1731
|
:admin_account_id)
|
1732
|
+
SENSITIVE = []
|
1695
1733
|
include Aws::Structure
|
1696
1734
|
end
|
1697
1735
|
|
1698
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
1736
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/DisableOrganizationAdminAccountResponse AWS API Documentation
|
1699
1737
|
#
|
1700
1738
|
class DisableOrganizationAdminAccountResponse < Aws::EmptyStructure; end
|
1701
1739
|
|
1702
1740
|
# @api private
|
1703
1741
|
#
|
1704
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
1742
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/DisassociateFromMasterAccountRequest AWS API Documentation
|
1705
1743
|
#
|
1706
1744
|
class DisassociateFromMasterAccountRequest < Aws::EmptyStructure; end
|
1707
1745
|
|
1708
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
1746
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/DisassociateFromMasterAccountResponse AWS API Documentation
|
1709
1747
|
#
|
1710
1748
|
class DisassociateFromMasterAccountResponse < Aws::EmptyStructure; end
|
1711
1749
|
|
@@ -1719,31 +1757,33 @@ module Aws::Macie2
|
|
1719
1757
|
# @!attribute [rw] id
|
1720
1758
|
# @return [String]
|
1721
1759
|
#
|
1722
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
1760
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/DisassociateMemberRequest AWS API Documentation
|
1723
1761
|
#
|
1724
1762
|
class DisassociateMemberRequest < Struct.new(
|
1725
1763
|
:id)
|
1764
|
+
SENSITIVE = []
|
1726
1765
|
include Aws::Structure
|
1727
1766
|
end
|
1728
1767
|
|
1729
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
1768
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/DisassociateMemberResponse AWS API Documentation
|
1730
1769
|
#
|
1731
1770
|
class DisassociateMemberResponse < Aws::EmptyStructure; end
|
1732
1771
|
|
1733
1772
|
# @!attribute [rw] domain_name
|
1734
1773
|
# @return [String]
|
1735
1774
|
#
|
1736
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
1775
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/DomainDetails AWS API Documentation
|
1737
1776
|
#
|
1738
1777
|
class DomainDetails < Struct.new(
|
1739
1778
|
:domain_name)
|
1779
|
+
SENSITIVE = []
|
1740
1780
|
include Aws::Structure
|
1741
1781
|
end
|
1742
1782
|
|
1743
1783
|
# The request succeeded and there isn't any content to include in the
|
1744
1784
|
# body of the response (No Content).
|
1745
1785
|
#
|
1746
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
1786
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/Empty AWS API Documentation
|
1747
1787
|
#
|
1748
1788
|
class Empty < Aws::EmptyStructure; end
|
1749
1789
|
|
@@ -1765,25 +1805,27 @@ module Aws::Macie2
|
|
1765
1805
|
# @return [String]
|
1766
1806
|
#
|
1767
1807
|
# @!attribute [rw] finding_publishing_frequency
|
1768
|
-
# The frequency with which Amazon Macie publishes
|
1769
|
-
# account. This includes
|
1770
|
-
#
|
1808
|
+
# The frequency with which Amazon Macie publishes updates to policy
|
1809
|
+
# findings for an account. This includes publishing updates to AWS
|
1810
|
+
# Security Hub and Amazon EventBridge (formerly called Amazon
|
1811
|
+
# CloudWatch Events). Valid values are:
|
1771
1812
|
# @return [String]
|
1772
1813
|
#
|
1773
1814
|
# @!attribute [rw] status
|
1774
1815
|
# The status of an Amazon Macie account. Valid values are:
|
1775
1816
|
# @return [String]
|
1776
1817
|
#
|
1777
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
1818
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/EnableMacieRequest AWS API Documentation
|
1778
1819
|
#
|
1779
1820
|
class EnableMacieRequest < Struct.new(
|
1780
1821
|
:client_token,
|
1781
1822
|
:finding_publishing_frequency,
|
1782
1823
|
:status)
|
1824
|
+
SENSITIVE = []
|
1783
1825
|
include Aws::Structure
|
1784
1826
|
end
|
1785
1827
|
|
1786
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
1828
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/EnableMacieResponse AWS API Documentation
|
1787
1829
|
#
|
1788
1830
|
class EnableMacieResponse < Aws::EmptyStructure; end
|
1789
1831
|
|
@@ -1807,15 +1849,16 @@ module Aws::Macie2
|
|
1807
1849
|
# not need to pass this option.
|
1808
1850
|
# @return [String]
|
1809
1851
|
#
|
1810
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
1852
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/EnableOrganizationAdminAccountRequest AWS API Documentation
|
1811
1853
|
#
|
1812
1854
|
class EnableOrganizationAdminAccountRequest < Struct.new(
|
1813
1855
|
:admin_account_id,
|
1814
1856
|
:client_token)
|
1857
|
+
SENSITIVE = []
|
1815
1858
|
include Aws::Structure
|
1816
1859
|
end
|
1817
1860
|
|
1818
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
1861
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/EnableOrganizationAdminAccountResponse AWS API Documentation
|
1819
1862
|
#
|
1820
1863
|
class EnableOrganizationAdminAccountResponse < Aws::EmptyStructure; end
|
1821
1864
|
|
@@ -1835,10 +1878,10 @@ module Aws::Macie2
|
|
1835
1878
|
#
|
1836
1879
|
# @!attribute [rw] session_context
|
1837
1880
|
# Provides information about a session that was created for an entity
|
1838
|
-
#
|
1881
|
+
# that performed an action by using temporary security credentials.
|
1839
1882
|
# @return [Types::SessionContext]
|
1840
1883
|
#
|
1841
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
1884
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/FederatedUser AWS API Documentation
|
1842
1885
|
#
|
1843
1886
|
class FederatedUser < Struct.new(
|
1844
1887
|
:access_key_id,
|
@@ -1846,6 +1889,7 @@ module Aws::Macie2
|
|
1846
1889
|
:arn,
|
1847
1890
|
:principal_id,
|
1848
1891
|
:session_context)
|
1892
|
+
SENSITIVE = []
|
1849
1893
|
include Aws::Structure
|
1850
1894
|
end
|
1851
1895
|
|
@@ -1913,7 +1957,7 @@ module Aws::Macie2
|
|
1913
1957
|
# @!attribute [rw] updated_at
|
1914
1958
|
# @return [Time]
|
1915
1959
|
#
|
1916
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
1960
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/Finding AWS API Documentation
|
1917
1961
|
#
|
1918
1962
|
class Finding < Struct.new(
|
1919
1963
|
:account_id,
|
@@ -1934,6 +1978,7 @@ module Aws::Macie2
|
|
1934
1978
|
:title,
|
1935
1979
|
:type,
|
1936
1980
|
:updated_at)
|
1981
|
+
SENSITIVE = []
|
1937
1982
|
include Aws::Structure
|
1938
1983
|
end
|
1939
1984
|
|
@@ -1941,6 +1986,8 @@ module Aws::Macie2
|
|
1941
1986
|
# produced a policy finding.
|
1942
1987
|
#
|
1943
1988
|
# @!attribute [rw] action_type
|
1989
|
+
# The type of action that occurred for the resource and produced the
|
1990
|
+
# policy finding.
|
1944
1991
|
# @return [String]
|
1945
1992
|
#
|
1946
1993
|
# @!attribute [rw] api_call_details
|
@@ -1958,15 +2005,16 @@ module Aws::Macie2
|
|
1958
2005
|
# All date and time values are in UTC and extended ISO 8601 format.
|
1959
2006
|
# @return [Types::ApiCallDetails]
|
1960
2007
|
#
|
1961
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
2008
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/FindingAction AWS API Documentation
|
1962
2009
|
#
|
1963
2010
|
class FindingAction < Struct.new(
|
1964
2011
|
:action_type,
|
1965
2012
|
:api_call_details)
|
2013
|
+
SENSITIVE = []
|
1966
2014
|
include Aws::Structure
|
1967
2015
|
end
|
1968
2016
|
|
1969
|
-
# Provides information about an entity
|
2017
|
+
# Provides information about an entity that performed an action that
|
1970
2018
|
# produced a policy finding for a resource.
|
1971
2019
|
#
|
1972
2020
|
# @!attribute [rw] domain_details
|
@@ -1978,12 +2026,13 @@ module Aws::Macie2
|
|
1978
2026
|
# @!attribute [rw] user_identity
|
1979
2027
|
# @return [Types::UserIdentity]
|
1980
2028
|
#
|
1981
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
2029
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/FindingActor AWS API Documentation
|
1982
2030
|
#
|
1983
2031
|
class FindingActor < Struct.new(
|
1984
2032
|
:domain_details,
|
1985
2033
|
:ip_address_details,
|
1986
2034
|
:user_identity)
|
2035
|
+
SENSITIVE = []
|
1987
2036
|
include Aws::Structure
|
1988
2037
|
end
|
1989
2038
|
|
@@ -2011,10 +2060,11 @@ module Aws::Macie2
|
|
2011
2060
|
# to use to filter the results of a query for findings.
|
2012
2061
|
# @return [Hash<String,Types::CriterionAdditionalProperties>]
|
2013
2062
|
#
|
2014
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
2063
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/FindingCriteria AWS API Documentation
|
2015
2064
|
#
|
2016
2065
|
class FindingCriteria < Struct.new(
|
2017
2066
|
:criterion)
|
2067
|
+
SENSITIVE = []
|
2018
2068
|
include Aws::Structure
|
2019
2069
|
end
|
2020
2070
|
|
@@ -2036,11 +2086,12 @@ module Aws::Macie2
|
|
2036
2086
|
# @!attribute [rw] order_by
|
2037
2087
|
# @return [String]
|
2038
2088
|
#
|
2039
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
2089
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/FindingStatisticsSortCriteria AWS API Documentation
|
2040
2090
|
#
|
2041
2091
|
class FindingStatisticsSortCriteria < Struct.new(
|
2042
2092
|
:attribute_name,
|
2043
2093
|
:order_by)
|
2094
|
+
SENSITIVE = []
|
2044
2095
|
include Aws::Structure
|
2045
2096
|
end
|
2046
2097
|
|
@@ -2061,13 +2112,14 @@ module Aws::Macie2
|
|
2061
2112
|
# findings filter, or member account.
|
2062
2113
|
# @return [Hash<String,String>]
|
2063
2114
|
#
|
2064
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
2115
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/FindingsFilterListItem AWS API Documentation
|
2065
2116
|
#
|
2066
2117
|
class FindingsFilterListItem < Struct.new(
|
2067
2118
|
:arn,
|
2068
2119
|
:id,
|
2069
2120
|
:name,
|
2070
2121
|
:tags)
|
2122
|
+
SENSITIVE = []
|
2071
2123
|
include Aws::Structure
|
2072
2124
|
end
|
2073
2125
|
|
@@ -2084,10 +2136,11 @@ module Aws::Macie2
|
|
2084
2136
|
# @!attribute [rw] account_id
|
2085
2137
|
# @return [String]
|
2086
2138
|
#
|
2087
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
2139
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/GetBucketStatisticsRequest AWS API Documentation
|
2088
2140
|
#
|
2089
2141
|
class GetBucketStatisticsRequest < Struct.new(
|
2090
2142
|
:account_id)
|
2143
|
+
SENSITIVE = []
|
2091
2144
|
include Aws::Structure
|
2092
2145
|
end
|
2093
2146
|
|
@@ -2129,7 +2182,7 @@ module Aws::Macie2
|
|
2129
2182
|
# @!attribute [rw] size_in_bytes_compressed
|
2130
2183
|
# @return [Integer]
|
2131
2184
|
#
|
2132
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
2185
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/GetBucketStatisticsResponse AWS API Documentation
|
2133
2186
|
#
|
2134
2187
|
class GetBucketStatisticsResponse < Struct.new(
|
2135
2188
|
:bucket_count,
|
@@ -2141,29 +2194,31 @@ module Aws::Macie2
|
|
2141
2194
|
:object_count,
|
2142
2195
|
:size_in_bytes,
|
2143
2196
|
:size_in_bytes_compressed)
|
2197
|
+
SENSITIVE = []
|
2144
2198
|
include Aws::Structure
|
2145
2199
|
end
|
2146
2200
|
|
2147
2201
|
# @api private
|
2148
2202
|
#
|
2149
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
2203
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/GetClassificationExportConfigurationRequest AWS API Documentation
|
2150
2204
|
#
|
2151
2205
|
class GetClassificationExportConfigurationRequest < Aws::EmptyStructure; end
|
2152
2206
|
|
2153
2207
|
# Provides information about the current configuration settings for
|
2154
|
-
#
|
2208
|
+
# storing data classification results.
|
2155
2209
|
#
|
2156
2210
|
# @!attribute [rw] configuration
|
2157
|
-
# Specifies where to
|
2211
|
+
# Specifies where to store data classification results, and the
|
2158
2212
|
# encryption settings to use when storing results in that location.
|
2159
|
-
# Currently, you can
|
2213
|
+
# Currently, you can store classification results only in an S3
|
2160
2214
|
# bucket.
|
2161
2215
|
# @return [Types::ClassificationExportConfiguration]
|
2162
2216
|
#
|
2163
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
2217
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/GetClassificationExportConfigurationResponse AWS API Documentation
|
2164
2218
|
#
|
2165
2219
|
class GetClassificationExportConfigurationResponse < Struct.new(
|
2166
2220
|
:configuration)
|
2221
|
+
SENSITIVE = []
|
2167
2222
|
include Aws::Structure
|
2168
2223
|
end
|
2169
2224
|
|
@@ -2177,10 +2232,11 @@ module Aws::Macie2
|
|
2177
2232
|
# @!attribute [rw] id
|
2178
2233
|
# @return [String]
|
2179
2234
|
#
|
2180
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
2235
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/GetCustomDataIdentifierRequest AWS API Documentation
|
2181
2236
|
#
|
2182
2237
|
class GetCustomDataIdentifierRequest < Struct.new(
|
2183
2238
|
:id)
|
2239
|
+
SENSITIVE = []
|
2184
2240
|
include Aws::Structure
|
2185
2241
|
end
|
2186
2242
|
|
@@ -2223,7 +2279,7 @@ module Aws::Macie2
|
|
2223
2279
|
# findings filter, or member account.
|
2224
2280
|
# @return [Hash<String,String>]
|
2225
2281
|
#
|
2226
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
2282
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/GetCustomDataIdentifierResponse AWS API Documentation
|
2227
2283
|
#
|
2228
2284
|
class GetCustomDataIdentifierResponse < Struct.new(
|
2229
2285
|
:arn,
|
@@ -2237,6 +2293,7 @@ module Aws::Macie2
|
|
2237
2293
|
:name,
|
2238
2294
|
:regex,
|
2239
2295
|
:tags)
|
2296
|
+
SENSITIVE = []
|
2240
2297
|
include Aws::Structure
|
2241
2298
|
end
|
2242
2299
|
|
@@ -2283,13 +2340,14 @@ module Aws::Macie2
|
|
2283
2340
|
# information about findings.
|
2284
2341
|
# @return [Types::FindingStatisticsSortCriteria]
|
2285
2342
|
#
|
2286
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
2343
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/GetFindingStatisticsRequest AWS API Documentation
|
2287
2344
|
#
|
2288
2345
|
class GetFindingStatisticsRequest < Struct.new(
|
2289
2346
|
:finding_criteria,
|
2290
2347
|
:group_by,
|
2291
2348
|
:size,
|
2292
2349
|
:sort_criteria)
|
2350
|
+
SENSITIVE = []
|
2293
2351
|
include Aws::Structure
|
2294
2352
|
end
|
2295
2353
|
|
@@ -2299,10 +2357,11 @@ module Aws::Macie2
|
|
2299
2357
|
# @!attribute [rw] counts_by_group
|
2300
2358
|
# @return [Array<Types::GroupCount>]
|
2301
2359
|
#
|
2302
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
2360
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/GetFindingStatisticsResponse AWS API Documentation
|
2303
2361
|
#
|
2304
2362
|
class GetFindingStatisticsResponse < Struct.new(
|
2305
2363
|
:counts_by_group)
|
2364
|
+
SENSITIVE = []
|
2306
2365
|
include Aws::Structure
|
2307
2366
|
end
|
2308
2367
|
|
@@ -2316,18 +2375,20 @@ module Aws::Macie2
|
|
2316
2375
|
# @!attribute [rw] id
|
2317
2376
|
# @return [String]
|
2318
2377
|
#
|
2319
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
2378
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/GetFindingsFilterRequest AWS API Documentation
|
2320
2379
|
#
|
2321
2380
|
class GetFindingsFilterRequest < Struct.new(
|
2322
2381
|
:id)
|
2382
|
+
SENSITIVE = []
|
2323
2383
|
include Aws::Structure
|
2324
2384
|
end
|
2325
2385
|
|
2326
2386
|
# Provides information about a findings filter.
|
2327
2387
|
#
|
2328
2388
|
# @!attribute [rw] action
|
2329
|
-
# The action to perform on findings that meet the filter criteria.
|
2330
|
-
#
|
2389
|
+
# The action to perform on findings that meet the filter criteria. To
|
2390
|
+
# suppress (automatically archive) findings that meet the criteria,
|
2391
|
+
# set this value to ARCHIVE. Valid values are:
|
2331
2392
|
# @return [String]
|
2332
2393
|
#
|
2333
2394
|
# @!attribute [rw] arn
|
@@ -2356,7 +2417,7 @@ module Aws::Macie2
|
|
2356
2417
|
# findings filter, or member account.
|
2357
2418
|
# @return [Hash<String,String>]
|
2358
2419
|
#
|
2359
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
2420
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/GetFindingsFilterResponse AWS API Documentation
|
2360
2421
|
#
|
2361
2422
|
class GetFindingsFilterResponse < Struct.new(
|
2362
2423
|
:action,
|
@@ -2367,6 +2428,7 @@ module Aws::Macie2
|
|
2367
2428
|
:name,
|
2368
2429
|
:position,
|
2369
2430
|
:tags)
|
2431
|
+
SENSITIVE = []
|
2370
2432
|
include Aws::Structure
|
2371
2433
|
end
|
2372
2434
|
|
@@ -2391,11 +2453,12 @@ module Aws::Macie2
|
|
2391
2453
|
# information about findings.
|
2392
2454
|
# @return [Types::SortCriteria]
|
2393
2455
|
#
|
2394
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
2456
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/GetFindingsRequest AWS API Documentation
|
2395
2457
|
#
|
2396
2458
|
class GetFindingsRequest < Struct.new(
|
2397
2459
|
:finding_ids,
|
2398
2460
|
:sort_criteria)
|
2461
|
+
SENSITIVE = []
|
2399
2462
|
include Aws::Structure
|
2400
2463
|
end
|
2401
2464
|
|
@@ -2405,16 +2468,17 @@ module Aws::Macie2
|
|
2405
2468
|
# @!attribute [rw] findings
|
2406
2469
|
# @return [Array<Types::Finding>]
|
2407
2470
|
#
|
2408
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
2471
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/GetFindingsResponse AWS API Documentation
|
2409
2472
|
#
|
2410
2473
|
class GetFindingsResponse < Struct.new(
|
2411
2474
|
:findings)
|
2475
|
+
SENSITIVE = []
|
2412
2476
|
include Aws::Structure
|
2413
2477
|
end
|
2414
2478
|
|
2415
2479
|
# @api private
|
2416
2480
|
#
|
2417
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
2481
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/GetInvitationsCountRequest AWS API Documentation
|
2418
2482
|
#
|
2419
2483
|
class GetInvitationsCountRequest < Aws::EmptyStructure; end
|
2420
2484
|
|
@@ -2425,16 +2489,17 @@ module Aws::Macie2
|
|
2425
2489
|
# @!attribute [rw] invitations_count
|
2426
2490
|
# @return [Integer]
|
2427
2491
|
#
|
2428
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
2492
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/GetInvitationsCountResponse AWS API Documentation
|
2429
2493
|
#
|
2430
2494
|
class GetInvitationsCountResponse < Struct.new(
|
2431
2495
|
:invitations_count)
|
2496
|
+
SENSITIVE = []
|
2432
2497
|
include Aws::Structure
|
2433
2498
|
end
|
2434
2499
|
|
2435
2500
|
# @api private
|
2436
2501
|
#
|
2437
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
2502
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/GetMacieSessionRequest AWS API Documentation
|
2438
2503
|
#
|
2439
2504
|
class GetMacieSessionRequest < Aws::EmptyStructure; end
|
2440
2505
|
|
@@ -2445,9 +2510,10 @@ module Aws::Macie2
|
|
2445
2510
|
# @return [Time]
|
2446
2511
|
#
|
2447
2512
|
# @!attribute [rw] finding_publishing_frequency
|
2448
|
-
# The frequency with which Amazon Macie publishes
|
2449
|
-
# account. This includes
|
2450
|
-
#
|
2513
|
+
# The frequency with which Amazon Macie publishes updates to policy
|
2514
|
+
# findings for an account. This includes publishing updates to AWS
|
2515
|
+
# Security Hub and Amazon EventBridge (formerly called Amazon
|
2516
|
+
# CloudWatch Events). Valid values are:
|
2451
2517
|
# @return [String]
|
2452
2518
|
#
|
2453
2519
|
# @!attribute [rw] service_role
|
@@ -2460,7 +2526,7 @@ module Aws::Macie2
|
|
2460
2526
|
# @!attribute [rw] updated_at
|
2461
2527
|
# @return [Time]
|
2462
2528
|
#
|
2463
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
2529
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/GetMacieSessionResponse AWS API Documentation
|
2464
2530
|
#
|
2465
2531
|
class GetMacieSessionResponse < Struct.new(
|
2466
2532
|
:created_at,
|
@@ -2468,12 +2534,13 @@ module Aws::Macie2
|
|
2468
2534
|
:service_role,
|
2469
2535
|
:status,
|
2470
2536
|
:updated_at)
|
2537
|
+
SENSITIVE = []
|
2471
2538
|
include Aws::Structure
|
2472
2539
|
end
|
2473
2540
|
|
2474
2541
|
# @api private
|
2475
2542
|
#
|
2476
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
2543
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/GetMasterAccountRequest AWS API Documentation
|
2477
2544
|
#
|
2478
2545
|
class GetMasterAccountRequest < Aws::EmptyStructure; end
|
2479
2546
|
|
@@ -2487,10 +2554,11 @@ module Aws::Macie2
|
|
2487
2554
|
# that was received by an account.
|
2488
2555
|
# @return [Types::Invitation]
|
2489
2556
|
#
|
2490
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
2557
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/GetMasterAccountResponse AWS API Documentation
|
2491
2558
|
#
|
2492
2559
|
class GetMasterAccountResponse < Struct.new(
|
2493
2560
|
:master)
|
2561
|
+
SENSITIVE = []
|
2494
2562
|
include Aws::Structure
|
2495
2563
|
end
|
2496
2564
|
|
@@ -2504,10 +2572,11 @@ module Aws::Macie2
|
|
2504
2572
|
# @!attribute [rw] id
|
2505
2573
|
# @return [String]
|
2506
2574
|
#
|
2507
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
2575
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/GetMemberRequest AWS API Documentation
|
2508
2576
|
#
|
2509
2577
|
class GetMemberRequest < Struct.new(
|
2510
2578
|
:id)
|
2579
|
+
SENSITIVE = []
|
2511
2580
|
include Aws::Structure
|
2512
2581
|
end
|
2513
2582
|
|
@@ -2544,7 +2613,7 @@ module Aws::Macie2
|
|
2544
2613
|
# @!attribute [rw] updated_at
|
2545
2614
|
# @return [Time]
|
2546
2615
|
#
|
2547
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
2616
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/GetMemberResponse AWS API Documentation
|
2548
2617
|
#
|
2549
2618
|
class GetMemberResponse < Struct.new(
|
2550
2619
|
:account_id,
|
@@ -2555,6 +2624,7 @@ module Aws::Macie2
|
|
2555
2624
|
:relationship_status,
|
2556
2625
|
:tags,
|
2557
2626
|
:updated_at)
|
2627
|
+
SENSITIVE = []
|
2558
2628
|
include Aws::Structure
|
2559
2629
|
end
|
2560
2630
|
|
@@ -2594,13 +2664,14 @@ module Aws::Macie2
|
|
2594
2664
|
# quotas and usage data.
|
2595
2665
|
# @return [Types::UsageStatisticsSortBy]
|
2596
2666
|
#
|
2597
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
2667
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/GetUsageStatisticsRequest AWS API Documentation
|
2598
2668
|
#
|
2599
2669
|
class GetUsageStatisticsRequest < Struct.new(
|
2600
2670
|
:filter_by,
|
2601
2671
|
:max_results,
|
2602
2672
|
:next_token,
|
2603
2673
|
:sort_by)
|
2674
|
+
SENSITIVE = []
|
2604
2675
|
include Aws::Structure
|
2605
2676
|
end
|
2606
2677
|
|
@@ -2613,17 +2684,18 @@ module Aws::Macie2
|
|
2613
2684
|
# @!attribute [rw] records
|
2614
2685
|
# @return [Array<Types::UsageRecord>]
|
2615
2686
|
#
|
2616
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
2687
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/GetUsageStatisticsResponse AWS API Documentation
|
2617
2688
|
#
|
2618
2689
|
class GetUsageStatisticsResponse < Struct.new(
|
2619
2690
|
:next_token,
|
2620
2691
|
:records)
|
2692
|
+
SENSITIVE = []
|
2621
2693
|
include Aws::Structure
|
2622
2694
|
end
|
2623
2695
|
|
2624
2696
|
# @api private
|
2625
2697
|
#
|
2626
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
2698
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/GetUsageTotalsRequest AWS API Documentation
|
2627
2699
|
#
|
2628
2700
|
class GetUsageTotalsRequest < Aws::EmptyStructure; end
|
2629
2701
|
|
@@ -2633,10 +2705,11 @@ module Aws::Macie2
|
|
2633
2705
|
# @!attribute [rw] usage_totals
|
2634
2706
|
# @return [Array<Types::UsageTotal>]
|
2635
2707
|
#
|
2636
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
2708
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/GetUsageTotalsResponse AWS API Documentation
|
2637
2709
|
#
|
2638
2710
|
class GetUsageTotalsResponse < Struct.new(
|
2639
2711
|
:usage_totals)
|
2712
|
+
SENSITIVE = []
|
2640
2713
|
include Aws::Structure
|
2641
2714
|
end
|
2642
2715
|
|
@@ -2649,11 +2722,12 @@ module Aws::Macie2
|
|
2649
2722
|
# @!attribute [rw] group_key
|
2650
2723
|
# @return [String]
|
2651
2724
|
#
|
2652
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
2725
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/GroupCount AWS API Documentation
|
2653
2726
|
#
|
2654
2727
|
class GroupCount < Struct.new(
|
2655
2728
|
:count,
|
2656
2729
|
:group_key)
|
2730
|
+
SENSITIVE = []
|
2657
2731
|
include Aws::Structure
|
2658
2732
|
end
|
2659
2733
|
|
@@ -2671,13 +2745,14 @@ module Aws::Macie2
|
|
2671
2745
|
# @!attribute [rw] user_name
|
2672
2746
|
# @return [String]
|
2673
2747
|
#
|
2674
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
2748
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/IamUser AWS API Documentation
|
2675
2749
|
#
|
2676
2750
|
class IamUser < Struct.new(
|
2677
2751
|
:account_id,
|
2678
2752
|
:arn,
|
2679
2753
|
:principal_id,
|
2680
2754
|
:user_name)
|
2755
|
+
SENSITIVE = []
|
2681
2756
|
include Aws::Structure
|
2682
2757
|
end
|
2683
2758
|
|
@@ -2687,10 +2762,11 @@ module Aws::Macie2
|
|
2687
2762
|
# @!attribute [rw] message
|
2688
2763
|
# @return [String]
|
2689
2764
|
#
|
2690
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
2765
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/InternalServerException AWS API Documentation
|
2691
2766
|
#
|
2692
2767
|
class InternalServerException < Struct.new(
|
2693
2768
|
:message)
|
2769
|
+
SENSITIVE = []
|
2694
2770
|
include Aws::Structure
|
2695
2771
|
end
|
2696
2772
|
|
@@ -2712,13 +2788,14 @@ module Aws::Macie2
|
|
2712
2788
|
# values are:
|
2713
2789
|
# @return [String]
|
2714
2790
|
#
|
2715
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
2791
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/Invitation AWS API Documentation
|
2716
2792
|
#
|
2717
2793
|
class Invitation < Struct.new(
|
2718
2794
|
:account_id,
|
2719
2795
|
:invitation_id,
|
2720
2796
|
:invited_at,
|
2721
2797
|
:relationship_status)
|
2798
|
+
SENSITIVE = []
|
2722
2799
|
include Aws::Structure
|
2723
2800
|
end
|
2724
2801
|
|
@@ -2741,7 +2818,7 @@ module Aws::Macie2
|
|
2741
2818
|
# Reserved for future use.
|
2742
2819
|
# @return [Types::IpOwner]
|
2743
2820
|
#
|
2744
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
2821
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/IpAddressDetails AWS API Documentation
|
2745
2822
|
#
|
2746
2823
|
class IpAddressDetails < Struct.new(
|
2747
2824
|
:ip_address_v4,
|
@@ -2749,6 +2826,7 @@ module Aws::Macie2
|
|
2749
2826
|
:ip_country,
|
2750
2827
|
:ip_geo_location,
|
2751
2828
|
:ip_owner)
|
2829
|
+
SENSITIVE = []
|
2752
2830
|
include Aws::Structure
|
2753
2831
|
end
|
2754
2832
|
|
@@ -2757,10 +2835,11 @@ module Aws::Macie2
|
|
2757
2835
|
# @!attribute [rw] name
|
2758
2836
|
# @return [String]
|
2759
2837
|
#
|
2760
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
2838
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/IpCity AWS API Documentation
|
2761
2839
|
#
|
2762
2840
|
class IpCity < Struct.new(
|
2763
2841
|
:name)
|
2842
|
+
SENSITIVE = []
|
2764
2843
|
include Aws::Structure
|
2765
2844
|
end
|
2766
2845
|
|
@@ -2772,11 +2851,12 @@ module Aws::Macie2
|
|
2772
2851
|
# @!attribute [rw] name
|
2773
2852
|
# @return [String]
|
2774
2853
|
#
|
2775
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
2854
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/IpCountry AWS API Documentation
|
2776
2855
|
#
|
2777
2856
|
class IpCountry < Struct.new(
|
2778
2857
|
:code,
|
2779
2858
|
:name)
|
2859
|
+
SENSITIVE = []
|
2780
2860
|
include Aws::Structure
|
2781
2861
|
end
|
2782
2862
|
|
@@ -2788,11 +2868,12 @@ module Aws::Macie2
|
|
2788
2868
|
# @!attribute [rw] lon
|
2789
2869
|
# @return [Float]
|
2790
2870
|
#
|
2791
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
2871
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/IpGeoLocation AWS API Documentation
|
2792
2872
|
#
|
2793
2873
|
class IpGeoLocation < Struct.new(
|
2794
2874
|
:lat,
|
2795
2875
|
:lon)
|
2876
|
+
SENSITIVE = []
|
2796
2877
|
include Aws::Structure
|
2797
2878
|
end
|
2798
2879
|
|
@@ -2810,13 +2891,14 @@ module Aws::Macie2
|
|
2810
2891
|
# @!attribute [rw] org
|
2811
2892
|
# @return [String]
|
2812
2893
|
#
|
2813
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
2894
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/IpOwner AWS API Documentation
|
2814
2895
|
#
|
2815
2896
|
class IpOwner < Struct.new(
|
2816
2897
|
:asn,
|
2817
2898
|
:asn_org,
|
2818
2899
|
:isp,
|
2819
2900
|
:org)
|
2901
|
+
SENSITIVE = []
|
2820
2902
|
include Aws::Structure
|
2821
2903
|
end
|
2822
2904
|
|
@@ -2847,12 +2929,13 @@ module Aws::Macie2
|
|
2847
2929
|
# @!attribute [rw] weekly_schedule
|
2848
2930
|
# @return [Types::WeeklySchedule]
|
2849
2931
|
#
|
2850
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
2932
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/JobScheduleFrequency AWS API Documentation
|
2851
2933
|
#
|
2852
2934
|
class JobScheduleFrequency < Struct.new(
|
2853
2935
|
:daily_schedule,
|
2854
2936
|
:monthly_schedule,
|
2855
2937
|
:weekly_schedule)
|
2938
|
+
SENSITIVE = []
|
2856
2939
|
include Aws::Structure
|
2857
2940
|
end
|
2858
2941
|
|
@@ -2891,11 +2974,12 @@ module Aws::Macie2
|
|
2891
2974
|
# included or excluded from a classification job.
|
2892
2975
|
# @return [Types::TagScopeTerm]
|
2893
2976
|
#
|
2894
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
2977
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/JobScopeTerm AWS API Documentation
|
2895
2978
|
#
|
2896
2979
|
class JobScopeTerm < Struct.new(
|
2897
2980
|
:simple_scope_term,
|
2898
2981
|
:tag_scope_term)
|
2982
|
+
SENSITIVE = []
|
2899
2983
|
include Aws::Structure
|
2900
2984
|
end
|
2901
2985
|
|
@@ -2930,10 +3014,11 @@ module Aws::Macie2
|
|
2930
3014
|
# @!attribute [rw] and
|
2931
3015
|
# @return [Array<Types::JobScopeTerm>]
|
2932
3016
|
#
|
2933
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
3017
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/JobScopingBlock AWS API Documentation
|
2934
3018
|
#
|
2935
3019
|
class JobScopingBlock < Struct.new(
|
2936
3020
|
:and)
|
3021
|
+
SENSITIVE = []
|
2937
3022
|
include Aws::Structure
|
2938
3023
|
end
|
2939
3024
|
|
@@ -2960,7 +3045,7 @@ module Aws::Macie2
|
|
2960
3045
|
# @!attribute [rw] name
|
2961
3046
|
# @return [String]
|
2962
3047
|
#
|
2963
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
3048
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/JobSummary AWS API Documentation
|
2964
3049
|
#
|
2965
3050
|
class JobSummary < Struct.new(
|
2966
3051
|
:bucket_definitions,
|
@@ -2969,6 +3054,7 @@ module Aws::Macie2
|
|
2969
3054
|
:job_status,
|
2970
3055
|
:job_type,
|
2971
3056
|
:name)
|
3057
|
+
SENSITIVE = []
|
2972
3058
|
include Aws::Structure
|
2973
3059
|
end
|
2974
3060
|
|
@@ -2982,11 +3068,12 @@ module Aws::Macie2
|
|
2982
3068
|
# @!attribute [rw] value
|
2983
3069
|
# @return [String]
|
2984
3070
|
#
|
2985
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
3071
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/KeyValuePair AWS API Documentation
|
2986
3072
|
#
|
2987
3073
|
class KeyValuePair < Struct.new(
|
2988
3074
|
:key,
|
2989
3075
|
:value)
|
3076
|
+
SENSITIVE = []
|
2990
3077
|
include Aws::Structure
|
2991
3078
|
end
|
2992
3079
|
|
@@ -3037,13 +3124,14 @@ module Aws::Macie2
|
|
3037
3124
|
# information about classification jobs.
|
3038
3125
|
# @return [Types::ListJobsSortCriteria]
|
3039
3126
|
#
|
3040
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
3127
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/ListClassificationJobsRequest AWS API Documentation
|
3041
3128
|
#
|
3042
3129
|
class ListClassificationJobsRequest < Struct.new(
|
3043
3130
|
:filter_criteria,
|
3044
3131
|
:max_results,
|
3045
3132
|
:next_token,
|
3046
3133
|
:sort_criteria)
|
3134
|
+
SENSITIVE = []
|
3047
3135
|
include Aws::Structure
|
3048
3136
|
end
|
3049
3137
|
|
@@ -3056,11 +3144,12 @@ module Aws::Macie2
|
|
3056
3144
|
# @!attribute [rw] next_token
|
3057
3145
|
# @return [String]
|
3058
3146
|
#
|
3059
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
3147
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/ListClassificationJobsResponse AWS API Documentation
|
3060
3148
|
#
|
3061
3149
|
class ListClassificationJobsResponse < Struct.new(
|
3062
3150
|
:items,
|
3063
3151
|
:next_token)
|
3152
|
+
SENSITIVE = []
|
3064
3153
|
include Aws::Structure
|
3065
3154
|
end
|
3066
3155
|
|
@@ -3081,11 +3170,12 @@ module Aws::Macie2
|
|
3081
3170
|
# @!attribute [rw] next_token
|
3082
3171
|
# @return [String]
|
3083
3172
|
#
|
3084
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
3173
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/ListCustomDataIdentifiersRequest AWS API Documentation
|
3085
3174
|
#
|
3086
3175
|
class ListCustomDataIdentifiersRequest < Struct.new(
|
3087
3176
|
:max_results,
|
3088
3177
|
:next_token)
|
3178
|
+
SENSITIVE = []
|
3089
3179
|
include Aws::Structure
|
3090
3180
|
end
|
3091
3181
|
|
@@ -3098,11 +3188,12 @@ module Aws::Macie2
|
|
3098
3188
|
# @!attribute [rw] next_token
|
3099
3189
|
# @return [String]
|
3100
3190
|
#
|
3101
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
3191
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/ListCustomDataIdentifiersResponse AWS API Documentation
|
3102
3192
|
#
|
3103
3193
|
class ListCustomDataIdentifiersResponse < Struct.new(
|
3104
3194
|
:items,
|
3105
3195
|
:next_token)
|
3196
|
+
SENSITIVE = []
|
3106
3197
|
include Aws::Structure
|
3107
3198
|
end
|
3108
3199
|
|
@@ -3120,11 +3211,12 @@ module Aws::Macie2
|
|
3120
3211
|
# @!attribute [rw] next_token
|
3121
3212
|
# @return [String]
|
3122
3213
|
#
|
3123
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
3214
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/ListFindingsFiltersRequest AWS API Documentation
|
3124
3215
|
#
|
3125
3216
|
class ListFindingsFiltersRequest < Struct.new(
|
3126
3217
|
:max_results,
|
3127
3218
|
:next_token)
|
3219
|
+
SENSITIVE = []
|
3128
3220
|
include Aws::Structure
|
3129
3221
|
end
|
3130
3222
|
|
@@ -3136,11 +3228,12 @@ module Aws::Macie2
|
|
3136
3228
|
# @!attribute [rw] next_token
|
3137
3229
|
# @return [String]
|
3138
3230
|
#
|
3139
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
3231
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/ListFindingsFiltersResponse AWS API Documentation
|
3140
3232
|
#
|
3141
3233
|
class ListFindingsFiltersResponse < Struct.new(
|
3142
3234
|
:findings_filter_list_items,
|
3143
3235
|
:next_token)
|
3236
|
+
SENSITIVE = []
|
3144
3237
|
include Aws::Structure
|
3145
3238
|
end
|
3146
3239
|
|
@@ -3187,13 +3280,14 @@ module Aws::Macie2
|
|
3187
3280
|
# information about findings.
|
3188
3281
|
# @return [Types::SortCriteria]
|
3189
3282
|
#
|
3190
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
3283
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/ListFindingsRequest AWS API Documentation
|
3191
3284
|
#
|
3192
3285
|
class ListFindingsRequest < Struct.new(
|
3193
3286
|
:finding_criteria,
|
3194
3287
|
:max_results,
|
3195
3288
|
:next_token,
|
3196
3289
|
:sort_criteria)
|
3290
|
+
SENSITIVE = []
|
3197
3291
|
include Aws::Structure
|
3198
3292
|
end
|
3199
3293
|
|
@@ -3206,11 +3300,12 @@ module Aws::Macie2
|
|
3206
3300
|
# @!attribute [rw] next_token
|
3207
3301
|
# @return [String]
|
3208
3302
|
#
|
3209
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
3303
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/ListFindingsResponse AWS API Documentation
|
3210
3304
|
#
|
3211
3305
|
class ListFindingsResponse < Struct.new(
|
3212
3306
|
:finding_ids,
|
3213
3307
|
:next_token)
|
3308
|
+
SENSITIVE = []
|
3214
3309
|
include Aws::Structure
|
3215
3310
|
end
|
3216
3311
|
|
@@ -3228,11 +3323,12 @@ module Aws::Macie2
|
|
3228
3323
|
# @!attribute [rw] next_token
|
3229
3324
|
# @return [String]
|
3230
3325
|
#
|
3231
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
3326
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/ListInvitationsRequest AWS API Documentation
|
3232
3327
|
#
|
3233
3328
|
class ListInvitationsRequest < Struct.new(
|
3234
3329
|
:max_results,
|
3235
3330
|
:next_token)
|
3331
|
+
SENSITIVE = []
|
3236
3332
|
include Aws::Structure
|
3237
3333
|
end
|
3238
3334
|
|
@@ -3245,11 +3341,12 @@ module Aws::Macie2
|
|
3245
3341
|
# @!attribute [rw] next_token
|
3246
3342
|
# @return [String]
|
3247
3343
|
#
|
3248
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
3344
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/ListInvitationsResponse AWS API Documentation
|
3249
3345
|
#
|
3250
3346
|
class ListInvitationsResponse < Struct.new(
|
3251
3347
|
:invitations,
|
3252
3348
|
:next_token)
|
3349
|
+
SENSITIVE = []
|
3253
3350
|
include Aws::Structure
|
3254
3351
|
end
|
3255
3352
|
|
@@ -3282,11 +3379,12 @@ module Aws::Macie2
|
|
3282
3379
|
# @!attribute [rw] includes
|
3283
3380
|
# @return [Array<Types::ListJobsFilterTerm>]
|
3284
3381
|
#
|
3285
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
3382
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/ListJobsFilterCriteria AWS API Documentation
|
3286
3383
|
#
|
3287
3384
|
class ListJobsFilterCriteria < Struct.new(
|
3288
3385
|
:excludes,
|
3289
3386
|
:includes)
|
3387
|
+
SENSITIVE = []
|
3290
3388
|
include Aws::Structure
|
3291
3389
|
end
|
3292
3390
|
|
@@ -3314,12 +3412,13 @@ module Aws::Macie2
|
|
3314
3412
|
# @!attribute [rw] values
|
3315
3413
|
# @return [Array<String>]
|
3316
3414
|
#
|
3317
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
3415
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/ListJobsFilterTerm AWS API Documentation
|
3318
3416
|
#
|
3319
3417
|
class ListJobsFilterTerm < Struct.new(
|
3320
3418
|
:comparator,
|
3321
3419
|
:key,
|
3322
3420
|
:values)
|
3421
|
+
SENSITIVE = []
|
3323
3422
|
include Aws::Structure
|
3324
3423
|
end
|
3325
3424
|
|
@@ -3341,11 +3440,12 @@ module Aws::Macie2
|
|
3341
3440
|
# @!attribute [rw] order_by
|
3342
3441
|
# @return [String]
|
3343
3442
|
#
|
3344
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
3443
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/ListJobsSortCriteria AWS API Documentation
|
3345
3444
|
#
|
3346
3445
|
class ListJobsSortCriteria < Struct.new(
|
3347
3446
|
:attribute_name,
|
3348
3447
|
:order_by)
|
3448
|
+
SENSITIVE = []
|
3349
3449
|
include Aws::Structure
|
3350
3450
|
end
|
3351
3451
|
|
@@ -3367,12 +3467,13 @@ module Aws::Macie2
|
|
3367
3467
|
# @!attribute [rw] only_associated
|
3368
3468
|
# @return [String]
|
3369
3469
|
#
|
3370
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
3470
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/ListMembersRequest AWS API Documentation
|
3371
3471
|
#
|
3372
3472
|
class ListMembersRequest < Struct.new(
|
3373
3473
|
:max_results,
|
3374
3474
|
:next_token,
|
3375
3475
|
:only_associated)
|
3476
|
+
SENSITIVE = []
|
3376
3477
|
include Aws::Structure
|
3377
3478
|
end
|
3378
3479
|
|
@@ -3385,11 +3486,12 @@ module Aws::Macie2
|
|
3385
3486
|
# @!attribute [rw] next_token
|
3386
3487
|
# @return [String]
|
3387
3488
|
#
|
3388
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
3489
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/ListMembersResponse AWS API Documentation
|
3389
3490
|
#
|
3390
3491
|
class ListMembersResponse < Struct.new(
|
3391
3492
|
:members,
|
3392
3493
|
:next_token)
|
3494
|
+
SENSITIVE = []
|
3393
3495
|
include Aws::Structure
|
3394
3496
|
end
|
3395
3497
|
|
@@ -3407,11 +3509,12 @@ module Aws::Macie2
|
|
3407
3509
|
# @!attribute [rw] next_token
|
3408
3510
|
# @return [String]
|
3409
3511
|
#
|
3410
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
3512
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/ListOrganizationAdminAccountsRequest AWS API Documentation
|
3411
3513
|
#
|
3412
3514
|
class ListOrganizationAdminAccountsRequest < Struct.new(
|
3413
3515
|
:max_results,
|
3414
3516
|
:next_token)
|
3517
|
+
SENSITIVE = []
|
3415
3518
|
include Aws::Structure
|
3416
3519
|
end
|
3417
3520
|
|
@@ -3424,11 +3527,12 @@ module Aws::Macie2
|
|
3424
3527
|
# @!attribute [rw] next_token
|
3425
3528
|
# @return [String]
|
3426
3529
|
#
|
3427
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
3530
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/ListOrganizationAdminAccountsResponse AWS API Documentation
|
3428
3531
|
#
|
3429
3532
|
class ListOrganizationAdminAccountsResponse < Struct.new(
|
3430
3533
|
:admin_accounts,
|
3431
3534
|
:next_token)
|
3535
|
+
SENSITIVE = []
|
3432
3536
|
include Aws::Structure
|
3433
3537
|
end
|
3434
3538
|
|
@@ -3442,10 +3546,11 @@ module Aws::Macie2
|
|
3442
3546
|
# @!attribute [rw] resource_arn
|
3443
3547
|
# @return [String]
|
3444
3548
|
#
|
3445
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
3549
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/ListTagsForResourceRequest AWS API Documentation
|
3446
3550
|
#
|
3447
3551
|
class ListTagsForResourceRequest < Struct.new(
|
3448
3552
|
:resource_arn)
|
3553
|
+
SENSITIVE = []
|
3449
3554
|
include Aws::Structure
|
3450
3555
|
end
|
3451
3556
|
|
@@ -3459,10 +3564,11 @@ module Aws::Macie2
|
|
3459
3564
|
# findings filter, or member account.
|
3460
3565
|
# @return [Hash<String,String>]
|
3461
3566
|
#
|
3462
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
3567
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/ListTagsForResourceResponse AWS API Documentation
|
3463
3568
|
#
|
3464
3569
|
class ListTagsForResourceResponse < Struct.new(
|
3465
3570
|
:tags)
|
3571
|
+
SENSITIVE = []
|
3466
3572
|
include Aws::Structure
|
3467
3573
|
end
|
3468
3574
|
|
@@ -3499,7 +3605,7 @@ module Aws::Macie2
|
|
3499
3605
|
# @!attribute [rw] updated_at
|
3500
3606
|
# @return [Time]
|
3501
3607
|
#
|
3502
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
3608
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/Member AWS API Documentation
|
3503
3609
|
#
|
3504
3610
|
class Member < Struct.new(
|
3505
3611
|
:account_id,
|
@@ -3510,6 +3616,7 @@ module Aws::Macie2
|
|
3510
3616
|
:relationship_status,
|
3511
3617
|
:tags,
|
3512
3618
|
:updated_at)
|
3619
|
+
SENSITIVE = []
|
3513
3620
|
include Aws::Structure
|
3514
3621
|
end
|
3515
3622
|
|
@@ -3526,10 +3633,11 @@ module Aws::Macie2
|
|
3526
3633
|
# @!attribute [rw] day_of_month
|
3527
3634
|
# @return [Integer]
|
3528
3635
|
#
|
3529
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
3636
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/MonthlySchedule AWS API Documentation
|
3530
3637
|
#
|
3531
3638
|
class MonthlySchedule < Struct.new(
|
3532
3639
|
:day_of_month)
|
3640
|
+
SENSITIVE = []
|
3533
3641
|
include Aws::Structure
|
3534
3642
|
end
|
3535
3643
|
|
@@ -3545,13 +3653,14 @@ module Aws::Macie2
|
|
3545
3653
|
# @!attribute [rw] unencrypted
|
3546
3654
|
# @return [Integer]
|
3547
3655
|
#
|
3548
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
3656
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/ObjectCountByEncryptionType AWS API Documentation
|
3549
3657
|
#
|
3550
3658
|
class ObjectCountByEncryptionType < Struct.new(
|
3551
3659
|
:customer_managed,
|
3552
3660
|
:kms_managed,
|
3553
3661
|
:s3_managed,
|
3554
3662
|
:unencrypted)
|
3663
|
+
SENSITIVE = []
|
3555
3664
|
include Aws::Structure
|
3556
3665
|
end
|
3557
3666
|
|
@@ -3563,21 +3672,22 @@ module Aws::Macie2
|
|
3563
3672
|
# @return [Types::FindingAction]
|
3564
3673
|
#
|
3565
3674
|
# @!attribute [rw] actor
|
3566
|
-
# Provides information about an entity
|
3675
|
+
# Provides information about an entity that performed an action that
|
3567
3676
|
# produced a policy finding for a resource.
|
3568
3677
|
# @return [Types::FindingActor]
|
3569
3678
|
#
|
3570
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
3679
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/PolicyDetails AWS API Documentation
|
3571
3680
|
#
|
3572
3681
|
class PolicyDetails < Struct.new(
|
3573
3682
|
:action,
|
3574
3683
|
:actor)
|
3684
|
+
SENSITIVE = []
|
3575
3685
|
include Aws::Structure
|
3576
3686
|
end
|
3577
3687
|
|
3578
|
-
# Specifies where to
|
3688
|
+
# Specifies where to store data classification results, and the
|
3579
3689
|
# encryption settings to use when storing results in that location.
|
3580
|
-
# Currently, you can
|
3690
|
+
# Currently, you can store classification results only in an S3 bucket.
|
3581
3691
|
#
|
3582
3692
|
# @note When making an API call, you may pass PutClassificationExportConfigurationRequest
|
3583
3693
|
# data as a hash:
|
@@ -3593,33 +3703,35 @@ module Aws::Macie2
|
|
3593
3703
|
# }
|
3594
3704
|
#
|
3595
3705
|
# @!attribute [rw] configuration
|
3596
|
-
# Specifies where to
|
3706
|
+
# Specifies where to store data classification results, and the
|
3597
3707
|
# encryption settings to use when storing results in that location.
|
3598
|
-
# Currently, you can
|
3708
|
+
# Currently, you can store classification results only in an S3
|
3599
3709
|
# bucket.
|
3600
3710
|
# @return [Types::ClassificationExportConfiguration]
|
3601
3711
|
#
|
3602
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
3712
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/PutClassificationExportConfigurationRequest AWS API Documentation
|
3603
3713
|
#
|
3604
3714
|
class PutClassificationExportConfigurationRequest < Struct.new(
|
3605
3715
|
:configuration)
|
3716
|
+
SENSITIVE = []
|
3606
3717
|
include Aws::Structure
|
3607
3718
|
end
|
3608
3719
|
|
3609
|
-
# Provides information about updated settings for
|
3720
|
+
# Provides information about updated settings for storing data
|
3610
3721
|
# classification results.
|
3611
3722
|
#
|
3612
3723
|
# @!attribute [rw] configuration
|
3613
|
-
# Specifies where to
|
3724
|
+
# Specifies where to store data classification results, and the
|
3614
3725
|
# encryption settings to use when storing results in that location.
|
3615
|
-
# Currently, you can
|
3726
|
+
# Currently, you can store classification results only in an S3
|
3616
3727
|
# bucket.
|
3617
3728
|
# @return [Types::ClassificationExportConfiguration]
|
3618
3729
|
#
|
3619
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
3730
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/PutClassificationExportConfigurationResponse AWS API Documentation
|
3620
3731
|
#
|
3621
3732
|
class PutClassificationExportConfigurationResponse < Struct.new(
|
3622
3733
|
:configuration)
|
3734
|
+
SENSITIVE = []
|
3623
3735
|
include Aws::Structure
|
3624
3736
|
end
|
3625
3737
|
|
@@ -3636,12 +3748,13 @@ module Aws::Macie2
|
|
3636
3748
|
# @!attribute [rw] replication_accounts
|
3637
3749
|
# @return [Array<String>]
|
3638
3750
|
#
|
3639
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
3751
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/ReplicationDetails AWS API Documentation
|
3640
3752
|
#
|
3641
3753
|
class ReplicationDetails < Struct.new(
|
3642
3754
|
:replicated,
|
3643
3755
|
:replicated_externally,
|
3644
3756
|
:replication_accounts)
|
3757
|
+
SENSITIVE = []
|
3645
3758
|
include Aws::Structure
|
3646
3759
|
end
|
3647
3760
|
|
@@ -3651,10 +3764,11 @@ module Aws::Macie2
|
|
3651
3764
|
# @!attribute [rw] message
|
3652
3765
|
# @return [String]
|
3653
3766
|
#
|
3654
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
3767
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/ResourceNotFoundException AWS API Documentation
|
3655
3768
|
#
|
3656
3769
|
class ResourceNotFoundException < Struct.new(
|
3657
3770
|
:message)
|
3771
|
+
SENSITIVE = []
|
3658
3772
|
include Aws::Structure
|
3659
3773
|
end
|
3660
3774
|
|
@@ -3668,11 +3782,12 @@ module Aws::Macie2
|
|
3668
3782
|
# Provides information about an S3 object that a finding applies to.
|
3669
3783
|
# @return [Types::S3Object]
|
3670
3784
|
#
|
3671
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
3785
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/ResourcesAffected AWS API Documentation
|
3672
3786
|
#
|
3673
3787
|
class ResourcesAffected < Struct.new(
|
3674
3788
|
:s3_bucket,
|
3675
3789
|
:s3_object)
|
3790
|
+
SENSITIVE = []
|
3676
3791
|
include Aws::Structure
|
3677
3792
|
end
|
3678
3793
|
|
@@ -3705,7 +3820,7 @@ module Aws::Macie2
|
|
3705
3820
|
# Reserved for future use.
|
3706
3821
|
# @return [Array<Types::KeyValuePair>]
|
3707
3822
|
#
|
3708
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
3823
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/S3Bucket AWS API Documentation
|
3709
3824
|
#
|
3710
3825
|
class S3Bucket < Struct.new(
|
3711
3826
|
:arn,
|
@@ -3715,6 +3830,7 @@ module Aws::Macie2
|
|
3715
3830
|
:owner,
|
3716
3831
|
:public_access,
|
3717
3832
|
:tags)
|
3833
|
+
SENSITIVE = []
|
3718
3834
|
include Aws::Structure
|
3719
3835
|
end
|
3720
3836
|
|
@@ -3735,11 +3851,12 @@ module Aws::Macie2
|
|
3735
3851
|
# @!attribute [rw] buckets
|
3736
3852
|
# @return [Array<String>]
|
3737
3853
|
#
|
3738
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
3854
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/S3BucketDefinitionForJob AWS API Documentation
|
3739
3855
|
#
|
3740
3856
|
class S3BucketDefinitionForJob < Struct.new(
|
3741
3857
|
:account_id,
|
3742
3858
|
:buckets)
|
3859
|
+
SENSITIVE = []
|
3743
3860
|
include Aws::Structure
|
3744
3861
|
end
|
3745
3862
|
|
@@ -3751,15 +3868,16 @@ module Aws::Macie2
|
|
3751
3868
|
# @!attribute [rw] id
|
3752
3869
|
# @return [String]
|
3753
3870
|
#
|
3754
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
3871
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/S3BucketOwner AWS API Documentation
|
3755
3872
|
#
|
3756
3873
|
class S3BucketOwner < Struct.new(
|
3757
3874
|
:display_name,
|
3758
3875
|
:id)
|
3876
|
+
SENSITIVE = []
|
3759
3877
|
include Aws::Structure
|
3760
3878
|
end
|
3761
3879
|
|
3762
|
-
# Specifies an S3 bucket to
|
3880
|
+
# Specifies an S3 bucket to store data classification results in, and
|
3763
3881
|
# the encryption settings to use when storing results in that bucket.
|
3764
3882
|
#
|
3765
3883
|
# @note When making an API call, you may pass S3Destination
|
@@ -3780,12 +3898,13 @@ module Aws::Macie2
|
|
3780
3898
|
# @!attribute [rw] kms_key_arn
|
3781
3899
|
# @return [String]
|
3782
3900
|
#
|
3783
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
3901
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/S3Destination AWS API Documentation
|
3784
3902
|
#
|
3785
3903
|
class S3Destination < Struct.new(
|
3786
3904
|
:bucket_name,
|
3787
3905
|
:key_prefix,
|
3788
3906
|
:kms_key_arn)
|
3907
|
+
SENSITIVE = []
|
3789
3908
|
include Aws::Structure
|
3790
3909
|
end
|
3791
3910
|
|
@@ -3856,11 +3975,12 @@ module Aws::Macie2
|
|
3856
3975
|
# @!attribute [rw] scoping
|
3857
3976
|
# @return [Types::Scoping]
|
3858
3977
|
#
|
3859
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
3978
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/S3JobDefinition AWS API Documentation
|
3860
3979
|
#
|
3861
3980
|
class S3JobDefinition < Struct.new(
|
3862
3981
|
:bucket_definitions,
|
3863
3982
|
:scoping)
|
3983
|
+
SENSITIVE = []
|
3864
3984
|
include Aws::Structure
|
3865
3985
|
end
|
3866
3986
|
|
@@ -3906,7 +4026,7 @@ module Aws::Macie2
|
|
3906
4026
|
# @!attribute [rw] version_id
|
3907
4027
|
# @return [String]
|
3908
4028
|
#
|
3909
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
4029
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/S3Object AWS API Documentation
|
3910
4030
|
#
|
3911
4031
|
class S3Object < Struct.new(
|
3912
4032
|
:bucket_arn,
|
@@ -3921,6 +4041,7 @@ module Aws::Macie2
|
|
3921
4041
|
:storage_class,
|
3922
4042
|
:tags,
|
3923
4043
|
:version_id)
|
4044
|
+
SENSITIVE = []
|
3924
4045
|
include Aws::Structure
|
3925
4046
|
end
|
3926
4047
|
|
@@ -3982,11 +4103,12 @@ module Aws::Macie2
|
|
3982
4103
|
# Reserved for future use.
|
3983
4104
|
# @return [Types::JobScopingBlock]
|
3984
4105
|
#
|
3985
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
4106
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/Scoping AWS API Documentation
|
3986
4107
|
#
|
3987
4108
|
class Scoping < Struct.new(
|
3988
4109
|
:excludes,
|
3989
4110
|
:includes)
|
4111
|
+
SENSITIVE = []
|
3990
4112
|
include Aws::Structure
|
3991
4113
|
end
|
3992
4114
|
|
@@ -3994,6 +4116,8 @@ module Aws::Macie2
|
|
3994
4116
|
# occurrences of sensitive data that produced a finding.
|
3995
4117
|
#
|
3996
4118
|
# @!attribute [rw] category
|
4119
|
+
# The category of sensitive data that was detected and produced the
|
4120
|
+
# finding.
|
3997
4121
|
# @return [String]
|
3998
4122
|
#
|
3999
4123
|
# @!attribute [rw] detections
|
@@ -4003,12 +4127,13 @@ module Aws::Macie2
|
|
4003
4127
|
# @!attribute [rw] total_count
|
4004
4128
|
# @return [Integer]
|
4005
4129
|
#
|
4006
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
4130
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/SensitiveDataItem AWS API Documentation
|
4007
4131
|
#
|
4008
4132
|
class SensitiveDataItem < Struct.new(
|
4009
4133
|
:category,
|
4010
4134
|
:detections,
|
4011
4135
|
:total_count)
|
4136
|
+
SENSITIVE = []
|
4012
4137
|
include Aws::Structure
|
4013
4138
|
end
|
4014
4139
|
|
@@ -4023,11 +4148,12 @@ module Aws::Macie2
|
|
4023
4148
|
# @!attribute [rw] kms_master_key_id
|
4024
4149
|
# @return [String]
|
4025
4150
|
#
|
4026
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
4151
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/ServerSideEncryption AWS API Documentation
|
4027
4152
|
#
|
4028
4153
|
class ServerSideEncryption < Struct.new(
|
4029
4154
|
:encryption_type,
|
4030
4155
|
:kms_master_key_id)
|
4156
|
+
SENSITIVE = []
|
4031
4157
|
include Aws::Structure
|
4032
4158
|
end
|
4033
4159
|
|
@@ -4042,12 +4168,13 @@ module Aws::Macie2
|
|
4042
4168
|
# @!attribute [rw] value
|
4043
4169
|
# @return [Integer]
|
4044
4170
|
#
|
4045
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
4171
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/ServiceLimit AWS API Documentation
|
4046
4172
|
#
|
4047
4173
|
class ServiceLimit < Struct.new(
|
4048
4174
|
:is_service_limited,
|
4049
4175
|
:unit,
|
4050
4176
|
:value)
|
4177
|
+
SENSITIVE = []
|
4051
4178
|
include Aws::Structure
|
4052
4179
|
end
|
4053
4180
|
|
@@ -4057,15 +4184,16 @@ module Aws::Macie2
|
|
4057
4184
|
# @!attribute [rw] message
|
4058
4185
|
# @return [String]
|
4059
4186
|
#
|
4060
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
4187
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/ServiceQuotaExceededException AWS API Documentation
|
4061
4188
|
#
|
4062
4189
|
class ServiceQuotaExceededException < Struct.new(
|
4063
4190
|
:message)
|
4191
|
+
SENSITIVE = []
|
4064
4192
|
include Aws::Structure
|
4065
4193
|
end
|
4066
4194
|
|
4067
4195
|
# Provides information about a session that was created for an entity
|
4068
|
-
#
|
4196
|
+
# that performed an action by using temporary security credentials.
|
4069
4197
|
#
|
4070
4198
|
# @!attribute [rw] attributes
|
4071
4199
|
# Provides information about the context in which temporary security
|
@@ -4077,11 +4205,12 @@ module Aws::Macie2
|
|
4077
4205
|
# credentials that were issued to an entity.
|
4078
4206
|
# @return [Types::SessionIssuer]
|
4079
4207
|
#
|
4080
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
4208
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/SessionContext AWS API Documentation
|
4081
4209
|
#
|
4082
4210
|
class SessionContext < Struct.new(
|
4083
4211
|
:attributes,
|
4084
4212
|
:session_issuer)
|
4213
|
+
SENSITIVE = []
|
4085
4214
|
include Aws::Structure
|
4086
4215
|
end
|
4087
4216
|
|
@@ -4094,11 +4223,12 @@ module Aws::Macie2
|
|
4094
4223
|
# @!attribute [rw] mfa_authenticated
|
4095
4224
|
# @return [Boolean]
|
4096
4225
|
#
|
4097
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
4226
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/SessionContextAttributes AWS API Documentation
|
4098
4227
|
#
|
4099
4228
|
class SessionContextAttributes < Struct.new(
|
4100
4229
|
:creation_date,
|
4101
4230
|
:mfa_authenticated)
|
4231
|
+
SENSITIVE = []
|
4102
4232
|
include Aws::Structure
|
4103
4233
|
end
|
4104
4234
|
|
@@ -4120,7 +4250,7 @@ module Aws::Macie2
|
|
4120
4250
|
# @!attribute [rw] user_name
|
4121
4251
|
# @return [String]
|
4122
4252
|
#
|
4123
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
4253
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/SessionIssuer AWS API Documentation
|
4124
4254
|
#
|
4125
4255
|
class SessionIssuer < Struct.new(
|
4126
4256
|
:account_id,
|
@@ -4128,6 +4258,7 @@ module Aws::Macie2
|
|
4128
4258
|
:principal_id,
|
4129
4259
|
:type,
|
4130
4260
|
:user_name)
|
4261
|
+
SENSITIVE = []
|
4131
4262
|
include Aws::Structure
|
4132
4263
|
end
|
4133
4264
|
|
@@ -4142,11 +4273,12 @@ module Aws::Macie2
|
|
4142
4273
|
# @!attribute [rw] score
|
4143
4274
|
# @return [Integer]
|
4144
4275
|
#
|
4145
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
4276
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/Severity AWS API Documentation
|
4146
4277
|
#
|
4147
4278
|
class Severity < Struct.new(
|
4148
4279
|
:description,
|
4149
4280
|
:score)
|
4281
|
+
SENSITIVE = []
|
4150
4282
|
include Aws::Structure
|
4151
4283
|
end
|
4152
4284
|
|
@@ -4174,12 +4306,13 @@ module Aws::Macie2
|
|
4174
4306
|
# @!attribute [rw] values
|
4175
4307
|
# @return [Array<String>]
|
4176
4308
|
#
|
4177
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
4309
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/SimpleScopeTerm AWS API Documentation
|
4178
4310
|
#
|
4179
4311
|
class SimpleScopeTerm < Struct.new(
|
4180
4312
|
:comparator,
|
4181
4313
|
:key,
|
4182
4314
|
:values)
|
4315
|
+
SENSITIVE = []
|
4183
4316
|
include Aws::Structure
|
4184
4317
|
end
|
4185
4318
|
|
@@ -4200,11 +4333,12 @@ module Aws::Macie2
|
|
4200
4333
|
# @!attribute [rw] order_by
|
4201
4334
|
# @return [String]
|
4202
4335
|
#
|
4203
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
4336
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/SortCriteria AWS API Documentation
|
4204
4337
|
#
|
4205
4338
|
class SortCriteria < Struct.new(
|
4206
4339
|
:attribute_name,
|
4207
4340
|
:order_by)
|
4341
|
+
SENSITIVE = []
|
4208
4342
|
include Aws::Structure
|
4209
4343
|
end
|
4210
4344
|
|
@@ -4216,11 +4350,12 @@ module Aws::Macie2
|
|
4216
4350
|
# @!attribute [rw] number_of_runs
|
4217
4351
|
# @return [Float]
|
4218
4352
|
#
|
4219
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
4353
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/Statistics AWS API Documentation
|
4220
4354
|
#
|
4221
4355
|
class Statistics < Struct.new(
|
4222
4356
|
:approximate_number_of_objects_to_process,
|
4223
4357
|
:number_of_runs)
|
4358
|
+
SENSITIVE = []
|
4224
4359
|
include Aws::Structure
|
4225
4360
|
end
|
4226
4361
|
|
@@ -4247,17 +4382,18 @@ module Aws::Macie2
|
|
4247
4382
|
# findings filter, or member account.
|
4248
4383
|
# @return [Hash<String,String>]
|
4249
4384
|
#
|
4250
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
4385
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/TagResourceRequest AWS API Documentation
|
4251
4386
|
#
|
4252
4387
|
class TagResourceRequest < Struct.new(
|
4253
4388
|
:resource_arn,
|
4254
4389
|
:tags)
|
4390
|
+
SENSITIVE = []
|
4255
4391
|
include Aws::Structure
|
4256
4392
|
end
|
4257
4393
|
|
4258
4394
|
# The request succeeded. The specified tags were added to the resource.
|
4259
4395
|
#
|
4260
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
4396
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/TagResourceResponse AWS API Documentation
|
4261
4397
|
#
|
4262
4398
|
class TagResourceResponse < Aws::EmptyStructure; end
|
4263
4399
|
|
@@ -4294,13 +4430,14 @@ module Aws::Macie2
|
|
4294
4430
|
# are:
|
4295
4431
|
# @return [String]
|
4296
4432
|
#
|
4297
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
4433
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/TagScopeTerm AWS API Documentation
|
4298
4434
|
#
|
4299
4435
|
class TagScopeTerm < Struct.new(
|
4300
4436
|
:comparator,
|
4301
4437
|
:key,
|
4302
4438
|
:tag_values,
|
4303
4439
|
:target)
|
4440
|
+
SENSITIVE = []
|
4304
4441
|
include Aws::Structure
|
4305
4442
|
end
|
4306
4443
|
|
@@ -4321,11 +4458,12 @@ module Aws::Macie2
|
|
4321
4458
|
# @!attribute [rw] value
|
4322
4459
|
# @return [String]
|
4323
4460
|
#
|
4324
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
4461
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/TagValuePair AWS API Documentation
|
4325
4462
|
#
|
4326
4463
|
class TagValuePair < Struct.new(
|
4327
4464
|
:key,
|
4328
4465
|
:value)
|
4466
|
+
SENSITIVE = []
|
4329
4467
|
include Aws::Structure
|
4330
4468
|
end
|
4331
4469
|
|
@@ -4357,7 +4495,7 @@ module Aws::Macie2
|
|
4357
4495
|
# @!attribute [rw] sample_text
|
4358
4496
|
# @return [String]
|
4359
4497
|
#
|
4360
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
4498
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/TestCustomDataIdentifierRequest AWS API Documentation
|
4361
4499
|
#
|
4362
4500
|
class TestCustomDataIdentifierRequest < Struct.new(
|
4363
4501
|
:ignore_words,
|
@@ -4365,6 +4503,7 @@ module Aws::Macie2
|
|
4365
4503
|
:maximum_match_distance,
|
4366
4504
|
:regex,
|
4367
4505
|
:sample_text)
|
4506
|
+
SENSITIVE = []
|
4368
4507
|
include Aws::Structure
|
4369
4508
|
end
|
4370
4509
|
|
@@ -4373,10 +4512,11 @@ module Aws::Macie2
|
|
4373
4512
|
# @!attribute [rw] match_count
|
4374
4513
|
# @return [Integer]
|
4375
4514
|
#
|
4376
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
4515
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/TestCustomDataIdentifierResponse AWS API Documentation
|
4377
4516
|
#
|
4378
4517
|
class TestCustomDataIdentifierResponse < Struct.new(
|
4379
4518
|
:match_count)
|
4519
|
+
SENSITIVE = []
|
4380
4520
|
include Aws::Structure
|
4381
4521
|
end
|
4382
4522
|
|
@@ -4386,36 +4526,14 @@ module Aws::Macie2
|
|
4386
4526
|
# @!attribute [rw] message
|
4387
4527
|
# @return [String]
|
4388
4528
|
#
|
4389
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
4529
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/ThrottlingException AWS API Documentation
|
4390
4530
|
#
|
4391
4531
|
class ThrottlingException < Struct.new(
|
4392
4532
|
:message)
|
4533
|
+
SENSITIVE = []
|
4393
4534
|
include Aws::Structure
|
4394
4535
|
end
|
4395
4536
|
|
4396
|
-
# Specifies one or more findings to reactivate (unarchive).
|
4397
|
-
#
|
4398
|
-
# @note When making an API call, you may pass UnarchiveFindingsRequest
|
4399
|
-
# data as a hash:
|
4400
|
-
#
|
4401
|
-
# {
|
4402
|
-
# finding_ids: ["__string"], # required
|
4403
|
-
# }
|
4404
|
-
#
|
4405
|
-
# @!attribute [rw] finding_ids
|
4406
|
-
# @return [Array<String>]
|
4407
|
-
#
|
4408
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/UnarchiveFindingsRequest AWS API Documentation
|
4409
|
-
#
|
4410
|
-
class UnarchiveFindingsRequest < Struct.new(
|
4411
|
-
:finding_ids)
|
4412
|
-
include Aws::Structure
|
4413
|
-
end
|
4414
|
-
|
4415
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/UnarchiveFindingsResponse AWS API Documentation
|
4416
|
-
#
|
4417
|
-
class UnarchiveFindingsResponse < Aws::EmptyStructure; end
|
4418
|
-
|
4419
4537
|
# Provides information about an account-related request that hasn't
|
4420
4538
|
# been processed.
|
4421
4539
|
#
|
@@ -4429,12 +4547,13 @@ module Aws::Macie2
|
|
4429
4547
|
# @!attribute [rw] error_message
|
4430
4548
|
# @return [String]
|
4431
4549
|
#
|
4432
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
4550
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/UnprocessedAccount AWS API Documentation
|
4433
4551
|
#
|
4434
4552
|
class UnprocessedAccount < Struct.new(
|
4435
4553
|
:account_id,
|
4436
4554
|
:error_code,
|
4437
4555
|
:error_message)
|
4556
|
+
SENSITIVE = []
|
4438
4557
|
include Aws::Structure
|
4439
4558
|
end
|
4440
4559
|
|
@@ -4452,18 +4571,19 @@ module Aws::Macie2
|
|
4452
4571
|
# @!attribute [rw] tag_keys
|
4453
4572
|
# @return [Array<String>]
|
4454
4573
|
#
|
4455
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
4574
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/UntagResourceRequest AWS API Documentation
|
4456
4575
|
#
|
4457
4576
|
class UntagResourceRequest < Struct.new(
|
4458
4577
|
:resource_arn,
|
4459
4578
|
:tag_keys)
|
4579
|
+
SENSITIVE = []
|
4460
4580
|
include Aws::Structure
|
4461
4581
|
end
|
4462
4582
|
|
4463
4583
|
# The request succeeded. The specified tags were removed from the
|
4464
4584
|
# resource.
|
4465
4585
|
#
|
4466
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
4586
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/UntagResourceResponse AWS API Documentation
|
4467
4587
|
#
|
4468
4588
|
class UntagResourceResponse < Aws::EmptyStructure; end
|
4469
4589
|
|
@@ -4484,15 +4604,16 @@ module Aws::Macie2
|
|
4484
4604
|
# The current status of a classification job. Valid values are:
|
4485
4605
|
# @return [String]
|
4486
4606
|
#
|
4487
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
4607
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/UpdateClassificationJobRequest AWS API Documentation
|
4488
4608
|
#
|
4489
4609
|
class UpdateClassificationJobRequest < Struct.new(
|
4490
4610
|
:job_id,
|
4491
4611
|
:job_status)
|
4612
|
+
SENSITIVE = []
|
4492
4613
|
include Aws::Structure
|
4493
4614
|
end
|
4494
4615
|
|
4495
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
4616
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/UpdateClassificationJobResponse AWS API Documentation
|
4496
4617
|
#
|
4497
4618
|
class UpdateClassificationJobResponse < Aws::EmptyStructure; end
|
4498
4619
|
|
@@ -4522,8 +4643,9 @@ module Aws::Macie2
|
|
4522
4643
|
# }
|
4523
4644
|
#
|
4524
4645
|
# @!attribute [rw] action
|
4525
|
-
# The action to perform on findings that meet the filter criteria.
|
4526
|
-
#
|
4646
|
+
# The action to perform on findings that meet the filter criteria. To
|
4647
|
+
# suppress (automatically archive) findings that meet the criteria,
|
4648
|
+
# set this value to ARCHIVE. Valid values are:
|
4527
4649
|
# @return [String]
|
4528
4650
|
#
|
4529
4651
|
# @!attribute [rw] description
|
@@ -4543,7 +4665,7 @@ module Aws::Macie2
|
|
4543
4665
|
# @!attribute [rw] position
|
4544
4666
|
# @return [Integer]
|
4545
4667
|
#
|
4546
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
4668
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/UpdateFindingsFilterRequest AWS API Documentation
|
4547
4669
|
#
|
4548
4670
|
class UpdateFindingsFilterRequest < Struct.new(
|
4549
4671
|
:action,
|
@@ -4552,6 +4674,7 @@ module Aws::Macie2
|
|
4552
4674
|
:id,
|
4553
4675
|
:name,
|
4554
4676
|
:position)
|
4677
|
+
SENSITIVE = []
|
4555
4678
|
include Aws::Structure
|
4556
4679
|
end
|
4557
4680
|
|
@@ -4564,11 +4687,12 @@ module Aws::Macie2
|
|
4564
4687
|
# @!attribute [rw] id
|
4565
4688
|
# @return [String]
|
4566
4689
|
#
|
4567
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
4690
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/UpdateFindingsFilterResponse AWS API Documentation
|
4568
4691
|
#
|
4569
4692
|
class UpdateFindingsFilterResponse < Struct.new(
|
4570
4693
|
:arn,
|
4571
4694
|
:id)
|
4695
|
+
SENSITIVE = []
|
4572
4696
|
include Aws::Structure
|
4573
4697
|
end
|
4574
4698
|
|
@@ -4584,24 +4708,26 @@ module Aws::Macie2
|
|
4584
4708
|
# }
|
4585
4709
|
#
|
4586
4710
|
# @!attribute [rw] finding_publishing_frequency
|
4587
|
-
# The frequency with which Amazon Macie publishes
|
4588
|
-
# account. This includes
|
4589
|
-
#
|
4711
|
+
# The frequency with which Amazon Macie publishes updates to policy
|
4712
|
+
# findings for an account. This includes publishing updates to AWS
|
4713
|
+
# Security Hub and Amazon EventBridge (formerly called Amazon
|
4714
|
+
# CloudWatch Events). Valid values are:
|
4590
4715
|
# @return [String]
|
4591
4716
|
#
|
4592
4717
|
# @!attribute [rw] status
|
4593
4718
|
# The status of an Amazon Macie account. Valid values are:
|
4594
4719
|
# @return [String]
|
4595
4720
|
#
|
4596
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
4721
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/UpdateMacieSessionRequest AWS API Documentation
|
4597
4722
|
#
|
4598
4723
|
class UpdateMacieSessionRequest < Struct.new(
|
4599
4724
|
:finding_publishing_frequency,
|
4600
4725
|
:status)
|
4726
|
+
SENSITIVE = []
|
4601
4727
|
include Aws::Structure
|
4602
4728
|
end
|
4603
4729
|
|
4604
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
4730
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/UpdateMacieSessionResponse AWS API Documentation
|
4605
4731
|
#
|
4606
4732
|
class UpdateMacieSessionResponse < Aws::EmptyStructure; end
|
4607
4733
|
|
@@ -4622,15 +4748,16 @@ module Aws::Macie2
|
|
4622
4748
|
# The status of an Amazon Macie account. Valid values are:
|
4623
4749
|
# @return [String]
|
4624
4750
|
#
|
4625
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
4751
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/UpdateMemberSessionRequest AWS API Documentation
|
4626
4752
|
#
|
4627
4753
|
class UpdateMemberSessionRequest < Struct.new(
|
4628
4754
|
:id,
|
4629
4755
|
:status)
|
4756
|
+
SENSITIVE = []
|
4630
4757
|
include Aws::Structure
|
4631
4758
|
end
|
4632
4759
|
|
4633
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
4760
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/UpdateMemberSessionResponse AWS API Documentation
|
4634
4761
|
#
|
4635
4762
|
class UpdateMemberSessionResponse < Aws::EmptyStructure; end
|
4636
4763
|
|
@@ -4647,14 +4774,15 @@ module Aws::Macie2
|
|
4647
4774
|
# @!attribute [rw] auto_enable
|
4648
4775
|
# @return [Boolean]
|
4649
4776
|
#
|
4650
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
4777
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/UpdateOrganizationConfigurationRequest AWS API Documentation
|
4651
4778
|
#
|
4652
4779
|
class UpdateOrganizationConfigurationRequest < Struct.new(
|
4653
4780
|
:auto_enable)
|
4781
|
+
SENSITIVE = []
|
4654
4782
|
include Aws::Structure
|
4655
4783
|
end
|
4656
4784
|
|
4657
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
4785
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/UpdateOrganizationConfigurationResponse AWS API Documentation
|
4658
4786
|
#
|
4659
4787
|
class UpdateOrganizationConfigurationResponse < Aws::EmptyStructure; end
|
4660
4788
|
|
@@ -4678,13 +4806,14 @@ module Aws::Macie2
|
|
4678
4806
|
# The name of a usage metric for an account. Possible values are:
|
4679
4807
|
# @return [String]
|
4680
4808
|
#
|
4681
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
4809
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/UsageByAccount AWS API Documentation
|
4682
4810
|
#
|
4683
4811
|
class UsageByAccount < Struct.new(
|
4684
4812
|
:currency,
|
4685
4813
|
:estimated_cost,
|
4686
4814
|
:service_limit,
|
4687
4815
|
:type)
|
4816
|
+
SENSITIVE = []
|
4688
4817
|
include Aws::Structure
|
4689
4818
|
end
|
4690
4819
|
|
@@ -4699,12 +4828,13 @@ module Aws::Macie2
|
|
4699
4828
|
# @!attribute [rw] usage
|
4700
4829
|
# @return [Array<Types::UsageByAccount>]
|
4701
4830
|
#
|
4702
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
4831
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/UsageRecord AWS API Documentation
|
4703
4832
|
#
|
4704
4833
|
class UsageRecord < Struct.new(
|
4705
4834
|
:account_id,
|
4706
4835
|
:free_trial_start_date,
|
4707
4836
|
:usage)
|
4837
|
+
SENSITIVE = []
|
4708
4838
|
include Aws::Structure
|
4709
4839
|
end
|
4710
4840
|
|
@@ -4727,11 +4857,12 @@ module Aws::Macie2
|
|
4727
4857
|
# @!attribute [rw] values
|
4728
4858
|
# @return [Array<String>]
|
4729
4859
|
#
|
4730
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
4860
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/UsageStatisticsFilter AWS API Documentation
|
4731
4861
|
#
|
4732
4862
|
class UsageStatisticsFilter < Struct.new(
|
4733
4863
|
:key,
|
4734
4864
|
:values)
|
4865
|
+
SENSITIVE = []
|
4735
4866
|
include Aws::Structure
|
4736
4867
|
end
|
4737
4868
|
|
@@ -4754,11 +4885,12 @@ module Aws::Macie2
|
|
4754
4885
|
# @!attribute [rw] order_by
|
4755
4886
|
# @return [String]
|
4756
4887
|
#
|
4757
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
4888
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/UsageStatisticsSortBy AWS API Documentation
|
4758
4889
|
#
|
4759
4890
|
class UsageStatisticsSortBy < Struct.new(
|
4760
4891
|
:key,
|
4761
4892
|
:order_by)
|
4893
|
+
SENSITIVE = []
|
4762
4894
|
include Aws::Structure
|
4763
4895
|
end
|
4764
4896
|
|
@@ -4777,12 +4909,13 @@ module Aws::Macie2
|
|
4777
4909
|
# The name of a usage metric for an account. Possible values are:
|
4778
4910
|
# @return [String]
|
4779
4911
|
#
|
4780
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
4912
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/UsageTotal AWS API Documentation
|
4781
4913
|
#
|
4782
4914
|
class UsageTotal < Struct.new(
|
4783
4915
|
:currency,
|
4784
4916
|
:estimated_cost,
|
4785
4917
|
:type)
|
4918
|
+
SENSITIVE = []
|
4786
4919
|
include Aws::Structure
|
4787
4920
|
end
|
4788
4921
|
|
@@ -4814,7 +4947,7 @@ module Aws::Macie2
|
|
4814
4947
|
# Reserved for future use.
|
4815
4948
|
# @return [String]
|
4816
4949
|
#
|
4817
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
4950
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/UserIdentity AWS API Documentation
|
4818
4951
|
#
|
4819
4952
|
class UserIdentity < Struct.new(
|
4820
4953
|
:assumed_role,
|
@@ -4824,6 +4957,7 @@ module Aws::Macie2
|
|
4824
4957
|
:iam_user,
|
4825
4958
|
:root,
|
4826
4959
|
:type)
|
4960
|
+
SENSITIVE = []
|
4827
4961
|
include Aws::Structure
|
4828
4962
|
end
|
4829
4963
|
|
@@ -4838,12 +4972,13 @@ module Aws::Macie2
|
|
4838
4972
|
# @!attribute [rw] principal_id
|
4839
4973
|
# @return [String]
|
4840
4974
|
#
|
4841
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
4975
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/UserIdentityRoot AWS API Documentation
|
4842
4976
|
#
|
4843
4977
|
class UserIdentityRoot < Struct.new(
|
4844
4978
|
:account_id,
|
4845
4979
|
:arn,
|
4846
4980
|
:principal_id)
|
4981
|
+
SENSITIVE = []
|
4847
4982
|
include Aws::Structure
|
4848
4983
|
end
|
4849
4984
|
|
@@ -4853,10 +4988,11 @@ module Aws::Macie2
|
|
4853
4988
|
# @!attribute [rw] message
|
4854
4989
|
# @return [String]
|
4855
4990
|
#
|
4856
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
4991
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/ValidationException AWS API Documentation
|
4857
4992
|
#
|
4858
4993
|
class ValidationException < Struct.new(
|
4859
4994
|
:message)
|
4995
|
+
SENSITIVE = []
|
4860
4996
|
include Aws::Structure
|
4861
4997
|
end
|
4862
4998
|
|
@@ -4870,10 +5006,11 @@ module Aws::Macie2
|
|
4870
5006
|
# @!attribute [rw] day_of_week
|
4871
5007
|
# @return [String]
|
4872
5008
|
#
|
4873
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-
|
5009
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/WeeklySchedule AWS API Documentation
|
4874
5010
|
#
|
4875
5011
|
class WeeklySchedule < Struct.new(
|
4876
5012
|
:day_of_week)
|
5013
|
+
SENSITIVE = []
|
4877
5014
|
include Aws::Structure
|
4878
5015
|
end
|
4879
5016
|
|