aws-sdk-macie2 1.54.0 → 1.56.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-macie2/client.rb +3 -3
- data/lib/aws-sdk-macie2/endpoints.rb +1 -0
- data/lib/aws-sdk-macie2/types.rb +3 -3
- data/lib/aws-sdk-macie2.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 600b2de77975404e79689f8b4547fe30a1b754cb04faa4e5e873b17efe488864
|
4
|
+
data.tar.gz: 844aa5687733a7e02115b5fc5719edb5564fbf4ff28aac28ca857a5d7da797f3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 341050948f920a1d619d119018cb636f3df32aa84e88985fffc983ffc8b77d1f01f984f50861eb5fe9105f51ca651f87cda392668a535dd00ad9ca1a3ecf362a
|
7
|
+
data.tar.gz: 5e7261683842e72f03f2c1fd4b4419fb7b59dfc835706aa28a490b0a7db46e38a14a15ebcf2f9c9ec49a3f3946157633507a6dce559879e55a38f202d6649f84
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.56.0 (2023-06-27)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - This release adds support for configuring new classification jobs to use the set of managed data identifiers that we recommend for jobs. For the managed data identifier selection type (managedDataIdentifierSelector), specify RECOMMENDED.
|
8
|
+
|
9
|
+
1.55.0 (2023-06-15)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
4
14
|
1.54.0 (2023-05-31)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.56.0
|
@@ -551,7 +551,7 @@ module Aws::Macie2
|
|
551
551
|
# initial_run: false,
|
552
552
|
# job_type: "ONE_TIME", # required, accepts ONE_TIME, SCHEDULED
|
553
553
|
# managed_data_identifier_ids: ["__string"],
|
554
|
-
# managed_data_identifier_selector: "ALL", # accepts ALL, EXCLUDE, INCLUDE, NONE
|
554
|
+
# managed_data_identifier_selector: "ALL", # accepts ALL, EXCLUDE, INCLUDE, NONE, RECOMMENDED
|
555
555
|
# name: "__string", # required
|
556
556
|
# s3_job_definition: { # required
|
557
557
|
# bucket_criteria: {
|
@@ -1239,7 +1239,7 @@ module Aws::Macie2
|
|
1239
1239
|
# resp.last_run_time #=> Time
|
1240
1240
|
# resp.managed_data_identifier_ids #=> Array
|
1241
1241
|
# resp.managed_data_identifier_ids[0] #=> String
|
1242
|
-
# resp.managed_data_identifier_selector #=> String, one of "ALL", "EXCLUDE", "INCLUDE", "NONE"
|
1242
|
+
# resp.managed_data_identifier_selector #=> String, one of "ALL", "EXCLUDE", "INCLUDE", "NONE", "RECOMMENDED"
|
1243
1243
|
# resp.name #=> String
|
1244
1244
|
# resp.s3_job_definition.bucket_criteria.excludes.and #=> Array
|
1245
1245
|
# resp.s3_job_definition.bucket_criteria.excludes.and[0].simple_criterion.comparator #=> String, one of "EQ", "GT", "GTE", "LT", "LTE", "NE", "CONTAINS", "STARTS_WITH"
|
@@ -3847,7 +3847,7 @@ module Aws::Macie2
|
|
3847
3847
|
params: params,
|
3848
3848
|
config: config)
|
3849
3849
|
context[:gem_name] = 'aws-sdk-macie2'
|
3850
|
-
context[:gem_version] = '1.
|
3850
|
+
context[:gem_version] = '1.56.0'
|
3851
3851
|
Seahorse::Client::Request.new(handlers, context)
|
3852
3852
|
end
|
3853
3853
|
|
data/lib/aws-sdk-macie2/types.rb
CHANGED
@@ -1145,7 +1145,7 @@ module Aws::Macie2
|
|
1145
1145
|
|
1146
1146
|
# Specifies the scope, schedule, and other settings for a classification
|
1147
1147
|
# job. You can't change any settings for a classification job after you
|
1148
|
-
# create it. This helps ensure that you have an immutable history of
|
1148
|
+
# create it. This helps to ensure that you have an immutable history of
|
1149
1149
|
# sensitive data findings and discovery results for data privacy and
|
1150
1150
|
# protection audits or investigations.
|
1151
1151
|
#
|
@@ -1243,7 +1243,7 @@ module Aws::Macie2
|
|
1243
1243
|
|
1244
1244
|
# Specifies the detection criteria and other settings for a custom data
|
1245
1245
|
# identifier. You can't change a custom data identifier after you
|
1246
|
-
# create it. This helps ensure that you have an immutable history of
|
1246
|
+
# create it. This helps to ensure that you have an immutable history of
|
1247
1247
|
# sensitive data findings and discovery results for data privacy and
|
1248
1248
|
# protection audits or investigations.
|
1249
1249
|
#
|
@@ -5944,7 +5944,7 @@ module Aws::Macie2
|
|
5944
5944
|
|
5945
5945
|
# Specifies a severity level for findings that a custom data identifier
|
5946
5946
|
# produces. A severity level determines which severity is assigned to
|
5947
|
-
# the findings, based on the number of occurrences of text that
|
5947
|
+
# the findings, based on the number of occurrences of text that match
|
5948
5948
|
# the custom data identifier's detection criteria.
|
5949
5949
|
#
|
5950
5950
|
# @!attribute [rw] occurrences_threshold
|
data/lib/aws-sdk-macie2.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-macie2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.56.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: 2023-
|
11
|
+
date: 2023-06-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|