aws-sdk-macie2 1.35.0 → 1.39.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4554d22602a3db074df0b0337b53e188f4c36bcd89247a5db757aa7f9d951803
4
- data.tar.gz: 5259f3f0e4fd5762919b408cf9fb2e786d33bce1908ac9768380a5f3717ac394
3
+ metadata.gz: a3c2909657a4094ee5b72219440f6bbe8761877bae0bfdd12a20fadd90239499
4
+ data.tar.gz: 5151af023791e1e1accccc9e3fa1bf4c05c5ea1dee9186bb12efce022ae06b51
5
5
  SHA512:
6
- metadata.gz: c85b2e8141723f9d29b3588ca8ae6f888c0b693d5ef988197f4287671a23171631c9a7d03f0ba6adaa0c9c8efe1d23ca2b393003050d6da652fd741214e12e14
7
- data.tar.gz: 0c448916f46a02b7dda11d9fac4f28ab6821e43d12d4f9924b938435c93bfb977ee0da973b440f6e146ce00f7d3a1d5772d0389e547035f8f2c998d21546bbc7
6
+ metadata.gz: 6e9b254b1fb3e693fb7a2f83a05c44e6cf457b656f7a1087a71a7cdbcbb5c84e21ac19169be6584d8e37e7bc6eb9c26671eeb1722e164bf0534e7340c9da21a5
7
+ data.tar.gz: b5325d88819c81795e0b50843df0f60f4654edd9af10216ae21adf794a3f9eb958cf7bf9edf1a8ac0c847de319ef890e8812e0091a231da146a094f9a6428997
data/CHANGELOG.md CHANGED
@@ -1,6 +1,26 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.39.0 (2021-11-23)
5
+ ------------------
6
+
7
+ * Feature - Documentation updates for Amazon Macie
8
+
9
+ 1.38.0 (2021-11-04)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
14
+ 1.37.0 (2021-11-03)
15
+ ------------------
16
+
17
+ * Feature - This release adds support for specifying the severity of findings that a custom data identifier produces, based on the number of occurrences of text that matches the detection criteria.
18
+
19
+ 1.36.0 (2021-10-18)
20
+ ------------------
21
+
22
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
23
+
4
24
  1.35.0 (2021-09-30)
5
25
  ------------------
6
26
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.35.0
1
+ 1.39.0
@@ -275,6 +275,15 @@ module Aws::Macie2
275
275
  # ** Please note ** When response stubbing is enabled, no HTTP
276
276
  # requests are made, and retries are disabled.
277
277
  #
278
+ # @option options [Boolean] :use_dualstack_endpoint
279
+ # When set to `true`, dualstack enabled endpoints (with `.aws` TLD)
280
+ # will be used if available.
281
+ #
282
+ # @option options [Boolean] :use_fips_endpoint
283
+ # When set to `true`, fips compatible endpoints will be used if available.
284
+ # When a `fips` region is used, the region is normalized and this config
285
+ # is set to `true`.
286
+ #
278
287
  # @option options [Boolean] :validate_params (true)
279
288
  # When `true`, request parameters are validated before
280
289
  # sending the request.
@@ -594,6 +603,22 @@ module Aws::Macie2
594
603
  #
595
604
  # @option params [String] :regex
596
605
  #
606
+ # @option params [Array<Types::SeverityLevel>] :severity_levels
607
+ # The severity to assign to findings that the custom data identifier
608
+ # produces, based on the number of occurrences of text that matches the
609
+ # custom data identifier's detection criteria. You can specify as many
610
+ # as three SeverityLevel objects in this array, one for each severity:
611
+ # LOW, MEDIUM, or HIGH. If you specify more than one, the occurrences
612
+ # thresholds must be in ascending order by severity, moving from LOW to
613
+ # HIGH. For example, 1 for LOW, 50 for MEDIUM, and 100 for HIGH. If an
614
+ # S3 object contains fewer occurrences than the lowest specified
615
+ # threshold, Amazon Macie doesn't create a finding.
616
+ #
617
+ # If you don't specify any values for this array, Macie creates
618
+ # findings for S3 objects that contain at least one occurrence of text
619
+ # that matches the detection criteria, and Macie automatically assigns
620
+ # the MEDIUM severity to those findings.
621
+ #
597
622
  # @option params [Hash<String,String>] :tags
598
623
  # A string-to-string map of key-value pairs that specifies the tags
599
624
  # (keys and values) for a classification job, custom data identifier,
@@ -613,6 +638,12 @@ module Aws::Macie2
613
638
  # maximum_match_distance: 1,
614
639
  # name: "__string",
615
640
  # regex: "__string",
641
+ # severity_levels: [
642
+ # {
643
+ # occurrences_threshold: 1, # required
644
+ # severity: "LOW", # required, accepts LOW, MEDIUM, HIGH
645
+ # },
646
+ # ],
616
647
  # tags: {
617
648
  # "__string" => "__string",
618
649
  # },
@@ -1152,8 +1183,8 @@ module Aws::Macie2
1152
1183
  req.send_request(options)
1153
1184
  end
1154
1185
 
1155
- # Retrieves the Amazon Macie configuration settings for an Amazon Web
1156
- # Services organization.
1186
+ # Retrieves the Amazon Macie configuration settings for an organization
1187
+ # in Organizations.
1157
1188
  #
1158
1189
  # @return [Types::DescribeOrganizationConfigurationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1159
1190
  #
@@ -1174,8 +1205,8 @@ module Aws::Macie2
1174
1205
  req.send_request(options)
1175
1206
  end
1176
1207
 
1177
- # Disables an Amazon Macie account and deletes Macie resources for the
1178
- # account.
1208
+ # Disables Amazon Macie and deletes all settings and resources for a
1209
+ # Macie account.
1179
1210
  #
1180
1211
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
1181
1212
  #
@@ -1189,7 +1220,7 @@ module Aws::Macie2
1189
1220
  end
1190
1221
 
1191
1222
  # Disables an account as the delegated Amazon Macie administrator
1192
- # account for an Amazon Web Services organization.
1223
+ # account for an organization in Organizations.
1193
1224
  #
1194
1225
  # @option params [required, String] :admin_account_id
1195
1226
  #
@@ -1304,7 +1335,7 @@ module Aws::Macie2
1304
1335
  end
1305
1336
 
1306
1337
  # Designates an account as the delegated Amazon Macie administrator
1307
- # account for an Amazon Web Services organization.
1338
+ # account for an organization in Organizations.
1308
1339
  #
1309
1340
  # @option params [required, String] :admin_account_id
1310
1341
  #
@@ -1353,8 +1384,8 @@ module Aws::Macie2
1353
1384
  req.send_request(options)
1354
1385
  end
1355
1386
 
1356
- # Retrieves (queries) aggregated statistical data for all the S3 buckets
1357
- # that Amazon Macie monitors and analyzes.
1387
+ # Retrieves (queries) aggregated statistical data about S3 buckets that
1388
+ # Amazon Macie monitors and analyzes.
1358
1389
  #
1359
1390
  # @option params [String] :account_id
1360
1391
  #
@@ -1459,6 +1490,7 @@ module Aws::Macie2
1459
1490
  # * {Types::GetCustomDataIdentifierResponse#maximum_match_distance #maximum_match_distance} => Integer
1460
1491
  # * {Types::GetCustomDataIdentifierResponse#name #name} => String
1461
1492
  # * {Types::GetCustomDataIdentifierResponse#regex #regex} => String
1493
+ # * {Types::GetCustomDataIdentifierResponse#severity_levels #severity_levels} => Array&lt;Types::SeverityLevel&gt;
1462
1494
  # * {Types::GetCustomDataIdentifierResponse#tags #tags} => Hash&lt;String,String&gt;
1463
1495
  #
1464
1496
  # @example Request syntax with placeholder values
@@ -1481,6 +1513,9 @@ module Aws::Macie2
1481
1513
  # resp.maximum_match_distance #=> Integer
1482
1514
  # resp.name #=> String
1483
1515
  # resp.regex #=> String
1516
+ # resp.severity_levels #=> Array
1517
+ # resp.severity_levels[0].occurrences_threshold #=> Integer
1518
+ # resp.severity_levels[0].severity #=> String, one of "LOW", "MEDIUM", "HIGH"
1484
1519
  # resp.tags #=> Hash
1485
1520
  # resp.tags["__string"] #=> String
1486
1521
  #
@@ -2401,7 +2436,7 @@ module Aws::Macie2
2401
2436
  end
2402
2437
 
2403
2438
  # Retrieves information about the delegated Amazon Macie administrator
2404
- # account for an Amazon Web Services organization.
2439
+ # account for an organization in Organizations.
2405
2440
  #
2406
2441
  # @option params [Integer] :max_results
2407
2442
  #
@@ -2845,8 +2880,8 @@ module Aws::Macie2
2845
2880
  req.send_request(options)
2846
2881
  end
2847
2882
 
2848
- # Suspends or re-enables an Amazon Macie account, or updates the
2849
- # configuration settings for a Macie account.
2883
+ # Suspends or re-enables Amazon Macie, or updates the configuration
2884
+ # settings for a Macie account.
2850
2885
  #
2851
2886
  # @option params [String] :finding_publishing_frequency
2852
2887
  # The frequency with which Amazon Macie publishes updates to policy
@@ -2880,8 +2915,8 @@ module Aws::Macie2
2880
2915
  req.send_request(options)
2881
2916
  end
2882
2917
 
2883
- # Enables an Amazon Macie administrator to suspend or re-enable a member
2884
- # account.
2918
+ # Enables an Amazon Macie administrator to suspend or re-enable Macie
2919
+ # for a member account.
2885
2920
  #
2886
2921
  # @option params [required, String] :id
2887
2922
  #
@@ -2906,8 +2941,8 @@ module Aws::Macie2
2906
2941
  req.send_request(options)
2907
2942
  end
2908
2943
 
2909
- # Updates the Amazon Macie configuration settings for an Amazon Web
2910
- # Services organization.
2944
+ # Updates the Amazon Macie configuration settings for an organization in
2945
+ # Organizations.
2911
2946
  #
2912
2947
  # @option params [required, Boolean] :auto_enable
2913
2948
  #
@@ -2941,7 +2976,7 @@ module Aws::Macie2
2941
2976
  params: params,
2942
2977
  config: config)
2943
2978
  context[:gem_name] = 'aws-sdk-macie2'
2944
- context[:gem_version] = '1.35.0'
2979
+ context[:gem_version] = '1.39.0'
2945
2980
  Seahorse::Client::Request.new(handlers, context)
2946
2981
  end
2947
2982
 
@@ -73,6 +73,7 @@ module Aws::Macie2
73
73
  CustomDetection = Shapes::StructureShape.new(name: 'CustomDetection')
74
74
  CustomDetections = Shapes::ListShape.new(name: 'CustomDetections')
75
75
  DailySchedule = Shapes::StructureShape.new(name: 'DailySchedule')
76
+ DataIdentifierSeverity = Shapes::StringShape.new(name: 'DataIdentifierSeverity')
76
77
  DayOfWeek = Shapes::StringShape.new(name: 'DayOfWeek')
77
78
  DeclineInvitationsRequest = Shapes::StructureShape.new(name: 'DeclineInvitationsRequest')
78
79
  DeclineInvitationsResponse = Shapes::StructureShape.new(name: 'DeclineInvitationsResponse')
@@ -259,6 +260,8 @@ module Aws::Macie2
259
260
  SessionIssuer = Shapes::StructureShape.new(name: 'SessionIssuer')
260
261
  Severity = Shapes::StructureShape.new(name: 'Severity')
261
262
  SeverityDescription = Shapes::StringShape.new(name: 'SeverityDescription')
263
+ SeverityLevel = Shapes::StructureShape.new(name: 'SeverityLevel')
264
+ SeverityLevelList = Shapes::ListShape.new(name: 'SeverityLevelList')
262
265
  SharedAccess = Shapes::StringShape.new(name: 'SharedAccess')
263
266
  SimpleCriterionForJob = Shapes::StructureShape.new(name: 'SimpleCriterionForJob')
264
267
  SimpleCriterionKeyForJob = Shapes::StringShape.new(name: 'SimpleCriterionKeyForJob')
@@ -553,6 +556,7 @@ module Aws::Macie2
553
556
  CreateCustomDataIdentifierRequest.add_member(:maximum_match_distance, Shapes::ShapeRef.new(shape: __integer, location_name: "maximumMatchDistance"))
554
557
  CreateCustomDataIdentifierRequest.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
555
558
  CreateCustomDataIdentifierRequest.add_member(:regex, Shapes::ShapeRef.new(shape: __string, location_name: "regex"))
559
+ CreateCustomDataIdentifierRequest.add_member(:severity_levels, Shapes::ShapeRef.new(shape: SeverityLevelList, location_name: "severityLevels"))
556
560
  CreateCustomDataIdentifierRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
557
561
  CreateCustomDataIdentifierRequest.struct_class = Types::CreateCustomDataIdentifierRequest
558
562
 
@@ -838,6 +842,7 @@ module Aws::Macie2
838
842
  GetCustomDataIdentifierResponse.add_member(:maximum_match_distance, Shapes::ShapeRef.new(shape: __integer, location_name: "maximumMatchDistance"))
839
843
  GetCustomDataIdentifierResponse.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
840
844
  GetCustomDataIdentifierResponse.add_member(:regex, Shapes::ShapeRef.new(shape: __string, location_name: "regex"))
845
+ GetCustomDataIdentifierResponse.add_member(:severity_levels, Shapes::ShapeRef.new(shape: SeverityLevelList, location_name: "severityLevels"))
841
846
  GetCustomDataIdentifierResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
842
847
  GetCustomDataIdentifierResponse.struct_class = Types::GetCustomDataIdentifierResponse
843
848
 
@@ -1328,6 +1333,12 @@ module Aws::Macie2
1328
1333
  Severity.add_member(:score, Shapes::ShapeRef.new(shape: __long, location_name: "score"))
1329
1334
  Severity.struct_class = Types::Severity
1330
1335
 
1336
+ SeverityLevel.add_member(:occurrences_threshold, Shapes::ShapeRef.new(shape: __long, required: true, location_name: "occurrencesThreshold"))
1337
+ SeverityLevel.add_member(:severity, Shapes::ShapeRef.new(shape: DataIdentifierSeverity, required: true, location_name: "severity"))
1338
+ SeverityLevel.struct_class = Types::SeverityLevel
1339
+
1340
+ SeverityLevelList.member = Shapes::ShapeRef.new(shape: SeverityLevel)
1341
+
1331
1342
  SimpleCriterionForJob.add_member(:comparator, Shapes::ShapeRef.new(shape: JobComparator, location_name: "comparator"))
1332
1343
  SimpleCriterionForJob.add_member(:key, Shapes::ShapeRef.new(shape: SimpleCriterionKeyForJob, location_name: "key"))
1333
1344
  SimpleCriterionForJob.add_member(:values, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "values"))
@@ -132,15 +132,15 @@ module Aws::Macie2
132
132
  end
133
133
 
134
134
  # Provides information about the delegated Amazon Macie administrator
135
- # account for an Amazon Web Services organization.
135
+ # account for an organization in Organizations.
136
136
  #
137
137
  # @!attribute [rw] account_id
138
138
  # @return [String]
139
139
  #
140
140
  # @!attribute [rw] status
141
141
  # The current status of an account as the delegated Amazon Macie
142
- # administrator account for an Amazon Web Services organization.
143
- # Possible values are:
142
+ # administrator account for an organization in Organizations. Possible
143
+ # values are:
144
144
  # @return [String]
145
145
  #
146
146
  # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/AdminAccount AWS API Documentation
@@ -548,10 +548,11 @@ module Aws::Macie2
548
548
  # Provides statistical data and other information about an S3 bucket
549
549
  # that Amazon Macie monitors and analyzes for your account. If an error
550
550
  # occurs when Macie attempts to retrieve and process information about
551
- # the bucket or the bucket's objects, the value for most of these
552
- # properties is null. Exceptions are accountId, bucketArn,
553
- # bucketCreatedAt, bucketName, lastUpdated, and region. To identify the
554
- # cause of the error, refer to the errorCode and errorMessage values.
551
+ # the bucket or the bucket's objects, the value for the versioning
552
+ # property is false and the value for most other properties is null.
553
+ # Exceptions are accountId, bucketArn, bucketCreatedAt, bucketName,
554
+ # lastUpdated, and region. To identify the cause of the error, refer to
555
+ # the errorCode and errorMessage values.
555
556
  #
556
557
  # @!attribute [rw] account_id
557
558
  # @return [String]
@@ -1179,7 +1180,7 @@ module Aws::Macie2
1179
1180
  include Aws::Structure
1180
1181
  end
1181
1182
 
1182
- # Specifies the criteria and other settings for a custom data
1183
+ # Specifies the detection criteria and other settings for a custom data
1183
1184
  # identifier. You can't change a custom data identifier after you
1184
1185
  # create it. This helps ensure that you have an immutable history of
1185
1186
  # sensitive data findings and discovery results for data privacy and
@@ -1196,6 +1197,12 @@ module Aws::Macie2
1196
1197
  # maximum_match_distance: 1,
1197
1198
  # name: "__string",
1198
1199
  # regex: "__string",
1200
+ # severity_levels: [
1201
+ # {
1202
+ # occurrences_threshold: 1, # required
1203
+ # severity: "LOW", # required, accepts LOW, MEDIUM, HIGH
1204
+ # },
1205
+ # ],
1199
1206
  # tags: {
1200
1207
  # "__string" => "__string",
1201
1208
  # },
@@ -1224,6 +1231,23 @@ module Aws::Macie2
1224
1231
  # @!attribute [rw] regex
1225
1232
  # @return [String]
1226
1233
  #
1234
+ # @!attribute [rw] severity_levels
1235
+ # The severity to assign to findings that the custom data identifier
1236
+ # produces, based on the number of occurrences of text that matches
1237
+ # the custom data identifier's detection criteria. You can specify as
1238
+ # many as three SeverityLevel objects in this array, one for each
1239
+ # severity: LOW, MEDIUM, or HIGH. If you specify more than one, the
1240
+ # occurrences thresholds must be in ascending order by severity,
1241
+ # moving from LOW to HIGH. For example, 1 for LOW, 50 for MEDIUM, and
1242
+ # 100 for HIGH. If an S3 object contains fewer occurrences than the
1243
+ # lowest specified threshold, Amazon Macie doesn't create a finding.
1244
+ #
1245
+ # If you don't specify any values for this array, Macie creates
1246
+ # findings for S3 objects that contain at least one occurrence of text
1247
+ # that matches the detection criteria, and Macie automatically assigns
1248
+ # the MEDIUM severity to those findings.
1249
+ # @return [Array<Types::SeverityLevel>]
1250
+ #
1227
1251
  # @!attribute [rw] tags
1228
1252
  # A string-to-string map of key-value pairs that specifies the tags
1229
1253
  # (keys and values) for a classification job, custom data identifier,
@@ -1240,6 +1264,7 @@ module Aws::Macie2
1240
1264
  :maximum_match_distance,
1241
1265
  :name,
1242
1266
  :regex,
1267
+ :severity_levels,
1243
1268
  :tags)
1244
1269
  SENSITIVE = []
1245
1270
  include Aws::Structure
@@ -1351,7 +1376,12 @@ module Aws::Macie2
1351
1376
  include Aws::Structure
1352
1377
  end
1353
1378
 
1354
- # Specifies the settings for an Amazon Macie membership invitation.
1379
+ # Specifies the settings for an Amazon Macie membership invitation. When
1380
+ # you send an invitation, Macie notifies the recipient by creating an
1381
+ # Health event for the recipient's account and, if Macie is already
1382
+ # enabled for the account, displaying an **Accounts** badge and
1383
+ # notification on the recipient's console. You can optionally notify
1384
+ # the recipient by also sending the invitation as an email message.
1355
1385
  #
1356
1386
  # @note When making an API call, you may pass CreateInvitationsRequest
1357
1387
  # data as a hash:
@@ -1445,8 +1475,7 @@ module Aws::Macie2
1445
1475
  include Aws::Structure
1446
1476
  end
1447
1477
 
1448
- # Specifies the types of findings to include in a set of sample findings
1449
- # that Amazon Macie creates.
1478
+ # Specifies the types of sample findings to create.
1450
1479
  #
1451
1480
  # @note When making an API call, you may pass CreateSampleFindingsRequest
1452
1481
  # data as a hash:
@@ -2082,7 +2111,7 @@ module Aws::Macie2
2082
2111
  class DescribeOrganizationConfigurationRequest < Aws::EmptyStructure; end
2083
2112
 
2084
2113
  # Provides information about the Amazon Macie configuration settings for
2085
- # an Amazon Web Services organization.
2114
+ # an organization in Organizations.
2086
2115
  #
2087
2116
  # @!attribute [rw] auto_enable
2088
2117
  # @return [Boolean]
@@ -2242,10 +2271,10 @@ module Aws::Macie2
2242
2271
  #
2243
2272
  class EnableMacieResponse < Aws::EmptyStructure; end
2244
2273
 
2245
- # Specifies an account to designate as a delegated Amazon Macie
2246
- # administrator account for an Amazon Web Services organization. To
2247
- # submit this request, you must be a user of the management account for
2248
- # the Amazon Web Services organization.
2274
+ # Specifies an account to designate as the delegated Amazon Macie
2275
+ # administrator account for an organization in Organizations. To submit
2276
+ # this request, you must be a user of the Organizations management
2277
+ # account.
2249
2278
  #
2250
2279
  # @note When making an API call, you may pass EnableOrganizationAdminAccountRequest
2251
2280
  # data as a hash:
@@ -2570,8 +2599,7 @@ module Aws::Macie2
2570
2599
  # invitation.
2571
2600
  #
2572
2601
  # @!attribute [rw] administrator
2573
- # Provides information about an Amazon Macie membership invitation
2574
- # that was received by an account.
2602
+ # Provides information about an Amazon Macie membership invitation.
2575
2603
  # @return [Types::Invitation]
2576
2604
  #
2577
2605
  # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/GetAdministratorAccountResponse AWS API Documentation
@@ -2741,8 +2769,8 @@ module Aws::Macie2
2741
2769
  include Aws::Structure
2742
2770
  end
2743
2771
 
2744
- # Provides information about the criteria and other settings for a
2745
- # custom data identifier.
2772
+ # Provides information about the detection criteria and other settings
2773
+ # for a custom data identifier.
2746
2774
  #
2747
2775
  # @!attribute [rw] arn
2748
2776
  # @return [String]
@@ -2774,6 +2802,23 @@ module Aws::Macie2
2774
2802
  # @!attribute [rw] regex
2775
2803
  # @return [String]
2776
2804
  #
2805
+ # @!attribute [rw] severity_levels
2806
+ # The severity to assign to findings that the custom data identifier
2807
+ # produces, based on the number of occurrences of text that matches
2808
+ # the custom data identifier's detection criteria. You can specify as
2809
+ # many as three SeverityLevel objects in this array, one for each
2810
+ # severity: LOW, MEDIUM, or HIGH. If you specify more than one, the
2811
+ # occurrences thresholds must be in ascending order by severity,
2812
+ # moving from LOW to HIGH. For example, 1 for LOW, 50 for MEDIUM, and
2813
+ # 100 for HIGH. If an S3 object contains fewer occurrences than the
2814
+ # lowest specified threshold, Amazon Macie doesn't create a finding.
2815
+ #
2816
+ # If you don't specify any values for this array, Macie creates
2817
+ # findings for S3 objects that contain at least one occurrence of text
2818
+ # that matches the detection criteria, and Macie automatically assigns
2819
+ # the MEDIUM severity to those findings.
2820
+ # @return [Array<Types::SeverityLevel>]
2821
+ #
2777
2822
  # @!attribute [rw] tags
2778
2823
  # A string-to-string map of key-value pairs that specifies the tags
2779
2824
  # (keys and values) for a classification job, custom data identifier,
@@ -2793,6 +2838,7 @@ module Aws::Macie2
2793
2838
  :maximum_match_distance,
2794
2839
  :name,
2795
2840
  :regex,
2841
+ :severity_levels,
2796
2842
  :tags)
2797
2843
  SENSITIVE = []
2798
2844
  include Aws::Structure
@@ -3087,8 +3133,7 @@ module Aws::Macie2
3087
3133
  # that invitation.
3088
3134
  #
3089
3135
  # @!attribute [rw] master
3090
- # Provides information about an Amazon Macie membership invitation
3091
- # that was received by an account.
3136
+ # Provides information about an Amazon Macie membership invitation.
3092
3137
  # @return [Types::Invitation]
3093
3138
  #
3094
3139
  # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/GetMasterAccountResponse AWS API Documentation
@@ -3140,8 +3185,7 @@ module Aws::Macie2
3140
3185
  #
3141
3186
  # @!attribute [rw] relationship_status
3142
3187
  # The current status of the relationship between an account and an
3143
- # associated Amazon Macie administrator account (*inviter account*).
3144
- # Possible values are:
3188
+ # associated Amazon Macie administrator account. Possible values are:
3145
3189
  # @return [String]
3146
3190
  #
3147
3191
  # @!attribute [rw] tags
@@ -3344,8 +3388,7 @@ module Aws::Macie2
3344
3388
  include Aws::Structure
3345
3389
  end
3346
3390
 
3347
- # Provides information about an Amazon Macie membership invitation that
3348
- # was received by an account.
3391
+ # Provides information about an Amazon Macie membership invitation.
3349
3392
  #
3350
3393
  # @!attribute [rw] account_id
3351
3394
  # @return [String]
@@ -3358,8 +3401,7 @@ module Aws::Macie2
3358
3401
  #
3359
3402
  # @!attribute [rw] relationship_status
3360
3403
  # The current status of the relationship between an account and an
3361
- # associated Amazon Macie administrator account (*inviter account*).
3362
- # Possible values are:
3404
+ # associated Amazon Macie administrator account. Possible values are:
3363
3405
  # @return [String]
3364
3406
  #
3365
3407
  # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/Invitation AWS API Documentation
@@ -4231,7 +4273,7 @@ module Aws::Macie2
4231
4273
  end
4232
4274
 
4233
4275
  # Provides information about the delegated Amazon Macie administrator
4234
- # accounts for an Amazon Web Services organization.
4276
+ # accounts for an organization in Organizations.
4235
4277
  #
4236
4278
  # @!attribute [rw] admin_accounts
4237
4279
  # @return [Array<Types::AdminAccount>]
@@ -4448,8 +4490,7 @@ module Aws::Macie2
4448
4490
  #
4449
4491
  # @!attribute [rw] relationship_status
4450
4492
  # The current status of the relationship between an account and an
4451
- # associated Amazon Macie administrator account (*inviter account*).
4452
- # Possible values are:
4493
+ # associated Amazon Macie administrator account. Possible values are:
4453
4494
  # @return [String]
4454
4495
  #
4455
4496
  # @!attribute [rw] tags
@@ -5889,6 +5930,36 @@ module Aws::Macie2
5889
5930
  include Aws::Structure
5890
5931
  end
5891
5932
 
5933
+ # Specifies a severity level for findings that a custom data identifier
5934
+ # produces. A severity level determines which severity is assigned to
5935
+ # the findings, based on the number of occurrences of text that matches
5936
+ # the custom data identifier's detection criteria.
5937
+ #
5938
+ # @note When making an API call, you may pass SeverityLevel
5939
+ # data as a hash:
5940
+ #
5941
+ # {
5942
+ # occurrences_threshold: 1, # required
5943
+ # severity: "LOW", # required, accepts LOW, MEDIUM, HIGH
5944
+ # }
5945
+ #
5946
+ # @!attribute [rw] occurrences_threshold
5947
+ # @return [Integer]
5948
+ #
5949
+ # @!attribute [rw] severity
5950
+ # The severity of a finding, ranging from LOW, for least severe, to
5951
+ # HIGH, for most severe. Valid values are:
5952
+ # @return [String]
5953
+ #
5954
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/SeverityLevel AWS API Documentation
5955
+ #
5956
+ class SeverityLevel < Struct.new(
5957
+ :occurrences_threshold,
5958
+ :severity)
5959
+ SENSITIVE = []
5960
+ include Aws::Structure
5961
+ end
5962
+
5892
5963
  # Specifies a property-based condition that determines whether an S3
5893
5964
  # bucket is included or excluded from a classification job.
5894
5965
  #
@@ -6457,7 +6528,7 @@ module Aws::Macie2
6457
6528
  #
6458
6529
  class UpdateMacieSessionResponse < Aws::EmptyStructure; end
6459
6530
 
6460
- # Suspends (pauses) or re-enables an Amazon Macie member account.
6531
+ # Suspends (pauses) or re-enables Amazon Macie for a member account.
6461
6532
  #
6462
6533
  # @note When making an API call, you may pass UpdateMemberSessionRequest
6463
6534
  # data as a hash:
@@ -6488,7 +6559,7 @@ module Aws::Macie2
6488
6559
  class UpdateMemberSessionResponse < Aws::EmptyStructure; end
6489
6560
 
6490
6561
  # Specifies whether to enable Amazon Macie automatically for accounts
6491
- # that are added to an Amazon Web Services organization.
6562
+ # that are added to an organization in Organizations.
6492
6563
  #
6493
6564
  # @note When making an API call, you may pass UpdateOrganizationConfigurationRequest
6494
6565
  # data as a hash:
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-macie2/customizations'
48
48
  # @!group service
49
49
  module Aws::Macie2
50
50
 
51
- GEM_VERSION = '1.35.0'
51
+ GEM_VERSION = '1.39.0'
52
52
 
53
53
  end
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.35.0
4
+ version: 1.39.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: 2021-09-30 00:00:00.000000000 Z
11
+ date: 2021-11-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.120.0
22
+ version: 3.122.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.120.0
32
+ version: 3.122.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement