aws-sdk-macie2 1.49.0 → 1.50.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-macie2/client.rb +2 -2
- data/lib/aws-sdk-macie2/endpoint_provider.rb +52 -53
- data/lib/aws-sdk-macie2/types.rb +0 -1618
- data/lib/aws-sdk-macie2.rb +1 -1
- metadata +2 -2
data/lib/aws-sdk-macie2/types.rb
CHANGED
@@ -18,15 +18,6 @@ module Aws::Macie2
|
|
18
18
|
# The masterAccount property has been deprecated and is retained only
|
19
19
|
# for backward compatibility.
|
20
20
|
#
|
21
|
-
# @note When making an API call, you may pass AcceptInvitationRequest
|
22
|
-
# data as a hash:
|
23
|
-
#
|
24
|
-
# {
|
25
|
-
# administrator_account_id: "__string",
|
26
|
-
# invitation_id: "__string", # required
|
27
|
-
# master_account: "__string",
|
28
|
-
# }
|
29
|
-
#
|
30
21
|
# @!attribute [rw] administrator_account_id
|
31
22
|
# @return [String]
|
32
23
|
#
|
@@ -85,14 +76,6 @@ module Aws::Macie2
|
|
85
76
|
# Specifies the details of an account to associate with an Amazon Macie
|
86
77
|
# administrator account.
|
87
78
|
#
|
88
|
-
# @note When making an API call, you may pass AccountDetail
|
89
|
-
# data as a hash:
|
90
|
-
#
|
91
|
-
# {
|
92
|
-
# account_id: "__string", # required
|
93
|
-
# email: "__string", # required
|
94
|
-
# }
|
95
|
-
#
|
96
79
|
# @!attribute [rw] account_id
|
97
80
|
# @return [String]
|
98
81
|
#
|
@@ -156,17 +139,6 @@ module Aws::Macie2
|
|
156
139
|
# regular expression (regex) or an S3 object (s3WordsList). It can't
|
157
140
|
# specify both.
|
158
141
|
#
|
159
|
-
# @note When making an API call, you may pass AllowListCriteria
|
160
|
-
# data as a hash:
|
161
|
-
#
|
162
|
-
# {
|
163
|
-
# regex: "__stringMin1Max512PatternSS",
|
164
|
-
# s3_words_list: {
|
165
|
-
# bucket_name: "__stringMin3Max255PatternAZaZ093255", # required
|
166
|
-
# object_key: "__stringMin1Max1024PatternSS", # required
|
167
|
-
# },
|
168
|
-
# }
|
169
|
-
#
|
170
142
|
# @!attribute [rw] regex
|
171
143
|
# @return [String]
|
172
144
|
#
|
@@ -368,13 +340,6 @@ module Aws::Macie2
|
|
368
340
|
# Specifies one or more custom data identifiers to retrieve information
|
369
341
|
# about.
|
370
342
|
#
|
371
|
-
# @note When making an API call, you may pass BatchGetCustomDataIdentifiersRequest
|
372
|
-
# data as a hash:
|
373
|
-
#
|
374
|
-
# {
|
375
|
-
# ids: ["__string"],
|
376
|
-
# }
|
377
|
-
#
|
378
343
|
# @!attribute [rw] ids
|
379
344
|
# @return [Array<String>]
|
380
345
|
#
|
@@ -548,19 +513,6 @@ module Aws::Macie2
|
|
548
513
|
# Specifies the operator to use in a property-based condition that
|
549
514
|
# filters the results of a query for information about S3 buckets.
|
550
515
|
#
|
551
|
-
# @note When making an API call, you may pass BucketCriteriaAdditionalProperties
|
552
|
-
# data as a hash:
|
553
|
-
#
|
554
|
-
# {
|
555
|
-
# eq: ["__string"],
|
556
|
-
# gt: 1,
|
557
|
-
# gte: 1,
|
558
|
-
# lt: 1,
|
559
|
-
# lte: 1,
|
560
|
-
# neq: ["__string"],
|
561
|
-
# prefix: "__string",
|
562
|
-
# }
|
563
|
-
#
|
564
516
|
# @!attribute [rw] eq
|
565
517
|
# @return [Array<String>]
|
566
518
|
#
|
@@ -877,14 +829,6 @@ module Aws::Macie2
|
|
877
829
|
# Specifies criteria for sorting the results of a query for information
|
878
830
|
# about S3 buckets.
|
879
831
|
#
|
880
|
-
# @note When making an API call, you may pass BucketSortCriteria
|
881
|
-
# data as a hash:
|
882
|
-
#
|
883
|
-
# {
|
884
|
-
# attribute_name: "__string",
|
885
|
-
# order_by: "ASC", # accepts ASC, DESC
|
886
|
-
# }
|
887
|
-
#
|
888
832
|
# @!attribute [rw] attribute_name
|
889
833
|
# @return [String]
|
890
834
|
#
|
@@ -1021,17 +965,6 @@ module Aws::Macie2
|
|
1021
965
|
# encryption settings to use when storing results in that location. The
|
1022
966
|
# location must be an S3 bucket.
|
1023
967
|
#
|
1024
|
-
# @note When making an API call, you may pass ClassificationExportConfiguration
|
1025
|
-
# data as a hash:
|
1026
|
-
#
|
1027
|
-
# {
|
1028
|
-
# s3_destination: {
|
1029
|
-
# bucket_name: "__string", # required
|
1030
|
-
# key_prefix: "__string",
|
1031
|
-
# kms_key_arn: "__string", # required
|
1032
|
-
# },
|
1033
|
-
# }
|
1034
|
-
#
|
1035
968
|
# @!attribute [rw] s3_destination
|
1036
969
|
# Specifies an S3 bucket to store data classification results in, and
|
1037
970
|
# the encryption settings to use when storing results in that bucket.
|
@@ -1143,25 +1076,6 @@ module Aws::Macie2
|
|
1143
1076
|
# a regular expression that Macie can't compile or an S3 object that
|
1144
1077
|
# Macie can't retrieve or parse, an error occurs.
|
1145
1078
|
#
|
1146
|
-
# @note When making an API call, you may pass CreateAllowListRequest
|
1147
|
-
# data as a hash:
|
1148
|
-
#
|
1149
|
-
# {
|
1150
|
-
# client_token: "__string", # required
|
1151
|
-
# criteria: { # required
|
1152
|
-
# regex: "__stringMin1Max512PatternSS",
|
1153
|
-
# s3_words_list: {
|
1154
|
-
# bucket_name: "__stringMin3Max255PatternAZaZ093255", # required
|
1155
|
-
# object_key: "__stringMin1Max1024PatternSS", # required
|
1156
|
-
# },
|
1157
|
-
# },
|
1158
|
-
# description: "__stringMin1Max512PatternSS",
|
1159
|
-
# name: "__stringMin1Max128Pattern", # required
|
1160
|
-
# tags: {
|
1161
|
-
# "__string" => "__string",
|
1162
|
-
# },
|
1163
|
-
# }
|
1164
|
-
#
|
1165
1079
|
# @!attribute [rw] client_token
|
1166
1080
|
# **A suitable default value is auto-generated.** You should normally
|
1167
1081
|
# not need to pass this option.
|
@@ -1220,131 +1134,6 @@ module Aws::Macie2
|
|
1220
1134
|
# sensitive data findings and discovery results for data privacy and
|
1221
1135
|
# protection audits or investigations.
|
1222
1136
|
#
|
1223
|
-
# @note When making an API call, you may pass CreateClassificationJobRequest
|
1224
|
-
# data as a hash:
|
1225
|
-
#
|
1226
|
-
# {
|
1227
|
-
# allow_list_ids: ["__string"],
|
1228
|
-
# client_token: "__string", # required
|
1229
|
-
# custom_data_identifier_ids: ["__string"],
|
1230
|
-
# description: "__string",
|
1231
|
-
# initial_run: false,
|
1232
|
-
# job_type: "ONE_TIME", # required, accepts ONE_TIME, SCHEDULED
|
1233
|
-
# managed_data_identifier_ids: ["__string"],
|
1234
|
-
# managed_data_identifier_selector: "ALL", # accepts ALL, EXCLUDE, INCLUDE, NONE
|
1235
|
-
# name: "__string", # required
|
1236
|
-
# s3_job_definition: { # required
|
1237
|
-
# bucket_criteria: {
|
1238
|
-
# excludes: {
|
1239
|
-
# and: [
|
1240
|
-
# {
|
1241
|
-
# simple_criterion: {
|
1242
|
-
# comparator: "EQ", # accepts EQ, GT, GTE, LT, LTE, NE, CONTAINS, STARTS_WITH
|
1243
|
-
# key: "ACCOUNT_ID", # accepts ACCOUNT_ID, S3_BUCKET_NAME, S3_BUCKET_EFFECTIVE_PERMISSION, S3_BUCKET_SHARED_ACCESS
|
1244
|
-
# values: ["__string"],
|
1245
|
-
# },
|
1246
|
-
# tag_criterion: {
|
1247
|
-
# comparator: "EQ", # accepts EQ, GT, GTE, LT, LTE, NE, CONTAINS, STARTS_WITH
|
1248
|
-
# tag_values: [
|
1249
|
-
# {
|
1250
|
-
# key: "__string",
|
1251
|
-
# value: "__string",
|
1252
|
-
# },
|
1253
|
-
# ],
|
1254
|
-
# },
|
1255
|
-
# },
|
1256
|
-
# ],
|
1257
|
-
# },
|
1258
|
-
# includes: {
|
1259
|
-
# and: [
|
1260
|
-
# {
|
1261
|
-
# simple_criterion: {
|
1262
|
-
# comparator: "EQ", # accepts EQ, GT, GTE, LT, LTE, NE, CONTAINS, STARTS_WITH
|
1263
|
-
# key: "ACCOUNT_ID", # accepts ACCOUNT_ID, S3_BUCKET_NAME, S3_BUCKET_EFFECTIVE_PERMISSION, S3_BUCKET_SHARED_ACCESS
|
1264
|
-
# values: ["__string"],
|
1265
|
-
# },
|
1266
|
-
# tag_criterion: {
|
1267
|
-
# comparator: "EQ", # accepts EQ, GT, GTE, LT, LTE, NE, CONTAINS, STARTS_WITH
|
1268
|
-
# tag_values: [
|
1269
|
-
# {
|
1270
|
-
# key: "__string",
|
1271
|
-
# value: "__string",
|
1272
|
-
# },
|
1273
|
-
# ],
|
1274
|
-
# },
|
1275
|
-
# },
|
1276
|
-
# ],
|
1277
|
-
# },
|
1278
|
-
# },
|
1279
|
-
# bucket_definitions: [
|
1280
|
-
# {
|
1281
|
-
# account_id: "__string", # required
|
1282
|
-
# buckets: ["__string"], # required
|
1283
|
-
# },
|
1284
|
-
# ],
|
1285
|
-
# scoping: {
|
1286
|
-
# excludes: {
|
1287
|
-
# and: [
|
1288
|
-
# {
|
1289
|
-
# simple_scope_term: {
|
1290
|
-
# comparator: "EQ", # accepts EQ, GT, GTE, LT, LTE, NE, CONTAINS, STARTS_WITH
|
1291
|
-
# key: "OBJECT_EXTENSION", # accepts OBJECT_EXTENSION, OBJECT_LAST_MODIFIED_DATE, OBJECT_SIZE, OBJECT_KEY
|
1292
|
-
# values: ["__string"],
|
1293
|
-
# },
|
1294
|
-
# tag_scope_term: {
|
1295
|
-
# comparator: "EQ", # accepts EQ, GT, GTE, LT, LTE, NE, CONTAINS, STARTS_WITH
|
1296
|
-
# key: "__string",
|
1297
|
-
# tag_values: [
|
1298
|
-
# {
|
1299
|
-
# key: "__string",
|
1300
|
-
# value: "__string",
|
1301
|
-
# },
|
1302
|
-
# ],
|
1303
|
-
# target: "S3_OBJECT", # accepts S3_OBJECT
|
1304
|
-
# },
|
1305
|
-
# },
|
1306
|
-
# ],
|
1307
|
-
# },
|
1308
|
-
# includes: {
|
1309
|
-
# and: [
|
1310
|
-
# {
|
1311
|
-
# simple_scope_term: {
|
1312
|
-
# comparator: "EQ", # accepts EQ, GT, GTE, LT, LTE, NE, CONTAINS, STARTS_WITH
|
1313
|
-
# key: "OBJECT_EXTENSION", # accepts OBJECT_EXTENSION, OBJECT_LAST_MODIFIED_DATE, OBJECT_SIZE, OBJECT_KEY
|
1314
|
-
# values: ["__string"],
|
1315
|
-
# },
|
1316
|
-
# tag_scope_term: {
|
1317
|
-
# comparator: "EQ", # accepts EQ, GT, GTE, LT, LTE, NE, CONTAINS, STARTS_WITH
|
1318
|
-
# key: "__string",
|
1319
|
-
# tag_values: [
|
1320
|
-
# {
|
1321
|
-
# key: "__string",
|
1322
|
-
# value: "__string",
|
1323
|
-
# },
|
1324
|
-
# ],
|
1325
|
-
# target: "S3_OBJECT", # accepts S3_OBJECT
|
1326
|
-
# },
|
1327
|
-
# },
|
1328
|
-
# ],
|
1329
|
-
# },
|
1330
|
-
# },
|
1331
|
-
# },
|
1332
|
-
# sampling_percentage: 1,
|
1333
|
-
# schedule_frequency: {
|
1334
|
-
# daily_schedule: {
|
1335
|
-
# },
|
1336
|
-
# monthly_schedule: {
|
1337
|
-
# day_of_month: 1,
|
1338
|
-
# },
|
1339
|
-
# weekly_schedule: {
|
1340
|
-
# day_of_week: "SUNDAY", # accepts SUNDAY, MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY
|
1341
|
-
# },
|
1342
|
-
# },
|
1343
|
-
# tags: {
|
1344
|
-
# "__string" => "__string",
|
1345
|
-
# },
|
1346
|
-
# }
|
1347
|
-
#
|
1348
1137
|
# @!attribute [rw] allow_list_ids
|
1349
1138
|
# @return [Array<String>]
|
1350
1139
|
#
|
@@ -1443,28 +1232,6 @@ module Aws::Macie2
|
|
1443
1232
|
# sensitive data findings and discovery results for data privacy and
|
1444
1233
|
# protection audits or investigations.
|
1445
1234
|
#
|
1446
|
-
# @note When making an API call, you may pass CreateCustomDataIdentifierRequest
|
1447
|
-
# data as a hash:
|
1448
|
-
#
|
1449
|
-
# {
|
1450
|
-
# client_token: "__string",
|
1451
|
-
# description: "__string",
|
1452
|
-
# ignore_words: ["__string"],
|
1453
|
-
# keywords: ["__string"],
|
1454
|
-
# maximum_match_distance: 1,
|
1455
|
-
# name: "__string", # required
|
1456
|
-
# regex: "__string", # required
|
1457
|
-
# severity_levels: [
|
1458
|
-
# {
|
1459
|
-
# occurrences_threshold: 1, # required
|
1460
|
-
# severity: "LOW", # required, accepts LOW, MEDIUM, HIGH
|
1461
|
-
# },
|
1462
|
-
# ],
|
1463
|
-
# tags: {
|
1464
|
-
# "__string" => "__string",
|
1465
|
-
# },
|
1466
|
-
# }
|
1467
|
-
#
|
1468
1235
|
# @!attribute [rw] client_token
|
1469
1236
|
# **A suitable default value is auto-generated.** You should normally
|
1470
1237
|
# not need to pass this option.
|
@@ -1542,33 +1309,6 @@ module Aws::Macie2
|
|
1542
1309
|
|
1543
1310
|
# Specifies the criteria and other settings for a new findings filter.
|
1544
1311
|
#
|
1545
|
-
# @note When making an API call, you may pass CreateFindingsFilterRequest
|
1546
|
-
# data as a hash:
|
1547
|
-
#
|
1548
|
-
# {
|
1549
|
-
# action: "ARCHIVE", # required, accepts ARCHIVE, NOOP
|
1550
|
-
# client_token: "__string",
|
1551
|
-
# description: "__string",
|
1552
|
-
# finding_criteria: { # required
|
1553
|
-
# criterion: {
|
1554
|
-
# "__string" => {
|
1555
|
-
# eq: ["__string"],
|
1556
|
-
# eq_exact_match: ["__string"],
|
1557
|
-
# gt: 1,
|
1558
|
-
# gte: 1,
|
1559
|
-
# lt: 1,
|
1560
|
-
# lte: 1,
|
1561
|
-
# neq: ["__string"],
|
1562
|
-
# },
|
1563
|
-
# },
|
1564
|
-
# },
|
1565
|
-
# name: "__string", # required
|
1566
|
-
# position: 1,
|
1567
|
-
# tags: {
|
1568
|
-
# "__string" => "__string",
|
1569
|
-
# },
|
1570
|
-
# }
|
1571
|
-
#
|
1572
1312
|
# @!attribute [rw] action
|
1573
1313
|
# The action to perform on findings that match the filter criteria. To
|
1574
1314
|
# suppress (automatically archive) findings that match the criteria,
|
@@ -1638,15 +1378,6 @@ module Aws::Macie2
|
|
1638
1378
|
# notification on the recipient's console. You can optionally notify
|
1639
1379
|
# the recipient by also sending the invitation as an email message.
|
1640
1380
|
#
|
1641
|
-
# @note When making an API call, you may pass CreateInvitationsRequest
|
1642
|
-
# data as a hash:
|
1643
|
-
#
|
1644
|
-
# {
|
1645
|
-
# account_ids: ["__string"], # required
|
1646
|
-
# disable_email_notification: false,
|
1647
|
-
# message: "__string",
|
1648
|
-
# }
|
1649
|
-
#
|
1650
1381
|
# @!attribute [rw] account_ids
|
1651
1382
|
# @return [Array<String>]
|
1652
1383
|
#
|
@@ -1683,19 +1414,6 @@ module Aws::Macie2
|
|
1683
1414
|
# Specifies an Amazon Web Services account to associate with an Amazon
|
1684
1415
|
# Macie administrator account.
|
1685
1416
|
#
|
1686
|
-
# @note When making an API call, you may pass CreateMemberRequest
|
1687
|
-
# data as a hash:
|
1688
|
-
#
|
1689
|
-
# {
|
1690
|
-
# account: { # required
|
1691
|
-
# account_id: "__string", # required
|
1692
|
-
# email: "__string", # required
|
1693
|
-
# },
|
1694
|
-
# tags: {
|
1695
|
-
# "__string" => "__string",
|
1696
|
-
# },
|
1697
|
-
# }
|
1698
|
-
#
|
1699
1417
|
# @!attribute [rw] account
|
1700
1418
|
# Specifies the details of an account to associate with an Amazon
|
1701
1419
|
# Macie administrator account.
|
@@ -1731,13 +1449,6 @@ module Aws::Macie2
|
|
1731
1449
|
|
1732
1450
|
# Specifies the types of sample findings to create.
|
1733
1451
|
#
|
1734
|
-
# @note When making an API call, you may pass CreateSampleFindingsRequest
|
1735
|
-
# data as a hash:
|
1736
|
-
#
|
1737
|
-
# {
|
1738
|
-
# finding_types: ["SensitiveData:S3Object/Multiple"], # accepts SensitiveData:S3Object/Multiple, SensitiveData:S3Object/Financial, SensitiveData:S3Object/Personal, SensitiveData:S3Object/Credentials, SensitiveData:S3Object/CustomIdentifier, Policy:IAMUser/S3BucketPublic, Policy:IAMUser/S3BucketSharedExternally, Policy:IAMUser/S3BucketReplicatedExternally, Policy:IAMUser/S3BucketEncryptionDisabled, Policy:IAMUser/S3BlockPublicAccessDisabled
|
1739
|
-
# }
|
1740
|
-
#
|
1741
1452
|
# @!attribute [rw] finding_types
|
1742
1453
|
# @return [Array<String>]
|
1743
1454
|
#
|
@@ -1757,30 +1468,6 @@ module Aws::Macie2
|
|
1757
1468
|
# criteria for including or excluding S3 buckets from a classification
|
1758
1469
|
# job.
|
1759
1470
|
#
|
1760
|
-
# @note When making an API call, you may pass CriteriaBlockForJob
|
1761
|
-
# data as a hash:
|
1762
|
-
#
|
1763
|
-
# {
|
1764
|
-
# and: [
|
1765
|
-
# {
|
1766
|
-
# simple_criterion: {
|
1767
|
-
# comparator: "EQ", # accepts EQ, GT, GTE, LT, LTE, NE, CONTAINS, STARTS_WITH
|
1768
|
-
# key: "ACCOUNT_ID", # accepts ACCOUNT_ID, S3_BUCKET_NAME, S3_BUCKET_EFFECTIVE_PERMISSION, S3_BUCKET_SHARED_ACCESS
|
1769
|
-
# values: ["__string"],
|
1770
|
-
# },
|
1771
|
-
# tag_criterion: {
|
1772
|
-
# comparator: "EQ", # accepts EQ, GT, GTE, LT, LTE, NE, CONTAINS, STARTS_WITH
|
1773
|
-
# tag_values: [
|
1774
|
-
# {
|
1775
|
-
# key: "__string",
|
1776
|
-
# value: "__string",
|
1777
|
-
# },
|
1778
|
-
# ],
|
1779
|
-
# },
|
1780
|
-
# },
|
1781
|
-
# ],
|
1782
|
-
# }
|
1783
|
-
#
|
1784
1471
|
# @!attribute [rw] and
|
1785
1472
|
# @return [Array<Types::CriteriaForJob>]
|
1786
1473
|
#
|
@@ -1795,26 +1482,6 @@ module Aws::Macie2
|
|
1795
1482
|
# Specifies a property- or tag-based condition that defines criteria for
|
1796
1483
|
# including or excluding S3 buckets from a classification job.
|
1797
1484
|
#
|
1798
|
-
# @note When making an API call, you may pass CriteriaForJob
|
1799
|
-
# data as a hash:
|
1800
|
-
#
|
1801
|
-
# {
|
1802
|
-
# simple_criterion: {
|
1803
|
-
# comparator: "EQ", # accepts EQ, GT, GTE, LT, LTE, NE, CONTAINS, STARTS_WITH
|
1804
|
-
# key: "ACCOUNT_ID", # accepts ACCOUNT_ID, S3_BUCKET_NAME, S3_BUCKET_EFFECTIVE_PERMISSION, S3_BUCKET_SHARED_ACCESS
|
1805
|
-
# values: ["__string"],
|
1806
|
-
# },
|
1807
|
-
# tag_criterion: {
|
1808
|
-
# comparator: "EQ", # accepts EQ, GT, GTE, LT, LTE, NE, CONTAINS, STARTS_WITH
|
1809
|
-
# tag_values: [
|
1810
|
-
# {
|
1811
|
-
# key: "__string",
|
1812
|
-
# value: "__string",
|
1813
|
-
# },
|
1814
|
-
# ],
|
1815
|
-
# },
|
1816
|
-
# }
|
1817
|
-
#
|
1818
1485
|
# @!attribute [rw] simple_criterion
|
1819
1486
|
# Specifies a property-based condition that determines whether an S3
|
1820
1487
|
# bucket is included or excluded from a classification job.
|
@@ -1843,19 +1510,6 @@ module Aws::Macie2
|
|
1843
1510
|
#
|
1844
1511
|
# [1]: https://docs.aws.amazon.com/macie/latest/user/findings-filter-basics.html
|
1845
1512
|
#
|
1846
|
-
# @note When making an API call, you may pass CriterionAdditionalProperties
|
1847
|
-
# data as a hash:
|
1848
|
-
#
|
1849
|
-
# {
|
1850
|
-
# eq: ["__string"],
|
1851
|
-
# eq_exact_match: ["__string"],
|
1852
|
-
# gt: 1,
|
1853
|
-
# gte: 1,
|
1854
|
-
# lt: 1,
|
1855
|
-
# lte: 1,
|
1856
|
-
# neq: ["__string"],
|
1857
|
-
# }
|
1858
|
-
#
|
1859
1513
|
# @!attribute [rw] eq
|
1860
1514
|
# @return [Array<String>]
|
1861
1515
|
#
|
@@ -1984,13 +1638,6 @@ module Aws::Macie2
|
|
1984
1638
|
# Specifies one or more accounts that sent Amazon Macie membership
|
1985
1639
|
# invitations to decline.
|
1986
1640
|
#
|
1987
|
-
# @note When making an API call, you may pass DeclineInvitationsRequest
|
1988
|
-
# data as a hash:
|
1989
|
-
#
|
1990
|
-
# {
|
1991
|
-
# account_ids: ["__string"], # required
|
1992
|
-
# }
|
1993
|
-
#
|
1994
1641
|
# @!attribute [rw] account_ids
|
1995
1642
|
# @return [Array<String>]
|
1996
1643
|
#
|
@@ -2042,14 +1689,6 @@ module Aws::Macie2
|
|
2042
1689
|
include Aws::Structure
|
2043
1690
|
end
|
2044
1691
|
|
2045
|
-
# @note When making an API call, you may pass DeleteAllowListRequest
|
2046
|
-
# data as a hash:
|
2047
|
-
#
|
2048
|
-
# {
|
2049
|
-
# id: "__string", # required
|
2050
|
-
# ignore_job_checks: "__string",
|
2051
|
-
# }
|
2052
|
-
#
|
2053
1692
|
# @!attribute [rw] id
|
2054
1693
|
# @return [String]
|
2055
1694
|
#
|
@@ -2069,13 +1708,6 @@ module Aws::Macie2
|
|
2069
1708
|
#
|
2070
1709
|
class DeleteAllowListResponse < Aws::EmptyStructure; end
|
2071
1710
|
|
2072
|
-
# @note When making an API call, you may pass DeleteCustomDataIdentifierRequest
|
2073
|
-
# data as a hash:
|
2074
|
-
#
|
2075
|
-
# {
|
2076
|
-
# id: "__string", # required
|
2077
|
-
# }
|
2078
|
-
#
|
2079
1711
|
# @!attribute [rw] id
|
2080
1712
|
# @return [String]
|
2081
1713
|
#
|
@@ -2091,13 +1723,6 @@ module Aws::Macie2
|
|
2091
1723
|
#
|
2092
1724
|
class DeleteCustomDataIdentifierResponse < Aws::EmptyStructure; end
|
2093
1725
|
|
2094
|
-
# @note When making an API call, you may pass DeleteFindingsFilterRequest
|
2095
|
-
# data as a hash:
|
2096
|
-
#
|
2097
|
-
# {
|
2098
|
-
# id: "__string", # required
|
2099
|
-
# }
|
2100
|
-
#
|
2101
1726
|
# @!attribute [rw] id
|
2102
1727
|
# @return [String]
|
2103
1728
|
#
|
@@ -2116,13 +1741,6 @@ module Aws::Macie2
|
|
2116
1741
|
# Specifies one or more accounts that sent Amazon Macie membership
|
2117
1742
|
# invitations to delete.
|
2118
1743
|
#
|
2119
|
-
# @note When making an API call, you may pass DeleteInvitationsRequest
|
2120
|
-
# data as a hash:
|
2121
|
-
#
|
2122
|
-
# {
|
2123
|
-
# account_ids: ["__string"], # required
|
2124
|
-
# }
|
2125
|
-
#
|
2126
1744
|
# @!attribute [rw] account_ids
|
2127
1745
|
# @return [Array<String>]
|
2128
1746
|
#
|
@@ -2148,13 +1766,6 @@ module Aws::Macie2
|
|
2148
1766
|
include Aws::Structure
|
2149
1767
|
end
|
2150
1768
|
|
2151
|
-
# @note When making an API call, you may pass DeleteMemberRequest
|
2152
|
-
# data as a hash:
|
2153
|
-
#
|
2154
|
-
# {
|
2155
|
-
# id: "__string", # required
|
2156
|
-
# }
|
2157
|
-
#
|
2158
1769
|
# @!attribute [rw] id
|
2159
1770
|
# @return [String]
|
2160
1771
|
#
|
@@ -2174,29 +1785,6 @@ module Aws::Macie2
|
|
2174
1785
|
# of a query for statistical data and other information about S3
|
2175
1786
|
# buckets.
|
2176
1787
|
#
|
2177
|
-
# @note When making an API call, you may pass DescribeBucketsRequest
|
2178
|
-
# data as a hash:
|
2179
|
-
#
|
2180
|
-
# {
|
2181
|
-
# criteria: {
|
2182
|
-
# "__string" => {
|
2183
|
-
# eq: ["__string"],
|
2184
|
-
# gt: 1,
|
2185
|
-
# gte: 1,
|
2186
|
-
# lt: 1,
|
2187
|
-
# lte: 1,
|
2188
|
-
# neq: ["__string"],
|
2189
|
-
# prefix: "__string",
|
2190
|
-
# },
|
2191
|
-
# },
|
2192
|
-
# max_results: 1,
|
2193
|
-
# next_token: "__string",
|
2194
|
-
# sort_criteria: {
|
2195
|
-
# attribute_name: "__string",
|
2196
|
-
# order_by: "ASC", # accepts ASC, DESC
|
2197
|
-
# },
|
2198
|
-
# }
|
2199
|
-
#
|
2200
1788
|
# @!attribute [rw] criteria
|
2201
1789
|
# Specifies, as a map, one or more property-based conditions that
|
2202
1790
|
# filter the results of a query for information about S3 buckets.
|
@@ -2243,13 +1831,6 @@ module Aws::Macie2
|
|
2243
1831
|
include Aws::Structure
|
2244
1832
|
end
|
2245
1833
|
|
2246
|
-
# @note When making an API call, you may pass DescribeClassificationJobRequest
|
2247
|
-
# data as a hash:
|
2248
|
-
#
|
2249
|
-
# {
|
2250
|
-
# job_id: "__string", # required
|
2251
|
-
# }
|
2252
|
-
#
|
2253
1834
|
# @!attribute [rw] job_id
|
2254
1835
|
# @return [String]
|
2255
1836
|
#
|
@@ -2476,13 +2057,6 @@ module Aws::Macie2
|
|
2476
2057
|
#
|
2477
2058
|
class DisableMacieResponse < Aws::EmptyStructure; end
|
2478
2059
|
|
2479
|
-
# @note When making an API call, you may pass DisableOrganizationAdminAccountRequest
|
2480
|
-
# data as a hash:
|
2481
|
-
#
|
2482
|
-
# {
|
2483
|
-
# admin_account_id: "__string", # required
|
2484
|
-
# }
|
2485
|
-
#
|
2486
2060
|
# @!attribute [rw] admin_account_id
|
2487
2061
|
# @return [String]
|
2488
2062
|
#
|
@@ -2518,13 +2092,6 @@ module Aws::Macie2
|
|
2518
2092
|
#
|
2519
2093
|
class DisassociateFromMasterAccountResponse < Aws::EmptyStructure; end
|
2520
2094
|
|
2521
|
-
# @note When making an API call, you may pass DisassociateMemberRequest
|
2522
|
-
# data as a hash:
|
2523
|
-
#
|
2524
|
-
# {
|
2525
|
-
# id: "__string", # required
|
2526
|
-
# }
|
2527
|
-
#
|
2528
2095
|
# @!attribute [rw] id
|
2529
2096
|
# @return [String]
|
2530
2097
|
#
|
@@ -2564,15 +2131,6 @@ module Aws::Macie2
|
|
2564
2131
|
# Enables Amazon Macie and specifies the configuration settings for a
|
2565
2132
|
# Macie account.
|
2566
2133
|
#
|
2567
|
-
# @note When making an API call, you may pass EnableMacieRequest
|
2568
|
-
# data as a hash:
|
2569
|
-
#
|
2570
|
-
# {
|
2571
|
-
# client_token: "__string",
|
2572
|
-
# finding_publishing_frequency: "FIFTEEN_MINUTES", # accepts FIFTEEN_MINUTES, ONE_HOUR, SIX_HOURS
|
2573
|
-
# status: "PAUSED", # accepts PAUSED, ENABLED
|
2574
|
-
# }
|
2575
|
-
#
|
2576
2134
|
# @!attribute [rw] client_token
|
2577
2135
|
# **A suitable default value is auto-generated.** You should normally
|
2578
2136
|
# not need to pass this option.
|
@@ -2613,14 +2171,6 @@ module Aws::Macie2
|
|
2613
2171
|
# this request, you must be a user of the Organizations management
|
2614
2172
|
# account.
|
2615
2173
|
#
|
2616
|
-
# @note When making an API call, you may pass EnableOrganizationAdminAccountRequest
|
2617
|
-
# data as a hash:
|
2618
|
-
#
|
2619
|
-
# {
|
2620
|
-
# admin_account_id: "__string", # required
|
2621
|
-
# client_token: "__string",
|
2622
|
-
# }
|
2623
|
-
#
|
2624
2174
|
# @!attribute [rw] admin_account_id
|
2625
2175
|
# @return [String]
|
2626
2176
|
#
|
@@ -2824,23 +2374,6 @@ module Aws::Macie2
|
|
2824
2374
|
# Specifies, as a map, one or more property-based conditions that filter
|
2825
2375
|
# the results of a query for findings.
|
2826
2376
|
#
|
2827
|
-
# @note When making an API call, you may pass FindingCriteria
|
2828
|
-
# data as a hash:
|
2829
|
-
#
|
2830
|
-
# {
|
2831
|
-
# criterion: {
|
2832
|
-
# "__string" => {
|
2833
|
-
# eq: ["__string"],
|
2834
|
-
# eq_exact_match: ["__string"],
|
2835
|
-
# gt: 1,
|
2836
|
-
# gte: 1,
|
2837
|
-
# lt: 1,
|
2838
|
-
# lte: 1,
|
2839
|
-
# neq: ["__string"],
|
2840
|
-
# },
|
2841
|
-
# },
|
2842
|
-
# }
|
2843
|
-
#
|
2844
2377
|
# @!attribute [rw] criterion
|
2845
2378
|
# Specifies a condition that defines a property, operator, and one or
|
2846
2379
|
# more values to filter the results of a query for findings. The
|
@@ -2865,14 +2398,6 @@ module Aws::Macie2
|
|
2865
2398
|
# Specifies criteria for sorting the results of a query that retrieves
|
2866
2399
|
# aggregated statistical data about findings.
|
2867
2400
|
#
|
2868
|
-
# @note When making an API call, you may pass FindingStatisticsSortCriteria
|
2869
|
-
# data as a hash:
|
2870
|
-
#
|
2871
|
-
# {
|
2872
|
-
# attribute_name: "groupKey", # accepts groupKey, count
|
2873
|
-
# order_by: "ASC", # accepts ASC, DESC
|
2874
|
-
# }
|
2875
|
-
#
|
2876
2401
|
# @!attribute [rw] attribute_name
|
2877
2402
|
# The grouping to sort the results by. Valid values are:
|
2878
2403
|
# @return [String]
|
@@ -2946,13 +2471,6 @@ module Aws::Macie2
|
|
2946
2471
|
include Aws::Structure
|
2947
2472
|
end
|
2948
2473
|
|
2949
|
-
# @note When making an API call, you may pass GetAllowListRequest
|
2950
|
-
# data as a hash:
|
2951
|
-
#
|
2952
|
-
# {
|
2953
|
-
# id: "__string", # required
|
2954
|
-
# }
|
2955
|
-
#
|
2956
2474
|
# @!attribute [rw] id
|
2957
2475
|
# @return [String]
|
2958
2476
|
#
|
@@ -3068,13 +2586,6 @@ module Aws::Macie2
|
|
3068
2586
|
# Specifies the account that owns the S3 buckets to retrieve aggregated
|
3069
2587
|
# statistical data for.
|
3070
2588
|
#
|
3071
|
-
# @note When making an API call, you may pass GetBucketStatisticsRequest
|
3072
|
-
# data as a hash:
|
3073
|
-
#
|
3074
|
-
# {
|
3075
|
-
# account_id: "__string",
|
3076
|
-
# }
|
3077
|
-
#
|
3078
2589
|
# @!attribute [rw] account_id
|
3079
2590
|
# @return [String]
|
3080
2591
|
#
|
@@ -3213,13 +2724,6 @@ module Aws::Macie2
|
|
3213
2724
|
include Aws::Structure
|
3214
2725
|
end
|
3215
2726
|
|
3216
|
-
# @note When making an API call, you may pass GetClassificationScopeRequest
|
3217
|
-
# data as a hash:
|
3218
|
-
#
|
3219
|
-
# {
|
3220
|
-
# id: "__string", # required
|
3221
|
-
# }
|
3222
|
-
#
|
3223
2727
|
# @!attribute [rw] id
|
3224
2728
|
# @return [String]
|
3225
2729
|
#
|
@@ -3258,13 +2762,6 @@ module Aws::Macie2
|
|
3258
2762
|
include Aws::Structure
|
3259
2763
|
end
|
3260
2764
|
|
3261
|
-
# @note When making an API call, you may pass GetCustomDataIdentifierRequest
|
3262
|
-
# data as a hash:
|
3263
|
-
#
|
3264
|
-
# {
|
3265
|
-
# id: "__string", # required
|
3266
|
-
# }
|
3267
|
-
#
|
3268
2765
|
# @!attribute [rw] id
|
3269
2766
|
# @return [String]
|
3270
2767
|
#
|
@@ -3354,31 +2851,6 @@ module Aws::Macie2
|
|
3354
2851
|
# the results of a query that retrieves aggregated statistical data
|
3355
2852
|
# about findings.
|
3356
2853
|
#
|
3357
|
-
# @note When making an API call, you may pass GetFindingStatisticsRequest
|
3358
|
-
# data as a hash:
|
3359
|
-
#
|
3360
|
-
# {
|
3361
|
-
# finding_criteria: {
|
3362
|
-
# criterion: {
|
3363
|
-
# "__string" => {
|
3364
|
-
# eq: ["__string"],
|
3365
|
-
# eq_exact_match: ["__string"],
|
3366
|
-
# gt: 1,
|
3367
|
-
# gte: 1,
|
3368
|
-
# lt: 1,
|
3369
|
-
# lte: 1,
|
3370
|
-
# neq: ["__string"],
|
3371
|
-
# },
|
3372
|
-
# },
|
3373
|
-
# },
|
3374
|
-
# group_by: "resourcesAffected.s3Bucket.name", # required, accepts resourcesAffected.s3Bucket.name, type, classificationDetails.jobId, severity.description
|
3375
|
-
# size: 1,
|
3376
|
-
# sort_criteria: {
|
3377
|
-
# attribute_name: "groupKey", # accepts groupKey, count
|
3378
|
-
# order_by: "ASC", # accepts ASC, DESC
|
3379
|
-
# },
|
3380
|
-
# }
|
3381
|
-
#
|
3382
2854
|
# @!attribute [rw] finding_criteria
|
3383
2855
|
# Specifies, as a map, one or more property-based conditions that
|
3384
2856
|
# filter the results of a query for findings.
|
@@ -3420,13 +2892,6 @@ module Aws::Macie2
|
|
3420
2892
|
include Aws::Structure
|
3421
2893
|
end
|
3422
2894
|
|
3423
|
-
# @note When making an API call, you may pass GetFindingsFilterRequest
|
3424
|
-
# data as a hash:
|
3425
|
-
#
|
3426
|
-
# {
|
3427
|
-
# id: "__string", # required
|
3428
|
-
# }
|
3429
|
-
#
|
3430
2895
|
# @!attribute [rw] id
|
3431
2896
|
# @return [String]
|
3432
2897
|
#
|
@@ -3517,17 +2982,6 @@ module Aws::Macie2
|
|
3517
2982
|
|
3518
2983
|
# Specifies one or more findings to retrieve.
|
3519
2984
|
#
|
3520
|
-
# @note When making an API call, you may pass GetFindingsRequest
|
3521
|
-
# data as a hash:
|
3522
|
-
#
|
3523
|
-
# {
|
3524
|
-
# finding_ids: ["__string"], # required
|
3525
|
-
# sort_criteria: {
|
3526
|
-
# attribute_name: "__string",
|
3527
|
-
# order_by: "ASC", # accepts ASC, DESC
|
3528
|
-
# },
|
3529
|
-
# }
|
3530
|
-
#
|
3531
2985
|
# @!attribute [rw] finding_ids
|
3532
2986
|
# @return [Array<String>]
|
3533
2987
|
#
|
@@ -3648,13 +3102,6 @@ module Aws::Macie2
|
|
3648
3102
|
include Aws::Structure
|
3649
3103
|
end
|
3650
3104
|
|
3651
|
-
# @note When making an API call, you may pass GetMemberRequest
|
3652
|
-
# data as a hash:
|
3653
|
-
#
|
3654
|
-
# {
|
3655
|
-
# id: "__string", # required
|
3656
|
-
# }
|
3657
|
-
#
|
3658
3105
|
# @!attribute [rw] id
|
3659
3106
|
# @return [String]
|
3660
3107
|
#
|
@@ -3716,13 +3163,6 @@ module Aws::Macie2
|
|
3716
3163
|
include Aws::Structure
|
3717
3164
|
end
|
3718
3165
|
|
3719
|
-
# @note When making an API call, you may pass GetResourceProfileRequest
|
3720
|
-
# data as a hash:
|
3721
|
-
#
|
3722
|
-
# {
|
3723
|
-
# resource_arn: "__string", # required
|
3724
|
-
# }
|
3725
|
-
#
|
3726
3166
|
# @!attribute [rw] resource_arn
|
3727
3167
|
# @return [String]
|
3728
3168
|
#
|
@@ -3796,13 +3236,6 @@ module Aws::Macie2
|
|
3796
3236
|
include Aws::Structure
|
3797
3237
|
end
|
3798
3238
|
|
3799
|
-
# @note When making an API call, you may pass GetSensitiveDataOccurrencesAvailabilityRequest
|
3800
|
-
# data as a hash:
|
3801
|
-
#
|
3802
|
-
# {
|
3803
|
-
# finding_id: "__string", # required
|
3804
|
-
# }
|
3805
|
-
#
|
3806
3239
|
# @!attribute [rw] finding_id
|
3807
3240
|
# @return [String]
|
3808
3241
|
#
|
@@ -3835,13 +3268,6 @@ module Aws::Macie2
|
|
3835
3268
|
include Aws::Structure
|
3836
3269
|
end
|
3837
3270
|
|
3838
|
-
# @note When making an API call, you may pass GetSensitiveDataOccurrencesRequest
|
3839
|
-
# data as a hash:
|
3840
|
-
#
|
3841
|
-
# {
|
3842
|
-
# finding_id: "__string", # required
|
3843
|
-
# }
|
3844
|
-
#
|
3845
3271
|
# @!attribute [rw] finding_id
|
3846
3272
|
# @return [String]
|
3847
3273
|
#
|
@@ -3879,13 +3305,6 @@ module Aws::Macie2
|
|
3879
3305
|
include Aws::Structure
|
3880
3306
|
end
|
3881
3307
|
|
3882
|
-
# @note When making an API call, you may pass GetSensitivityInspectionTemplateRequest
|
3883
|
-
# data as a hash:
|
3884
|
-
#
|
3885
|
-
# {
|
3886
|
-
# id: "__string", # required
|
3887
|
-
# }
|
3888
|
-
#
|
3889
3308
|
# @!attribute [rw] id
|
3890
3309
|
# @return [String]
|
3891
3310
|
#
|
@@ -3954,26 +3373,6 @@ module Aws::Macie2
|
|
3954
3373
|
# of a query for quotas and aggregated usage data for one or more Amazon
|
3955
3374
|
# Macie accounts.
|
3956
3375
|
#
|
3957
|
-
# @note When making an API call, you may pass GetUsageStatisticsRequest
|
3958
|
-
# data as a hash:
|
3959
|
-
#
|
3960
|
-
# {
|
3961
|
-
# filter_by: [
|
3962
|
-
# {
|
3963
|
-
# comparator: "GT", # accepts GT, GTE, LT, LTE, EQ, NE, CONTAINS
|
3964
|
-
# key: "accountId", # accepts accountId, serviceLimit, freeTrialStartDate, total
|
3965
|
-
# values: ["__string"],
|
3966
|
-
# },
|
3967
|
-
# ],
|
3968
|
-
# max_results: 1,
|
3969
|
-
# next_token: "__string",
|
3970
|
-
# sort_by: {
|
3971
|
-
# key: "accountId", # accepts accountId, total, serviceLimitValue, freeTrialStartDate
|
3972
|
-
# order_by: "ASC", # accepts ASC, DESC
|
3973
|
-
# },
|
3974
|
-
# time_range: "MONTH_TO_DATE", # accepts MONTH_TO_DATE, PAST_30_DAYS
|
3975
|
-
# }
|
3976
|
-
#
|
3977
3376
|
# @!attribute [rw] filter_by
|
3978
3377
|
# @return [Array<Types::UsageStatisticsFilter>]
|
3979
3378
|
#
|
@@ -4029,13 +3428,6 @@ module Aws::Macie2
|
|
4029
3428
|
include Aws::Structure
|
4030
3429
|
end
|
4031
3430
|
|
4032
|
-
# @note When making an API call, you may pass GetUsageTotalsRequest
|
4033
|
-
# data as a hash:
|
4034
|
-
#
|
4035
|
-
# {
|
4036
|
-
# time_range: "__string",
|
4037
|
-
# }
|
4038
|
-
#
|
4039
3431
|
# @!attribute [rw] time_range
|
4040
3432
|
# @return [String]
|
4041
3433
|
#
|
@@ -4293,20 +3685,6 @@ module Aws::Macie2
|
|
4293
3685
|
|
4294
3686
|
# Specifies the recurrence pattern for running a classification job.
|
4295
3687
|
#
|
4296
|
-
# @note When making an API call, you may pass JobScheduleFrequency
|
4297
|
-
# data as a hash:
|
4298
|
-
#
|
4299
|
-
# {
|
4300
|
-
# daily_schedule: {
|
4301
|
-
# },
|
4302
|
-
# monthly_schedule: {
|
4303
|
-
# day_of_month: 1,
|
4304
|
-
# },
|
4305
|
-
# weekly_schedule: {
|
4306
|
-
# day_of_week: "SUNDAY", # accepts SUNDAY, MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY
|
4307
|
-
# },
|
4308
|
-
# }
|
4309
|
-
#
|
4310
3688
|
# @!attribute [rw] daily_schedule
|
4311
3689
|
# Specifies that a classification job runs once a day, every day. This
|
4312
3690
|
# is an empty object.
|
@@ -4337,28 +3715,6 @@ module Aws::Macie2
|
|
4337
3715
|
# JobScopeTerm object can contain only one simpleScopeTerm object or one
|
4338
3716
|
# tagScopeTerm object.
|
4339
3717
|
#
|
4340
|
-
# @note When making an API call, you may pass JobScopeTerm
|
4341
|
-
# data as a hash:
|
4342
|
-
#
|
4343
|
-
# {
|
4344
|
-
# simple_scope_term: {
|
4345
|
-
# comparator: "EQ", # accepts EQ, GT, GTE, LT, LTE, NE, CONTAINS, STARTS_WITH
|
4346
|
-
# key: "OBJECT_EXTENSION", # accepts OBJECT_EXTENSION, OBJECT_LAST_MODIFIED_DATE, OBJECT_SIZE, OBJECT_KEY
|
4347
|
-
# values: ["__string"],
|
4348
|
-
# },
|
4349
|
-
# tag_scope_term: {
|
4350
|
-
# comparator: "EQ", # accepts EQ, GT, GTE, LT, LTE, NE, CONTAINS, STARTS_WITH
|
4351
|
-
# key: "__string",
|
4352
|
-
# tag_values: [
|
4353
|
-
# {
|
4354
|
-
# key: "__string",
|
4355
|
-
# value: "__string",
|
4356
|
-
# },
|
4357
|
-
# ],
|
4358
|
-
# target: "S3_OBJECT", # accepts S3_OBJECT
|
4359
|
-
# },
|
4360
|
-
# }
|
4361
|
-
#
|
4362
3718
|
# @!attribute [rw] simple_scope_term
|
4363
3719
|
# Specifies a property-based condition that determines whether an S3
|
4364
3720
|
# object is included or excluded from a classification job.
|
@@ -4382,32 +3738,6 @@ module Aws::Macie2
|
|
4382
3738
|
# criteria for including or excluding S3 objects from a classification
|
4383
3739
|
# job.
|
4384
3740
|
#
|
4385
|
-
# @note When making an API call, you may pass JobScopingBlock
|
4386
|
-
# data as a hash:
|
4387
|
-
#
|
4388
|
-
# {
|
4389
|
-
# and: [
|
4390
|
-
# {
|
4391
|
-
# simple_scope_term: {
|
4392
|
-
# comparator: "EQ", # accepts EQ, GT, GTE, LT, LTE, NE, CONTAINS, STARTS_WITH
|
4393
|
-
# key: "OBJECT_EXTENSION", # accepts OBJECT_EXTENSION, OBJECT_LAST_MODIFIED_DATE, OBJECT_SIZE, OBJECT_KEY
|
4394
|
-
# values: ["__string"],
|
4395
|
-
# },
|
4396
|
-
# tag_scope_term: {
|
4397
|
-
# comparator: "EQ", # accepts EQ, GT, GTE, LT, LTE, NE, CONTAINS, STARTS_WITH
|
4398
|
-
# key: "__string",
|
4399
|
-
# tag_values: [
|
4400
|
-
# {
|
4401
|
-
# key: "__string",
|
4402
|
-
# value: "__string",
|
4403
|
-
# },
|
4404
|
-
# ],
|
4405
|
-
# target: "S3_OBJECT", # accepts S3_OBJECT
|
4406
|
-
# },
|
4407
|
-
# },
|
4408
|
-
# ],
|
4409
|
-
# }
|
4410
|
-
#
|
4411
3741
|
# @!attribute [rw] and
|
4412
3742
|
# @return [Array<Types::JobScopeTerm>]
|
4413
3743
|
#
|
@@ -4528,14 +3858,6 @@ module Aws::Macie2
|
|
4528
3858
|
include Aws::Structure
|
4529
3859
|
end
|
4530
3860
|
|
4531
|
-
# @note When making an API call, you may pass ListAllowListsRequest
|
4532
|
-
# data as a hash:
|
4533
|
-
#
|
4534
|
-
# {
|
4535
|
-
# max_results: 1,
|
4536
|
-
# next_token: "__string",
|
4537
|
-
# }
|
4538
|
-
#
|
4539
3861
|
# @!attribute [rw] max_results
|
4540
3862
|
# @return [Integer]
|
4541
3863
|
#
|
@@ -4571,34 +3893,6 @@ module Aws::Macie2
|
|
4571
3893
|
# Specifies criteria for filtering, sorting, and paginating the results
|
4572
3894
|
# of a request for information about classification jobs.
|
4573
3895
|
#
|
4574
|
-
# @note When making an API call, you may pass ListClassificationJobsRequest
|
4575
|
-
# data as a hash:
|
4576
|
-
#
|
4577
|
-
# {
|
4578
|
-
# filter_criteria: {
|
4579
|
-
# excludes: [
|
4580
|
-
# {
|
4581
|
-
# comparator: "EQ", # accepts EQ, GT, GTE, LT, LTE, NE, CONTAINS, STARTS_WITH
|
4582
|
-
# key: "jobType", # accepts jobType, jobStatus, createdAt, name
|
4583
|
-
# values: ["__string"],
|
4584
|
-
# },
|
4585
|
-
# ],
|
4586
|
-
# includes: [
|
4587
|
-
# {
|
4588
|
-
# comparator: "EQ", # accepts EQ, GT, GTE, LT, LTE, NE, CONTAINS, STARTS_WITH
|
4589
|
-
# key: "jobType", # accepts jobType, jobStatus, createdAt, name
|
4590
|
-
# values: ["__string"],
|
4591
|
-
# },
|
4592
|
-
# ],
|
4593
|
-
# },
|
4594
|
-
# max_results: 1,
|
4595
|
-
# next_token: "__string",
|
4596
|
-
# sort_criteria: {
|
4597
|
-
# attribute_name: "createdAt", # accepts createdAt, jobStatus, name, jobType
|
4598
|
-
# order_by: "ASC", # accepts ASC, DESC
|
4599
|
-
# },
|
4600
|
-
# }
|
4601
|
-
#
|
4602
3896
|
# @!attribute [rw] filter_criteria
|
4603
3897
|
# Specifies criteria for filtering the results of a request for
|
4604
3898
|
# information about classification jobs.
|
@@ -4644,14 +3938,6 @@ module Aws::Macie2
|
|
4644
3938
|
include Aws::Structure
|
4645
3939
|
end
|
4646
3940
|
|
4647
|
-
# @note When making an API call, you may pass ListClassificationScopesRequest
|
4648
|
-
# data as a hash:
|
4649
|
-
#
|
4650
|
-
# {
|
4651
|
-
# name: "__string",
|
4652
|
-
# next_token: "__string",
|
4653
|
-
# }
|
4654
|
-
#
|
4655
3941
|
# @!attribute [rw] name
|
4656
3942
|
# @return [String]
|
4657
3943
|
#
|
@@ -4691,14 +3977,6 @@ module Aws::Macie2
|
|
4691
3977
|
# Specifies criteria for paginating the results of a request for
|
4692
3978
|
# information about custom data identifiers.
|
4693
3979
|
#
|
4694
|
-
# @note When making an API call, you may pass ListCustomDataIdentifiersRequest
|
4695
|
-
# data as a hash:
|
4696
|
-
#
|
4697
|
-
# {
|
4698
|
-
# max_results: 1,
|
4699
|
-
# next_token: "__string",
|
4700
|
-
# }
|
4701
|
-
#
|
4702
3980
|
# @!attribute [rw] max_results
|
4703
3981
|
# @return [Integer]
|
4704
3982
|
#
|
@@ -4732,14 +4010,6 @@ module Aws::Macie2
|
|
4732
4010
|
include Aws::Structure
|
4733
4011
|
end
|
4734
4012
|
|
4735
|
-
# @note When making an API call, you may pass ListFindingsFiltersRequest
|
4736
|
-
# data as a hash:
|
4737
|
-
#
|
4738
|
-
# {
|
4739
|
-
# max_results: 1,
|
4740
|
-
# next_token: "__string",
|
4741
|
-
# }
|
4742
|
-
#
|
4743
4013
|
# @!attribute [rw] max_results
|
4744
4014
|
# @return [Integer]
|
4745
4015
|
#
|
@@ -4775,31 +4045,6 @@ module Aws::Macie2
|
|
4775
4045
|
# Specifies criteria for filtering, sorting, and paginating the results
|
4776
4046
|
# of a request for information about findings.
|
4777
4047
|
#
|
4778
|
-
# @note When making an API call, you may pass ListFindingsRequest
|
4779
|
-
# data as a hash:
|
4780
|
-
#
|
4781
|
-
# {
|
4782
|
-
# finding_criteria: {
|
4783
|
-
# criterion: {
|
4784
|
-
# "__string" => {
|
4785
|
-
# eq: ["__string"],
|
4786
|
-
# eq_exact_match: ["__string"],
|
4787
|
-
# gt: 1,
|
4788
|
-
# gte: 1,
|
4789
|
-
# lt: 1,
|
4790
|
-
# lte: 1,
|
4791
|
-
# neq: ["__string"],
|
4792
|
-
# },
|
4793
|
-
# },
|
4794
|
-
# },
|
4795
|
-
# max_results: 1,
|
4796
|
-
# next_token: "__string",
|
4797
|
-
# sort_criteria: {
|
4798
|
-
# attribute_name: "__string",
|
4799
|
-
# order_by: "ASC", # accepts ASC, DESC
|
4800
|
-
# },
|
4801
|
-
# }
|
4802
|
-
#
|
4803
4048
|
# @!attribute [rw] finding_criteria
|
4804
4049
|
# Specifies, as a map, one or more property-based conditions that
|
4805
4050
|
# filter the results of a query for findings.
|
@@ -4845,14 +4090,6 @@ module Aws::Macie2
|
|
4845
4090
|
include Aws::Structure
|
4846
4091
|
end
|
4847
4092
|
|
4848
|
-
# @note When making an API call, you may pass ListInvitationsRequest
|
4849
|
-
# data as a hash:
|
4850
|
-
#
|
4851
|
-
# {
|
4852
|
-
# max_results: 1,
|
4853
|
-
# next_token: "__string",
|
4854
|
-
# }
|
4855
|
-
#
|
4856
4093
|
# @!attribute [rw] max_results
|
4857
4094
|
# @return [Integer]
|
4858
4095
|
#
|
@@ -4889,26 +4126,6 @@ module Aws::Macie2
|
|
4889
4126
|
# Specifies criteria for filtering the results of a request for
|
4890
4127
|
# information about classification jobs.
|
4891
4128
|
#
|
4892
|
-
# @note When making an API call, you may pass ListJobsFilterCriteria
|
4893
|
-
# data as a hash:
|
4894
|
-
#
|
4895
|
-
# {
|
4896
|
-
# excludes: [
|
4897
|
-
# {
|
4898
|
-
# comparator: "EQ", # accepts EQ, GT, GTE, LT, LTE, NE, CONTAINS, STARTS_WITH
|
4899
|
-
# key: "jobType", # accepts jobType, jobStatus, createdAt, name
|
4900
|
-
# values: ["__string"],
|
4901
|
-
# },
|
4902
|
-
# ],
|
4903
|
-
# includes: [
|
4904
|
-
# {
|
4905
|
-
# comparator: "EQ", # accepts EQ, GT, GTE, LT, LTE, NE, CONTAINS, STARTS_WITH
|
4906
|
-
# key: "jobType", # accepts jobType, jobStatus, createdAt, name
|
4907
|
-
# values: ["__string"],
|
4908
|
-
# },
|
4909
|
-
# ],
|
4910
|
-
# }
|
4911
|
-
#
|
4912
4129
|
# @!attribute [rw] excludes
|
4913
4130
|
# @return [Array<Types::ListJobsFilterTerm>]
|
4914
4131
|
#
|
@@ -4928,15 +4145,6 @@ module Aws::Macie2
|
|
4928
4145
|
# information about classification jobs. Each condition consists of a
|
4929
4146
|
# property, an operator, and one or more values.
|
4930
4147
|
#
|
4931
|
-
# @note When making an API call, you may pass ListJobsFilterTerm
|
4932
|
-
# data as a hash:
|
4933
|
-
#
|
4934
|
-
# {
|
4935
|
-
# comparator: "EQ", # accepts EQ, GT, GTE, LT, LTE, NE, CONTAINS, STARTS_WITH
|
4936
|
-
# key: "jobType", # accepts jobType, jobStatus, createdAt, name
|
4937
|
-
# values: ["__string"],
|
4938
|
-
# }
|
4939
|
-
#
|
4940
4148
|
# @!attribute [rw] comparator
|
4941
4149
|
# The operator to use in a condition. Depending on the type of
|
4942
4150
|
# condition, possible values are:
|
@@ -4962,14 +4170,6 @@ module Aws::Macie2
|
|
4962
4170
|
# Specifies criteria for sorting the results of a request for
|
4963
4171
|
# information about classification jobs.
|
4964
4172
|
#
|
4965
|
-
# @note When making an API call, you may pass ListJobsSortCriteria
|
4966
|
-
# data as a hash:
|
4967
|
-
#
|
4968
|
-
# {
|
4969
|
-
# attribute_name: "createdAt", # accepts createdAt, jobStatus, name, jobType
|
4970
|
-
# order_by: "ASC", # accepts ASC, DESC
|
4971
|
-
# }
|
4972
|
-
#
|
4973
4173
|
# @!attribute [rw] attribute_name
|
4974
4174
|
# The property to sort the results by. Valid values are:
|
4975
4175
|
# @return [String]
|
@@ -4989,13 +4189,6 @@ module Aws::Macie2
|
|
4989
4189
|
# Specifies criteria for paginating the results of a request for
|
4990
4190
|
# information about managed data identifiers.
|
4991
4191
|
#
|
4992
|
-
# @note When making an API call, you may pass ListManagedDataIdentifiersRequest
|
4993
|
-
# data as a hash:
|
4994
|
-
#
|
4995
|
-
# {
|
4996
|
-
# next_token: "__string",
|
4997
|
-
# }
|
4998
|
-
#
|
4999
4192
|
# @!attribute [rw] next_token
|
5000
4193
|
# @return [String]
|
5001
4194
|
#
|
@@ -5025,15 +4218,6 @@ module Aws::Macie2
|
|
5025
4218
|
include Aws::Structure
|
5026
4219
|
end
|
5027
4220
|
|
5028
|
-
# @note When making an API call, you may pass ListMembersRequest
|
5029
|
-
# data as a hash:
|
5030
|
-
#
|
5031
|
-
# {
|
5032
|
-
# max_results: 1,
|
5033
|
-
# next_token: "__string",
|
5034
|
-
# only_associated: "__string",
|
5035
|
-
# }
|
5036
|
-
#
|
5037
4221
|
# @!attribute [rw] max_results
|
5038
4222
|
# @return [Integer]
|
5039
4223
|
#
|
@@ -5071,14 +4255,6 @@ module Aws::Macie2
|
|
5071
4255
|
include Aws::Structure
|
5072
4256
|
end
|
5073
4257
|
|
5074
|
-
# @note When making an API call, you may pass ListOrganizationAdminAccountsRequest
|
5075
|
-
# data as a hash:
|
5076
|
-
#
|
5077
|
-
# {
|
5078
|
-
# max_results: 1,
|
5079
|
-
# next_token: "__string",
|
5080
|
-
# }
|
5081
|
-
#
|
5082
4258
|
# @!attribute [rw] max_results
|
5083
4259
|
# @return [Integer]
|
5084
4260
|
#
|
@@ -5112,14 +4288,6 @@ module Aws::Macie2
|
|
5112
4288
|
include Aws::Structure
|
5113
4289
|
end
|
5114
4290
|
|
5115
|
-
# @note When making an API call, you may pass ListResourceProfileArtifactsRequest
|
5116
|
-
# data as a hash:
|
5117
|
-
#
|
5118
|
-
# {
|
5119
|
-
# next_token: "__string",
|
5120
|
-
# resource_arn: "__string", # required
|
5121
|
-
# }
|
5122
|
-
#
|
5123
4291
|
# @!attribute [rw] next_token
|
5124
4292
|
# @return [String]
|
5125
4293
|
#
|
@@ -5156,15 +4324,6 @@ module Aws::Macie2
|
|
5156
4324
|
include Aws::Structure
|
5157
4325
|
end
|
5158
4326
|
|
5159
|
-
# @note When making an API call, you may pass ListResourceProfileDetectionsRequest
|
5160
|
-
# data as a hash:
|
5161
|
-
#
|
5162
|
-
# {
|
5163
|
-
# max_results: 1,
|
5164
|
-
# next_token: "__string",
|
5165
|
-
# resource_arn: "__string", # required
|
5166
|
-
# }
|
5167
|
-
#
|
5168
4327
|
# @!attribute [rw] max_results
|
5169
4328
|
# @return [Integer]
|
5170
4329
|
#
|
@@ -5205,14 +4364,6 @@ module Aws::Macie2
|
|
5205
4364
|
include Aws::Structure
|
5206
4365
|
end
|
5207
4366
|
|
5208
|
-
# @note When making an API call, you may pass ListSensitivityInspectionTemplatesRequest
|
5209
|
-
# data as a hash:
|
5210
|
-
#
|
5211
|
-
# {
|
5212
|
-
# max_results: 1,
|
5213
|
-
# next_token: "__string",
|
5214
|
-
# }
|
5215
|
-
#
|
5216
4367
|
# @!attribute [rw] max_results
|
5217
4368
|
# @return [Integer]
|
5218
4369
|
#
|
@@ -5248,13 +4399,6 @@ module Aws::Macie2
|
|
5248
4399
|
include Aws::Structure
|
5249
4400
|
end
|
5250
4401
|
|
5251
|
-
# @note When making an API call, you may pass ListTagsForResourceRequest
|
5252
|
-
# data as a hash:
|
5253
|
-
#
|
5254
|
-
# {
|
5255
|
-
# resource_arn: "__string", # required
|
5256
|
-
# }
|
5257
|
-
#
|
5258
4402
|
# @!attribute [rw] resource_arn
|
5259
4403
|
# @return [String]
|
5260
4404
|
#
|
@@ -5484,13 +4628,6 @@ module Aws::Macie2
|
|
5484
4628
|
# Specifies a monthly recurrence pattern for running a classification
|
5485
4629
|
# job.
|
5486
4630
|
#
|
5487
|
-
# @note When making an API call, you may pass MonthlySchedule
|
5488
|
-
# data as a hash:
|
5489
|
-
#
|
5490
|
-
# {
|
5491
|
-
# day_of_month: 1,
|
5492
|
-
# }
|
5493
|
-
#
|
5494
4631
|
# @!attribute [rw] day_of_month
|
5495
4632
|
# @return [Integer]
|
5496
4633
|
#
|
@@ -5651,19 +4788,6 @@ module Aws::Macie2
|
|
5651
4788
|
# Specifies where to store data classification results, and the
|
5652
4789
|
# encryption settings to use when storing results in that location.
|
5653
4790
|
#
|
5654
|
-
# @note When making an API call, you may pass PutClassificationExportConfigurationRequest
|
5655
|
-
# data as a hash:
|
5656
|
-
#
|
5657
|
-
# {
|
5658
|
-
# configuration: { # required
|
5659
|
-
# s3_destination: {
|
5660
|
-
# bucket_name: "__string", # required
|
5661
|
-
# key_prefix: "__string",
|
5662
|
-
# kms_key_arn: "__string", # required
|
5663
|
-
# },
|
5664
|
-
# },
|
5665
|
-
# }
|
5666
|
-
#
|
5667
4791
|
# @!attribute [rw] configuration
|
5668
4792
|
# Specifies where to store data classification results, and the
|
5669
4793
|
# encryption settings to use when storing results in that location.
|
@@ -5698,17 +4822,6 @@ module Aws::Macie2
|
|
5698
4822
|
# Specifies configuration settings for publishing findings to Security
|
5699
4823
|
# Hub automatically.
|
5700
4824
|
#
|
5701
|
-
# @note When making an API call, you may pass PutFindingsPublicationConfigurationRequest
|
5702
|
-
# data as a hash:
|
5703
|
-
#
|
5704
|
-
# {
|
5705
|
-
# client_token: "__string",
|
5706
|
-
# security_hub_configuration: {
|
5707
|
-
# publish_classification_findings: false, # required
|
5708
|
-
# publish_policy_findings: false, # required
|
5709
|
-
# },
|
5710
|
-
# }
|
5711
|
-
#
|
5712
4825
|
# @!attribute [rw] client_token
|
5713
4826
|
# **A suitable default value is auto-generated.** You should normally
|
5714
4827
|
# not need to pass this option.
|
@@ -5917,14 +5030,6 @@ module Aws::Macie2
|
|
5917
5030
|
# Management Service (KMS) key. Otherwise, an error occurs. Macie uses
|
5918
5031
|
# the specified key to encrypt the sensitive data that you retrieve.
|
5919
5032
|
#
|
5920
|
-
# @note When making an API call, you may pass RevealConfiguration
|
5921
|
-
# data as a hash:
|
5922
|
-
#
|
5923
|
-
# {
|
5924
|
-
# kms_key_id: "__stringMin1Max2048",
|
5925
|
-
# status: "ENABLED", # required, accepts ENABLED, DISABLED
|
5926
|
-
# }
|
5927
|
-
#
|
5928
5033
|
# @!attribute [rw] kms_key_id
|
5929
5034
|
# @return [String]
|
5930
5035
|
#
|
@@ -5996,52 +5101,6 @@ module Aws::Macie2
|
|
5996
5101
|
# including or excluding S3 buckets from a classification job. Exclude
|
5997
5102
|
# conditions take precedence over include conditions.
|
5998
5103
|
#
|
5999
|
-
# @note When making an API call, you may pass S3BucketCriteriaForJob
|
6000
|
-
# data as a hash:
|
6001
|
-
#
|
6002
|
-
# {
|
6003
|
-
# excludes: {
|
6004
|
-
# and: [
|
6005
|
-
# {
|
6006
|
-
# simple_criterion: {
|
6007
|
-
# comparator: "EQ", # accepts EQ, GT, GTE, LT, LTE, NE, CONTAINS, STARTS_WITH
|
6008
|
-
# key: "ACCOUNT_ID", # accepts ACCOUNT_ID, S3_BUCKET_NAME, S3_BUCKET_EFFECTIVE_PERMISSION, S3_BUCKET_SHARED_ACCESS
|
6009
|
-
# values: ["__string"],
|
6010
|
-
# },
|
6011
|
-
# tag_criterion: {
|
6012
|
-
# comparator: "EQ", # accepts EQ, GT, GTE, LT, LTE, NE, CONTAINS, STARTS_WITH
|
6013
|
-
# tag_values: [
|
6014
|
-
# {
|
6015
|
-
# key: "__string",
|
6016
|
-
# value: "__string",
|
6017
|
-
# },
|
6018
|
-
# ],
|
6019
|
-
# },
|
6020
|
-
# },
|
6021
|
-
# ],
|
6022
|
-
# },
|
6023
|
-
# includes: {
|
6024
|
-
# and: [
|
6025
|
-
# {
|
6026
|
-
# simple_criterion: {
|
6027
|
-
# comparator: "EQ", # accepts EQ, GT, GTE, LT, LTE, NE, CONTAINS, STARTS_WITH
|
6028
|
-
# key: "ACCOUNT_ID", # accepts ACCOUNT_ID, S3_BUCKET_NAME, S3_BUCKET_EFFECTIVE_PERMISSION, S3_BUCKET_SHARED_ACCESS
|
6029
|
-
# values: ["__string"],
|
6030
|
-
# },
|
6031
|
-
# tag_criterion: {
|
6032
|
-
# comparator: "EQ", # accepts EQ, GT, GTE, LT, LTE, NE, CONTAINS, STARTS_WITH
|
6033
|
-
# tag_values: [
|
6034
|
-
# {
|
6035
|
-
# key: "__string",
|
6036
|
-
# value: "__string",
|
6037
|
-
# },
|
6038
|
-
# ],
|
6039
|
-
# },
|
6040
|
-
# },
|
6041
|
-
# ],
|
6042
|
-
# },
|
6043
|
-
# }
|
6044
|
-
#
|
6045
5104
|
# @!attribute [rw] excludes
|
6046
5105
|
# Specifies one or more property- and tag-based conditions that define
|
6047
5106
|
# criteria for including or excluding S3 buckets from a classification
|
@@ -6067,14 +5126,6 @@ module Aws::Macie2
|
|
6067
5126
|
# classification job to analyze, and one or more specific buckets to
|
6068
5127
|
# analyze for that account.
|
6069
5128
|
#
|
6070
|
-
# @note When making an API call, you may pass S3BucketDefinitionForJob
|
6071
|
-
# data as a hash:
|
6072
|
-
#
|
6073
|
-
# {
|
6074
|
-
# account_id: "__string", # required
|
6075
|
-
# buckets: ["__string"], # required
|
6076
|
-
# }
|
6077
|
-
#
|
6078
5129
|
# @!attribute [rw] account_id
|
6079
5130
|
# @return [String]
|
6080
5131
|
#
|
@@ -6141,14 +5192,6 @@ module Aws::Macie2
|
|
6141
5192
|
# Specifies S3 buckets to add or remove from the exclusion list defined
|
6142
5193
|
# by the classification scope for an Amazon Macie account.
|
6143
5194
|
#
|
6144
|
-
# @note When making an API call, you may pass S3ClassificationScopeExclusionUpdate
|
6145
|
-
# data as a hash:
|
6146
|
-
#
|
6147
|
-
# {
|
6148
|
-
# bucket_names: ["S3BucketName"], # required
|
6149
|
-
# operation: "ADD", # required, accepts ADD, REPLACE, REMOVE
|
6150
|
-
# }
|
6151
|
-
#
|
6152
5195
|
# @!attribute [rw] bucket_names
|
6153
5196
|
# @return [Array<String>]
|
6154
5197
|
#
|
@@ -6170,16 +5213,6 @@ module Aws::Macie2
|
|
6170
5213
|
# Specifies changes to the list of S3 buckets that are excluded from
|
6171
5214
|
# automated sensitive data discovery for an Amazon Macie account.
|
6172
5215
|
#
|
6173
|
-
# @note When making an API call, you may pass S3ClassificationScopeUpdate
|
6174
|
-
# data as a hash:
|
6175
|
-
#
|
6176
|
-
# {
|
6177
|
-
# excludes: { # required
|
6178
|
-
# bucket_names: ["S3BucketName"], # required
|
6179
|
-
# operation: "ADD", # required, accepts ADD, REPLACE, REMOVE
|
6180
|
-
# },
|
6181
|
-
# }
|
6182
|
-
#
|
6183
5216
|
# @!attribute [rw] excludes
|
6184
5217
|
# Specifies S3 buckets to add or remove from the exclusion list
|
6185
5218
|
# defined by the classification scope for an Amazon Macie account.
|
@@ -6196,15 +5229,6 @@ module Aws::Macie2
|
|
6196
5229
|
# Specifies an S3 bucket to store data classification results in, and
|
6197
5230
|
# the encryption settings to use when storing results in that bucket.
|
6198
5231
|
#
|
6199
|
-
# @note When making an API call, you may pass S3Destination
|
6200
|
-
# data as a hash:
|
6201
|
-
#
|
6202
|
-
# {
|
6203
|
-
# bucket_name: "__string", # required
|
6204
|
-
# key_prefix: "__string",
|
6205
|
-
# kms_key_arn: "__string", # required
|
6206
|
-
# }
|
6207
|
-
#
|
6208
5232
|
# @!attribute [rw] bucket_name
|
6209
5233
|
# @return [String]
|
6210
5234
|
#
|
@@ -6232,106 +5256,6 @@ module Aws::Macie2
|
|
6232
5256
|
# objects in any buckets that match the specified criteria each time the
|
6233
5257
|
# job starts to run.
|
6234
5258
|
#
|
6235
|
-
# @note When making an API call, you may pass S3JobDefinition
|
6236
|
-
# data as a hash:
|
6237
|
-
#
|
6238
|
-
# {
|
6239
|
-
# bucket_criteria: {
|
6240
|
-
# excludes: {
|
6241
|
-
# and: [
|
6242
|
-
# {
|
6243
|
-
# simple_criterion: {
|
6244
|
-
# comparator: "EQ", # accepts EQ, GT, GTE, LT, LTE, NE, CONTAINS, STARTS_WITH
|
6245
|
-
# key: "ACCOUNT_ID", # accepts ACCOUNT_ID, S3_BUCKET_NAME, S3_BUCKET_EFFECTIVE_PERMISSION, S3_BUCKET_SHARED_ACCESS
|
6246
|
-
# values: ["__string"],
|
6247
|
-
# },
|
6248
|
-
# tag_criterion: {
|
6249
|
-
# comparator: "EQ", # accepts EQ, GT, GTE, LT, LTE, NE, CONTAINS, STARTS_WITH
|
6250
|
-
# tag_values: [
|
6251
|
-
# {
|
6252
|
-
# key: "__string",
|
6253
|
-
# value: "__string",
|
6254
|
-
# },
|
6255
|
-
# ],
|
6256
|
-
# },
|
6257
|
-
# },
|
6258
|
-
# ],
|
6259
|
-
# },
|
6260
|
-
# includes: {
|
6261
|
-
# and: [
|
6262
|
-
# {
|
6263
|
-
# simple_criterion: {
|
6264
|
-
# comparator: "EQ", # accepts EQ, GT, GTE, LT, LTE, NE, CONTAINS, STARTS_WITH
|
6265
|
-
# key: "ACCOUNT_ID", # accepts ACCOUNT_ID, S3_BUCKET_NAME, S3_BUCKET_EFFECTIVE_PERMISSION, S3_BUCKET_SHARED_ACCESS
|
6266
|
-
# values: ["__string"],
|
6267
|
-
# },
|
6268
|
-
# tag_criterion: {
|
6269
|
-
# comparator: "EQ", # accepts EQ, GT, GTE, LT, LTE, NE, CONTAINS, STARTS_WITH
|
6270
|
-
# tag_values: [
|
6271
|
-
# {
|
6272
|
-
# key: "__string",
|
6273
|
-
# value: "__string",
|
6274
|
-
# },
|
6275
|
-
# ],
|
6276
|
-
# },
|
6277
|
-
# },
|
6278
|
-
# ],
|
6279
|
-
# },
|
6280
|
-
# },
|
6281
|
-
# bucket_definitions: [
|
6282
|
-
# {
|
6283
|
-
# account_id: "__string", # required
|
6284
|
-
# buckets: ["__string"], # required
|
6285
|
-
# },
|
6286
|
-
# ],
|
6287
|
-
# scoping: {
|
6288
|
-
# excludes: {
|
6289
|
-
# and: [
|
6290
|
-
# {
|
6291
|
-
# simple_scope_term: {
|
6292
|
-
# comparator: "EQ", # accepts EQ, GT, GTE, LT, LTE, NE, CONTAINS, STARTS_WITH
|
6293
|
-
# key: "OBJECT_EXTENSION", # accepts OBJECT_EXTENSION, OBJECT_LAST_MODIFIED_DATE, OBJECT_SIZE, OBJECT_KEY
|
6294
|
-
# values: ["__string"],
|
6295
|
-
# },
|
6296
|
-
# tag_scope_term: {
|
6297
|
-
# comparator: "EQ", # accepts EQ, GT, GTE, LT, LTE, NE, CONTAINS, STARTS_WITH
|
6298
|
-
# key: "__string",
|
6299
|
-
# tag_values: [
|
6300
|
-
# {
|
6301
|
-
# key: "__string",
|
6302
|
-
# value: "__string",
|
6303
|
-
# },
|
6304
|
-
# ],
|
6305
|
-
# target: "S3_OBJECT", # accepts S3_OBJECT
|
6306
|
-
# },
|
6307
|
-
# },
|
6308
|
-
# ],
|
6309
|
-
# },
|
6310
|
-
# includes: {
|
6311
|
-
# and: [
|
6312
|
-
# {
|
6313
|
-
# simple_scope_term: {
|
6314
|
-
# comparator: "EQ", # accepts EQ, GT, GTE, LT, LTE, NE, CONTAINS, STARTS_WITH
|
6315
|
-
# key: "OBJECT_EXTENSION", # accepts OBJECT_EXTENSION, OBJECT_LAST_MODIFIED_DATE, OBJECT_SIZE, OBJECT_KEY
|
6316
|
-
# values: ["__string"],
|
6317
|
-
# },
|
6318
|
-
# tag_scope_term: {
|
6319
|
-
# comparator: "EQ", # accepts EQ, GT, GTE, LT, LTE, NE, CONTAINS, STARTS_WITH
|
6320
|
-
# key: "__string",
|
6321
|
-
# tag_values: [
|
6322
|
-
# {
|
6323
|
-
# key: "__string",
|
6324
|
-
# value: "__string",
|
6325
|
-
# },
|
6326
|
-
# ],
|
6327
|
-
# target: "S3_OBJECT", # accepts S3_OBJECT
|
6328
|
-
# },
|
6329
|
-
# },
|
6330
|
-
# ],
|
6331
|
-
# },
|
6332
|
-
# },
|
6333
|
-
# }
|
6334
|
-
#
|
6335
5259
|
# @!attribute [rw] bucket_criteria
|
6336
5260
|
# Specifies property- and tag-based conditions that define criteria
|
6337
5261
|
# for including or excluding S3 buckets from a classification job.
|
@@ -6423,14 +5347,6 @@ module Aws::Macie2
|
|
6423
5347
|
# Provides information about an S3 object that lists specific text to
|
6424
5348
|
# ignore.
|
6425
5349
|
#
|
6426
|
-
# @note When making an API call, you may pass S3WordsList
|
6427
|
-
# data as a hash:
|
6428
|
-
#
|
6429
|
-
# {
|
6430
|
-
# bucket_name: "__stringMin3Max255PatternAZaZ093255", # required
|
6431
|
-
# object_key: "__stringMin1Max1024PatternSS", # required
|
6432
|
-
# }
|
6433
|
-
#
|
6434
5350
|
# @!attribute [rw] bucket_name
|
6435
5351
|
# @return [String]
|
6436
5352
|
#
|
@@ -6450,56 +5366,6 @@ module Aws::Macie2
|
|
6450
5366
|
# criteria for including or excluding S3 objects from a classification
|
6451
5367
|
# job. Exclude conditions take precedence over include conditions.
|
6452
5368
|
#
|
6453
|
-
# @note When making an API call, you may pass Scoping
|
6454
|
-
# data as a hash:
|
6455
|
-
#
|
6456
|
-
# {
|
6457
|
-
# excludes: {
|
6458
|
-
# and: [
|
6459
|
-
# {
|
6460
|
-
# simple_scope_term: {
|
6461
|
-
# comparator: "EQ", # accepts EQ, GT, GTE, LT, LTE, NE, CONTAINS, STARTS_WITH
|
6462
|
-
# key: "OBJECT_EXTENSION", # accepts OBJECT_EXTENSION, OBJECT_LAST_MODIFIED_DATE, OBJECT_SIZE, OBJECT_KEY
|
6463
|
-
# values: ["__string"],
|
6464
|
-
# },
|
6465
|
-
# tag_scope_term: {
|
6466
|
-
# comparator: "EQ", # accepts EQ, GT, GTE, LT, LTE, NE, CONTAINS, STARTS_WITH
|
6467
|
-
# key: "__string",
|
6468
|
-
# tag_values: [
|
6469
|
-
# {
|
6470
|
-
# key: "__string",
|
6471
|
-
# value: "__string",
|
6472
|
-
# },
|
6473
|
-
# ],
|
6474
|
-
# target: "S3_OBJECT", # accepts S3_OBJECT
|
6475
|
-
# },
|
6476
|
-
# },
|
6477
|
-
# ],
|
6478
|
-
# },
|
6479
|
-
# includes: {
|
6480
|
-
# and: [
|
6481
|
-
# {
|
6482
|
-
# simple_scope_term: {
|
6483
|
-
# comparator: "EQ", # accepts EQ, GT, GTE, LT, LTE, NE, CONTAINS, STARTS_WITH
|
6484
|
-
# key: "OBJECT_EXTENSION", # accepts OBJECT_EXTENSION, OBJECT_LAST_MODIFIED_DATE, OBJECT_SIZE, OBJECT_KEY
|
6485
|
-
# values: ["__string"],
|
6486
|
-
# },
|
6487
|
-
# tag_scope_term: {
|
6488
|
-
# comparator: "EQ", # accepts EQ, GT, GTE, LT, LTE, NE, CONTAINS, STARTS_WITH
|
6489
|
-
# key: "__string",
|
6490
|
-
# tag_values: [
|
6491
|
-
# {
|
6492
|
-
# key: "__string",
|
6493
|
-
# value: "__string",
|
6494
|
-
# },
|
6495
|
-
# ],
|
6496
|
-
# target: "S3_OBJECT", # accepts S3_OBJECT
|
6497
|
-
# },
|
6498
|
-
# },
|
6499
|
-
# ],
|
6500
|
-
# },
|
6501
|
-
# }
|
6502
|
-
#
|
6503
5369
|
# @!attribute [rw] excludes
|
6504
5370
|
# Specifies one or more property- and tag-based conditions that define
|
6505
5371
|
# criteria for including or excluding S3 objects from a classification
|
@@ -6525,52 +5391,6 @@ module Aws::Macie2
|
|
6525
5391
|
# criteria for including or excluding S3 buckets from the query results.
|
6526
5392
|
# Exclude conditions take precedence over include conditions.
|
6527
5393
|
#
|
6528
|
-
# @note When making an API call, you may pass SearchResourcesBucketCriteria
|
6529
|
-
# data as a hash:
|
6530
|
-
#
|
6531
|
-
# {
|
6532
|
-
# excludes: {
|
6533
|
-
# and: [
|
6534
|
-
# {
|
6535
|
-
# simple_criterion: {
|
6536
|
-
# comparator: "EQ", # accepts EQ, NE
|
6537
|
-
# key: "ACCOUNT_ID", # accepts ACCOUNT_ID, S3_BUCKET_NAME, S3_BUCKET_EFFECTIVE_PERMISSION, S3_BUCKET_SHARED_ACCESS
|
6538
|
-
# values: ["__string"],
|
6539
|
-
# },
|
6540
|
-
# tag_criterion: {
|
6541
|
-
# comparator: "EQ", # accepts EQ, NE
|
6542
|
-
# tag_values: [
|
6543
|
-
# {
|
6544
|
-
# key: "__string",
|
6545
|
-
# value: "__string",
|
6546
|
-
# },
|
6547
|
-
# ],
|
6548
|
-
# },
|
6549
|
-
# },
|
6550
|
-
# ],
|
6551
|
-
# },
|
6552
|
-
# includes: {
|
6553
|
-
# and: [
|
6554
|
-
# {
|
6555
|
-
# simple_criterion: {
|
6556
|
-
# comparator: "EQ", # accepts EQ, NE
|
6557
|
-
# key: "ACCOUNT_ID", # accepts ACCOUNT_ID, S3_BUCKET_NAME, S3_BUCKET_EFFECTIVE_PERMISSION, S3_BUCKET_SHARED_ACCESS
|
6558
|
-
# values: ["__string"],
|
6559
|
-
# },
|
6560
|
-
# tag_criterion: {
|
6561
|
-
# comparator: "EQ", # accepts EQ, NE
|
6562
|
-
# tag_values: [
|
6563
|
-
# {
|
6564
|
-
# key: "__string",
|
6565
|
-
# value: "__string",
|
6566
|
-
# },
|
6567
|
-
# ],
|
6568
|
-
# },
|
6569
|
-
# },
|
6570
|
-
# ],
|
6571
|
-
# },
|
6572
|
-
# }
|
6573
|
-
#
|
6574
5394
|
# @!attribute [rw] excludes
|
6575
5395
|
# Specifies property- and tag-based conditions that define filter
|
6576
5396
|
# criteria for including or excluding Amazon Web Services resources
|
@@ -6595,26 +5415,6 @@ module Aws::Macie2
|
|
6595
5415
|
# Specifies a property- or tag-based filter condition for including or
|
6596
5416
|
# excluding Amazon Web Services resources from the query results.
|
6597
5417
|
#
|
6598
|
-
# @note When making an API call, you may pass SearchResourcesCriteria
|
6599
|
-
# data as a hash:
|
6600
|
-
#
|
6601
|
-
# {
|
6602
|
-
# simple_criterion: {
|
6603
|
-
# comparator: "EQ", # accepts EQ, NE
|
6604
|
-
# key: "ACCOUNT_ID", # accepts ACCOUNT_ID, S3_BUCKET_NAME, S3_BUCKET_EFFECTIVE_PERMISSION, S3_BUCKET_SHARED_ACCESS
|
6605
|
-
# values: ["__string"],
|
6606
|
-
# },
|
6607
|
-
# tag_criterion: {
|
6608
|
-
# comparator: "EQ", # accepts EQ, NE
|
6609
|
-
# tag_values: [
|
6610
|
-
# {
|
6611
|
-
# key: "__string",
|
6612
|
-
# value: "__string",
|
6613
|
-
# },
|
6614
|
-
# ],
|
6615
|
-
# },
|
6616
|
-
# }
|
6617
|
-
#
|
6618
5418
|
# @!attribute [rw] simple_criterion
|
6619
5419
|
# Specifies a property-based filter condition that determines which
|
6620
5420
|
# Amazon Web Services resources are included or excluded from the
|
@@ -6640,30 +5440,6 @@ module Aws::Macie2
|
|
6640
5440
|
# criteria for including or excluding Amazon Web Services resources from
|
6641
5441
|
# the query results.
|
6642
5442
|
#
|
6643
|
-
# @note When making an API call, you may pass SearchResourcesCriteriaBlock
|
6644
|
-
# data as a hash:
|
6645
|
-
#
|
6646
|
-
# {
|
6647
|
-
# and: [
|
6648
|
-
# {
|
6649
|
-
# simple_criterion: {
|
6650
|
-
# comparator: "EQ", # accepts EQ, NE
|
6651
|
-
# key: "ACCOUNT_ID", # accepts ACCOUNT_ID, S3_BUCKET_NAME, S3_BUCKET_EFFECTIVE_PERMISSION, S3_BUCKET_SHARED_ACCESS
|
6652
|
-
# values: ["__string"],
|
6653
|
-
# },
|
6654
|
-
# tag_criterion: {
|
6655
|
-
# comparator: "EQ", # accepts EQ, NE
|
6656
|
-
# tag_values: [
|
6657
|
-
# {
|
6658
|
-
# key: "__string",
|
6659
|
-
# value: "__string",
|
6660
|
-
# },
|
6661
|
-
# ],
|
6662
|
-
# },
|
6663
|
-
# },
|
6664
|
-
# ],
|
6665
|
-
# }
|
6666
|
-
#
|
6667
5443
|
# @!attribute [rw] and
|
6668
5444
|
# @return [Array<Types::SearchResourcesCriteria>]
|
6669
5445
|
#
|
@@ -6679,60 +5455,6 @@ module Aws::Macie2
|
|
6679
5455
|
# of a query for statistical data and other information about Amazon Web
|
6680
5456
|
# Services resources that Amazon Macie monitors and analyzes.
|
6681
5457
|
#
|
6682
|
-
# @note When making an API call, you may pass SearchResourcesRequest
|
6683
|
-
# data as a hash:
|
6684
|
-
#
|
6685
|
-
# {
|
6686
|
-
# bucket_criteria: {
|
6687
|
-
# excludes: {
|
6688
|
-
# and: [
|
6689
|
-
# {
|
6690
|
-
# simple_criterion: {
|
6691
|
-
# comparator: "EQ", # accepts EQ, NE
|
6692
|
-
# key: "ACCOUNT_ID", # accepts ACCOUNT_ID, S3_BUCKET_NAME, S3_BUCKET_EFFECTIVE_PERMISSION, S3_BUCKET_SHARED_ACCESS
|
6693
|
-
# values: ["__string"],
|
6694
|
-
# },
|
6695
|
-
# tag_criterion: {
|
6696
|
-
# comparator: "EQ", # accepts EQ, NE
|
6697
|
-
# tag_values: [
|
6698
|
-
# {
|
6699
|
-
# key: "__string",
|
6700
|
-
# value: "__string",
|
6701
|
-
# },
|
6702
|
-
# ],
|
6703
|
-
# },
|
6704
|
-
# },
|
6705
|
-
# ],
|
6706
|
-
# },
|
6707
|
-
# includes: {
|
6708
|
-
# and: [
|
6709
|
-
# {
|
6710
|
-
# simple_criterion: {
|
6711
|
-
# comparator: "EQ", # accepts EQ, NE
|
6712
|
-
# key: "ACCOUNT_ID", # accepts ACCOUNT_ID, S3_BUCKET_NAME, S3_BUCKET_EFFECTIVE_PERMISSION, S3_BUCKET_SHARED_ACCESS
|
6713
|
-
# values: ["__string"],
|
6714
|
-
# },
|
6715
|
-
# tag_criterion: {
|
6716
|
-
# comparator: "EQ", # accepts EQ, NE
|
6717
|
-
# tag_values: [
|
6718
|
-
# {
|
6719
|
-
# key: "__string",
|
6720
|
-
# value: "__string",
|
6721
|
-
# },
|
6722
|
-
# ],
|
6723
|
-
# },
|
6724
|
-
# },
|
6725
|
-
# ],
|
6726
|
-
# },
|
6727
|
-
# },
|
6728
|
-
# max_results: 1,
|
6729
|
-
# next_token: "__string",
|
6730
|
-
# sort_criteria: {
|
6731
|
-
# attribute_name: "ACCOUNT_ID", # accepts ACCOUNT_ID, RESOURCE_NAME, S3_CLASSIFIABLE_OBJECT_COUNT, S3_CLASSIFIABLE_SIZE_IN_BYTES
|
6732
|
-
# order_by: "ASC", # accepts ASC, DESC
|
6733
|
-
# },
|
6734
|
-
# }
|
6735
|
-
#
|
6736
5458
|
# @!attribute [rw] bucket_criteria
|
6737
5459
|
# Specifies property- and tag-based conditions that define filter
|
6738
5460
|
# criteria for including or excluding S3 buckets from the query
|
@@ -6785,15 +5507,6 @@ module Aws::Macie2
|
|
6785
5507
|
# Amazon Web Services resources are included or excluded from the query
|
6786
5508
|
# results.
|
6787
5509
|
#
|
6788
|
-
# @note When making an API call, you may pass SearchResourcesSimpleCriterion
|
6789
|
-
# data as a hash:
|
6790
|
-
#
|
6791
|
-
# {
|
6792
|
-
# comparator: "EQ", # accepts EQ, NE
|
6793
|
-
# key: "ACCOUNT_ID", # accepts ACCOUNT_ID, S3_BUCKET_NAME, S3_BUCKET_EFFECTIVE_PERMISSION, S3_BUCKET_SHARED_ACCESS
|
6794
|
-
# values: ["__string"],
|
6795
|
-
# }
|
6796
|
-
#
|
6797
5510
|
# @!attribute [rw] comparator
|
6798
5511
|
# The operator to use in a condition that filters the results of a
|
6799
5512
|
# query. Valid values are:
|
@@ -6821,14 +5534,6 @@ module Aws::Macie2
|
|
6821
5534
|
# about Amazon Web Services resources that Amazon Macie monitors and
|
6822
5535
|
# analyzes.
|
6823
5536
|
#
|
6824
|
-
# @note When making an API call, you may pass SearchResourcesSortCriteria
|
6825
|
-
# data as a hash:
|
6826
|
-
#
|
6827
|
-
# {
|
6828
|
-
# attribute_name: "ACCOUNT_ID", # accepts ACCOUNT_ID, RESOURCE_NAME, S3_CLASSIFIABLE_OBJECT_COUNT, S3_CLASSIFIABLE_SIZE_IN_BYTES
|
6829
|
-
# order_by: "ASC", # accepts ASC, DESC
|
6830
|
-
# }
|
6831
|
-
#
|
6832
5537
|
# @!attribute [rw] attribute_name
|
6833
5538
|
# The property to sort the query results by. Valid values are:
|
6834
5539
|
# @return [String]
|
@@ -6849,19 +5554,6 @@ module Aws::Macie2
|
|
6849
5554
|
# Web Services resources are included or excluded from the query
|
6850
5555
|
# results.
|
6851
5556
|
#
|
6852
|
-
# @note When making an API call, you may pass SearchResourcesTagCriterion
|
6853
|
-
# data as a hash:
|
6854
|
-
#
|
6855
|
-
# {
|
6856
|
-
# comparator: "EQ", # accepts EQ, NE
|
6857
|
-
# tag_values: [
|
6858
|
-
# {
|
6859
|
-
# key: "__string",
|
6860
|
-
# value: "__string",
|
6861
|
-
# },
|
6862
|
-
# ],
|
6863
|
-
# }
|
6864
|
-
#
|
6865
5557
|
# @!attribute [rw] comparator
|
6866
5558
|
# The operator to use in a condition that filters the results of a
|
6867
5559
|
# query. Valid values are:
|
@@ -6884,14 +5576,6 @@ module Aws::Macie2
|
|
6884
5576
|
# values are case sensitive. Also, Amazon Macie doesn't support use of
|
6885
5577
|
# partial values or wildcard characters in tag-based filter conditions.
|
6886
5578
|
#
|
6887
|
-
# @note When making an API call, you may pass SearchResourcesTagCriterionPair
|
6888
|
-
# data as a hash:
|
6889
|
-
#
|
6890
|
-
# {
|
6891
|
-
# key: "__string",
|
6892
|
-
# value: "__string",
|
6893
|
-
# }
|
6894
|
-
#
|
6895
5579
|
# @!attribute [rw] key
|
6896
5580
|
# @return [String]
|
6897
5581
|
#
|
@@ -6916,14 +5600,6 @@ module Aws::Macie2
|
|
6916
5600
|
#
|
6917
5601
|
# [1]: https://docs.aws.amazon.com/macie/latest/user/securityhub-integration.html
|
6918
5602
|
#
|
6919
|
-
# @note When making an API call, you may pass SecurityHubConfiguration
|
6920
|
-
# data as a hash:
|
6921
|
-
#
|
6922
|
-
# {
|
6923
|
-
# publish_classification_findings: false, # required
|
6924
|
-
# publish_policy_findings: false, # required
|
6925
|
-
# }
|
6926
|
-
#
|
6927
5603
|
# @!attribute [rw] publish_classification_findings
|
6928
5604
|
# @return [Boolean]
|
6929
5605
|
#
|
@@ -7009,13 +5685,6 @@ module Aws::Macie2
|
|
7009
5685
|
#
|
7010
5686
|
# [1]: https://docs.aws.amazon.com/macie/latest/user/managed-data-identifiers.html
|
7011
5687
|
#
|
7012
|
-
# @note When making an API call, you may pass SensitivityInspectionTemplateExcludes
|
7013
|
-
# data as a hash:
|
7014
|
-
#
|
7015
|
-
# {
|
7016
|
-
# managed_data_identifier_ids: ["__string"],
|
7017
|
-
# }
|
7018
|
-
#
|
7019
5688
|
# @!attribute [rw] managed_data_identifier_ids
|
7020
5689
|
# @return [Array<String>]
|
7021
5690
|
#
|
@@ -7039,15 +5708,6 @@ module Aws::Macie2
|
|
7039
5708
|
#
|
7040
5709
|
# [1]: https://docs.aws.amazon.com/macie/latest/user/managed-data-identifiers.html
|
7041
5710
|
#
|
7042
|
-
# @note When making an API call, you may pass SensitivityInspectionTemplateIncludes
|
7043
|
-
# data as a hash:
|
7044
|
-
#
|
7045
|
-
# {
|
7046
|
-
# allow_list_ids: ["__string"],
|
7047
|
-
# custom_data_identifier_ids: ["__string"],
|
7048
|
-
# managed_data_identifier_ids: ["__string"],
|
7049
|
-
# }
|
7050
|
-
#
|
7051
5711
|
# @!attribute [rw] allow_list_ids
|
7052
5712
|
# @return [Array<String>]
|
7053
5713
|
#
|
@@ -7236,14 +5896,6 @@ module Aws::Macie2
|
|
7236
5896
|
# the findings, based on the number of occurrences of text that matches
|
7237
5897
|
# the custom data identifier's detection criteria.
|
7238
5898
|
#
|
7239
|
-
# @note When making an API call, you may pass SeverityLevel
|
7240
|
-
# data as a hash:
|
7241
|
-
#
|
7242
|
-
# {
|
7243
|
-
# occurrences_threshold: 1, # required
|
7244
|
-
# severity: "LOW", # required, accepts LOW, MEDIUM, HIGH
|
7245
|
-
# }
|
7246
|
-
#
|
7247
5899
|
# @!attribute [rw] occurrences_threshold
|
7248
5900
|
# @return [Integer]
|
7249
5901
|
#
|
@@ -7264,15 +5916,6 @@ module Aws::Macie2
|
|
7264
5916
|
# Specifies a property-based condition that determines whether an S3
|
7265
5917
|
# bucket is included or excluded from a classification job.
|
7266
5918
|
#
|
7267
|
-
# @note When making an API call, you may pass SimpleCriterionForJob
|
7268
|
-
# data as a hash:
|
7269
|
-
#
|
7270
|
-
# {
|
7271
|
-
# comparator: "EQ", # accepts EQ, GT, GTE, LT, LTE, NE, CONTAINS, STARTS_WITH
|
7272
|
-
# key: "ACCOUNT_ID", # accepts ACCOUNT_ID, S3_BUCKET_NAME, S3_BUCKET_EFFECTIVE_PERMISSION, S3_BUCKET_SHARED_ACCESS
|
7273
|
-
# values: ["__string"],
|
7274
|
-
# }
|
7275
|
-
#
|
7276
5919
|
# @!attribute [rw] comparator
|
7277
5920
|
# The operator to use in a condition. Depending on the type of
|
7278
5921
|
# condition, possible values are:
|
@@ -7300,15 +5943,6 @@ module Aws::Macie2
|
|
7300
5943
|
# Specifies a property-based condition that determines whether an S3
|
7301
5944
|
# object is included or excluded from a classification job.
|
7302
5945
|
#
|
7303
|
-
# @note When making an API call, you may pass SimpleScopeTerm
|
7304
|
-
# data as a hash:
|
7305
|
-
#
|
7306
|
-
# {
|
7307
|
-
# comparator: "EQ", # accepts EQ, GT, GTE, LT, LTE, NE, CONTAINS, STARTS_WITH
|
7308
|
-
# key: "OBJECT_EXTENSION", # accepts OBJECT_EXTENSION, OBJECT_LAST_MODIFIED_DATE, OBJECT_SIZE, OBJECT_KEY
|
7309
|
-
# values: ["__string"],
|
7310
|
-
# }
|
7311
|
-
#
|
7312
5946
|
# @!attribute [rw] comparator
|
7313
5947
|
# The operator to use in a condition. Depending on the type of
|
7314
5948
|
# condition, possible values are:
|
@@ -7335,14 +5969,6 @@ module Aws::Macie2
|
|
7335
5969
|
|
7336
5970
|
# Specifies criteria for sorting the results of a request for findings.
|
7337
5971
|
#
|
7338
|
-
# @note When making an API call, you may pass SortCriteria
|
7339
|
-
# data as a hash:
|
7340
|
-
#
|
7341
|
-
# {
|
7342
|
-
# attribute_name: "__string",
|
7343
|
-
# order_by: "ASC", # accepts ASC, DESC
|
7344
|
-
# }
|
7345
|
-
#
|
7346
5972
|
# @!attribute [rw] attribute_name
|
7347
5973
|
# @return [String]
|
7348
5974
|
#
|
@@ -7379,14 +6005,6 @@ module Aws::Macie2
|
|
7379
6005
|
# detected a type of sensitive data to start excluding or including in
|
7380
6006
|
# an S3 bucket's sensitivity score.
|
7381
6007
|
#
|
7382
|
-
# @note When making an API call, you may pass SuppressDataIdentifier
|
7383
|
-
# data as a hash:
|
7384
|
-
#
|
7385
|
-
# {
|
7386
|
-
# id: "__string",
|
7387
|
-
# type: "CUSTOM", # accepts CUSTOM, MANAGED
|
7388
|
-
# }
|
7389
|
-
#
|
7390
6008
|
# @!attribute [rw] id
|
7391
6009
|
# @return [String]
|
7392
6010
|
#
|
@@ -7407,19 +6025,6 @@ module Aws::Macie2
|
|
7407
6025
|
# Specifies a tag-based condition that determines whether an S3 bucket
|
7408
6026
|
# is included or excluded from a classification job.
|
7409
6027
|
#
|
7410
|
-
# @note When making an API call, you may pass TagCriterionForJob
|
7411
|
-
# data as a hash:
|
7412
|
-
#
|
7413
|
-
# {
|
7414
|
-
# comparator: "EQ", # accepts EQ, GT, GTE, LT, LTE, NE, CONTAINS, STARTS_WITH
|
7415
|
-
# tag_values: [
|
7416
|
-
# {
|
7417
|
-
# key: "__string",
|
7418
|
-
# value: "__string",
|
7419
|
-
# },
|
7420
|
-
# ],
|
7421
|
-
# }
|
7422
|
-
#
|
7423
6028
|
# @!attribute [rw] comparator
|
7424
6029
|
# The operator to use in a condition. Depending on the type of
|
7425
6030
|
# condition, possible values are:
|
@@ -7443,14 +6048,6 @@ module Aws::Macie2
|
|
7443
6048
|
# are case sensitive. Also, Amazon Macie doesn't support use of partial
|
7444
6049
|
# values or wildcard characters in tag-based conditions.
|
7445
6050
|
#
|
7446
|
-
# @note When making an API call, you may pass TagCriterionPairForJob
|
7447
|
-
# data as a hash:
|
7448
|
-
#
|
7449
|
-
# {
|
7450
|
-
# key: "__string",
|
7451
|
-
# value: "__string",
|
7452
|
-
# }
|
7453
|
-
#
|
7454
6051
|
# @!attribute [rw] key
|
7455
6052
|
# @return [String]
|
7456
6053
|
#
|
@@ -7469,16 +6066,6 @@ module Aws::Macie2
|
|
7469
6066
|
# Specifies the tags (keys and values) to associate with an Amazon Macie
|
7470
6067
|
# resource.
|
7471
6068
|
#
|
7472
|
-
# @note When making an API call, you may pass TagResourceRequest
|
7473
|
-
# data as a hash:
|
7474
|
-
#
|
7475
|
-
# {
|
7476
|
-
# resource_arn: "__string", # required
|
7477
|
-
# tags: { # required
|
7478
|
-
# "__string" => "__string",
|
7479
|
-
# },
|
7480
|
-
# }
|
7481
|
-
#
|
7482
6069
|
# @!attribute [rw] resource_arn
|
7483
6070
|
# @return [String]
|
7484
6071
|
#
|
@@ -7506,21 +6093,6 @@ module Aws::Macie2
|
|
7506
6093
|
# Specifies a tag-based condition that determines whether an S3 object
|
7507
6094
|
# is included or excluded from a classification job.
|
7508
6095
|
#
|
7509
|
-
# @note When making an API call, you may pass TagScopeTerm
|
7510
|
-
# data as a hash:
|
7511
|
-
#
|
7512
|
-
# {
|
7513
|
-
# comparator: "EQ", # accepts EQ, GT, GTE, LT, LTE, NE, CONTAINS, STARTS_WITH
|
7514
|
-
# key: "__string",
|
7515
|
-
# tag_values: [
|
7516
|
-
# {
|
7517
|
-
# key: "__string",
|
7518
|
-
# value: "__string",
|
7519
|
-
# },
|
7520
|
-
# ],
|
7521
|
-
# target: "S3_OBJECT", # accepts S3_OBJECT
|
7522
|
-
# }
|
7523
|
-
#
|
7524
6096
|
# @!attribute [rw] comparator
|
7525
6097
|
# The operator to use in a condition. Depending on the type of
|
7526
6098
|
# condition, possible values are:
|
@@ -7554,14 +6126,6 @@ module Aws::Macie2
|
|
7554
6126
|
# Also, Amazon Macie doesn't support use of partial values or wildcard
|
7555
6127
|
# characters in tag-based conditions.
|
7556
6128
|
#
|
7557
|
-
# @note When making an API call, you may pass TagValuePair
|
7558
|
-
# data as a hash:
|
7559
|
-
#
|
7560
|
-
# {
|
7561
|
-
# key: "__string",
|
7562
|
-
# value: "__string",
|
7563
|
-
# }
|
7564
|
-
#
|
7565
6129
|
# @!attribute [rw] key
|
7566
6130
|
# @return [String]
|
7567
6131
|
#
|
@@ -7579,17 +6143,6 @@ module Aws::Macie2
|
|
7579
6143
|
|
7580
6144
|
# Specifies the detection criteria of a custom data identifier to test.
|
7581
6145
|
#
|
7582
|
-
# @note When making an API call, you may pass TestCustomDataIdentifierRequest
|
7583
|
-
# data as a hash:
|
7584
|
-
#
|
7585
|
-
# {
|
7586
|
-
# ignore_words: ["__string"],
|
7587
|
-
# keywords: ["__string"],
|
7588
|
-
# maximum_match_distance: 1,
|
7589
|
-
# regex: "__string", # required
|
7590
|
-
# sample_text: "__string", # required
|
7591
|
-
# }
|
7592
|
-
#
|
7593
6146
|
# @!attribute [rw] ignore_words
|
7594
6147
|
# @return [Array<String>]
|
7595
6148
|
#
|
@@ -7681,14 +6234,6 @@ module Aws::Macie2
|
|
7681
6234
|
include Aws::Structure
|
7682
6235
|
end
|
7683
6236
|
|
7684
|
-
# @note When making an API call, you may pass UntagResourceRequest
|
7685
|
-
# data as a hash:
|
7686
|
-
#
|
7687
|
-
# {
|
7688
|
-
# resource_arn: "__string", # required
|
7689
|
-
# tag_keys: ["__string"], # required
|
7690
|
-
# }
|
7691
|
-
#
|
7692
6237
|
# @!attribute [rw] resource_arn
|
7693
6238
|
# @return [String]
|
7694
6239
|
#
|
@@ -7717,22 +6262,6 @@ module Aws::Macie2
|
|
7717
6262
|
# can't compile or an S3 object that Macie can't retrieve or parse, an
|
7718
6263
|
# error occurs.
|
7719
6264
|
#
|
7720
|
-
# @note When making an API call, you may pass UpdateAllowListRequest
|
7721
|
-
# data as a hash:
|
7722
|
-
#
|
7723
|
-
# {
|
7724
|
-
# criteria: { # required
|
7725
|
-
# regex: "__stringMin1Max512PatternSS",
|
7726
|
-
# s3_words_list: {
|
7727
|
-
# bucket_name: "__stringMin3Max255PatternAZaZ093255", # required
|
7728
|
-
# object_key: "__stringMin1Max1024PatternSS", # required
|
7729
|
-
# },
|
7730
|
-
# },
|
7731
|
-
# description: "__stringMin1Max512PatternSS",
|
7732
|
-
# id: "__string", # required
|
7733
|
-
# name: "__stringMin1Max128Pattern", # required
|
7734
|
-
# }
|
7735
|
-
#
|
7736
6265
|
# @!attribute [rw] criteria
|
7737
6266
|
# Specifies the criteria for an allow list. The criteria must specify
|
7738
6267
|
# a regular expression (regex) or an S3 object (s3WordsList). It
|
@@ -7780,13 +6309,6 @@ module Aws::Macie2
|
|
7780
6309
|
# Enables or disables automated sensitive data discovery for an Amazon
|
7781
6310
|
# Macie account.
|
7782
6311
|
#
|
7783
|
-
# @note When making an API call, you may pass UpdateAutomatedDiscoveryConfigurationRequest
|
7784
|
-
# data as a hash:
|
7785
|
-
#
|
7786
|
-
# {
|
7787
|
-
# status: "ENABLED", # required, accepts ENABLED, DISABLED
|
7788
|
-
# }
|
7789
|
-
#
|
7790
6312
|
# @!attribute [rw] status
|
7791
6313
|
# The status of the automated sensitive data discovery configuration
|
7792
6314
|
# for an Amazon Macie account. Valid values are:
|
@@ -7812,14 +6334,6 @@ module Aws::Macie2
|
|
7812
6334
|
#
|
7813
6335
|
# [1]: https://docs.aws.amazon.com/macie/latest/user/discovery-jobs-manage.html
|
7814
6336
|
#
|
7815
|
-
# @note When making an API call, you may pass UpdateClassificationJobRequest
|
7816
|
-
# data as a hash:
|
7817
|
-
#
|
7818
|
-
# {
|
7819
|
-
# job_id: "__string", # required
|
7820
|
-
# job_status: "RUNNING", # required, accepts RUNNING, PAUSED, CANCELLED, COMPLETE, IDLE, USER_PAUSED
|
7821
|
-
# }
|
7822
|
-
#
|
7823
6337
|
# @!attribute [rw] job_id
|
7824
6338
|
# @return [String]
|
7825
6339
|
#
|
@@ -7846,19 +6360,6 @@ module Aws::Macie2
|
|
7846
6360
|
# automated sensitive data discovery must currently be enabled for the
|
7847
6361
|
# account.
|
7848
6362
|
#
|
7849
|
-
# @note When making an API call, you may pass UpdateClassificationScopeRequest
|
7850
|
-
# data as a hash:
|
7851
|
-
#
|
7852
|
-
# {
|
7853
|
-
# id: "__string", # required
|
7854
|
-
# s3: {
|
7855
|
-
# excludes: { # required
|
7856
|
-
# bucket_names: ["S3BucketName"], # required
|
7857
|
-
# operation: "ADD", # required, accepts ADD, REPLACE, REMOVE
|
7858
|
-
# },
|
7859
|
-
# },
|
7860
|
-
# }
|
7861
|
-
#
|
7862
6363
|
# @!attribute [rw] id
|
7863
6364
|
# @return [String]
|
7864
6365
|
#
|
@@ -7882,31 +6383,6 @@ module Aws::Macie2
|
|
7882
6383
|
|
7883
6384
|
# Specifies the criteria and other settings for a findings filter.
|
7884
6385
|
#
|
7885
|
-
# @note When making an API call, you may pass UpdateFindingsFilterRequest
|
7886
|
-
# data as a hash:
|
7887
|
-
#
|
7888
|
-
# {
|
7889
|
-
# action: "ARCHIVE", # accepts ARCHIVE, NOOP
|
7890
|
-
# client_token: "__string",
|
7891
|
-
# description: "__string",
|
7892
|
-
# finding_criteria: {
|
7893
|
-
# criterion: {
|
7894
|
-
# "__string" => {
|
7895
|
-
# eq: ["__string"],
|
7896
|
-
# eq_exact_match: ["__string"],
|
7897
|
-
# gt: 1,
|
7898
|
-
# gte: 1,
|
7899
|
-
# lt: 1,
|
7900
|
-
# lte: 1,
|
7901
|
-
# neq: ["__string"],
|
7902
|
-
# },
|
7903
|
-
# },
|
7904
|
-
# },
|
7905
|
-
# id: "__string", # required
|
7906
|
-
# name: "__string",
|
7907
|
-
# position: 1,
|
7908
|
-
# }
|
7909
|
-
#
|
7910
6386
|
# @!attribute [rw] action
|
7911
6387
|
# The action to perform on findings that match the filter criteria. To
|
7912
6388
|
# suppress (automatically archive) findings that match the criteria,
|
@@ -7970,14 +6446,6 @@ module Aws::Macie2
|
|
7970
6446
|
# Changes the status or configuration settings for an Amazon Macie
|
7971
6447
|
# account.
|
7972
6448
|
#
|
7973
|
-
# @note When making an API call, you may pass UpdateMacieSessionRequest
|
7974
|
-
# data as a hash:
|
7975
|
-
#
|
7976
|
-
# {
|
7977
|
-
# finding_publishing_frequency: "FIFTEEN_MINUTES", # accepts FIFTEEN_MINUTES, ONE_HOUR, SIX_HOURS
|
7978
|
-
# status: "PAUSED", # accepts PAUSED, ENABLED
|
7979
|
-
# }
|
7980
|
-
#
|
7981
6449
|
# @!attribute [rw] finding_publishing_frequency
|
7982
6450
|
# The frequency with which Amazon Macie publishes updates to policy
|
7983
6451
|
# findings for an account. This includes publishing updates to
|
@@ -8009,14 +6477,6 @@ module Aws::Macie2
|
|
8009
6477
|
|
8010
6478
|
# Suspends (pauses) or re-enables Amazon Macie for a member account.
|
8011
6479
|
#
|
8012
|
-
# @note When making an API call, you may pass UpdateMemberSessionRequest
|
8013
|
-
# data as a hash:
|
8014
|
-
#
|
8015
|
-
# {
|
8016
|
-
# id: "__string", # required
|
8017
|
-
# status: "PAUSED", # required, accepts PAUSED, ENABLED
|
8018
|
-
# }
|
8019
|
-
#
|
8020
6480
|
# @!attribute [rw] id
|
8021
6481
|
# @return [String]
|
8022
6482
|
#
|
@@ -8040,13 +6500,6 @@ module Aws::Macie2
|
|
8040
6500
|
# Specifies whether to enable Amazon Macie automatically for accounts
|
8041
6501
|
# that are added to an organization in Organizations.
|
8042
6502
|
#
|
8043
|
-
# @note When making an API call, you may pass UpdateOrganizationConfigurationRequest
|
8044
|
-
# data as a hash:
|
8045
|
-
#
|
8046
|
-
# {
|
8047
|
-
# auto_enable: false, # required
|
8048
|
-
# }
|
8049
|
-
#
|
8050
6503
|
# @!attribute [rw] auto_enable
|
8051
6504
|
# @return [Boolean]
|
8052
6505
|
#
|
@@ -8069,19 +6522,6 @@ module Aws::Macie2
|
|
8069
6522
|
# can update the settings only if automated sensitive data discovery is
|
8070
6523
|
# currently enabled for your account.
|
8071
6524
|
#
|
8072
|
-
# @note When making an API call, you may pass UpdateResourceProfileDetectionsRequest
|
8073
|
-
# data as a hash:
|
8074
|
-
#
|
8075
|
-
# {
|
8076
|
-
# resource_arn: "__string", # required
|
8077
|
-
# suppress_data_identifiers: [
|
8078
|
-
# {
|
8079
|
-
# id: "__string",
|
8080
|
-
# type: "CUSTOM", # accepts CUSTOM, MANAGED
|
8081
|
-
# },
|
8082
|
-
# ],
|
8083
|
-
# }
|
8084
|
-
#
|
8085
6525
|
# @!attribute [rw] resource_arn
|
8086
6526
|
# @return [String]
|
8087
6527
|
#
|
@@ -8105,14 +6545,6 @@ module Aws::Macie2
|
|
8105
6545
|
# monitors and analyzes for your account. To update the score, automated
|
8106
6546
|
# sensitive data discovery must currently be enabled for your account.
|
8107
6547
|
#
|
8108
|
-
# @note When making an API call, you may pass UpdateResourceProfileRequest
|
8109
|
-
# data as a hash:
|
8110
|
-
#
|
8111
|
-
# {
|
8112
|
-
# resource_arn: "__string", # required
|
8113
|
-
# sensitivity_score_override: 1,
|
8114
|
-
# }
|
8115
|
-
#
|
8116
6548
|
# @!attribute [rw] resource_arn
|
8117
6549
|
# @return [String]
|
8118
6550
|
#
|
@@ -8136,16 +6568,6 @@ module Aws::Macie2
|
|
8136
6568
|
# sensitive data reported by findings, and the status of the
|
8137
6569
|
# configuration for an Amazon Macie account.
|
8138
6570
|
#
|
8139
|
-
# @note When making an API call, you may pass UpdateRevealConfigurationRequest
|
8140
|
-
# data as a hash:
|
8141
|
-
#
|
8142
|
-
# {
|
8143
|
-
# configuration: { # required
|
8144
|
-
# kms_key_id: "__stringMin1Max2048",
|
8145
|
-
# status: "ENABLED", # required, accepts ENABLED, DISABLED
|
8146
|
-
# },
|
8147
|
-
# }
|
8148
|
-
#
|
8149
6571
|
# @!attribute [rw] configuration
|
8150
6572
|
# Specifies the configuration settings for retrieving occurrences of
|
8151
6573
|
# sensitive data reported by findings, and the status of the
|
@@ -8190,22 +6612,6 @@ module Aws::Macie2
|
|
8190
6612
|
# the settings, automated sensitive data discovery must currently be
|
8191
6613
|
# enabled for the account.
|
8192
6614
|
#
|
8193
|
-
# @note When making an API call, you may pass UpdateSensitivityInspectionTemplateRequest
|
8194
|
-
# data as a hash:
|
8195
|
-
#
|
8196
|
-
# {
|
8197
|
-
# description: "__string",
|
8198
|
-
# excludes: {
|
8199
|
-
# managed_data_identifier_ids: ["__string"],
|
8200
|
-
# },
|
8201
|
-
# id: "__string", # required
|
8202
|
-
# includes: {
|
8203
|
-
# allow_list_ids: ["__string"],
|
8204
|
-
# custom_data_identifier_ids: ["__string"],
|
8205
|
-
# managed_data_identifier_ids: ["__string"],
|
8206
|
-
# },
|
8207
|
-
# }
|
8208
|
-
#
|
8209
6615
|
# @!attribute [rw] description
|
8210
6616
|
# @return [String]
|
8211
6617
|
#
|
@@ -8312,15 +6718,6 @@ module Aws::Macie2
|
|
8312
6718
|
# Specifies a condition for filtering the results of a query for quota
|
8313
6719
|
# and usage data for one or more Amazon Macie accounts.
|
8314
6720
|
#
|
8315
|
-
# @note When making an API call, you may pass UsageStatisticsFilter
|
8316
|
-
# data as a hash:
|
8317
|
-
#
|
8318
|
-
# {
|
8319
|
-
# comparator: "GT", # accepts GT, GTE, LT, LTE, EQ, NE, CONTAINS
|
8320
|
-
# key: "accountId", # accepts accountId, serviceLimit, freeTrialStartDate, total
|
8321
|
-
# values: ["__string"],
|
8322
|
-
# }
|
8323
|
-
#
|
8324
6721
|
# @!attribute [rw] comparator
|
8325
6722
|
# The operator to use in a condition that filters the results of a
|
8326
6723
|
# query for Amazon Macie account quotas and usage data. Valid values
|
@@ -8348,14 +6745,6 @@ module Aws::Macie2
|
|
8348
6745
|
# Specifies criteria for sorting the results of a query for Amazon Macie
|
8349
6746
|
# account quotas and usage data.
|
8350
6747
|
#
|
8351
|
-
# @note When making an API call, you may pass UsageStatisticsSortBy
|
8352
|
-
# data as a hash:
|
8353
|
-
#
|
8354
|
-
# {
|
8355
|
-
# key: "accountId", # accepts accountId, total, serviceLimitValue, freeTrialStartDate
|
8356
|
-
# order_by: "ASC", # accepts ASC, DESC
|
8357
|
-
# }
|
8358
|
-
#
|
8359
6748
|
# @!attribute [rw] key
|
8360
6749
|
# The field to use to sort the results of a query for Amazon Macie
|
8361
6750
|
# account quotas and usage data. Valid values are:
|
@@ -8529,13 +6918,6 @@ module Aws::Macie2
|
|
8529
6918
|
# Specifies a weekly recurrence pattern for running a classification
|
8530
6919
|
# job.
|
8531
6920
|
#
|
8532
|
-
# @note When making an API call, you may pass WeeklySchedule
|
8533
|
-
# data as a hash:
|
8534
|
-
#
|
8535
|
-
# {
|
8536
|
-
# day_of_week: "SUNDAY", # accepts SUNDAY, MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY
|
8537
|
-
# }
|
8538
|
-
#
|
8539
6921
|
# @!attribute [rw] day_of_week
|
8540
6922
|
# @return [String]
|
8541
6923
|
#
|