aws-sdk-macie2 1.41.0 → 1.44.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f63c4c00ed69155355fc655057daa02d80ecc7f05b4f94ab9d3ede371b310498
4
- data.tar.gz: 5400136e129fedc450ecac8f6449ffa39f009ff3cd6bd9e2d1122f7e942544dd
3
+ metadata.gz: ec2c2fec9febbd98772ae686a4a9df069cc895240facc3781722461bb4c63942
4
+ data.tar.gz: 1bae01f506e1c13c423002c231f9d931a247c2d6d04bd56bcfce1f8a65c9e526
5
5
  SHA512:
6
- metadata.gz: 376718ed0c7a5bae02d5a3a2176bd6ffde6dc12bacf4fff2615dc7da0335260b09a23956f5e3430d0abed91ed38d0abf015bfbffd934c740cb9b134d47f01e3d
7
- data.tar.gz: b6ebd603b55609c9eb4c5cd22f3e3c2f039d42a8df7838f501b28409e59e5314537fb93976fcf4348d3db01c4f9bf548f010fc90c8ba106e6087bcf5775a8dde
6
+ metadata.gz: dd57b106cd791a1508fe1feb9a70dbc5adeaa73d1f7c23890102d63cb5f158526401294b5c29d6bf1d89740e41623b6577f0ab683219a8db687c0e84b88ee303
7
+ data.tar.gz: '025955f20c12b82ec47b8224dfa539d24809315fdb052d7cf27104aefce83e06466be52fb98b91f43c8002b32617bc1e27249057a72965e4a033f4dcb5fdac7b'
data/CHANGELOG.md CHANGED
@@ -1,6 +1,21 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.44.0 (2022-02-24)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.43.0 (2022-02-03)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
14
+ 1.42.0 (2022-01-19)
15
+ ------------------
16
+
17
+ * Feature - This release of the Amazon Macie API introduces stricter validation of requests to create custom data identifiers.
18
+
4
19
  1.41.0 (2021-12-21)
5
20
  ------------------
6
21
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.41.0
1
+ 1.44.0
@@ -27,7 +27,9 @@ require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
27
27
  require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
28
28
  require 'aws-sdk-core/plugins/transfer_encoding.rb'
29
29
  require 'aws-sdk-core/plugins/http_checksum.rb'
30
+ require 'aws-sdk-core/plugins/checksum_algorithm.rb'
30
31
  require 'aws-sdk-core/plugins/defaults_mode.rb'
32
+ require 'aws-sdk-core/plugins/recursion_detection.rb'
31
33
  require 'aws-sdk-core/plugins/signature_v4.rb'
32
34
  require 'aws-sdk-core/plugins/protocols/rest_json.rb'
33
35
 
@@ -74,7 +76,9 @@ module Aws::Macie2
74
76
  add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
75
77
  add_plugin(Aws::Plugins::TransferEncoding)
76
78
  add_plugin(Aws::Plugins::HttpChecksum)
79
+ add_plugin(Aws::Plugins::ChecksumAlgorithm)
77
80
  add_plugin(Aws::Plugins::DefaultsMode)
81
+ add_plugin(Aws::Plugins::RecursionDetection)
78
82
  add_plugin(Aws::Plugins::SignatureV4)
79
83
  add_plugin(Aws::Plugins::Protocols::RestJson)
80
84
 
@@ -610,9 +614,9 @@ module Aws::Macie2
610
614
  #
611
615
  # @option params [Integer] :maximum_match_distance
612
616
  #
613
- # @option params [String] :name
617
+ # @option params [required, String] :name
614
618
  #
615
- # @option params [String] :regex
619
+ # @option params [required, String] :regex
616
620
  #
617
621
  # @option params [Array<Types::SeverityLevel>] :severity_levels
618
622
  # The severity to assign to findings that the custom data identifier
@@ -647,8 +651,8 @@ module Aws::Macie2
647
651
  # ignore_words: ["__string"],
648
652
  # keywords: ["__string"],
649
653
  # maximum_match_distance: 1,
650
- # name: "__string",
651
- # regex: "__string",
654
+ # name: "__string", # required
655
+ # regex: "__string", # required
652
656
  # severity_levels: [
653
657
  # {
654
658
  # occurrences_threshold: 1, # required
@@ -2987,7 +2991,7 @@ module Aws::Macie2
2987
2991
  params: params,
2988
2992
  config: config)
2989
2993
  context[:gem_name] = 'aws-sdk-macie2'
2990
- context[:gem_version] = '1.41.0'
2994
+ context[:gem_version] = '1.44.0'
2991
2995
  Seahorse::Client::Request.new(handlers, context)
2992
2996
  end
2993
2997
 
@@ -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.44.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.44.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-02-24 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.125.0
22
+ version: 3.127.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.125.0
32
+ version: 3.127.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement