aws-sdk-macie2 1.4.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 +1 -1
- data/lib/aws-sdk-macie2/client.rb +1 -1
- data/lib/aws-sdk-macie2/types.rb +171 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d1508a317da2a1b6a4210e01bdbfa434e516fdc6696528ecbfcae0f1fecee76c
|
|
4
|
+
data.tar.gz: c524a2d7617ecc4f480172d01050298fdea96e4fbe4db0d0d70725ebf03eecd3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 06f19b574cce4e9e8727e0d64e75ffbf3cdfc329fcefa053cf94d14ee140525258e34bac81a975a11f1938d41de2eedf7ca2c7714a2eeef88fb08da9ec8a32c1
|
|
7
|
+
data.tar.gz: a249e52173344e9051008c331e1ac4d4d824e8db311f06e75a3e1a8d758c8f759205dce33d4fcd880ebec849d05020cf9aa6ca61e97fcd352b7f55ca8e2b3b7e
|
data/lib/aws-sdk-macie2.rb
CHANGED
|
@@ -2424,7 +2424,7 @@ module Aws::Macie2
|
|
|
2424
2424
|
params: params,
|
|
2425
2425
|
config: config)
|
|
2426
2426
|
context[:gem_name] = 'aws-sdk-macie2'
|
|
2427
|
-
context[:gem_version] = '1.
|
|
2427
|
+
context[:gem_version] = '1.5.0'
|
|
2428
2428
|
Seahorse::Client::Request.new(handlers, context)
|
|
2429
2429
|
end
|
|
2430
2430
|
|
data/lib/aws-sdk-macie2/types.rb
CHANGED
|
@@ -31,6 +31,7 @@ module Aws::Macie2
|
|
|
31
31
|
class AcceptInvitationRequest < Struct.new(
|
|
32
32
|
:invitation_id,
|
|
33
33
|
:master_account)
|
|
34
|
+
SENSITIVE = []
|
|
34
35
|
include Aws::Structure
|
|
35
36
|
end
|
|
36
37
|
|
|
@@ -52,6 +53,7 @@ module Aws::Macie2
|
|
|
52
53
|
class AccessControlList < Struct.new(
|
|
53
54
|
:allows_public_read_access,
|
|
54
55
|
:allows_public_write_access)
|
|
56
|
+
SENSITIVE = []
|
|
55
57
|
include Aws::Structure
|
|
56
58
|
end
|
|
57
59
|
|
|
@@ -65,6 +67,7 @@ module Aws::Macie2
|
|
|
65
67
|
#
|
|
66
68
|
class AccessDeniedException < Struct.new(
|
|
67
69
|
:message)
|
|
70
|
+
SENSITIVE = []
|
|
68
71
|
include Aws::Structure
|
|
69
72
|
end
|
|
70
73
|
|
|
@@ -90,6 +93,7 @@ module Aws::Macie2
|
|
|
90
93
|
class AccountDetail < Struct.new(
|
|
91
94
|
:account_id,
|
|
92
95
|
:email)
|
|
96
|
+
SENSITIVE = []
|
|
93
97
|
include Aws::Structure
|
|
94
98
|
end
|
|
95
99
|
|
|
@@ -112,6 +116,7 @@ module Aws::Macie2
|
|
|
112
116
|
#
|
|
113
117
|
class AccountLevelPermissions < Struct.new(
|
|
114
118
|
:block_public_access)
|
|
119
|
+
SENSITIVE = []
|
|
115
120
|
include Aws::Structure
|
|
116
121
|
end
|
|
117
122
|
|
|
@@ -131,6 +136,7 @@ module Aws::Macie2
|
|
|
131
136
|
class AdminAccount < Struct.new(
|
|
132
137
|
:account_id,
|
|
133
138
|
:status)
|
|
139
|
+
SENSITIVE = []
|
|
134
140
|
include Aws::Structure
|
|
135
141
|
end
|
|
136
142
|
|
|
@@ -166,6 +172,7 @@ module Aws::Macie2
|
|
|
166
172
|
:api_service_name,
|
|
167
173
|
:first_seen,
|
|
168
174
|
:last_seen)
|
|
175
|
+
SENSITIVE = []
|
|
169
176
|
include Aws::Structure
|
|
170
177
|
end
|
|
171
178
|
|
|
@@ -196,6 +203,7 @@ module Aws::Macie2
|
|
|
196
203
|
:arn,
|
|
197
204
|
:principal_id,
|
|
198
205
|
:session_context)
|
|
206
|
+
SENSITIVE = []
|
|
199
207
|
include Aws::Structure
|
|
200
208
|
end
|
|
201
209
|
|
|
@@ -212,6 +220,7 @@ module Aws::Macie2
|
|
|
212
220
|
class AwsAccount < Struct.new(
|
|
213
221
|
:account_id,
|
|
214
222
|
:principal_id)
|
|
223
|
+
SENSITIVE = []
|
|
215
224
|
include Aws::Structure
|
|
216
225
|
end
|
|
217
226
|
|
|
@@ -224,6 +233,7 @@ module Aws::Macie2
|
|
|
224
233
|
#
|
|
225
234
|
class AwsService < Struct.new(
|
|
226
235
|
:invoked_by)
|
|
236
|
+
SENSITIVE = []
|
|
227
237
|
include Aws::Structure
|
|
228
238
|
end
|
|
229
239
|
|
|
@@ -256,6 +266,7 @@ module Aws::Macie2
|
|
|
256
266
|
:description,
|
|
257
267
|
:id,
|
|
258
268
|
:name)
|
|
269
|
+
SENSITIVE = []
|
|
259
270
|
include Aws::Structure
|
|
260
271
|
end
|
|
261
272
|
|
|
@@ -276,6 +287,7 @@ module Aws::Macie2
|
|
|
276
287
|
#
|
|
277
288
|
class BatchGetCustomDataIdentifiersRequest < Struct.new(
|
|
278
289
|
:ids)
|
|
290
|
+
SENSITIVE = []
|
|
279
291
|
include Aws::Structure
|
|
280
292
|
end
|
|
281
293
|
|
|
@@ -292,6 +304,7 @@ module Aws::Macie2
|
|
|
292
304
|
class BatchGetCustomDataIdentifiersResponse < Struct.new(
|
|
293
305
|
:custom_data_identifiers,
|
|
294
306
|
:not_found_identifier_ids)
|
|
307
|
+
SENSITIVE = []
|
|
295
308
|
include Aws::Structure
|
|
296
309
|
end
|
|
297
310
|
|
|
@@ -324,6 +337,7 @@ module Aws::Macie2
|
|
|
324
337
|
:block_public_policy,
|
|
325
338
|
:ignore_public_acls,
|
|
326
339
|
:restrict_public_buckets)
|
|
340
|
+
SENSITIVE = []
|
|
327
341
|
include Aws::Structure
|
|
328
342
|
end
|
|
329
343
|
|
|
@@ -345,6 +359,7 @@ module Aws::Macie2
|
|
|
345
359
|
:publicly_accessible,
|
|
346
360
|
:publicly_readable,
|
|
347
361
|
:publicly_writable)
|
|
362
|
+
SENSITIVE = []
|
|
348
363
|
include Aws::Structure
|
|
349
364
|
end
|
|
350
365
|
|
|
@@ -367,6 +382,7 @@ module Aws::Macie2
|
|
|
367
382
|
:kms_managed,
|
|
368
383
|
:s3_managed,
|
|
369
384
|
:unencrypted)
|
|
385
|
+
SENSITIVE = []
|
|
370
386
|
include Aws::Structure
|
|
371
387
|
end
|
|
372
388
|
|
|
@@ -388,6 +404,7 @@ module Aws::Macie2
|
|
|
388
404
|
:external,
|
|
389
405
|
:internal,
|
|
390
406
|
:not_shared)
|
|
407
|
+
SENSITIVE = []
|
|
391
408
|
include Aws::Structure
|
|
392
409
|
end
|
|
393
410
|
|
|
@@ -438,6 +455,7 @@ module Aws::Macie2
|
|
|
438
455
|
:lte,
|
|
439
456
|
:neq,
|
|
440
457
|
:prefix)
|
|
458
|
+
SENSITIVE = []
|
|
441
459
|
include Aws::Structure
|
|
442
460
|
end
|
|
443
461
|
|
|
@@ -472,6 +490,7 @@ module Aws::Macie2
|
|
|
472
490
|
:access_control_list,
|
|
473
491
|
:block_public_access,
|
|
474
492
|
:bucket_policy)
|
|
493
|
+
SENSITIVE = []
|
|
475
494
|
include Aws::Structure
|
|
476
495
|
end
|
|
477
496
|
|
|
@@ -550,6 +569,7 @@ module Aws::Macie2
|
|
|
550
569
|
:size_in_bytes_compressed,
|
|
551
570
|
:tags,
|
|
552
571
|
:versioning)
|
|
572
|
+
SENSITIVE = []
|
|
553
573
|
include Aws::Structure
|
|
554
574
|
end
|
|
555
575
|
|
|
@@ -571,6 +591,7 @@ module Aws::Macie2
|
|
|
571
591
|
class BucketPermissionConfiguration < Struct.new(
|
|
572
592
|
:account_level_permissions,
|
|
573
593
|
:bucket_level_permissions)
|
|
594
|
+
SENSITIVE = []
|
|
574
595
|
include Aws::Structure
|
|
575
596
|
end
|
|
576
597
|
|
|
@@ -588,6 +609,7 @@ module Aws::Macie2
|
|
|
588
609
|
class BucketPolicy < Struct.new(
|
|
589
610
|
:allows_public_read_access,
|
|
590
611
|
:allows_public_write_access)
|
|
612
|
+
SENSITIVE = []
|
|
591
613
|
include Aws::Structure
|
|
592
614
|
end
|
|
593
615
|
|
|
@@ -607,6 +629,7 @@ module Aws::Macie2
|
|
|
607
629
|
class BucketPublicAccess < Struct.new(
|
|
608
630
|
:effective_permission,
|
|
609
631
|
:permission_configuration)
|
|
632
|
+
SENSITIVE = []
|
|
610
633
|
include Aws::Structure
|
|
611
634
|
end
|
|
612
635
|
|
|
@@ -632,6 +655,7 @@ module Aws::Macie2
|
|
|
632
655
|
class BucketSortCriteria < Struct.new(
|
|
633
656
|
:attribute_name,
|
|
634
657
|
:order_by)
|
|
658
|
+
SENSITIVE = []
|
|
635
659
|
include Aws::Structure
|
|
636
660
|
end
|
|
637
661
|
|
|
@@ -660,6 +684,7 @@ module Aws::Macie2
|
|
|
660
684
|
:job_arn,
|
|
661
685
|
:job_id,
|
|
662
686
|
:result)
|
|
687
|
+
SENSITIVE = []
|
|
663
688
|
include Aws::Structure
|
|
664
689
|
end
|
|
665
690
|
|
|
@@ -687,6 +712,7 @@ module Aws::Macie2
|
|
|
687
712
|
#
|
|
688
713
|
class ClassificationExportConfiguration < Struct.new(
|
|
689
714
|
:s3_destination)
|
|
715
|
+
SENSITIVE = []
|
|
690
716
|
include Aws::Structure
|
|
691
717
|
end
|
|
692
718
|
|
|
@@ -723,6 +749,7 @@ module Aws::Macie2
|
|
|
723
749
|
:sensitive_data,
|
|
724
750
|
:size_classified,
|
|
725
751
|
:status)
|
|
752
|
+
SENSITIVE = []
|
|
726
753
|
include Aws::Structure
|
|
727
754
|
end
|
|
728
755
|
|
|
@@ -739,6 +766,7 @@ module Aws::Macie2
|
|
|
739
766
|
class ClassificationResultStatus < Struct.new(
|
|
740
767
|
:code,
|
|
741
768
|
:reason)
|
|
769
|
+
SENSITIVE = []
|
|
742
770
|
include Aws::Structure
|
|
743
771
|
end
|
|
744
772
|
|
|
@@ -752,6 +780,7 @@ module Aws::Macie2
|
|
|
752
780
|
#
|
|
753
781
|
class ConflictException < Struct.new(
|
|
754
782
|
:message)
|
|
783
|
+
SENSITIVE = []
|
|
755
784
|
include Aws::Structure
|
|
756
785
|
end
|
|
757
786
|
|
|
@@ -890,6 +919,7 @@ module Aws::Macie2
|
|
|
890
919
|
:sampling_percentage,
|
|
891
920
|
:schedule_frequency,
|
|
892
921
|
:tags)
|
|
922
|
+
SENSITIVE = []
|
|
893
923
|
include Aws::Structure
|
|
894
924
|
end
|
|
895
925
|
|
|
@@ -907,6 +937,7 @@ module Aws::Macie2
|
|
|
907
937
|
class CreateClassificationJobResponse < Struct.new(
|
|
908
938
|
:job_arn,
|
|
909
939
|
:job_id)
|
|
940
|
+
SENSITIVE = []
|
|
910
941
|
include Aws::Structure
|
|
911
942
|
end
|
|
912
943
|
|
|
@@ -969,6 +1000,7 @@ module Aws::Macie2
|
|
|
969
1000
|
:name,
|
|
970
1001
|
:regex,
|
|
971
1002
|
:tags)
|
|
1003
|
+
SENSITIVE = []
|
|
972
1004
|
include Aws::Structure
|
|
973
1005
|
end
|
|
974
1006
|
|
|
@@ -982,6 +1014,7 @@ module Aws::Macie2
|
|
|
982
1014
|
#
|
|
983
1015
|
class CreateCustomDataIdentifierResponse < Struct.new(
|
|
984
1016
|
:custom_data_identifier_id)
|
|
1017
|
+
SENSITIVE = []
|
|
985
1018
|
include Aws::Structure
|
|
986
1019
|
end
|
|
987
1020
|
|
|
@@ -1054,6 +1087,7 @@ module Aws::Macie2
|
|
|
1054
1087
|
:name,
|
|
1055
1088
|
:position,
|
|
1056
1089
|
:tags)
|
|
1090
|
+
SENSITIVE = []
|
|
1057
1091
|
include Aws::Structure
|
|
1058
1092
|
end
|
|
1059
1093
|
|
|
@@ -1071,6 +1105,7 @@ module Aws::Macie2
|
|
|
1071
1105
|
class CreateFindingsFilterResponse < Struct.new(
|
|
1072
1106
|
:arn,
|
|
1073
1107
|
:id)
|
|
1108
|
+
SENSITIVE = []
|
|
1074
1109
|
include Aws::Structure
|
|
1075
1110
|
end
|
|
1076
1111
|
|
|
@@ -1100,6 +1135,7 @@ module Aws::Macie2
|
|
|
1100
1135
|
:account_ids,
|
|
1101
1136
|
:disable_email_notification,
|
|
1102
1137
|
:message)
|
|
1138
|
+
SENSITIVE = []
|
|
1103
1139
|
include Aws::Structure
|
|
1104
1140
|
end
|
|
1105
1141
|
|
|
@@ -1113,6 +1149,7 @@ module Aws::Macie2
|
|
|
1113
1149
|
#
|
|
1114
1150
|
class CreateInvitationsResponse < Struct.new(
|
|
1115
1151
|
:unprocessed_accounts)
|
|
1152
|
+
SENSITIVE = []
|
|
1116
1153
|
include Aws::Structure
|
|
1117
1154
|
end
|
|
1118
1155
|
|
|
@@ -1147,6 +1184,7 @@ module Aws::Macie2
|
|
|
1147
1184
|
class CreateMemberRequest < Struct.new(
|
|
1148
1185
|
:account,
|
|
1149
1186
|
:tags)
|
|
1187
|
+
SENSITIVE = []
|
|
1150
1188
|
include Aws::Structure
|
|
1151
1189
|
end
|
|
1152
1190
|
|
|
@@ -1160,6 +1198,7 @@ module Aws::Macie2
|
|
|
1160
1198
|
#
|
|
1161
1199
|
class CreateMemberResponse < Struct.new(
|
|
1162
1200
|
:arn)
|
|
1201
|
+
SENSITIVE = []
|
|
1163
1202
|
include Aws::Structure
|
|
1164
1203
|
end
|
|
1165
1204
|
|
|
@@ -1180,6 +1219,7 @@ module Aws::Macie2
|
|
|
1180
1219
|
#
|
|
1181
1220
|
class CreateSampleFindingsRequest < Struct.new(
|
|
1182
1221
|
:finding_types)
|
|
1222
|
+
SENSITIVE = []
|
|
1183
1223
|
include Aws::Structure
|
|
1184
1224
|
end
|
|
1185
1225
|
|
|
@@ -1229,6 +1269,7 @@ module Aws::Macie2
|
|
|
1229
1269
|
:lt,
|
|
1230
1270
|
:lte,
|
|
1231
1271
|
:neq)
|
|
1272
|
+
SENSITIVE = []
|
|
1232
1273
|
include Aws::Structure
|
|
1233
1274
|
end
|
|
1234
1275
|
|
|
@@ -1257,6 +1298,7 @@ module Aws::Macie2
|
|
|
1257
1298
|
:description,
|
|
1258
1299
|
:id,
|
|
1259
1300
|
:name)
|
|
1301
|
+
SENSITIVE = []
|
|
1260
1302
|
include Aws::Structure
|
|
1261
1303
|
end
|
|
1262
1304
|
|
|
@@ -1276,6 +1318,7 @@ module Aws::Macie2
|
|
|
1276
1318
|
class CustomDataIdentifiers < Struct.new(
|
|
1277
1319
|
:detections,
|
|
1278
1320
|
:total_count)
|
|
1321
|
+
SENSITIVE = []
|
|
1279
1322
|
include Aws::Structure
|
|
1280
1323
|
end
|
|
1281
1324
|
|
|
@@ -1298,6 +1341,7 @@ module Aws::Macie2
|
|
|
1298
1341
|
:arn,
|
|
1299
1342
|
:count,
|
|
1300
1343
|
:name)
|
|
1344
|
+
SENSITIVE = []
|
|
1301
1345
|
include Aws::Structure
|
|
1302
1346
|
end
|
|
1303
1347
|
|
|
@@ -1324,6 +1368,7 @@ module Aws::Macie2
|
|
|
1324
1368
|
#
|
|
1325
1369
|
class DeclineInvitationsRequest < Struct.new(
|
|
1326
1370
|
:account_ids)
|
|
1371
|
+
SENSITIVE = []
|
|
1327
1372
|
include Aws::Structure
|
|
1328
1373
|
end
|
|
1329
1374
|
|
|
@@ -1338,6 +1383,7 @@ module Aws::Macie2
|
|
|
1338
1383
|
#
|
|
1339
1384
|
class DeclineInvitationsResponse < Struct.new(
|
|
1340
1385
|
:unprocessed_accounts)
|
|
1386
|
+
SENSITIVE = []
|
|
1341
1387
|
include Aws::Structure
|
|
1342
1388
|
end
|
|
1343
1389
|
|
|
@@ -1355,6 +1401,7 @@ module Aws::Macie2
|
|
|
1355
1401
|
class DefaultDetection < Struct.new(
|
|
1356
1402
|
:count,
|
|
1357
1403
|
:type)
|
|
1404
|
+
SENSITIVE = []
|
|
1358
1405
|
include Aws::Structure
|
|
1359
1406
|
end
|
|
1360
1407
|
|
|
@@ -1372,6 +1419,7 @@ module Aws::Macie2
|
|
|
1372
1419
|
#
|
|
1373
1420
|
class DeleteCustomDataIdentifierRequest < Struct.new(
|
|
1374
1421
|
:id)
|
|
1422
|
+
SENSITIVE = []
|
|
1375
1423
|
include Aws::Structure
|
|
1376
1424
|
end
|
|
1377
1425
|
|
|
@@ -1393,6 +1441,7 @@ module Aws::Macie2
|
|
|
1393
1441
|
#
|
|
1394
1442
|
class DeleteFindingsFilterRequest < Struct.new(
|
|
1395
1443
|
:id)
|
|
1444
|
+
SENSITIVE = []
|
|
1396
1445
|
include Aws::Structure
|
|
1397
1446
|
end
|
|
1398
1447
|
|
|
@@ -1417,6 +1466,7 @@ module Aws::Macie2
|
|
|
1417
1466
|
#
|
|
1418
1467
|
class DeleteInvitationsRequest < Struct.new(
|
|
1419
1468
|
:account_ids)
|
|
1469
|
+
SENSITIVE = []
|
|
1420
1470
|
include Aws::Structure
|
|
1421
1471
|
end
|
|
1422
1472
|
|
|
@@ -1430,6 +1480,7 @@ module Aws::Macie2
|
|
|
1430
1480
|
#
|
|
1431
1481
|
class DeleteInvitationsResponse < Struct.new(
|
|
1432
1482
|
:unprocessed_accounts)
|
|
1483
|
+
SENSITIVE = []
|
|
1433
1484
|
include Aws::Structure
|
|
1434
1485
|
end
|
|
1435
1486
|
|
|
@@ -1447,6 +1498,7 @@ module Aws::Macie2
|
|
|
1447
1498
|
#
|
|
1448
1499
|
class DeleteMemberRequest < Struct.new(
|
|
1449
1500
|
:id)
|
|
1501
|
+
SENSITIVE = []
|
|
1450
1502
|
include Aws::Structure
|
|
1451
1503
|
end
|
|
1452
1504
|
|
|
@@ -1503,6 +1555,7 @@ module Aws::Macie2
|
|
|
1503
1555
|
:max_results,
|
|
1504
1556
|
:next_token,
|
|
1505
1557
|
:sort_criteria)
|
|
1558
|
+
SENSITIVE = []
|
|
1506
1559
|
include Aws::Structure
|
|
1507
1560
|
end
|
|
1508
1561
|
|
|
@@ -1521,6 +1574,7 @@ module Aws::Macie2
|
|
|
1521
1574
|
class DescribeBucketsResponse < Struct.new(
|
|
1522
1575
|
:buckets,
|
|
1523
1576
|
:next_token)
|
|
1577
|
+
SENSITIVE = []
|
|
1524
1578
|
include Aws::Structure
|
|
1525
1579
|
end
|
|
1526
1580
|
|
|
@@ -1538,6 +1592,7 @@ module Aws::Macie2
|
|
|
1538
1592
|
#
|
|
1539
1593
|
class DescribeClassificationJobRequest < Struct.new(
|
|
1540
1594
|
:job_id)
|
|
1595
|
+
SENSITIVE = []
|
|
1541
1596
|
include Aws::Structure
|
|
1542
1597
|
end
|
|
1543
1598
|
|
|
@@ -1622,6 +1677,7 @@ module Aws::Macie2
|
|
|
1622
1677
|
:schedule_frequency,
|
|
1623
1678
|
:statistics,
|
|
1624
1679
|
:tags)
|
|
1680
|
+
SENSITIVE = []
|
|
1625
1681
|
include Aws::Structure
|
|
1626
1682
|
end
|
|
1627
1683
|
|
|
@@ -1645,6 +1701,7 @@ module Aws::Macie2
|
|
|
1645
1701
|
class DescribeOrganizationConfigurationResponse < Struct.new(
|
|
1646
1702
|
:auto_enable,
|
|
1647
1703
|
:max_account_limit_reached)
|
|
1704
|
+
SENSITIVE = []
|
|
1648
1705
|
include Aws::Structure
|
|
1649
1706
|
end
|
|
1650
1707
|
|
|
@@ -1672,6 +1729,7 @@ module Aws::Macie2
|
|
|
1672
1729
|
#
|
|
1673
1730
|
class DisableOrganizationAdminAccountRequest < Struct.new(
|
|
1674
1731
|
:admin_account_id)
|
|
1732
|
+
SENSITIVE = []
|
|
1675
1733
|
include Aws::Structure
|
|
1676
1734
|
end
|
|
1677
1735
|
|
|
@@ -1703,6 +1761,7 @@ module Aws::Macie2
|
|
|
1703
1761
|
#
|
|
1704
1762
|
class DisassociateMemberRequest < Struct.new(
|
|
1705
1763
|
:id)
|
|
1764
|
+
SENSITIVE = []
|
|
1706
1765
|
include Aws::Structure
|
|
1707
1766
|
end
|
|
1708
1767
|
|
|
@@ -1717,6 +1776,7 @@ module Aws::Macie2
|
|
|
1717
1776
|
#
|
|
1718
1777
|
class DomainDetails < Struct.new(
|
|
1719
1778
|
:domain_name)
|
|
1779
|
+
SENSITIVE = []
|
|
1720
1780
|
include Aws::Structure
|
|
1721
1781
|
end
|
|
1722
1782
|
|
|
@@ -1761,6 +1821,7 @@ module Aws::Macie2
|
|
|
1761
1821
|
:client_token,
|
|
1762
1822
|
:finding_publishing_frequency,
|
|
1763
1823
|
:status)
|
|
1824
|
+
SENSITIVE = []
|
|
1764
1825
|
include Aws::Structure
|
|
1765
1826
|
end
|
|
1766
1827
|
|
|
@@ -1793,6 +1854,7 @@ module Aws::Macie2
|
|
|
1793
1854
|
class EnableOrganizationAdminAccountRequest < Struct.new(
|
|
1794
1855
|
:admin_account_id,
|
|
1795
1856
|
:client_token)
|
|
1857
|
+
SENSITIVE = []
|
|
1796
1858
|
include Aws::Structure
|
|
1797
1859
|
end
|
|
1798
1860
|
|
|
@@ -1827,6 +1889,7 @@ module Aws::Macie2
|
|
|
1827
1889
|
:arn,
|
|
1828
1890
|
:principal_id,
|
|
1829
1891
|
:session_context)
|
|
1892
|
+
SENSITIVE = []
|
|
1830
1893
|
include Aws::Structure
|
|
1831
1894
|
end
|
|
1832
1895
|
|
|
@@ -1915,6 +1978,7 @@ module Aws::Macie2
|
|
|
1915
1978
|
:title,
|
|
1916
1979
|
:type,
|
|
1917
1980
|
:updated_at)
|
|
1981
|
+
SENSITIVE = []
|
|
1918
1982
|
include Aws::Structure
|
|
1919
1983
|
end
|
|
1920
1984
|
|
|
@@ -1946,6 +2010,7 @@ module Aws::Macie2
|
|
|
1946
2010
|
class FindingAction < Struct.new(
|
|
1947
2011
|
:action_type,
|
|
1948
2012
|
:api_call_details)
|
|
2013
|
+
SENSITIVE = []
|
|
1949
2014
|
include Aws::Structure
|
|
1950
2015
|
end
|
|
1951
2016
|
|
|
@@ -1967,6 +2032,7 @@ module Aws::Macie2
|
|
|
1967
2032
|
:domain_details,
|
|
1968
2033
|
:ip_address_details,
|
|
1969
2034
|
:user_identity)
|
|
2035
|
+
SENSITIVE = []
|
|
1970
2036
|
include Aws::Structure
|
|
1971
2037
|
end
|
|
1972
2038
|
|
|
@@ -1998,6 +2064,7 @@ module Aws::Macie2
|
|
|
1998
2064
|
#
|
|
1999
2065
|
class FindingCriteria < Struct.new(
|
|
2000
2066
|
:criterion)
|
|
2067
|
+
SENSITIVE = []
|
|
2001
2068
|
include Aws::Structure
|
|
2002
2069
|
end
|
|
2003
2070
|
|
|
@@ -2024,6 +2091,7 @@ module Aws::Macie2
|
|
|
2024
2091
|
class FindingStatisticsSortCriteria < Struct.new(
|
|
2025
2092
|
:attribute_name,
|
|
2026
2093
|
:order_by)
|
|
2094
|
+
SENSITIVE = []
|
|
2027
2095
|
include Aws::Structure
|
|
2028
2096
|
end
|
|
2029
2097
|
|
|
@@ -2051,6 +2119,7 @@ module Aws::Macie2
|
|
|
2051
2119
|
:id,
|
|
2052
2120
|
:name,
|
|
2053
2121
|
:tags)
|
|
2122
|
+
SENSITIVE = []
|
|
2054
2123
|
include Aws::Structure
|
|
2055
2124
|
end
|
|
2056
2125
|
|
|
@@ -2071,6 +2140,7 @@ module Aws::Macie2
|
|
|
2071
2140
|
#
|
|
2072
2141
|
class GetBucketStatisticsRequest < Struct.new(
|
|
2073
2142
|
:account_id)
|
|
2143
|
+
SENSITIVE = []
|
|
2074
2144
|
include Aws::Structure
|
|
2075
2145
|
end
|
|
2076
2146
|
|
|
@@ -2124,6 +2194,7 @@ module Aws::Macie2
|
|
|
2124
2194
|
:object_count,
|
|
2125
2195
|
:size_in_bytes,
|
|
2126
2196
|
:size_in_bytes_compressed)
|
|
2197
|
+
SENSITIVE = []
|
|
2127
2198
|
include Aws::Structure
|
|
2128
2199
|
end
|
|
2129
2200
|
|
|
@@ -2147,6 +2218,7 @@ module Aws::Macie2
|
|
|
2147
2218
|
#
|
|
2148
2219
|
class GetClassificationExportConfigurationResponse < Struct.new(
|
|
2149
2220
|
:configuration)
|
|
2221
|
+
SENSITIVE = []
|
|
2150
2222
|
include Aws::Structure
|
|
2151
2223
|
end
|
|
2152
2224
|
|
|
@@ -2164,6 +2236,7 @@ module Aws::Macie2
|
|
|
2164
2236
|
#
|
|
2165
2237
|
class GetCustomDataIdentifierRequest < Struct.new(
|
|
2166
2238
|
:id)
|
|
2239
|
+
SENSITIVE = []
|
|
2167
2240
|
include Aws::Structure
|
|
2168
2241
|
end
|
|
2169
2242
|
|
|
@@ -2220,6 +2293,7 @@ module Aws::Macie2
|
|
|
2220
2293
|
:name,
|
|
2221
2294
|
:regex,
|
|
2222
2295
|
:tags)
|
|
2296
|
+
SENSITIVE = []
|
|
2223
2297
|
include Aws::Structure
|
|
2224
2298
|
end
|
|
2225
2299
|
|
|
@@ -2273,6 +2347,7 @@ module Aws::Macie2
|
|
|
2273
2347
|
:group_by,
|
|
2274
2348
|
:size,
|
|
2275
2349
|
:sort_criteria)
|
|
2350
|
+
SENSITIVE = []
|
|
2276
2351
|
include Aws::Structure
|
|
2277
2352
|
end
|
|
2278
2353
|
|
|
@@ -2286,6 +2361,7 @@ module Aws::Macie2
|
|
|
2286
2361
|
#
|
|
2287
2362
|
class GetFindingStatisticsResponse < Struct.new(
|
|
2288
2363
|
:counts_by_group)
|
|
2364
|
+
SENSITIVE = []
|
|
2289
2365
|
include Aws::Structure
|
|
2290
2366
|
end
|
|
2291
2367
|
|
|
@@ -2303,6 +2379,7 @@ module Aws::Macie2
|
|
|
2303
2379
|
#
|
|
2304
2380
|
class GetFindingsFilterRequest < Struct.new(
|
|
2305
2381
|
:id)
|
|
2382
|
+
SENSITIVE = []
|
|
2306
2383
|
include Aws::Structure
|
|
2307
2384
|
end
|
|
2308
2385
|
|
|
@@ -2351,6 +2428,7 @@ module Aws::Macie2
|
|
|
2351
2428
|
:name,
|
|
2352
2429
|
:position,
|
|
2353
2430
|
:tags)
|
|
2431
|
+
SENSITIVE = []
|
|
2354
2432
|
include Aws::Structure
|
|
2355
2433
|
end
|
|
2356
2434
|
|
|
@@ -2380,6 +2458,7 @@ module Aws::Macie2
|
|
|
2380
2458
|
class GetFindingsRequest < Struct.new(
|
|
2381
2459
|
:finding_ids,
|
|
2382
2460
|
:sort_criteria)
|
|
2461
|
+
SENSITIVE = []
|
|
2383
2462
|
include Aws::Structure
|
|
2384
2463
|
end
|
|
2385
2464
|
|
|
@@ -2393,6 +2472,7 @@ module Aws::Macie2
|
|
|
2393
2472
|
#
|
|
2394
2473
|
class GetFindingsResponse < Struct.new(
|
|
2395
2474
|
:findings)
|
|
2475
|
+
SENSITIVE = []
|
|
2396
2476
|
include Aws::Structure
|
|
2397
2477
|
end
|
|
2398
2478
|
|
|
@@ -2413,6 +2493,7 @@ module Aws::Macie2
|
|
|
2413
2493
|
#
|
|
2414
2494
|
class GetInvitationsCountResponse < Struct.new(
|
|
2415
2495
|
:invitations_count)
|
|
2496
|
+
SENSITIVE = []
|
|
2416
2497
|
include Aws::Structure
|
|
2417
2498
|
end
|
|
2418
2499
|
|
|
@@ -2453,6 +2534,7 @@ module Aws::Macie2
|
|
|
2453
2534
|
:service_role,
|
|
2454
2535
|
:status,
|
|
2455
2536
|
:updated_at)
|
|
2537
|
+
SENSITIVE = []
|
|
2456
2538
|
include Aws::Structure
|
|
2457
2539
|
end
|
|
2458
2540
|
|
|
@@ -2476,6 +2558,7 @@ module Aws::Macie2
|
|
|
2476
2558
|
#
|
|
2477
2559
|
class GetMasterAccountResponse < Struct.new(
|
|
2478
2560
|
:master)
|
|
2561
|
+
SENSITIVE = []
|
|
2479
2562
|
include Aws::Structure
|
|
2480
2563
|
end
|
|
2481
2564
|
|
|
@@ -2493,6 +2576,7 @@ module Aws::Macie2
|
|
|
2493
2576
|
#
|
|
2494
2577
|
class GetMemberRequest < Struct.new(
|
|
2495
2578
|
:id)
|
|
2579
|
+
SENSITIVE = []
|
|
2496
2580
|
include Aws::Structure
|
|
2497
2581
|
end
|
|
2498
2582
|
|
|
@@ -2540,6 +2624,7 @@ module Aws::Macie2
|
|
|
2540
2624
|
:relationship_status,
|
|
2541
2625
|
:tags,
|
|
2542
2626
|
:updated_at)
|
|
2627
|
+
SENSITIVE = []
|
|
2543
2628
|
include Aws::Structure
|
|
2544
2629
|
end
|
|
2545
2630
|
|
|
@@ -2586,6 +2671,7 @@ module Aws::Macie2
|
|
|
2586
2671
|
:max_results,
|
|
2587
2672
|
:next_token,
|
|
2588
2673
|
:sort_by)
|
|
2674
|
+
SENSITIVE = []
|
|
2589
2675
|
include Aws::Structure
|
|
2590
2676
|
end
|
|
2591
2677
|
|
|
@@ -2603,6 +2689,7 @@ module Aws::Macie2
|
|
|
2603
2689
|
class GetUsageStatisticsResponse < Struct.new(
|
|
2604
2690
|
:next_token,
|
|
2605
2691
|
:records)
|
|
2692
|
+
SENSITIVE = []
|
|
2606
2693
|
include Aws::Structure
|
|
2607
2694
|
end
|
|
2608
2695
|
|
|
@@ -2622,6 +2709,7 @@ module Aws::Macie2
|
|
|
2622
2709
|
#
|
|
2623
2710
|
class GetUsageTotalsResponse < Struct.new(
|
|
2624
2711
|
:usage_totals)
|
|
2712
|
+
SENSITIVE = []
|
|
2625
2713
|
include Aws::Structure
|
|
2626
2714
|
end
|
|
2627
2715
|
|
|
@@ -2639,6 +2727,7 @@ module Aws::Macie2
|
|
|
2639
2727
|
class GroupCount < Struct.new(
|
|
2640
2728
|
:count,
|
|
2641
2729
|
:group_key)
|
|
2730
|
+
SENSITIVE = []
|
|
2642
2731
|
include Aws::Structure
|
|
2643
2732
|
end
|
|
2644
2733
|
|
|
@@ -2663,6 +2752,7 @@ module Aws::Macie2
|
|
|
2663
2752
|
:arn,
|
|
2664
2753
|
:principal_id,
|
|
2665
2754
|
:user_name)
|
|
2755
|
+
SENSITIVE = []
|
|
2666
2756
|
include Aws::Structure
|
|
2667
2757
|
end
|
|
2668
2758
|
|
|
@@ -2676,6 +2766,7 @@ module Aws::Macie2
|
|
|
2676
2766
|
#
|
|
2677
2767
|
class InternalServerException < Struct.new(
|
|
2678
2768
|
:message)
|
|
2769
|
+
SENSITIVE = []
|
|
2679
2770
|
include Aws::Structure
|
|
2680
2771
|
end
|
|
2681
2772
|
|
|
@@ -2704,6 +2795,7 @@ module Aws::Macie2
|
|
|
2704
2795
|
:invitation_id,
|
|
2705
2796
|
:invited_at,
|
|
2706
2797
|
:relationship_status)
|
|
2798
|
+
SENSITIVE = []
|
|
2707
2799
|
include Aws::Structure
|
|
2708
2800
|
end
|
|
2709
2801
|
|
|
@@ -2734,6 +2826,7 @@ module Aws::Macie2
|
|
|
2734
2826
|
:ip_country,
|
|
2735
2827
|
:ip_geo_location,
|
|
2736
2828
|
:ip_owner)
|
|
2829
|
+
SENSITIVE = []
|
|
2737
2830
|
include Aws::Structure
|
|
2738
2831
|
end
|
|
2739
2832
|
|
|
@@ -2746,6 +2839,7 @@ module Aws::Macie2
|
|
|
2746
2839
|
#
|
|
2747
2840
|
class IpCity < Struct.new(
|
|
2748
2841
|
:name)
|
|
2842
|
+
SENSITIVE = []
|
|
2749
2843
|
include Aws::Structure
|
|
2750
2844
|
end
|
|
2751
2845
|
|
|
@@ -2762,6 +2856,7 @@ module Aws::Macie2
|
|
|
2762
2856
|
class IpCountry < Struct.new(
|
|
2763
2857
|
:code,
|
|
2764
2858
|
:name)
|
|
2859
|
+
SENSITIVE = []
|
|
2765
2860
|
include Aws::Structure
|
|
2766
2861
|
end
|
|
2767
2862
|
|
|
@@ -2778,6 +2873,7 @@ module Aws::Macie2
|
|
|
2778
2873
|
class IpGeoLocation < Struct.new(
|
|
2779
2874
|
:lat,
|
|
2780
2875
|
:lon)
|
|
2876
|
+
SENSITIVE = []
|
|
2781
2877
|
include Aws::Structure
|
|
2782
2878
|
end
|
|
2783
2879
|
|
|
@@ -2802,6 +2898,7 @@ module Aws::Macie2
|
|
|
2802
2898
|
:asn_org,
|
|
2803
2899
|
:isp,
|
|
2804
2900
|
:org)
|
|
2901
|
+
SENSITIVE = []
|
|
2805
2902
|
include Aws::Structure
|
|
2806
2903
|
end
|
|
2807
2904
|
|
|
@@ -2838,6 +2935,7 @@ module Aws::Macie2
|
|
|
2838
2935
|
:daily_schedule,
|
|
2839
2936
|
:monthly_schedule,
|
|
2840
2937
|
:weekly_schedule)
|
|
2938
|
+
SENSITIVE = []
|
|
2841
2939
|
include Aws::Structure
|
|
2842
2940
|
end
|
|
2843
2941
|
|
|
@@ -2881,6 +2979,7 @@ module Aws::Macie2
|
|
|
2881
2979
|
class JobScopeTerm < Struct.new(
|
|
2882
2980
|
:simple_scope_term,
|
|
2883
2981
|
:tag_scope_term)
|
|
2982
|
+
SENSITIVE = []
|
|
2884
2983
|
include Aws::Structure
|
|
2885
2984
|
end
|
|
2886
2985
|
|
|
@@ -2919,6 +3018,7 @@ module Aws::Macie2
|
|
|
2919
3018
|
#
|
|
2920
3019
|
class JobScopingBlock < Struct.new(
|
|
2921
3020
|
:and)
|
|
3021
|
+
SENSITIVE = []
|
|
2922
3022
|
include Aws::Structure
|
|
2923
3023
|
end
|
|
2924
3024
|
|
|
@@ -2954,6 +3054,7 @@ module Aws::Macie2
|
|
|
2954
3054
|
:job_status,
|
|
2955
3055
|
:job_type,
|
|
2956
3056
|
:name)
|
|
3057
|
+
SENSITIVE = []
|
|
2957
3058
|
include Aws::Structure
|
|
2958
3059
|
end
|
|
2959
3060
|
|
|
@@ -2972,6 +3073,7 @@ module Aws::Macie2
|
|
|
2972
3073
|
class KeyValuePair < Struct.new(
|
|
2973
3074
|
:key,
|
|
2974
3075
|
:value)
|
|
3076
|
+
SENSITIVE = []
|
|
2975
3077
|
include Aws::Structure
|
|
2976
3078
|
end
|
|
2977
3079
|
|
|
@@ -3029,6 +3131,7 @@ module Aws::Macie2
|
|
|
3029
3131
|
:max_results,
|
|
3030
3132
|
:next_token,
|
|
3031
3133
|
:sort_criteria)
|
|
3134
|
+
SENSITIVE = []
|
|
3032
3135
|
include Aws::Structure
|
|
3033
3136
|
end
|
|
3034
3137
|
|
|
@@ -3046,6 +3149,7 @@ module Aws::Macie2
|
|
|
3046
3149
|
class ListClassificationJobsResponse < Struct.new(
|
|
3047
3150
|
:items,
|
|
3048
3151
|
:next_token)
|
|
3152
|
+
SENSITIVE = []
|
|
3049
3153
|
include Aws::Structure
|
|
3050
3154
|
end
|
|
3051
3155
|
|
|
@@ -3071,6 +3175,7 @@ module Aws::Macie2
|
|
|
3071
3175
|
class ListCustomDataIdentifiersRequest < Struct.new(
|
|
3072
3176
|
:max_results,
|
|
3073
3177
|
:next_token)
|
|
3178
|
+
SENSITIVE = []
|
|
3074
3179
|
include Aws::Structure
|
|
3075
3180
|
end
|
|
3076
3181
|
|
|
@@ -3088,6 +3193,7 @@ module Aws::Macie2
|
|
|
3088
3193
|
class ListCustomDataIdentifiersResponse < Struct.new(
|
|
3089
3194
|
:items,
|
|
3090
3195
|
:next_token)
|
|
3196
|
+
SENSITIVE = []
|
|
3091
3197
|
include Aws::Structure
|
|
3092
3198
|
end
|
|
3093
3199
|
|
|
@@ -3110,6 +3216,7 @@ module Aws::Macie2
|
|
|
3110
3216
|
class ListFindingsFiltersRequest < Struct.new(
|
|
3111
3217
|
:max_results,
|
|
3112
3218
|
:next_token)
|
|
3219
|
+
SENSITIVE = []
|
|
3113
3220
|
include Aws::Structure
|
|
3114
3221
|
end
|
|
3115
3222
|
|
|
@@ -3126,6 +3233,7 @@ module Aws::Macie2
|
|
|
3126
3233
|
class ListFindingsFiltersResponse < Struct.new(
|
|
3127
3234
|
:findings_filter_list_items,
|
|
3128
3235
|
:next_token)
|
|
3236
|
+
SENSITIVE = []
|
|
3129
3237
|
include Aws::Structure
|
|
3130
3238
|
end
|
|
3131
3239
|
|
|
@@ -3179,6 +3287,7 @@ module Aws::Macie2
|
|
|
3179
3287
|
:max_results,
|
|
3180
3288
|
:next_token,
|
|
3181
3289
|
:sort_criteria)
|
|
3290
|
+
SENSITIVE = []
|
|
3182
3291
|
include Aws::Structure
|
|
3183
3292
|
end
|
|
3184
3293
|
|
|
@@ -3196,6 +3305,7 @@ module Aws::Macie2
|
|
|
3196
3305
|
class ListFindingsResponse < Struct.new(
|
|
3197
3306
|
:finding_ids,
|
|
3198
3307
|
:next_token)
|
|
3308
|
+
SENSITIVE = []
|
|
3199
3309
|
include Aws::Structure
|
|
3200
3310
|
end
|
|
3201
3311
|
|
|
@@ -3218,6 +3328,7 @@ module Aws::Macie2
|
|
|
3218
3328
|
class ListInvitationsRequest < Struct.new(
|
|
3219
3329
|
:max_results,
|
|
3220
3330
|
:next_token)
|
|
3331
|
+
SENSITIVE = []
|
|
3221
3332
|
include Aws::Structure
|
|
3222
3333
|
end
|
|
3223
3334
|
|
|
@@ -3235,6 +3346,7 @@ module Aws::Macie2
|
|
|
3235
3346
|
class ListInvitationsResponse < Struct.new(
|
|
3236
3347
|
:invitations,
|
|
3237
3348
|
:next_token)
|
|
3349
|
+
SENSITIVE = []
|
|
3238
3350
|
include Aws::Structure
|
|
3239
3351
|
end
|
|
3240
3352
|
|
|
@@ -3272,6 +3384,7 @@ module Aws::Macie2
|
|
|
3272
3384
|
class ListJobsFilterCriteria < Struct.new(
|
|
3273
3385
|
:excludes,
|
|
3274
3386
|
:includes)
|
|
3387
|
+
SENSITIVE = []
|
|
3275
3388
|
include Aws::Structure
|
|
3276
3389
|
end
|
|
3277
3390
|
|
|
@@ -3305,6 +3418,7 @@ module Aws::Macie2
|
|
|
3305
3418
|
:comparator,
|
|
3306
3419
|
:key,
|
|
3307
3420
|
:values)
|
|
3421
|
+
SENSITIVE = []
|
|
3308
3422
|
include Aws::Structure
|
|
3309
3423
|
end
|
|
3310
3424
|
|
|
@@ -3331,6 +3445,7 @@ module Aws::Macie2
|
|
|
3331
3445
|
class ListJobsSortCriteria < Struct.new(
|
|
3332
3446
|
:attribute_name,
|
|
3333
3447
|
:order_by)
|
|
3448
|
+
SENSITIVE = []
|
|
3334
3449
|
include Aws::Structure
|
|
3335
3450
|
end
|
|
3336
3451
|
|
|
@@ -3358,6 +3473,7 @@ module Aws::Macie2
|
|
|
3358
3473
|
:max_results,
|
|
3359
3474
|
:next_token,
|
|
3360
3475
|
:only_associated)
|
|
3476
|
+
SENSITIVE = []
|
|
3361
3477
|
include Aws::Structure
|
|
3362
3478
|
end
|
|
3363
3479
|
|
|
@@ -3375,6 +3491,7 @@ module Aws::Macie2
|
|
|
3375
3491
|
class ListMembersResponse < Struct.new(
|
|
3376
3492
|
:members,
|
|
3377
3493
|
:next_token)
|
|
3494
|
+
SENSITIVE = []
|
|
3378
3495
|
include Aws::Structure
|
|
3379
3496
|
end
|
|
3380
3497
|
|
|
@@ -3397,6 +3514,7 @@ module Aws::Macie2
|
|
|
3397
3514
|
class ListOrganizationAdminAccountsRequest < Struct.new(
|
|
3398
3515
|
:max_results,
|
|
3399
3516
|
:next_token)
|
|
3517
|
+
SENSITIVE = []
|
|
3400
3518
|
include Aws::Structure
|
|
3401
3519
|
end
|
|
3402
3520
|
|
|
@@ -3414,6 +3532,7 @@ module Aws::Macie2
|
|
|
3414
3532
|
class ListOrganizationAdminAccountsResponse < Struct.new(
|
|
3415
3533
|
:admin_accounts,
|
|
3416
3534
|
:next_token)
|
|
3535
|
+
SENSITIVE = []
|
|
3417
3536
|
include Aws::Structure
|
|
3418
3537
|
end
|
|
3419
3538
|
|
|
@@ -3431,6 +3550,7 @@ module Aws::Macie2
|
|
|
3431
3550
|
#
|
|
3432
3551
|
class ListTagsForResourceRequest < Struct.new(
|
|
3433
3552
|
:resource_arn)
|
|
3553
|
+
SENSITIVE = []
|
|
3434
3554
|
include Aws::Structure
|
|
3435
3555
|
end
|
|
3436
3556
|
|
|
@@ -3448,6 +3568,7 @@ module Aws::Macie2
|
|
|
3448
3568
|
#
|
|
3449
3569
|
class ListTagsForResourceResponse < Struct.new(
|
|
3450
3570
|
:tags)
|
|
3571
|
+
SENSITIVE = []
|
|
3451
3572
|
include Aws::Structure
|
|
3452
3573
|
end
|
|
3453
3574
|
|
|
@@ -3495,6 +3616,7 @@ module Aws::Macie2
|
|
|
3495
3616
|
:relationship_status,
|
|
3496
3617
|
:tags,
|
|
3497
3618
|
:updated_at)
|
|
3619
|
+
SENSITIVE = []
|
|
3498
3620
|
include Aws::Structure
|
|
3499
3621
|
end
|
|
3500
3622
|
|
|
@@ -3515,6 +3637,7 @@ module Aws::Macie2
|
|
|
3515
3637
|
#
|
|
3516
3638
|
class MonthlySchedule < Struct.new(
|
|
3517
3639
|
:day_of_month)
|
|
3640
|
+
SENSITIVE = []
|
|
3518
3641
|
include Aws::Structure
|
|
3519
3642
|
end
|
|
3520
3643
|
|
|
@@ -3537,6 +3660,7 @@ module Aws::Macie2
|
|
|
3537
3660
|
:kms_managed,
|
|
3538
3661
|
:s3_managed,
|
|
3539
3662
|
:unencrypted)
|
|
3663
|
+
SENSITIVE = []
|
|
3540
3664
|
include Aws::Structure
|
|
3541
3665
|
end
|
|
3542
3666
|
|
|
@@ -3557,6 +3681,7 @@ module Aws::Macie2
|
|
|
3557
3681
|
class PolicyDetails < Struct.new(
|
|
3558
3682
|
:action,
|
|
3559
3683
|
:actor)
|
|
3684
|
+
SENSITIVE = []
|
|
3560
3685
|
include Aws::Structure
|
|
3561
3686
|
end
|
|
3562
3687
|
|
|
@@ -3588,6 +3713,7 @@ module Aws::Macie2
|
|
|
3588
3713
|
#
|
|
3589
3714
|
class PutClassificationExportConfigurationRequest < Struct.new(
|
|
3590
3715
|
:configuration)
|
|
3716
|
+
SENSITIVE = []
|
|
3591
3717
|
include Aws::Structure
|
|
3592
3718
|
end
|
|
3593
3719
|
|
|
@@ -3605,6 +3731,7 @@ module Aws::Macie2
|
|
|
3605
3731
|
#
|
|
3606
3732
|
class PutClassificationExportConfigurationResponse < Struct.new(
|
|
3607
3733
|
:configuration)
|
|
3734
|
+
SENSITIVE = []
|
|
3608
3735
|
include Aws::Structure
|
|
3609
3736
|
end
|
|
3610
3737
|
|
|
@@ -3627,6 +3754,7 @@ module Aws::Macie2
|
|
|
3627
3754
|
:replicated,
|
|
3628
3755
|
:replicated_externally,
|
|
3629
3756
|
:replication_accounts)
|
|
3757
|
+
SENSITIVE = []
|
|
3630
3758
|
include Aws::Structure
|
|
3631
3759
|
end
|
|
3632
3760
|
|
|
@@ -3640,6 +3768,7 @@ module Aws::Macie2
|
|
|
3640
3768
|
#
|
|
3641
3769
|
class ResourceNotFoundException < Struct.new(
|
|
3642
3770
|
:message)
|
|
3771
|
+
SENSITIVE = []
|
|
3643
3772
|
include Aws::Structure
|
|
3644
3773
|
end
|
|
3645
3774
|
|
|
@@ -3658,6 +3787,7 @@ module Aws::Macie2
|
|
|
3658
3787
|
class ResourcesAffected < Struct.new(
|
|
3659
3788
|
:s3_bucket,
|
|
3660
3789
|
:s3_object)
|
|
3790
|
+
SENSITIVE = []
|
|
3661
3791
|
include Aws::Structure
|
|
3662
3792
|
end
|
|
3663
3793
|
|
|
@@ -3700,6 +3830,7 @@ module Aws::Macie2
|
|
|
3700
3830
|
:owner,
|
|
3701
3831
|
:public_access,
|
|
3702
3832
|
:tags)
|
|
3833
|
+
SENSITIVE = []
|
|
3703
3834
|
include Aws::Structure
|
|
3704
3835
|
end
|
|
3705
3836
|
|
|
@@ -3725,6 +3856,7 @@ module Aws::Macie2
|
|
|
3725
3856
|
class S3BucketDefinitionForJob < Struct.new(
|
|
3726
3857
|
:account_id,
|
|
3727
3858
|
:buckets)
|
|
3859
|
+
SENSITIVE = []
|
|
3728
3860
|
include Aws::Structure
|
|
3729
3861
|
end
|
|
3730
3862
|
|
|
@@ -3741,6 +3873,7 @@ module Aws::Macie2
|
|
|
3741
3873
|
class S3BucketOwner < Struct.new(
|
|
3742
3874
|
:display_name,
|
|
3743
3875
|
:id)
|
|
3876
|
+
SENSITIVE = []
|
|
3744
3877
|
include Aws::Structure
|
|
3745
3878
|
end
|
|
3746
3879
|
|
|
@@ -3771,6 +3904,7 @@ module Aws::Macie2
|
|
|
3771
3904
|
:bucket_name,
|
|
3772
3905
|
:key_prefix,
|
|
3773
3906
|
:kms_key_arn)
|
|
3907
|
+
SENSITIVE = []
|
|
3774
3908
|
include Aws::Structure
|
|
3775
3909
|
end
|
|
3776
3910
|
|
|
@@ -3846,6 +3980,7 @@ module Aws::Macie2
|
|
|
3846
3980
|
class S3JobDefinition < Struct.new(
|
|
3847
3981
|
:bucket_definitions,
|
|
3848
3982
|
:scoping)
|
|
3983
|
+
SENSITIVE = []
|
|
3849
3984
|
include Aws::Structure
|
|
3850
3985
|
end
|
|
3851
3986
|
|
|
@@ -3906,6 +4041,7 @@ module Aws::Macie2
|
|
|
3906
4041
|
:storage_class,
|
|
3907
4042
|
:tags,
|
|
3908
4043
|
:version_id)
|
|
4044
|
+
SENSITIVE = []
|
|
3909
4045
|
include Aws::Structure
|
|
3910
4046
|
end
|
|
3911
4047
|
|
|
@@ -3972,6 +4108,7 @@ module Aws::Macie2
|
|
|
3972
4108
|
class Scoping < Struct.new(
|
|
3973
4109
|
:excludes,
|
|
3974
4110
|
:includes)
|
|
4111
|
+
SENSITIVE = []
|
|
3975
4112
|
include Aws::Structure
|
|
3976
4113
|
end
|
|
3977
4114
|
|
|
@@ -3996,6 +4133,7 @@ module Aws::Macie2
|
|
|
3996
4133
|
:category,
|
|
3997
4134
|
:detections,
|
|
3998
4135
|
:total_count)
|
|
4136
|
+
SENSITIVE = []
|
|
3999
4137
|
include Aws::Structure
|
|
4000
4138
|
end
|
|
4001
4139
|
|
|
@@ -4015,6 +4153,7 @@ module Aws::Macie2
|
|
|
4015
4153
|
class ServerSideEncryption < Struct.new(
|
|
4016
4154
|
:encryption_type,
|
|
4017
4155
|
:kms_master_key_id)
|
|
4156
|
+
SENSITIVE = []
|
|
4018
4157
|
include Aws::Structure
|
|
4019
4158
|
end
|
|
4020
4159
|
|
|
@@ -4035,6 +4174,7 @@ module Aws::Macie2
|
|
|
4035
4174
|
:is_service_limited,
|
|
4036
4175
|
:unit,
|
|
4037
4176
|
:value)
|
|
4177
|
+
SENSITIVE = []
|
|
4038
4178
|
include Aws::Structure
|
|
4039
4179
|
end
|
|
4040
4180
|
|
|
@@ -4048,6 +4188,7 @@ module Aws::Macie2
|
|
|
4048
4188
|
#
|
|
4049
4189
|
class ServiceQuotaExceededException < Struct.new(
|
|
4050
4190
|
:message)
|
|
4191
|
+
SENSITIVE = []
|
|
4051
4192
|
include Aws::Structure
|
|
4052
4193
|
end
|
|
4053
4194
|
|
|
@@ -4069,6 +4210,7 @@ module Aws::Macie2
|
|
|
4069
4210
|
class SessionContext < Struct.new(
|
|
4070
4211
|
:attributes,
|
|
4071
4212
|
:session_issuer)
|
|
4213
|
+
SENSITIVE = []
|
|
4072
4214
|
include Aws::Structure
|
|
4073
4215
|
end
|
|
4074
4216
|
|
|
@@ -4086,6 +4228,7 @@ module Aws::Macie2
|
|
|
4086
4228
|
class SessionContextAttributes < Struct.new(
|
|
4087
4229
|
:creation_date,
|
|
4088
4230
|
:mfa_authenticated)
|
|
4231
|
+
SENSITIVE = []
|
|
4089
4232
|
include Aws::Structure
|
|
4090
4233
|
end
|
|
4091
4234
|
|
|
@@ -4115,6 +4258,7 @@ module Aws::Macie2
|
|
|
4115
4258
|
:principal_id,
|
|
4116
4259
|
:type,
|
|
4117
4260
|
:user_name)
|
|
4261
|
+
SENSITIVE = []
|
|
4118
4262
|
include Aws::Structure
|
|
4119
4263
|
end
|
|
4120
4264
|
|
|
@@ -4134,6 +4278,7 @@ module Aws::Macie2
|
|
|
4134
4278
|
class Severity < Struct.new(
|
|
4135
4279
|
:description,
|
|
4136
4280
|
:score)
|
|
4281
|
+
SENSITIVE = []
|
|
4137
4282
|
include Aws::Structure
|
|
4138
4283
|
end
|
|
4139
4284
|
|
|
@@ -4167,6 +4312,7 @@ module Aws::Macie2
|
|
|
4167
4312
|
:comparator,
|
|
4168
4313
|
:key,
|
|
4169
4314
|
:values)
|
|
4315
|
+
SENSITIVE = []
|
|
4170
4316
|
include Aws::Structure
|
|
4171
4317
|
end
|
|
4172
4318
|
|
|
@@ -4192,6 +4338,7 @@ module Aws::Macie2
|
|
|
4192
4338
|
class SortCriteria < Struct.new(
|
|
4193
4339
|
:attribute_name,
|
|
4194
4340
|
:order_by)
|
|
4341
|
+
SENSITIVE = []
|
|
4195
4342
|
include Aws::Structure
|
|
4196
4343
|
end
|
|
4197
4344
|
|
|
@@ -4208,6 +4355,7 @@ module Aws::Macie2
|
|
|
4208
4355
|
class Statistics < Struct.new(
|
|
4209
4356
|
:approximate_number_of_objects_to_process,
|
|
4210
4357
|
:number_of_runs)
|
|
4358
|
+
SENSITIVE = []
|
|
4211
4359
|
include Aws::Structure
|
|
4212
4360
|
end
|
|
4213
4361
|
|
|
@@ -4239,6 +4387,7 @@ module Aws::Macie2
|
|
|
4239
4387
|
class TagResourceRequest < Struct.new(
|
|
4240
4388
|
:resource_arn,
|
|
4241
4389
|
:tags)
|
|
4390
|
+
SENSITIVE = []
|
|
4242
4391
|
include Aws::Structure
|
|
4243
4392
|
end
|
|
4244
4393
|
|
|
@@ -4288,6 +4437,7 @@ module Aws::Macie2
|
|
|
4288
4437
|
:key,
|
|
4289
4438
|
:tag_values,
|
|
4290
4439
|
:target)
|
|
4440
|
+
SENSITIVE = []
|
|
4291
4441
|
include Aws::Structure
|
|
4292
4442
|
end
|
|
4293
4443
|
|
|
@@ -4313,6 +4463,7 @@ module Aws::Macie2
|
|
|
4313
4463
|
class TagValuePair < Struct.new(
|
|
4314
4464
|
:key,
|
|
4315
4465
|
:value)
|
|
4466
|
+
SENSITIVE = []
|
|
4316
4467
|
include Aws::Structure
|
|
4317
4468
|
end
|
|
4318
4469
|
|
|
@@ -4352,6 +4503,7 @@ module Aws::Macie2
|
|
|
4352
4503
|
:maximum_match_distance,
|
|
4353
4504
|
:regex,
|
|
4354
4505
|
:sample_text)
|
|
4506
|
+
SENSITIVE = []
|
|
4355
4507
|
include Aws::Structure
|
|
4356
4508
|
end
|
|
4357
4509
|
|
|
@@ -4364,6 +4516,7 @@ module Aws::Macie2
|
|
|
4364
4516
|
#
|
|
4365
4517
|
class TestCustomDataIdentifierResponse < Struct.new(
|
|
4366
4518
|
:match_count)
|
|
4519
|
+
SENSITIVE = []
|
|
4367
4520
|
include Aws::Structure
|
|
4368
4521
|
end
|
|
4369
4522
|
|
|
@@ -4377,6 +4530,7 @@ module Aws::Macie2
|
|
|
4377
4530
|
#
|
|
4378
4531
|
class ThrottlingException < Struct.new(
|
|
4379
4532
|
:message)
|
|
4533
|
+
SENSITIVE = []
|
|
4380
4534
|
include Aws::Structure
|
|
4381
4535
|
end
|
|
4382
4536
|
|
|
@@ -4399,6 +4553,7 @@ module Aws::Macie2
|
|
|
4399
4553
|
:account_id,
|
|
4400
4554
|
:error_code,
|
|
4401
4555
|
:error_message)
|
|
4556
|
+
SENSITIVE = []
|
|
4402
4557
|
include Aws::Structure
|
|
4403
4558
|
end
|
|
4404
4559
|
|
|
@@ -4421,6 +4576,7 @@ module Aws::Macie2
|
|
|
4421
4576
|
class UntagResourceRequest < Struct.new(
|
|
4422
4577
|
:resource_arn,
|
|
4423
4578
|
:tag_keys)
|
|
4579
|
+
SENSITIVE = []
|
|
4424
4580
|
include Aws::Structure
|
|
4425
4581
|
end
|
|
4426
4582
|
|
|
@@ -4453,6 +4609,7 @@ module Aws::Macie2
|
|
|
4453
4609
|
class UpdateClassificationJobRequest < Struct.new(
|
|
4454
4610
|
:job_id,
|
|
4455
4611
|
:job_status)
|
|
4612
|
+
SENSITIVE = []
|
|
4456
4613
|
include Aws::Structure
|
|
4457
4614
|
end
|
|
4458
4615
|
|
|
@@ -4517,6 +4674,7 @@ module Aws::Macie2
|
|
|
4517
4674
|
:id,
|
|
4518
4675
|
:name,
|
|
4519
4676
|
:position)
|
|
4677
|
+
SENSITIVE = []
|
|
4520
4678
|
include Aws::Structure
|
|
4521
4679
|
end
|
|
4522
4680
|
|
|
@@ -4534,6 +4692,7 @@ module Aws::Macie2
|
|
|
4534
4692
|
class UpdateFindingsFilterResponse < Struct.new(
|
|
4535
4693
|
:arn,
|
|
4536
4694
|
:id)
|
|
4695
|
+
SENSITIVE = []
|
|
4537
4696
|
include Aws::Structure
|
|
4538
4697
|
end
|
|
4539
4698
|
|
|
@@ -4564,6 +4723,7 @@ module Aws::Macie2
|
|
|
4564
4723
|
class UpdateMacieSessionRequest < Struct.new(
|
|
4565
4724
|
:finding_publishing_frequency,
|
|
4566
4725
|
:status)
|
|
4726
|
+
SENSITIVE = []
|
|
4567
4727
|
include Aws::Structure
|
|
4568
4728
|
end
|
|
4569
4729
|
|
|
@@ -4593,6 +4753,7 @@ module Aws::Macie2
|
|
|
4593
4753
|
class UpdateMemberSessionRequest < Struct.new(
|
|
4594
4754
|
:id,
|
|
4595
4755
|
:status)
|
|
4756
|
+
SENSITIVE = []
|
|
4596
4757
|
include Aws::Structure
|
|
4597
4758
|
end
|
|
4598
4759
|
|
|
@@ -4617,6 +4778,7 @@ module Aws::Macie2
|
|
|
4617
4778
|
#
|
|
4618
4779
|
class UpdateOrganizationConfigurationRequest < Struct.new(
|
|
4619
4780
|
:auto_enable)
|
|
4781
|
+
SENSITIVE = []
|
|
4620
4782
|
include Aws::Structure
|
|
4621
4783
|
end
|
|
4622
4784
|
|
|
@@ -4651,6 +4813,7 @@ module Aws::Macie2
|
|
|
4651
4813
|
:estimated_cost,
|
|
4652
4814
|
:service_limit,
|
|
4653
4815
|
:type)
|
|
4816
|
+
SENSITIVE = []
|
|
4654
4817
|
include Aws::Structure
|
|
4655
4818
|
end
|
|
4656
4819
|
|
|
@@ -4671,6 +4834,7 @@ module Aws::Macie2
|
|
|
4671
4834
|
:account_id,
|
|
4672
4835
|
:free_trial_start_date,
|
|
4673
4836
|
:usage)
|
|
4837
|
+
SENSITIVE = []
|
|
4674
4838
|
include Aws::Structure
|
|
4675
4839
|
end
|
|
4676
4840
|
|
|
@@ -4698,6 +4862,7 @@ module Aws::Macie2
|
|
|
4698
4862
|
class UsageStatisticsFilter < Struct.new(
|
|
4699
4863
|
:key,
|
|
4700
4864
|
:values)
|
|
4865
|
+
SENSITIVE = []
|
|
4701
4866
|
include Aws::Structure
|
|
4702
4867
|
end
|
|
4703
4868
|
|
|
@@ -4725,6 +4890,7 @@ module Aws::Macie2
|
|
|
4725
4890
|
class UsageStatisticsSortBy < Struct.new(
|
|
4726
4891
|
:key,
|
|
4727
4892
|
:order_by)
|
|
4893
|
+
SENSITIVE = []
|
|
4728
4894
|
include Aws::Structure
|
|
4729
4895
|
end
|
|
4730
4896
|
|
|
@@ -4749,6 +4915,7 @@ module Aws::Macie2
|
|
|
4749
4915
|
:currency,
|
|
4750
4916
|
:estimated_cost,
|
|
4751
4917
|
:type)
|
|
4918
|
+
SENSITIVE = []
|
|
4752
4919
|
include Aws::Structure
|
|
4753
4920
|
end
|
|
4754
4921
|
|
|
@@ -4790,6 +4957,7 @@ module Aws::Macie2
|
|
|
4790
4957
|
:iam_user,
|
|
4791
4958
|
:root,
|
|
4792
4959
|
:type)
|
|
4960
|
+
SENSITIVE = []
|
|
4793
4961
|
include Aws::Structure
|
|
4794
4962
|
end
|
|
4795
4963
|
|
|
@@ -4810,6 +4978,7 @@ module Aws::Macie2
|
|
|
4810
4978
|
:account_id,
|
|
4811
4979
|
:arn,
|
|
4812
4980
|
:principal_id)
|
|
4981
|
+
SENSITIVE = []
|
|
4813
4982
|
include Aws::Structure
|
|
4814
4983
|
end
|
|
4815
4984
|
|
|
@@ -4823,6 +4992,7 @@ module Aws::Macie2
|
|
|
4823
4992
|
#
|
|
4824
4993
|
class ValidationException < Struct.new(
|
|
4825
4994
|
:message)
|
|
4995
|
+
SENSITIVE = []
|
|
4826
4996
|
include Aws::Structure
|
|
4827
4997
|
end
|
|
4828
4998
|
|
|
@@ -4840,6 +5010,7 @@ module Aws::Macie2
|
|
|
4840
5010
|
#
|
|
4841
5011
|
class WeeklySchedule < Struct.new(
|
|
4842
5012
|
:day_of_week)
|
|
5013
|
+
SENSITIVE = []
|
|
4843
5014
|
include Aws::Structure
|
|
4844
5015
|
end
|
|
4845
5016
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-macie2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.5.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-06-
|
|
11
|
+
date: 2020-06-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|