aws-sdk-securitylake 1.38.0 → 1.39.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: 4f714ad643631973e2b0c4ee06e64b5e19a797c3467467f479d37840cf3614ec
4
- data.tar.gz: b101d90f05b62fc17de7d4c126de4154ac6218327c838f207738384b8531ae73
3
+ metadata.gz: 665649b6f80d71ba048633f11e347f27416f8de8512314f8f5a4115572feea00
4
+ data.tar.gz: 4bc4bd9446495f840cb32c7f009cf365423d36e4c67d196d1e61ca8e24cdb82d
5
5
  SHA512:
6
- metadata.gz: 859d20f54ae4911512cf522946725ed44b465737464e01e18aa258d45525ee9e25c569641948efec05243dacf20e21b9419d021c397f25a196ea1e5bdbf78436
7
- data.tar.gz: 397a273c54bea11663b4d7dc287fae8502ed06ef04a16537a2060476fe64a039c46b89d8d10734cb731f2ec80c075b99165f1b23bfb57e935756e1fb1b04e320
6
+ metadata.gz: 44109764bf0b5a95c38316ea3a383ff71778f04c088d8813a514ee114d318952b5abe99a403906ac3acadb6ef755cec54a5e23f6cc9bc7ce090319f98c424e24
7
+ data.tar.gz: 34cf180245178d60a8f22361a16e3c6c004af5214b170409ea1a078d2fecc88200ac3768cfd2917ca503d6063c9cdbd276e686cc28033370965186afbc8cc840
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.39.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.38.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.38.0
1
+ 1.39.0
@@ -200,8 +200,7 @@ module Aws::SecurityLake
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
@@ -2012,7 +2011,7 @@ module Aws::SecurityLake
2012
2011
  tracer: tracer
2013
2012
  )
2014
2013
  context[:gem_name] = 'aws-sdk-securitylake'
2015
- context[:gem_version] = '1.38.0'
2014
+ context[:gem_version] = '1.39.0'
2016
2015
  Seahorse::Client::Request.new(handlers, context)
2017
2016
  end
2018
2017
 
@@ -54,7 +54,7 @@ module Aws::SecurityLake
54
54
  autoload :EndpointProvider, 'aws-sdk-securitylake/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-securitylake/endpoints'
56
56
 
57
- GEM_VERSION = '1.38.0'
57
+ GEM_VERSION = '1.39.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-securitylake
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.38.0
4
+ version: 1.39.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services