aws-sdk-omics 1.46.0 → 1.47.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: 81a33a7b49c40f2b1571f4a2a21a8575c0b61a77851527361b1106442150e9ba
4
- data.tar.gz: 4abe957791f39be2e5e10224ba70b3a55f1ac766014e7c775d7c7bba33f43780
3
+ metadata.gz: 9b2962a75ea69439ca4876b454c6b91b7151b737e13ad5d72550f117b3899929
4
+ data.tar.gz: '0982daa8e51ce3378498039a1f5812142b0896e0689e5adbe7ef0967b486f77e'
5
5
  SHA512:
6
- metadata.gz: 7e8192d7be4d577c0221b68c3b44790e199b56752c09db24f8fb3fc5cb71a0563f566f831beee88ba2e44c894934aff102f0883d65a9b23df95114d8495a9273
7
- data.tar.gz: 8ff918566d17c735f3dee9b26b70efee8792bc56e640b92e18df72b07e5a37b83aa9ad85436a3d83abc3ae8b89d7c5d824ed98716367e143dac212349d06e601
6
+ metadata.gz: d5aaf516562e62ce21c63c7f7b9f9243898fb9b2ebffb00428a44565862ce04082d689cee7b18b7b608f56ad0b2f3b11b19a761a9da70a9f4da716ba5d099f27
7
+ data.tar.gz: 7a64df0d620aad4d81bc45ad6ca7d48109c1738aaa46fef74fbf1b4606b5b150ddd9fc5e8f20dad6e88d10191900dad86acb2ade6117e29d029d9fde8d58e2ec
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.47.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.46.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.46.0
1
+ 1.47.0
@@ -200,8 +200,7 @@ module Aws::Omics
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
@@ -5845,7 +5844,7 @@ module Aws::Omics
5845
5844
  tracer: tracer
5846
5845
  )
5847
5846
  context[:gem_name] = 'aws-sdk-omics'
5848
- context[:gem_version] = '1.46.0'
5847
+ context[:gem_version] = '1.47.0'
5849
5848
  Seahorse::Client::Request.new(handlers, context)
5850
5849
  end
5851
5850
 
data/lib/aws-sdk-omics.rb CHANGED
@@ -55,7 +55,7 @@ module Aws::Omics
55
55
  autoload :EndpointProvider, 'aws-sdk-omics/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-omics/endpoints'
57
57
 
58
- GEM_VERSION = '1.46.0'
58
+ GEM_VERSION = '1.47.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-omics
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.46.0
4
+ version: 1.47.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services