aws-sdk-bcmdataexports 1.19.0 → 1.20.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: be19bf51978c1aa6731dc2e9ac34b7bec5ceef534cd2604f922b09f01a0e2e13
4
- data.tar.gz: 0dc415a4d4f75d4f7229265e977d061d2b7dcb951e956fcafdc6bb9935a4de5f
3
+ metadata.gz: 90018b53522be6a12723a4f80e6bc155b317ae8974e50f1eac03673beddf2da4
4
+ data.tar.gz: e1c7010e3de4a9700d4601a49469336e3e79b1adddb4a628399adc1660c5c461
5
5
  SHA512:
6
- metadata.gz: cd9a08dcfd73e0b27b42ce9cc78fe551c47eb399f9613de8e820bd074475255b18fd4b1573f21bf87b910d0bad81a99669d3d2ab62160dc2007da516a4b24ffc
7
- data.tar.gz: a7cf438ddce7a000e6f0c2d26a6f75cf11f55b3f1fed83f3297a955a617a3140cf96126dda9616539690e3097fad545cd6f3135b03b5453e99e3ca61e96f3f87
6
+ metadata.gz: 9bb7ee12f188c71300b607c64b763aea61fe3bba98f3edd2d122f2d835194908e3bcabc8f159896691e1cc0991c476b6f57837ded86c876304deea9c0babb2c1
7
+ data.tar.gz: 8dc22f6d9b3ae8bfdbd011c233b04c651e5959d86299880c14012654da1527ce967ed7c5ee9dbeab879291020bc826a47d7cc8d1c0fa7cbde0cde3940139b051
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.20.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.19.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.19.0
1
+ 1.20.0
@@ -200,8 +200,7 @@ module Aws::BCMDataExports
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
@@ -1062,7 +1061,7 @@ module Aws::BCMDataExports
1062
1061
  tracer: tracer
1063
1062
  )
1064
1063
  context[:gem_name] = 'aws-sdk-bcmdataexports'
1065
- context[:gem_version] = '1.19.0'
1064
+ context[:gem_version] = '1.20.0'
1066
1065
  Seahorse::Client::Request.new(handlers, context)
1067
1066
  end
1068
1067
 
@@ -54,7 +54,7 @@ module Aws::BCMDataExports
54
54
  autoload :EndpointProvider, 'aws-sdk-bcmdataexports/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-bcmdataexports/endpoints'
56
56
 
57
- GEM_VERSION = '1.19.0'
57
+ GEM_VERSION = '1.20.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-bcmdataexports
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.19.0
4
+ version: 1.20.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services