aws-sdk-macie2 1.41.0 → 1.42.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: f63c4c00ed69155355fc655057daa02d80ecc7f05b4f94ab9d3ede371b310498
4
- data.tar.gz: 5400136e129fedc450ecac8f6449ffa39f009ff3cd6bd9e2d1122f7e942544dd
3
+ metadata.gz: 2069c26d63ac1cc4d2571c9f615500e33d79ab6c1cf002edb2ac1ccb7e0d69e0
4
+ data.tar.gz: 288503c1b245a4019c99064f667151ac0918b6edd0d9586002d77f828e1d8ee7
5
5
  SHA512:
6
- metadata.gz: 376718ed0c7a5bae02d5a3a2176bd6ffde6dc12bacf4fff2615dc7da0335260b09a23956f5e3430d0abed91ed38d0abf015bfbffd934c740cb9b134d47f01e3d
7
- data.tar.gz: b6ebd603b55609c9eb4c5cd22f3e3c2f039d42a8df7838f501b28409e59e5314537fb93976fcf4348d3db01c4f9bf548f010fc90c8ba106e6087bcf5775a8dde
6
+ metadata.gz: a06abad6780ca7bc3db942158196ae595d40d3f752205595753b3dbbf05cdb1261d9d19c56a8e62ecc6d8de7bc8ba11e70c1358a1910a38de0308bfbe80fe5da
7
+ data.tar.gz: 16007669d8c097e559eb403e1a6eeacc0ba4a23406dbaf5888da784b92d3f1ea65e573b520a6b67733c5d87bf9ea48dfaea0e09d579e3eec9d48b46ed9b392f7
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.42.0 (2022-01-19)
5
+ ------------------
6
+
7
+ * Feature - This release of the Amazon Macie API introduces stricter validation of requests to create custom data identifiers.
8
+
4
9
  1.41.0 (2021-12-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.41.0
1
+ 1.42.0
@@ -610,9 +610,9 @@ module Aws::Macie2
610
610
  #
611
611
  # @option params [Integer] :maximum_match_distance
612
612
  #
613
- # @option params [String] :name
613
+ # @option params [required, String] :name
614
614
  #
615
- # @option params [String] :regex
615
+ # @option params [required, String] :regex
616
616
  #
617
617
  # @option params [Array<Types::SeverityLevel>] :severity_levels
618
618
  # The severity to assign to findings that the custom data identifier
@@ -647,8 +647,8 @@ module Aws::Macie2
647
647
  # ignore_words: ["__string"],
648
648
  # keywords: ["__string"],
649
649
  # maximum_match_distance: 1,
650
- # name: "__string",
651
- # regex: "__string",
650
+ # name: "__string", # required
651
+ # regex: "__string", # required
652
652
  # severity_levels: [
653
653
  # {
654
654
  # occurrences_threshold: 1, # required
@@ -2987,7 +2987,7 @@ module Aws::Macie2
2987
2987
  params: params,
2988
2988
  config: config)
2989
2989
  context[:gem_name] = 'aws-sdk-macie2'
2990
- context[:gem_version] = '1.41.0'
2990
+ context[:gem_version] = '1.42.0'
2991
2991
  Seahorse::Client::Request.new(handlers, context)
2992
2992
  end
2993
2993
 
@@ -554,8 +554,8 @@ module Aws::Macie2
554
554
  CreateCustomDataIdentifierRequest.add_member(:ignore_words, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "ignoreWords"))
555
555
  CreateCustomDataIdentifierRequest.add_member(:keywords, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "keywords"))
556
556
  CreateCustomDataIdentifierRequest.add_member(:maximum_match_distance, Shapes::ShapeRef.new(shape: __integer, location_name: "maximumMatchDistance"))
557
- CreateCustomDataIdentifierRequest.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
558
- CreateCustomDataIdentifierRequest.add_member(:regex, Shapes::ShapeRef.new(shape: __string, location_name: "regex"))
557
+ CreateCustomDataIdentifierRequest.add_member(:name, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "name"))
558
+ CreateCustomDataIdentifierRequest.add_member(:regex, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "regex"))
559
559
  CreateCustomDataIdentifierRequest.add_member(:severity_levels, Shapes::ShapeRef.new(shape: SeverityLevelList, location_name: "severityLevels"))
560
560
  CreateCustomDataIdentifierRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
561
561
  CreateCustomDataIdentifierRequest.struct_class = Types::CreateCustomDataIdentifierRequest
@@ -1195,8 +1195,8 @@ module Aws::Macie2
1195
1195
  # ignore_words: ["__string"],
1196
1196
  # keywords: ["__string"],
1197
1197
  # maximum_match_distance: 1,
1198
- # name: "__string",
1199
- # regex: "__string",
1198
+ # name: "__string", # required
1199
+ # regex: "__string", # required
1200
1200
  # severity_levels: [
1201
1201
  # {
1202
1202
  # occurrences_threshold: 1, # required
@@ -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.41.0'
51
+ GEM_VERSION = '1.42.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.41.0
4
+ version: 1.42.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-12-21 00:00:00.000000000 Z
11
+ date: 2022-01-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core