aws-sdk-macie2 1.85.0 → 1.86.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: b521f94c30f28de89b13d0039d28221b8171821dd5c700b5bf0aab1307925d93
4
- data.tar.gz: c9f5056b743aca1c789a98fe361018cff52b5ea2135c625125145b72cebcc979
3
+ metadata.gz: 7b36d083083d345a062626eae6d7de496d89f7e4c52c0d5b9f25e1f754720c3e
4
+ data.tar.gz: 034cef136180a0208252fd2362c2a60c7afcb7fea18cde2210cc027dae885e10
5
5
  SHA512:
6
- metadata.gz: 8a9278a868ebd674acd6cb51ccdd38c66eda328ce2de5a521aa4d2b11c37514db2725992db1a74d7095f2170a70fcdea04af9ce5682e2fa5988b8faae8b78776
7
- data.tar.gz: 87c064a117fcb11f4fd5f3ec510726fb02cb03b5143f085f3b171b754d92c02e3eabba1e518e3fa897ec18444854b2cd4d3f79a6b810a08967c70b26c9dcd384
6
+ metadata.gz: fae778e585c346c145e3350a8b664aef251f662c1f262e8894fb9f684c425dae59f971dab83475f93ab6043f77a10469d665b799910952abbae10842ba2e4afd
7
+ data.tar.gz: e2dbc76f2f9130944f5b0ce01c3abed92b0b8105cb1a216c83ff6deb6a364c9ec10e2bb7052e887863387fde713f19493491cec5bad06507133daabf77a9708e
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.86.0 (2025-05-12)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.85.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.85.0
1
+ 1.86.0
@@ -200,8 +200,7 @@ module Aws::Macie2
200
200
  # accepted modes and the configuration defaults that are included.
201
201
  #
202
202
  # @option options [Boolean] :disable_host_prefix_injection (false)
203
- # Set to true to disable SDK automatically adding host prefix
204
- # to default service endpoint when available.
203
+ # When `true`, the SDK will not prepend the modeled host prefix to the endpoint.
205
204
  #
206
205
  # @option options [Boolean] :disable_request_compression (false)
207
206
  # When set to 'true' the request body will not be compressed
@@ -4060,7 +4059,7 @@ module Aws::Macie2
4060
4059
  tracer: tracer
4061
4060
  )
4062
4061
  context[:gem_name] = 'aws-sdk-macie2'
4063
- context[:gem_version] = '1.85.0'
4062
+ context[:gem_version] = '1.86.0'
4064
4063
  Seahorse::Client::Request.new(handlers, context)
4065
4064
  end
4066
4065
 
@@ -55,7 +55,7 @@ module Aws::Macie2
55
55
  autoload :EndpointProvider, 'aws-sdk-macie2/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-macie2/endpoints'
57
57
 
58
- GEM_VERSION = '1.85.0'
58
+ GEM_VERSION = '1.86.0'
59
59
 
60
60
  end
61
61
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-macie2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.85.0
4
+ version: 1.86.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services