aws-sdk-detective 1.66.0 → 1.67.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: 9d5415f959e1ac52a09ec60c88b3024666b4a6ca9ac38af6ee64f52428a3f766
4
- data.tar.gz: eec5c5adf62f6fcc23f2c778e209780a9492fc34ee923cd68f1a698871d71e7d
3
+ metadata.gz: a47f70cd1490759b6a33b901767ad8f93231b73d5e273dac0f7bf2edfaac30d8
4
+ data.tar.gz: 495f7400a396aa8fa89c9d1dbf46bc5d650201137791ce4796aa12c0e6da7365
5
5
  SHA512:
6
- metadata.gz: 46c6829e31751a9b149dd94d50b50909127f321727349f066cbc0f0b32fdf11b00b03580c5daef29e0b51b1ce7fc9d1e6a5bd651e9c118757cdbf4a8b0da49d5
7
- data.tar.gz: 5712a53c729d52c1be077fe9b986e392e595a5736f6483427d90b2559e7c6ceea3dc1a410767d5e48efd8b7fc41d6b0ee6489c8e8d37bf38c93ef7d30ab2befc
6
+ metadata.gz: c9d63f133dd5a7c493cdda6e2fd567cb0d6c6d9280e290459a00d56c7bd4c84e65c703b13db48302d910b29b026128a25ac2b37c9ab5cc36aaadd0965f83bdb4
7
+ data.tar.gz: 485f44398c4b34622188f58967483fb9a4be515b070df265efce895c981fa3735efe68bcab5736c7f5bbb438056e50999db591edab86f3dac2821e9429519e0b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.67.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.66.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.66.0
1
+ 1.67.0
@@ -200,8 +200,7 @@ module Aws::Detective
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
@@ -1825,7 +1824,7 @@ module Aws::Detective
1825
1824
  tracer: tracer
1826
1825
  )
1827
1826
  context[:gem_name] = 'aws-sdk-detective'
1828
- context[:gem_version] = '1.66.0'
1827
+ context[:gem_version] = '1.67.0'
1829
1828
  Seahorse::Client::Request.new(handlers, context)
1830
1829
  end
1831
1830
 
@@ -54,7 +54,7 @@ module Aws::Detective
54
54
  autoload :EndpointProvider, 'aws-sdk-detective/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-detective/endpoints'
56
56
 
57
- GEM_VERSION = '1.66.0'
57
+ GEM_VERSION = '1.67.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-detective
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.66.0
4
+ version: 1.67.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services