aws-sdk-macie2 1.55.0 → 1.57.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: c6411472514628cd4ead1235b42419e9721ad9795d51a9abb6fc708fdf873a89
4
- data.tar.gz: 326fb4083bb50959623ada05a0b7d807c2c068f47ffa418e897101527958c6f8
3
+ metadata.gz: 3ac7dcda7cc16d80ac086fb6bced3d52d90fdc05c4fe3ba38284917deb65abec
4
+ data.tar.gz: e7006db66517e334a444fa21c9f8af70cfbb30ad7527a923f2e0761115abee4b
5
5
  SHA512:
6
- metadata.gz: cb46afd45b9fbe47591a52f19491750e0cad0b156fcdf3920f3ee00b773dc8336c5e5c13d5fd372ccf8f8f63d96d6ff9058a2830ae88219c02c607f3e27222ff
7
- data.tar.gz: 01cebe4f0e903ce8f43d2273f78f4d3f6f72926450a4d0c70fc38aae1f257d13f2b072e115e48f1630ff5664224be70248adb5d36cc76f047b812e45ab189be5
6
+ metadata.gz: 285d4497d860d1d57484c9ddb8fd6f65bb35d32996f7ea8313532f730fe2309285b6ac69daa2df5f05f96494cfdca13d77b49adce3ecae9c2969c09ab3d703d6
7
+ data.tar.gz: 72cab073580d3a5044dd0903b9a05700d0d0848bc03827ed79750397c53bb2718e084e29d6c295ff3112f0f79e0d0a2fee6f7afb268e60580e018042e7a1322c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.57.0 (2023-06-28)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.56.0 (2023-06-27)
10
+ ------------------
11
+
12
+ * 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.
13
+
4
14
  1.55.0 (2023-06-15)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.55.0
1
+ 1.57.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.55.0'
3850
+ context[:gem_version] = '1.57.0'
3851
3851
  Seahorse::Client::Request.new(handlers, context)
3852
3852
  end
3853
3853
 
@@ -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 matches
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
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-macie2/customizations'
53
53
  # @!group service
54
54
  module Aws::Macie2
55
55
 
56
- GEM_VERSION = '1.55.0'
56
+ GEM_VERSION = '1.57.0'
57
57
 
58
58
  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.55.0
4
+ version: 1.57.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-06-15 00:00:00.000000000 Z
11
+ date: 2023-06-28 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.174.0
22
+ version: 3.176.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.174.0
32
+ version: 3.176.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement